@charset "UTF-8";
.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.hinge { -webkit-animation-duration: 2s;
  animation-duration: 2s; }
.animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }
.animated.flipOutX, .animated.flipOutY { -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -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 {
  0%,
  20%,
  53%,
  80%,
  100% {
    -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 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash { -webkit-animation-name: flash;
  animation-name: flash; }
@-webkit-keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse { -webkit-animation-name: pulse;
  animation-name: pulse; }
@-webkit-keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand { -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }
@-webkit-keyframes shake {
  0%,
  100% {
    -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 {
  0%,
  100% {
    -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 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);
  }
  100% {
    -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);
  }
  100% {
    -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 {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada { -webkit-animation-name: tada;
  animation-name: tada; }
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble { -webkit-animation-name: wobble;
  animation-name: wobble; }
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello { -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn { -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown { -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft { -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight { -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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, -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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, -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);
  }
  100% {
    -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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut { -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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp { -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn { -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown { -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig { -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight { -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig { -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp { -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig { -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut { -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown { -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft { -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight { -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp { -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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 {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -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);
  }
  100% {
    -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 {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -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);
  }
  100% {
    -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 {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX { -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }
@-webkit-keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY { -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }
@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -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);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn { -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn { -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight { -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight { -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge { -webkit-animation-name: hinge;
  animation-name: hinge; }
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn { -webkit-animation-name: rollIn;
  animation-name: rollIn; }
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown { -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft { -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight { -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp { -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown { -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft { -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight { -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp { -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }
.hvr-fade { -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
.hvr-fade.force-hover, .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active { background-color: #2098d1;
  color: white; }
html { font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block;
  vertical-align: baseline; }
audio:not([controls]) { display: none;
  height: 0; }
[hidden], template { display: none; }
a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em;
  margin: 0.67em 0; }
mark { background: #ff0;
  color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace;
  font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit;
  font: inherit;
  margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button;
  cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;
  padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box;
  padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
legend { border: 0;
  padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse;
  border-spacing: 0; }
td, th { padding: 0; }
@media print {
* { text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border: 1px solid #999;
    page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
p, h2, h3 { orphans: 3;
    widows: 3; }
h2, h3 { page-break-after: avoid; }
select { background: #fff !important; }
.navbar { display: none; }
.table td, .table th { background-color: #fff !important; }
.btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
.label { border: 1px solid #000; }
.table { border-collapse: collapse !important; }
.table-bordered th, .table-bordered td { border: 1px solid #ddd !important; }
}
* { -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
html { font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }
input, button, select, textarea { font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
a { color: #428bca;
  text-decoration: none; }
a:hover, a:focus { color: #2a6496;
  text-decoration: underline; }
a:focus { outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
figure { margin: 0; }
img { vertical-align: middle; }
.img-responsive { display: block;
  max-width: 100%;
  height: auto; }
.img-rounded { border-radius: 6px; }
.img-thumbnail { padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }
.img-circle { border-radius: 50%; }
hr { margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }
.sr-only { position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal;
  line-height: 1;
  color: #999999; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px;
  margin-bottom: 10px; }
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; }
h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px;
  margin-bottom: 10px; }
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; }
h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }
p { margin: 0 0 10px; }
.lead { margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
@media (min-width: 768px) {
.lead { font-size: 21px; }
}
small, .small { font-size: 85%; }
cite { font-style: normal; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.text-muted { color: #999999; }
.text-primary { color: #428bca; }
a.text-primary:hover { color: #3071a9; }
.text-success { color: #3c763d; }
a.text-success:hover { color: #2b542c; }
.text-info { color: #31708f; }
a.text-info:hover { color: #245269; }
.text-warning { color: #8a6d3b; }
a.text-warning:hover { color: #66512c; }
.text-danger { color: #a94442; }
a.text-danger:hover { color: #843534; }
.bg-primary { color: #fff;
  background-color: #428bca; }
a.bg-primary:hover { background-color: #3071a9; }
.bg-success { background-color: #dff0d8; }
a.bg-success:hover { background-color: #c1e2b3; }
.bg-info { background-color: #d9edf7; }
a.bg-info:hover { background-color: #afd9ee; }
.bg-warning { background-color: #fcf8e3; }
a.bg-warning:hover { background-color: #f7ecb5; }
.bg-danger { background-color: #f2dede; }
a.bg-danger:hover { background-color: #e4b9b9; }
.page-header { padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }
ul, ol { margin-top: 0;
  margin-bottom: 10px; }
ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; }
.list-unstyled { padding-left: 0;
  list-style: none; }
.list-inline { padding-left: 0;
  list-style: none;
  margin-left: -5px; }
.list-inline > li { display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
dl { margin-top: 0;
  margin-bottom: 20px; }
dt, dd { line-height: 1.42857143; }
dt { font-weight: bold; }
dd { margin-left: 0; }
@media (min-width: 768px) {
.dl-horizontal dt { float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.dl-horizontal dd { margin-left: 180px; }
}
abbr[title], abbr[data-original-title] { cursor: help;
  border-bottom: 1px dotted #999999; }
.initialism { font-size: 90%;
  text-transform: uppercase; }
blockquote { padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: "— "; }
.blockquote-reverse, blockquote.pull-right { padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ""; }
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: " —"; }
blockquote:before, blockquote:after { content: ""; }
address { margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }
code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
code { padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }
kbd { padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
pre { display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
pre code { padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }
.pre-scrollable { max-height: 340px;
  overflow-y: scroll; }
fieldset { padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }
legend { display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
label { display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }
input[type="search"] { -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
input[type="radio"], input[type="checkbox"] { margin: 4px 0 0;
  margin-top: 1px \	;
  
  line-height: normal; }
input[type="file"] { display: block; }
input[type="range"] { display: block;
  width: 100%; }
select[multiple], select[size] { height: auto; }
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
output { display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }
.form-control { display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.form-control:focus { border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder { color: #999999;
  opacity: 1; }
.form-control:-ms-input-placeholder { color: #999999; }
.form-control::-webkit-input-placeholder { color: #999999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }
textarea.form-control { height: auto; }
input[type="search"] { -webkit-appearance: none; }
input[type="date"] { line-height: 34px; }
.form-group { margin-bottom: 15px; }
.radio, .checkbox { display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
.radio label, .checkbox label { display: inline;
  font-weight: normal;
  cursor: pointer; }
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left;
  margin-left: -20px; }
.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }
.radio-inline, .checkbox-inline { display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0;
  margin-left: 10px; }
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }
.input-sm { height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
select.input-sm { height: 30px;
  line-height: 30px; }
textarea.input-sm, select[multiple].input-sm { height: auto; }
.input-lg { height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }
select.input-lg { height: 46px;
  line-height: 46px; }
textarea.input-lg, select[multiple].input-lg { height: auto; }
.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 42.5px; }
.has-feedback .form-control-feedback { position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #3c763d; }
.has-success .form-control { border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback { color: #3c763d; }
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #8a6d3b; }
.has-warning .form-control { border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon { color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback { color: #8a6d3b; }
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #a94442; }
.has-error .form-control { border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback { color: #a94442; }
.form-control-static { margin-bottom: 0; }
.help-block { display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }
@media (min-width: 768px) {
.form-inline .form-group { display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
.form-inline .form-control { display: inline-block;
    width: auto;
    vertical-align: middle; }
.form-inline .input-group > .form-control { width: 100%; }
.form-inline .control-label { margin-bottom: 0;
    vertical-align: middle; }
.form-inline .radio, .form-inline .checkbox { display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none;
    margin-left: 0; }
.form-inline .has-feedback .form-control-feedback { top: 0; }
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }
.form-horizontal .form-group { margin-left: -15px;
  margin-right: -15px; }
.form-horizontal .form-control-static { padding-top: 7px; }
@media (min-width: 768px) {
.form-horizontal .control-label { text-align: right; }
}
.form-horizontal .has-feedback .form-control-feedback { top: 0;
  right: 15px; }
.btn { display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.btn:hover, .btn:focus { color: #333;
  text-decoration: none; }
.btn:active, .btn.active { outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }
.btn-default { color: #333;
  background-color: #fff;
  border-color: #ccc; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333;
  background-color: #ebebeb;
  border-color: #adadad; }
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; }
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff;
  border-color: #ccc; }
.btn-default .badge { color: #fff;
  background-color: #333; }
.btn-primary { color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; }
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca;
  border-color: #357ebd; }
.btn-primary .badge { color: #428bca;
  background-color: #fff; }
.btn-success { color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #fff;
  background-color: #47a447;
  border-color: #398439; }
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; }
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c;
  border-color: #4cae4c; }
.btn-success .badge { color: #5cb85c;
  background-color: #fff; }
.btn-info { color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #fff;
  background-color: #39b3d7;
  border-color: #269abc; }
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; }
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de;
  border-color: #46b8da; }
.btn-info .badge { color: #5bc0de;
  background-color: #fff; }
.btn-warning { color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #fff;
  background-color: #ed9c28;
  border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; }
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e;
  border-color: #eea236; }
.btn-warning .badge { color: #f0ad4e;
  background-color: #fff; }
.btn-danger { color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #fff;
  background-color: #d2322d;
  border-color: #ac2925; }
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; }
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f;
  border-color: #d43f3a; }
.btn-danger .badge { color: #d9534f;
  background-color: #fff; }
.btn-link { color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999999;
  text-decoration: none; }
.btn-lg { padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }
.btn-sm { padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.btn-xs { padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.btn-block { display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
.btn-block + .btn-block { margin-top: 5px; }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }
table { max-width: 100%;
  background-color: transparent; }
th { text-align: left; }
.table { width: 100%;
  margin-bottom: 20px; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }
.table > thead > tr > th { vertical-align: bottom;
  border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > tbody + tbody { border-top: 2px solid #ddd; }
.table .table { background-color: #fff; }
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; }
.table-bordered { border: 1px solid #ddd; }
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; }
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; }
table col[class*="col-"] { position: static;
  float: none;
  display: table-column; }
table td[class*="col-"], table th[class*="col-"] { position: static;
  float: none;
  display: table-cell; }
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; }
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; }
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; }
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; }
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }
@media (max-width: 767px) {
.table-responsive { width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
.table-responsive > .table { margin-bottom: 0; }
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
.table-responsive > .table-bordered { border: 0; }
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; }
}
.clearfix:before, .clearfix:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .area .container-fluid:before, .area .container-fluid:after, .area .row:before, .area .row:after { content: " ";
  display: table; }
.clearfix:after, .form-horizontal .form-group:after, .area .container-fluid:after, .area .row:after { clear: both; }
.center-block { display: block;
  margin-left: auto;
  margin-right: auto; }
.pull-right { float: right !important; }
.pull-left { float: left !important; }
.hide { display: none !important; }
.show { display: block !important; }
.invisible { visibility: hidden; }
.text-hide { font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.hidden { display: none !important;
  visibility: hidden !important; }
.affix { position: fixed; }
.video-wrapper { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; }
.macros-form > .outer { position: relative;
  margin: 0;
  margin-left: auto;
  margin-right: auto; }
.macros-form > .outer > .inner > .vertical > .head { text-align: center;
  padding: 20px 30px; }
.macros-form > .outer > .inner > .vertical > .body { padding: 10px 20px; }
.macros-form > .outer > .inner > .vertical > .body > .form { padding: 5px 0;
  width: 100%;
  margin-bottom: 0; }
.macros-form > .outer > .inner > .vertical > .body > .form .field { text-align: left; }
.macros-form > .outer > .inner > .vertical > .body > .form .field + .field { margin-top: 10px; }
.macros-form > .outer > .inner > .vertical > .body > .form .field > .name > span.required { color: rgba(255, 0, 0, 0.5); }
.macros-form > .outer > .inner > .vertical > .body > .form .field > .input { width: 100%;
  position: relative; }
.macros-form > .outer > .inner > .vertical > .body > .form .field > .input > .file { position: relative;
  overflow: hidden; }
.macros-form > .outer > .inner > .vertical > .body > .form .field > .input > .file input { position: absolute;
  top: 0;
  left: -400px;
  right: 0;
  bottom: 0;
  width: 2400px;
  height: 100%;
  opacity: 0;
  cursor: pointer; }
.macros-form > .outer > .inner > .vertical > .body > .form .field > .input > .form-control { color: grey;
  overflow: hidden;
  white-space: nowrap; }
.macros-form > .outer > .inner > .vertical > .body > .form .field > .input > .form-control.textarea { height: 60px;
  overflow: auto;
  white-space: pre; }
.macros-form > .outer > .inner > .vertical > .body > .form .field > .input label { display: block;
  font-weight: normal;
  margin: 0; }
.macros-form > .outer > .inner > .vertical > .body > .form .macros-button, .macros-form > .outer > .inner > .vertical > .body > .form .button-container { margin-top: 10px; }
.macros-form > .outer > .inner > .vertical > .body > .form.text-left .field { display: table;
  width: 100%; }
.macros-form > .outer > .inner > .vertical > .body > .form.text-left .field > .name, .macros-form > .outer > .inner > .vertical > .body > .form.text-left .field > .input { vertical-align: middle;
  display: table-cell; }
.macros-form > .outer > .inner > .vertical > .body > .form.text-left .field > .name { width: 40%;
  padding-right: 10px; }
.macros-form > .outer > .inner > .vertical > .body .agreement-checkbox { font-size: 12px;
  margin-top: 10px; }
.macros-form > .outer > .inner > .vertical > .body .agreement-checkbox label { font-weight: normal;
  margin-bottom: 0; }
.macros-form > .outer > .inner > .vertical > .body .agreement-checkbox label input { position: absolute; }
.macros-form > .outer > .inner > .vertical > .body .agreement-checkbox label span { padding-left: 20px;
  display: inline-block; }
.macros-form > .outer > .inner > .vertical > .body .agreement-text { font-size: 12px;
  margin-top: 5px;
  text-align: center; }
.macros-form > .outer > .inner > .vertical > .body a.agreement-link { text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  color: inherit;
  cursor: pointer; }
.macros-form > .outer > .inner > .vertical > .body > div > .privacy { margin-top: 5px;
  text-align: center;
  opacity: 0.5;
  font-size: 80%;
  cursor: pointer;
  display: block;
  color: inherit;
  text-decoration: none; }
.macros-form > .outer > .inner > .vertical > .body > div > .privacy:hover { opacity: 0.8; }
.macros-form > .outer > .inner > .vertical > .body > div > .privacy:hover { opacity: 1; }
.macros-form > .outer > .inner > .vertical.size-small > .head { padding: 10px 20px; }
.macros-form > .outer > .inner > .vertical.size-small > .body { padding: 5px 15px;
  border-width: 1px; }
.macros-form > .outer > .inner > .vertical.size-small > .body .field { margin-bottom: 5px; }
.macros-form > .outer > .inner > .vertical.size-small > .body .field .form-control { height: 30px;
  padding: 4px 10px; }
.macros-form > .outer > .inner > .vertical.size-small > .body .field .form-control.textarea { height: 50px!important; }
.macros-form > .outer > .inner > .vertical.size-big > .body { padding: 15px 30px; }
.macros-form > .outer > .inner > .vertical.size-big > .body > .form { padding: 10px 0; }
.macros-form > .outer > .inner > .vertical.size-big > .body > .form .field { margin-bottom: 15px;
  font-size: 125%; }
.macros-form > .outer > .inner > .vertical.size-big > .body > .form .field .form-control { height: 44px;
  border-width: 2px;
  padding: 10px 12px; }
.macros-form > .outer > .inner > .vertical.size-big > .body > .form .field .form-control.textarea { height: 90px!important; }
.macros-form > .outer > .inner > .vertical.none > .body { padding: 0!important; }
.macros-form > .outer > .inner > .vertical.none > .body > .form { padding: 0!important; }
.macros-form > .outer > .inner > .vertical.simple { color: black; }
.macros-form > .outer > .inner > .vertical.simple > .head { background-color: white;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 0;
  padding-bottom: 0; }
.macros-form > .outer > .inner > .vertical.simple > .body { background-color: white;
  border-style: solid;
  border-width: 1px; }
.macros-form > .outer > .inner > .vertical.simple > .head + .body { border-top-width: 0!important; }
.macros-form > .outer > .inner > .vertical.simple.size-big > .head { border-width: 4px;
  border-bottom-width: 0; }
.macros-form > .outer > .inner > .vertical.simple.size-big > .body { border-width: 4px; }
.macros-form > .outer > .inner > .vertical.simple-color > .head { color: white;
  border-style: solid;
  border-width: 1px; }
.macros-form > .outer > .inner > .vertical.simple-color > .head.gradient { background-image: none;
  background-size: 100% 100%; }
.area.region-int .macros-form > .outer > .inner > .vertical.simple-color > .head.gradient { background-image: none; }
.macros-form > .outer > .inner > .vertical.simple-color > .body { border-style: solid;
  border-width: 1px; }
.macros-form > .outer > .inner > .vertical.simple-color > .head + .body { border-top-width: 0!important; }
.macros-form > .outer > .inner > .vertical.simple-color.size-big > .head { border-width: 4px; }
.macros-form > .outer > .inner > .vertical.simple-color.size-big > .body { border-width: 4px; }
.macros-form > .outer > .inner > .vertical.color > .head { border-style: solid;
  border-width: 1px;
  border-bottom-width: 0; }
.macros-form > .outer > .inner > .vertical.color > .body { border-style: solid;
  border-width: 1px; }
.macros-form > .outer > .inner > .vertical.color-transparent > .head { border-style: solid;
  border-width: 1px;
  border-bottom-width: 0; }
.macros-form > .outer > .inner > .vertical.color-transparent > .body { border-style: solid;
  border-width: 1px; }
.macros-form > .outer > .inner > .horizontal > .body > .form { width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 0; }
.macros-form > .outer > .inner > .horizontal > .body > .form .fields { display: inline-block;
  vertical-align: bottom;
  max-width: 100%; }
.macros-form > .outer > .inner > .horizontal > .body > .form .fields .field { text-align: left;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }
.macros-form > .outer > .inner > .horizontal > .body > .form .fields .field[data-type="checkbox-input"], .macros-form > .outer > .inner > .horizontal > .body > .form .fields .field[data-type="radio-list"] { vertical-align: bottom; }
.macros-form > .outer > .inner > .horizontal > .body > .form .fields .field > .name > span.required { color: rgba(255, 0, 0, 0.5); }
.macros-form > .outer > .inner > .horizontal > .body > .form .fields .field > .input { width: 100%;
  position: relative; }
.macros-form > .outer > .inner > .horizontal > .body > .form .fields .field > .input > .file { position: relative;
  overflow: hidden; }
.macros-form > .outer > .inner > .horizontal > .body > .form .fields .field > .input > .file input { position: absolute;
  top: 0;
  left: -400px;
  right: 0;
  bottom: 0;
  width: 2400px;
  height: 100%;
  opacity: 0;
  cursor: pointer; }
.macros-form > .outer > .inner > .horizontal > .body > .form .fields .field > .input > .form-control { color: grey;
  overflow: hidden;
  white-space: nowrap; }
.macros-form > .outer > .inner > .horizontal > .body > .form .fields .field > .input > .form-control.textarea { height: 60px;
  overflow: auto;
  white-space: pre; }
.macros-form > .outer > .inner > .horizontal > .body > .form .fields .field > .input label { font-weight: normal;
  margin: 0; }
.macros-form > .outer > .inner > .horizontal > .body > .form .macros-button, .macros-form > .outer > .inner > .horizontal > .body > .form .button-container { display: inline-block;
  vertical-align: bottom;
  margin-left: 1px;
  line-height: 0;
  margin: 5px;
  max-width: 100%; }
.macros-form > .outer > .inner > .horizontal > .body > .form.text-left .field { display: inline-table;
  width: 100%; }
.macros-form > .outer > .inner > .horizontal > .body > .form.text-left .field > div { vertical-align: middle;
  display: table-cell; }
.macros-form > .outer > .inner > .horizontal > .body > .form.text-left .field > .name { padding-right: 10px; }
.macros-form > .outer > .inner > .horizontal > .body > .form.text-left .field > .input { width: 60%; }
.macros-form > .outer > .inner > .horizontal > .body .agreement-checkbox { font-size: 12px;
  margin-top: 5px;
  text-align: center; }
.macros-form > .outer > .inner > .horizontal > .body .agreement-checkbox label { font-weight: normal;
  margin-bottom: 0; }
.macros-form > .outer > .inner > .horizontal > .body .agreement-checkbox label input { position: absolute; }
.macros-form > .outer > .inner > .horizontal > .body .agreement-checkbox label span { padding-left: 20px;
  display: inline-block; }
.macros-form > .outer > .inner > .horizontal > .body .agreement-text { font-size: 12px;
  margin-top: 5px;
  text-align: center; }
.macros-form > .outer > .inner > .horizontal > .body a.agreement-link { text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  color: inherit;
  cursor: pointer; }
.macros-form > .outer > .inner > .horizontal > .body > div > .privacy { margin-top: 5px;
  text-align: center;
  opacity: 0.5;
  font-size: 80%;
  cursor: pointer;
  display: block;
  color: inherit;
  text-decoration: none; }
.macros-form > .outer > .inner > .horizontal > .body > div > .privacy:hover { opacity: 0.8; }
.macros-form > .outer > .inner > .horizontal > .body > div > .privacy:hover { opacity: 1; }
.macros-form > .outer > .inner > .horizontal.size-small > .body > .form .field { margin-top: 8px; }
.macros-form > .outer > .inner > .horizontal.size-small > .body > .form .field .form-control { height: 30px;
  padding: 4px 10px; }
.macros-form > .outer > .inner > .horizontal.size-small > .body > .form .field .textarea { height: 50px!important; }
.macros-form > .outer > .inner > .horizontal.size-small > .body > .form .macros-button, .macros-form > .outer > .inner > .horizontal.size-small > .body > .form .button-container { margin-top: 8px; }
.macros-form > .outer > .inner > .horizontal.size-big > .body > .form .field { margin-top: 12px;
  font-size: 125%; }
.macros-form > .outer > .inner > .horizontal.size-big > .body > .form .field .form-control { height: 44px;
  border-width: 2px;
  padding: 10px 12px; }
.macros-form > .outer > .inner > .horizontal.size-big > .body > .form .field .textarea { height: 90px!important; }
.macros-form > .outer > .inner > .horizontal.size-big > .body > .form .macros-button, .macros-form > .outer > .inner > .horizontal.size-big > .body > .form .button-container { margin-top: 12px; }
.macros-map { position: relative;
  overflow: hidden; }
.macros-map > .map { max-height: 600px;
  height: 100%;
  width: 100%;
  position: absolute; }
.macros-map > .map > iframe { position: absolute;
  width: 100%;
  height: 100%;
  border: none; }
.macros-map > .map > ymaps { height: 100%!important; }
.svgwrap { display: inline-block;
  position: relative; }
svg.svgicon { width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.cookies-alert { max-width: 40%;
  padding: 10px 20px 10px;
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 900;
  left: 15px;
  bottom: 10px;
  font-size: 11px;
  border-radius: 5px;
  text-align: center;
  opacity: 0; }
.cookies-alert i { font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 7px; }
.cookies-alert .text { text-align: left; }
.button-container { line-height: 0; }
.button-container.left { text-align: left; }
.button-container.center { text-align: center; }
.button-container.right { text-align: right; }
.button-container.full > .button-wrapper { width: 100%; }
.button-container > .button-wrapper { position: relative;
  display: inline-block;
  max-width: 100%;
  line-height: initial; }
.button-container > .button-wrapper:hover { text-decoration: none; }
.button-container [cr-button-root] { border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  color: inherit;
  text-align: inherit;
  white-space: normal;
  vertical-align: initial; }
.button-container .btn-legacy { padding: 0;
  width: 100%;
  display: inline-flex !important;
  outline: none!important;
  box-shadow: none;
  position: relative;
  border-width: 0;
  overflow: hidden;
  text-decoration: none;
  white-space: normal;
  word-wrap: break-word;
  transition-property: box-shadow, transform, color, background-color, border-color !important;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
.button-container .btn-legacy:before { transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-property: all!important;
  opacity: 0; }
.button-container .btn-legacy:hover:before { opacity: 1; }
.button-container .btn-legacy input[type=submit] { position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0; }
.button-container .btn-legacy .pad-left, .button-container .btn-legacy .pad-right { flex-shrink: 1; }
.button-container .btn-legacy .btn-content { flex-shrink: 0;
  flex-grow: 1;
  max-width: 100%; }
.button-container .btn-legacy image { max-width: 100%;
  width: auto; }
.button-container .btn-legacy span.text * { vertical-align: middle; }
.btn-cart-count { display: contents!important; }
.debug-error { background: #ffc9c9;
  padding: 5px;
  border: 1px solid #ffa9a9;
  opacity: 0.8;
  color: black; }
.debug-error[data-trace] { cursor: pointer; }
.debug-error[data-trace]:hover { opacity: 1; }
.debug-error + .debug-error { margin-top: 5px; }
.debug-error-trace { white-space: pre-wrap;
  font-size: 12px;
  line-height: 1.5; }
.debug-warning { background: #ffe5c9;
  padding: 5px;
  border: 1px solid #ffd5a9;
  opacity: 0.8;
  color: black; }
.debug-warning + .debug-warning { margin-top: 5px; }
.modal-overflow-fix { min-height: 700px;
  background-color: #f1f1f1;
  box-sizing: content-box; }
.modal { display: none;
  position: absolute;
  z-index: 1225;
  text-align: center;
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
.modal.active { display: block; }
.modal > .modal-back { display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }
.modal > .modal-dialog { display: inline-block;
  text-align: initial;
  position: relative; }
.modal[data-type="stories"] { align-items: center; }
.modal[data-type="stories"].active { display: flex; }
.modal[data-type="stories"] > .modal-dialog { margin: 0 auto; }
.modal[data-type="stories"] > .modal-dialog > .modal-settings { top: -40px;
  right: -300px; }
.modal[data-type="modal"] > .modal-dialog { margin: 50px auto;
  max-width: 95%; }
.modal[data-type="sidemenu"] > .modal-dialog { margin: 0;
  max-width: 100%; }
.modal[data-type="sidemenu"][data-side="left"] { text-align: left; }
.modal[data-type="sidemenu"][data-side="right"] { text-align: right; }
.modal[data-type="popover"] { left: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
  max-width: 100%; }
.modal[data-type="popover"] > .modal-dialog { margin: 0 auto;
  max-width: 95%; }
.modal [cr-modal-spacer] { min-height: 20px; }
.modal [cr-modal-close] { outline: none!important; }
.area.area .container.soft { width: 100%; }
.area.area .col-xs-1, .area.area .col-xs-2, .area.area .col-xs-3, .area.area .col-xs-4, .area.area .col-xs-5, .area.area .col-xs-6, .area.area .col-xs-7, .area.area .col-xs-8, .area.area .col-xs-9, .area.area .col-xs-10, .area.area .col-xs-11, .area.area .col-xs-12 { float: left; }
.area.area .col-xs-12 { width: 100%; }
.area.area .col-xs-11 { width: 91.66666667%; }
.area.area .col-xs-10 { width: 83.33333333%; }
.area.area .col-xs-9 { width: 75%; }
.area.area .col-xs-8 { width: 66.66666667%; }
.area.area .col-xs-7 { width: 58.33333333%; }
.area.area .col-xs-6 { width: 50%; }
.area.area .col-xs-5 { width: 41.66666667%; }
.area.area .col-xs-4 { width: 33.33333333%; }
.area.area .col-xs-3 { width: 25%; }
.area.area .col-xs-2 { width: 16.66666667%; }
.area.area .col-xs-1 { width: 8.33333333%; }
.area.area .col-xs-pull-12 { right: 100%; }
.area.area .col-xs-pull-11 { right: 91.66666667%; }
.area.area .col-xs-pull-10 { right: 83.33333333%; }
.area.area .col-xs-pull-9 { right: 75%; }
.area.area .col-xs-pull-8 { right: 66.66666667%; }
.area.area .col-xs-pull-7 { right: 58.33333333%; }
.area.area .col-xs-pull-6 { right: 50%; }
.area.area .col-xs-pull-5 { right: 41.66666667%; }
.area.area .col-xs-pull-4 { right: 33.33333333%; }
.area.area .col-xs-pull-3 { right: 25%; }
.area.area .col-xs-pull-2 { right: 16.66666667%; }
.area.area .col-xs-pull-1 { right: 8.33333333%; }
.area.area .col-xs-pull-0 { right: 0%; }
.area.area .col-xs-push-12 { left: 100%; }
.area.area .col-xs-push-11 { left: 91.66666667%; }
.area.area .col-xs-push-10 { left: 83.33333333%; }
.area.area .col-xs-push-9 { left: 75%; }
.area.area .col-xs-push-8 { left: 66.66666667%; }
.area.area .col-xs-push-7 { left: 58.33333333%; }
.area.area .col-xs-push-6 { left: 50%; }
.area.area .col-xs-push-5 { left: 41.66666667%; }
.area.area .col-xs-push-4 { left: 33.33333333%; }
.area.area .col-xs-push-3 { left: 25%; }
.area.area .col-xs-push-2 { left: 16.66666667%; }
.area.area .col-xs-push-1 { left: 8.33333333%; }
.area.area .col-xs-push-0 { left: 0%; }
.area.area .col-xs-offset-12 { margin-left: 100%; }
.area.area .col-xs-offset-11 { margin-left: 91.66666667%; }
.area.area .col-xs-offset-10 { margin-left: 83.33333333%; }
.area.area .col-xs-offset-9 { margin-left: 75%; }
.area.area .col-xs-offset-8 { margin-left: 66.66666667%; }
.area.area .col-xs-offset-7 { margin-left: 58.33333333%; }
.area.area .col-xs-offset-6 { margin-left: 50%; }
.area.area .col-xs-offset-5 { margin-left: 41.66666667%; }
.area.area .col-xs-offset-4 { margin-left: 33.33333333%; }
.area.area .col-xs-offset-3 { margin-left: 25%; }
.area.area .col-xs-offset-2 { margin-left: 16.66666667%; }
.area.area .col-xs-offset-1 { margin-left: 8.33333333%; }
.area.area .col-xs-offset-0 { margin-left: 0%; }
.area.area .col-sm-1, .area.area .col-sm-2, .area.area .col-sm-3, .area.area .col-sm-4, .area.area .col-sm-5, .area.area .col-sm-6, .area.area .col-sm-7, .area.area .col-sm-8, .area.area .col-sm-9, .area.area .col-sm-10, .area.area .col-sm-11, .area.area .col-sm-12 { float: left; }
.area.area .col-sm-12 { width: 100%; }
.area.area .col-sm-11 { width: 91.66666667%; }
.area.area .col-sm-10 { width: 83.33333333%; }
.area.area .col-sm-9 { width: 75%; }
.area.area .col-sm-8 { width: 66.66666667%; }
.area.area .col-sm-7 { width: 58.33333333%; }
.area.area .col-sm-6 { width: 50%; }
.area.area .col-sm-5 { width: 41.66666667%; }
.area.area .col-sm-4 { width: 33.33333333%; }
.area.area .col-sm-3 { width: 25%; }
.area.area .col-sm-2 { width: 16.66666667%; }
.area.area .col-sm-1 { width: 8.33333333%; }
.area.area .col-sm-pull-12 { right: 100%; }
.area.area .col-sm-pull-11 { right: 91.66666667%; }
.area.area .col-sm-pull-10 { right: 83.33333333%; }
.area.area .col-sm-pull-9 { right: 75%; }
.area.area .col-sm-pull-8 { right: 66.66666667%; }
.area.area .col-sm-pull-7 { right: 58.33333333%; }
.area.area .col-sm-pull-6 { right: 50%; }
.area.area .col-sm-pull-5 { right: 41.66666667%; }
.area.area .col-sm-pull-4 { right: 33.33333333%; }
.area.area .col-sm-pull-3 { right: 25%; }
.area.area .col-sm-pull-2 { right: 16.66666667%; }
.area.area .col-sm-pull-1 { right: 8.33333333%; }
.area.area .col-sm-pull-0 { right: 0%; }
.area.area .col-sm-push-12 { left: 100%; }
.area.area .col-sm-push-11 { left: 91.66666667%; }
.area.area .col-sm-push-10 { left: 83.33333333%; }
.area.area .col-sm-push-9 { left: 75%; }
.area.area .col-sm-push-8 { left: 66.66666667%; }
.area.area .col-sm-push-7 { left: 58.33333333%; }
.area.area .col-sm-push-6 { left: 50%; }
.area.area .col-sm-push-5 { left: 41.66666667%; }
.area.area .col-sm-push-4 { left: 33.33333333%; }
.area.area .col-sm-push-3 { left: 25%; }
.area.area .col-sm-push-2 { left: 16.66666667%; }
.area.area .col-sm-push-1 { left: 8.33333333%; }
.area.area .col-sm-push-0 { left: 0%; }
.area.area .col-sm-offset-12 { margin-left: 100%; }
.area.area .col-sm-offset-11 { margin-left: 91.66666667%; }
.area.area .col-sm-offset-10 { margin-left: 83.33333333%; }
.area.area .col-sm-offset-9 { margin-left: 75%; }
.area.area .col-sm-offset-8 { margin-left: 66.66666667%; }
.area.area .col-sm-offset-7 { margin-left: 58.33333333%; }
.area.area .col-sm-offset-6 { margin-left: 50%; }
.area.area .col-sm-offset-5 { margin-left: 41.66666667%; }
.area.area .col-sm-offset-4 { margin-left: 33.33333333%; }
.area.area .col-sm-offset-3 { margin-left: 25%; }
.area.area .col-sm-offset-2 { margin-left: 16.66666667%; }
.area.area .col-sm-offset-1 { margin-left: 8.33333333%; }
.area.area .col-sm-offset-0 { margin-left: 0%; }
.area.area .col-md-1, .area.area .col-md-2, .area.area .col-md-3, .area.area .col-md-4, .area.area .col-md-5, .area.area .col-md-6, .area.area .col-md-7, .area.area .col-md-8, .area.area .col-md-9, .area.area .col-md-10, .area.area .col-md-11, .area.area .col-md-12 { float: left; }
.area.area .col-md-12 { width: 100%; }
.area.area .col-md-11 { width: 91.66666667%; }
.area.area .col-md-10 { width: 83.33333333%; }
.area.area .col-md-9 { width: 75%; }
.area.area .col-md-8 { width: 66.66666667%; }
.area.area .col-md-7 { width: 58.33333333%; }
.area.area .col-md-6 { width: 50%; }
.area.area .col-md-5 { width: 41.66666667%; }
.area.area .col-md-4 { width: 33.33333333%; }
.area.area .col-md-3 { width: 25%; }
.area.area .col-md-2 { width: 16.66666667%; }
.area.area .col-md-1 { width: 8.33333333%; }
.area.area .col-md-pull-12 { right: 100%; }
.area.area .col-md-pull-11 { right: 91.66666667%; }
.area.area .col-md-pull-10 { right: 83.33333333%; }
.area.area .col-md-pull-9 { right: 75%; }
.area.area .col-md-pull-8 { right: 66.66666667%; }
.area.area .col-md-pull-7 { right: 58.33333333%; }
.area.area .col-md-pull-6 { right: 50%; }
.area.area .col-md-pull-5 { right: 41.66666667%; }
.area.area .col-md-pull-4 { right: 33.33333333%; }
.area.area .col-md-pull-3 { right: 25%; }
.area.area .col-md-pull-2 { right: 16.66666667%; }
.area.area .col-md-pull-1 { right: 8.33333333%; }
.area.area .col-md-pull-0 { right: 0%; }
.area.area .col-md-push-12 { left: 100%; }
.area.area .col-md-push-11 { left: 91.66666667%; }
.area.area .col-md-push-10 { left: 83.33333333%; }
.area.area .col-md-push-9 { left: 75%; }
.area.area .col-md-push-8 { left: 66.66666667%; }
.area.area .col-md-push-7 { left: 58.33333333%; }
.area.area .col-md-push-6 { left: 50%; }
.area.area .col-md-push-5 { left: 41.66666667%; }
.area.area .col-md-push-4 { left: 33.33333333%; }
.area.area .col-md-push-3 { left: 25%; }
.area.area .col-md-push-2 { left: 16.66666667%; }
.area.area .col-md-push-1 { left: 8.33333333%; }
.area.area .col-md-push-0 { left: 0%; }
.area.area .col-md-offset-12 { margin-left: 100%; }
.area.area .col-md-offset-11 { margin-left: 91.66666667%; }
.area.area .col-md-offset-10 { margin-left: 83.33333333%; }
.area.area .col-md-offset-9 { margin-left: 75%; }
.area.area .col-md-offset-8 { margin-left: 66.66666667%; }
.area.area .col-md-offset-7 { margin-left: 58.33333333%; }
.area.area .col-md-offset-6 { margin-left: 50%; }
.area.area .col-md-offset-5 { margin-left: 41.66666667%; }
.area.area .col-md-offset-4 { margin-left: 33.33333333%; }
.area.area .col-md-offset-3 { margin-left: 25%; }
.area.area .col-md-offset-2 { margin-left: 16.66666667%; }
.area.area .col-md-offset-1 { margin-left: 8.33333333%; }
.area.area .col-md-offset-0 { margin-left: 0%; }
.area.area .col-lg-1, .area.area .col-lg-2, .area.area .col-lg-3, .area.area .col-lg-4, .area.area .col-lg-5, .area.area .col-lg-6, .area.area .col-lg-7, .area.area .col-lg-8, .area.area .col-lg-9, .area.area .col-lg-10, .area.area .col-lg-11, .area.area .col-lg-12 { float: left; }
.area.area .col-lg-12 { width: 100%; }
.area.area .col-lg-11 { width: 91.66666667%; }
.area.area .col-lg-10 { width: 83.33333333%; }
.area.area .col-lg-9 { width: 75%; }
.area.area .col-lg-8 { width: 66.66666667%; }
.area.area .col-lg-7 { width: 58.33333333%; }
.area.area .col-lg-6 { width: 50%; }
.area.area .col-lg-5 { width: 41.66666667%; }
.area.area .col-lg-4 { width: 33.33333333%; }
.area.area .col-lg-3 { width: 25%; }
.area.area .col-lg-2 { width: 16.66666667%; }
.area.area .col-lg-1 { width: 8.33333333%; }
.area.area .col-lg-pull-12 { right: 100%; }
.area.area .col-lg-pull-11 { right: 91.66666667%; }
.area.area .col-lg-pull-10 { right: 83.33333333%; }
.area.area .col-lg-pull-9 { right: 75%; }
.area.area .col-lg-pull-8 { right: 66.66666667%; }
.area.area .col-lg-pull-7 { right: 58.33333333%; }
.area.area .col-lg-pull-6 { right: 50%; }
.area.area .col-lg-pull-5 { right: 41.66666667%; }
.area.area .col-lg-pull-4 { right: 33.33333333%; }
.area.area .col-lg-pull-3 { right: 25%; }
.area.area .col-lg-pull-2 { right: 16.66666667%; }
.area.area .col-lg-pull-1 { right: 8.33333333%; }
.area.area .col-lg-pull-0 { right: 0%; }
.area.area .col-lg-push-12 { left: 100%; }
.area.area .col-lg-push-11 { left: 91.66666667%; }
.area.area .col-lg-push-10 { left: 83.33333333%; }
.area.area .col-lg-push-9 { left: 75%; }
.area.area .col-lg-push-8 { left: 66.66666667%; }
.area.area .col-lg-push-7 { left: 58.33333333%; }
.area.area .col-lg-push-6 { left: 50%; }
.area.area .col-lg-push-5 { left: 41.66666667%; }
.area.area .col-lg-push-4 { left: 33.33333333%; }
.area.area .col-lg-push-3 { left: 25%; }
.area.area .col-lg-push-2 { left: 16.66666667%; }
.area.area .col-lg-push-1 { left: 8.33333333%; }
.area.area .col-lg-push-0 { left: 0%; }
.area.area .col-lg-offset-12 { margin-left: 100%; }
.area.area .col-lg-offset-11 { margin-left: 91.66666667%; }
.area.area .col-lg-offset-10 { margin-left: 83.33333333%; }
.area.area .col-lg-offset-9 { margin-left: 75%; }
.area.area .col-lg-offset-8 { margin-left: 66.66666667%; }
.area.area .col-lg-offset-7 { margin-left: 58.33333333%; }
.area.area .col-lg-offset-6 { margin-left: 50%; }
.area.area .col-lg-offset-5 { margin-left: 41.66666667%; }
.area.area .col-lg-offset-4 { margin-left: 33.33333333%; }
.area.area .col-lg-offset-3 { margin-left: 25%; }
.area.area .col-lg-offset-2 { margin-left: 16.66666667%; }
.area.area .col-lg-offset-1 { margin-left: 8.33333333%; }
.area.area .col-lg-offset-0 { margin-left: 0%; }
.area.area .lg-hidden { display: none!important; }
.area { font-size: 16px; }
.area > .area-wrapper { overflow: hidden; }
.area > .area-wrapper.scroll-snap { overflow-y: initial;
  overflow-x: hidden;
  height: 100vh;
  scroll-snap-type: y mandatory; }
.area > .area-wrapper.scroll-snap.scroll-snap-cancel { scroll-snap-type: none; }
.area .container-fluid { margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
.area .row { margin-left: -15px;
  margin-right: -15px; }
.area .row:before, .area .row:after { content: " ";
  display: table; }
.area .row:after { clear: both; }
.area .row:before, .area .row:after { content: " ";
  display: table; }
.area .row:after { clear: both; }
.area .col-xs-1, .area .col-sm-1, .area .col-md-1, .area .col-lg-1, .area .col-xs-2, .area .col-sm-2, .area .col-md-2, .area .col-lg-2, .area .col-xs-3, .area .col-sm-3, .area .col-md-3, .area .col-lg-3, .area .col-xs-4, .area .col-sm-4, .area .col-md-4, .area .col-lg-4, .area .col-xs-5, .area .col-sm-5, .area .col-md-5, .area .col-lg-5, .area .col-xs-6, .area .col-sm-6, .area .col-md-6, .area .col-lg-6, .area .col-xs-7, .area .col-sm-7, .area .col-md-7, .area .col-lg-7, .area .col-xs-8, .area .col-sm-8, .area .col-md-8, .area .col-lg-8, .area .col-xs-9, .area .col-sm-9, .area .col-md-9, .area .col-lg-9, .area .col-xs-10, .area .col-sm-10, .area .col-md-10, .area .col-lg-10, .area .col-xs-11, .area .col-sm-11, .area .col-md-11, .area .col-lg-11, .area .col-xs-12, .area .col-sm-12, .area .col-md-12, .area .col-lg-12 { position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
.area .tbl { display: table;
  table-layout: fixed;
  width: 100%; }
.area .tbl.layout-auto { table-layout: auto; }
.area .tbl .tr { display: table-row; }
.area .tbl .td { display: table-cell; }
.area [data-cut] { min-height: 1px; }
.area .nofonts { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.area .textable { color: inherit;
  line-height: 1.4;
  margin: 0;
  font-size: inherit;
  position: relative; }
.area .textable b, .area .textable strong { font-weight: bolder; }
.area a { text-decoration: underline;
  color: inherit; }
.area .nocolors { color: #333333; }
.area img { max-width: 100%; }
.area .container { margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 7; }
.area .container.noanimate { transition: none; }
.area .container.fullwidth { width: 100%!important; }
.area .node > .wrapper1 { position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none; }
.area .node > .wrapper1 > .mb_YTPlayer { position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
.area .node > .wrapper1 > .wrapper2 { position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.area .node > .wrapper1 > .wrapper2 > .bg_particles { position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.area .node > .wrapper1 > .wrapper2 > .bg_particles canvas.particles-js-canvas-el { position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0; }
.area .node > .wrapper1 > .wrapper2 > .snowfield { z-index: auto!important; }
.area input { outline: none !important; }
.area .node, .area .cont { margin-top: 0;
  margin-bottom: 0;
  border-width: 0!important;
  position: relative; }
.area .node.widget { z-index: auto; }
.area .node.section { min-height: 20px;
  scroll-snap-align: start; }
.area .node.section.fixation-top.fixed { scroll-snap-align: none!important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  transition: opacity 0.3s ease;
  opacity: 0.95; }
.area .node.section.fixation-bottom.fixed { position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 800;
  transition: opacity 0.3s ease;
  opacity: 0.95; }
.area .linetop, .area .linebottom { z-index: 4;
  position: relative; }
.area .decor-top-image, .area .decor-bottom-image { z-index: 4;
  width: 100%;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto 100%; }
.area .decor-top-image.absolute, .area .decor-bottom-image.absolute { position: absolute;
  left: 0;
  right: 0; }
.area .decor-top-image.absolute.decor-top-image, .area .decor-bottom-image.absolute.decor-top-image { top: 0; }
.area .decor-top-image.absolute.decor-bottom-image, .area .decor-bottom-image.absolute.decor-bottom-image { bottom: 0; }
.area .decor-top-image.repeat, .area .decor-bottom-image.repeat { background-repeat: repeat-x; }
.area .separatortop, .area .separatorbottom { width: 100%;
  z-index: 4;
  position: relative;
  overflow: hidden; }
.area .separatortop .diagonal-left svg, .area .separatorbottom .diagonal-left svg, .area .separatortop .diagonal-right svg, .area .separatorbottom .diagonal-right svg, .area .separatortop .bigtriangle-top svg, .area .separatorbottom .bigtriangle-top svg, .area .separatortop .bigtriangle-bottom svg, .area .separatorbottom .bigtriangle-bottom svg, .area .separatortop .bigcircle-top svg, .area .separatorbottom .bigcircle-top svg, .area .separatortop .bigcircle-bottom svg, .area .separatorbottom .bigcircle-bottom svg { display: block;
  position: absolute;
  width: 100%;
  height: 100%; }
.area .separatortop .pattern-zigzag, .area .separatorbottom .pattern-zigzag { position: relative;
  overflow: hidden; }
.area .separatortop .pattern-zigzag .pattern, .area .separatorbottom .pattern-zigzag .pattern { position: absolute;
  width: 100%; }
.area .separatortop .pattern-wave, .area .separatorbottom .pattern-wave { position: relative; }
.area .separatortop .pattern-wave svg, .area .separatorbottom .pattern-wave svg { width: 100%;
  height: 100%; }
.area .separatortop > .bigtriangle-top, .area .separatortop > .bigtriangle-bottom, .area .separatortop > .bigcircle-bottom, .area .separatortop > .bigcircle-top, .area .separatortop > .diagonal-left, .area .separatortop > .diagonal-right { margin-top: -0.5px; }
.area .separatortop .pattern-wave { transform: rotateX(180deg);
  bottom: 2px; }
.area .separatorbottom > .bigtriangle-top, .area .separatorbottom > .bigtriangle-bottom, .area .separatorbottom > .bigcircle-bottom, .area .separatorbottom > .bigcircle-top, .area .separatorbottom > .diagonal-left, .area .separatorbottom > .diagonal-right { margin-top: 0.5px; }
.area .separatorbottom .pattern-wave { bottom: -2px; }
.area .metahtml { position: relative;
  z-index: 220; }
.area .fr-emoticon { display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px;
  line-height: 1!important;
  cursor: default;
  font-weight: normal;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
.area .z-index-big { z-index: 10000; }
.area .shadowsmall { text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px; }
.area .shadowmedium { text-shadow: rgba(0, 0, 0, 0.5) 1px 3px 2px; }
.area .shadowbig { text-shadow: rgba(0, 0, 0, 0.5) 2px 5px 4px; }
.area .shadow3d { text-shadow: #cccccc 0px 1px 0px, #c9c9c9 0px 2px 0px, #bbbbbb 0px 3px 0px, #b9b9b9 0px 4px 0px, #aaaaaa 0px 5px 0px, rgba(0, 0, 0, 0.0980392) 0px 6px 1px, rgba(0, 0, 0, 0.0980392) 0px 0px 5px, rgba(0, 0, 0, 0.298039) 0px 1px 3px, rgba(0, 0, 0, 0.14902) 0px 3px 5px, rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.2) 0px 10px 10px, rgba(0, 0, 0, 0.0980392) 0px 20px 20px; }
.area .shadowglow { text-shadow: #fff 0 0 10px; }
.area .capitel { font-variant: small-caps; }
.area .zero-height { visibility: hidden!important;
  height: 0!important;
  min-height: 0!important;
  padding: 0!important;
  margin: 0!important;
  border-width: 0!important; }
.swal-overlay { z-index: 4000; }
.swal-overlay .swal-modal { overflow: visible!important;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin: 60px auto; }
.swal-overlay .swal-modal.swal-modal--success { background-color: #a0de7d; }
.swal-overlay .swal-modal.swal-modal--error { background-color: #f27474; }
.swal-overlay .swal-modal.swal-modal--info { background-color: #3fc3ee; }
.swal-overlay .swal-modal .swal-text { text-align: center!important; }
.swal-overlay * { color: white!important; }
.swal-overlay a { text-decoration: underline; }
.swal-overlay .swal-icon { margin-top: -48px;
  overflow: hidden;
  background: #ffffff;
  transform: scale(1); }
.swal-overlay .swal-icon.swal-icon--success { border: 8px solid #a0de7d; }
.swal-overlay .swal-icon.swal-icon--error { border: 8px solid #f27474; }
.swal-overlay .swal-icon.swal-icon--info { border: 8px solid #3fc3ee; }
.swal-overlay .swal-icon.swal-icon--info:after, .swal-overlay .swal-icon.swal-icon--info:before { background-color: #35c1f0; }
.swal-overlay .swal-title { white-space: pre-line; }
.swal-overlay .swal-content { text-align: center; }
.swal-overlay .swal-button-container { display: block; }
.swal-overlay .swal-button-container .swal-button { width: 100%;
  color: #333333 !important;
  background: white!important;
  border: none!important;
  border-radius: 100px;
  outline: none;
  padding: 15px;
  font-weight: normal; }
.swal-overlay .swal-button-container .swal-button:hover, .swal-overlay .swal-button-container .swal-button:focus { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important; }
.swal-overlay .swal-button-container .swal-button:active { box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.1) !important;
  background-color: #fbfbfb !important; }
.zero-visual { display: none!important; }
.section-zero > .zero-grid, .widget-zero > .zero-grid, .layer-group > .zero-grid, .widget-stories-page > .layers-wrapper > .zero-grid { transition: none;
  padding: 0;
  z-index: 1130;
  pointer-events: none;
  position: relative; }
.section-zero > .zero-grid .resizer, .widget-zero > .zero-grid .resizer, .layer-group > .zero-grid .resizer, .widget-stories-page > .layers-wrapper > .zero-grid .resizer { pointer-events: auto; }
.section-zero.section-zero > .zero-layer > .zero-layer-axis, .widget-zero.section-zero > .zero-layer > .zero-layer-axis, .layer-group.section-zero > .zero-layer > .zero-layer-axis, .widget-stories-page > .layers-wrapper.section-zero > .zero-layer > .zero-layer-axis { margin: 0 auto; }
.area.area .section-zero.section-zero > .zero-layer > .zero-layer-axis, .area.area .widget-zero.section-zero > .zero-layer > .zero-layer-axis, .area.area .layer-group.section-zero > .zero-layer > .zero-layer-axis, .area.area .widget-stories-page > .layers-wrapper.section-zero > .zero-layer > .zero-layer-axis { width: 1200px; }
.area.area .section-zero.section-zero > .zero-layer > .zero-layer-axis.lg-wide, .area.area .widget-zero.section-zero > .zero-layer > .zero-layer-axis.lg-wide, .area.area .layer-group.section-zero > .zero-layer > .zero-layer-axis.lg-wide, .area.area .widget-stories-page > .layers-wrapper.section-zero > .zero-layer > .zero-layer-axis.lg-wide { width: 100%; }
.section-zero > .zero-layer, .widget-zero > .zero-layer, .layer-group > .zero-layer, .widget-stories-page > .layers-wrapper > .zero-layer { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.section-zero > .zero-layer > .zero-layer-axis, .widget-zero > .zero-layer > .zero-layer-axis, .layer-group > .zero-layer > .zero-layer-axis, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis { z-index: auto;
  overflow: visible;
  transition: none;
  display: flex;
  padding: 0;
  margin: 0 auto; }
.section-zero > .zero-layer > .zero-layer-axis.lg-top, .widget-zero > .zero-layer > .zero-layer-axis.lg-top, .layer-group > .zero-layer > .zero-layer-axis.lg-top, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis.lg-top { align-items: flex-start; }
.section-zero > .zero-layer > .zero-layer-axis.lg-middle, .widget-zero > .zero-layer > .zero-layer-axis.lg-middle, .layer-group > .zero-layer > .zero-layer-axis.lg-middle, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis.lg-middle { align-items: center; }
.section-zero > .zero-layer > .zero-layer-axis.lg-bottom, .widget-zero > .zero-layer > .zero-layer-axis.lg-bottom, .layer-group > .zero-layer > .zero-layer-axis.lg-bottom, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis.lg-bottom { align-items: flex-end; }
.section-zero > .zero-layer > .zero-layer-axis.lg-left, .widget-zero > .zero-layer > .zero-layer-axis.lg-left, .layer-group > .zero-layer > .zero-layer-axis.lg-left, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis.lg-left { justify-content: flex-start; }
.section-zero > .zero-layer > .zero-layer-axis.lg-center, .widget-zero > .zero-layer > .zero-layer-axis.lg-center, .layer-group > .zero-layer > .zero-layer-axis.lg-center, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis.lg-center { justify-content: center; }
.section-zero > .zero-layer > .zero-layer-axis.lg-right, .widget-zero > .zero-layer > .zero-layer-axis.lg-right, .layer-group > .zero-layer > .zero-layer-axis.lg-right, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis.lg-right { justify-content: flex-end; }
.section-zero > .zero-layer > .zero-layer-axis .zero-layer-frame, .widget-zero > .zero-layer > .zero-layer-axis .zero-layer-frame, .layer-group > .zero-layer > .zero-layer-axis .zero-layer-frame, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis .zero-layer-frame { position: relative;
  overflow: visible!important;
  flex-shrink: 0; }
.section-zero > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont, .widget-zero > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont, .layer-group > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: auto; }
.section-zero > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node, .widget-zero > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node, .layer-group > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: auto; }
.section-zero > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node:after, .widget-zero > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node:after, .layer-group > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node:after, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node:after, .section-zero > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node > .controls, .widget-zero > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node > .controls, .layer-group > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node > .controls, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis .zero-layer-frame.node-stretch > .cont > .node > .controls { display: none; }
.section-zero > .zero-layer > .zero-layer-axis .zero-layer-frame > .textable, .widget-zero > .zero-layer > .zero-layer-axis .zero-layer-frame > .textable, .layer-group > .zero-layer > .zero-layer-axis .zero-layer-frame > .textable, .widget-stories-page > .layers-wrapper > .zero-layer > .zero-layer-axis .zero-layer-frame > .textable { position: relative; }
.swiper-container { margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  
  z-index: 1; }
.swiper-container-no-flexbox .swiper-slide { float: left; }
.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.swiper-wrapper { position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }
.swiper-container-multirow > .swiper-wrapper { -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }
.swiper-slide { -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
.swiper-invisible-blank-slide { visibility: hidden; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }
.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }
.swiper-container .swiper-notification { position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide { -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
.swiper-container-fade .swiper-slide, .swiper-container-fade .swiper-slide .swiper-slide, .swiper-container-fade .swiper-slide .swiper-slide .swiper-slide, .swiper-container-fade .swiper-slide .swiper-slide .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.layer-figure svg { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible!important; }
.layer-figure .spacer { width: 100%; }
.layer-group.selected:before { content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 2px solid #4db8ff; }
.layer-group > .zero-grid { height: 100%!important; }
.layer-image { line-height: 0; }
.layer-image img { width: 100%; }
.layer-icon { line-height: 0; }
.layer-icon .svgwrap { display: block; }
.layer-icon .svgwrap > a { z-index: 1;
  position: relative; }
.layer-map .macros-map { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.layer-metahtml > .metahtml { z-index: auto!important; }
.layer-metahtml > .zero-draggable-settings { z-index: 99 !important; }
.layer-metahtml > .metahtml, .layer-metahtml > .zero-draggable-settings { position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important; }
.layer-metahtml > .metahtml.height-auto { position: relative!important;
  top: initial!important;
  left: initial!important;
  width: initial!important;
  height: initial!important; }
.layer-rectangle .zero-draggable-settings { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.layer-video .zero-draggable-settings { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.section-diagonal > svg { position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3; }
.s-elements-container { display: flex; }
.s-elements-container.reverse { flex-direction: row-reverse; }
.s-elements-panel { flex-shrink: 0; }
.s-elements-content { flex-grow: 1;
  min-width: 0; }
.s-elements-grid > .cont { display: flex;
  flex-wrap: wrap; }
.s-elements-grid > .cont > .node, .s-elements-grid > .cont > .node > .cont, .s-elements-grid > .cont > .node > a, .s-elements-grid > .cont > .node > a > .cont { display: flex;
  max-width: 100%;
  flex-direction: column; }
.s-elements-grid > .cont > .node > .cont, .s-elements-grid > .cont > .node > a, .s-elements-grid > .cont > .node > a > .cont { flex-grow: 1; }
.s-elements-grid.valign-top > .cont { align-items: start; }
.s-elements-grid.valign-middle > .cont { align-items: center; }
.s-elements-grid.valign-bottom > .cont { align-items: end; }
.s-elements-grid.valign-stretch > .cont { align-items: stretch; }
.s-elements-grid.valign-stretch.valign-top > .cont > .node { justify-content: flex-start; }
.s-elements-grid.valign-stretch.valign-middle > .cont > .node { justify-content: center; }
.s-elements-grid.valign-stretch.valign-bottom > .cont > .node { justify-content: flex-end; }
.s-elements-grid.halign-left > .cont { justify-content: flex-start; }
.s-elements-grid.halign-center > .cont { justify-content: center; }
.s-elements-grid.halign-right > .cont { justify-content: flex-end; }
.section-helper { scroll-snap-align: none!important;
  height: 0!important;
  min-height: 0!important; }
.section-helper:after { display: none!important; }
.section-modal { scroll-snap-align: none!important;
  overflow: hidden!important;
  min-height: 0!important;
  height: 0!important; }
.section-preloader { position: fixed!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10000;
  opacity: 1;
  transition: opacity 0.3s ease; }
.section-preloader.preloader-fading { opacity: 0; }
.section-proxy { scroll-snap-align: none!important;
  min-height: 0!important; }
.section-sidemenu { min-height: 0!important;
  height: 0!important; }
.section-sidemenu .metahtml { position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none; }
.section-sidemenu .metahtml [cr-menu-page] { pointer-events: auto; }
.section-slider > .slider-root { display: flex;
  height: 100%; }
.section-slider > .slider-root > .metahtml { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none; }
.section-slider > .slider-root > .metahtml > * { pointer-events: auto; }
.section-slider [cr-slider-next] { cursor: pointer;
  position: relative;
  z-index: 220; }
.section-slider [cr-slider-previous] { cursor: pointer;
  position: relative;
  z-index: 220; }
.section-slider [cr-slider-page] { cursor: pointer;
  position: relative;
  z-index: 220; }
.section-slider .swiper-container { width: 100%; }
.section-slider .swiper-slide { height: auto; }
.section-slider .swiper-slide.stretched { display: flex; }
.section-slider .swiper-slide.stretched > .cont-wrapper { flex-grow: 1;
  display: flex; }
.section-slider .swiper-slide.stretched > .cont-wrapper > .cont { flex-grow: 1;
  display: flex; }
.section-slider .swiper-slide.stretched > .cont-wrapper > .cont > .node { flex-grow: 1;
  display: flex;
  flex-direction: column; }
.section-slider .swiper-slide.stretched > .cont-wrapper > .cont > .node > .slide-root { flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
.section-stories-slider.fullscreen-mode { display: flex;
  flex-direction: column;
  justify-content: center;
  touch-action: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); }
.section-stories-slider.fullscreen-mode, .section-stories-slider.fullscreen-mode * { -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }
.section-stories-slider [cr-modal-close] { display: none; }
.widget-stories-page { position: relative; }
.widget-stories-page > .controls { display: none!important; }
.widget-stories-page > .layers-wrapper { position: relative;
  margin: 0 auto; }
.widget-stories-page > .layers-wrapper > .zero-grid > .resizer { display: none; }
.widget-stories-page .story-settings { position: absolute!important;
  transform: translateY(-100%);
  height: 30px;
  left: 170px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  visibility: hidden; }
.widget-stories-page .story-settings div + div { margin-left: 15px; }
.widget-stories-page .story-settings i { margin-right: 4px; }
.section-metahtml.disable-relative > .container { position: static; }
.section-layout > .metahtml { position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.section-layout [cr-layout-left-toggle] { cursor: pointer; }
.section-layout { position: fixed!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 750; }
.section-variables { scroll-snap-align: none!important;
  overflow: hidden!important;
  min-height: 0!important;
  height: 0!important; }
.section-html { min-height: 0!important; }
.widget-before-after .root { white-space: nowrap;
  position: relative;
  user-select: none; }
.widget-before-after .root > img { display: inline-block;
  visibility: hidden; }
.widget-before-after .handler { position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  z-index: 2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
.widget-before-after .handler .round { width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -22px;
  border-radius: 100%;
  border-style: solid;
  border-width: 3px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
.widget-before-after .handler .arrow { position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: transparent;
  border-width: 6px; }
.widget-before-after .handler .arrow.left { margin-left: -18px;
  margin-top: -6px; }
.widget-before-after .handler .arrow.right { margin-left: 6px;
  margin-top: -6px; }
.widget-before-after .layer-before { position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 50%;
  overflow: hidden;
  z-index: 1; }
.widget-before-after .layer-before .wrap { top: 0;
  right: 0;
  position: absolute;
  max-width: 200%;
  transform: translateX(50%);
  height: 100%; }
.widget-before-after .layer-before .wrap > img { width: 100%;
  height: 100%;
  position: absolute; }
.widget-before-after .layer-before .wrap .settings { width: 50%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0; }
.widget-before-after .layer-before .wrap .label { background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  top: 50%;
  position: absolute !important;
  transform: translateY(-50%);
  left: 10px;
  z-index: 1; }
.widget-before-after .layer-after { position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 50%;
  overflow: hidden;
  z-index: 1; }
.widget-before-after .layer-after .wrap { top: 0;
  left: 0;
  position: absolute;
  max-width: 200%;
  transform: translateX(-50%);
  height: 100%; }
.widget-before-after .layer-after .wrap > img { width: 100%;
  height: 100%;
  position: absolute; }
.widget-before-after .layer-after .wrap .settings { width: 50%;
  height: 100%;
  position: absolute !important;
  right: 0;
  top: 0; }
.widget-before-after .layer-after .wrap .label { background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  top: 50%;
  position: absolute !important;
  transform: translateY(-50%);
  right: 10px;
  z-index: 1; }
.widget-cart > .controls.cart-empty { right: 160px !important;
  opacity: 0.5;
  cursor: pointer; }
.widget-cart > .controls.cart-empty:hover { opacity: 0.75; }
.widget-cart > .controls.cart-empty:active { opacity: 0.85; }
.widget-cart > .controls.cart-empty.active { opacity: 1 !important;
  cursor: default; }
.widget-cart > .controls.cart-full { right: 215px !important;
  opacity: 0.5;
  cursor: pointer; }
.widget-cart > .controls.cart-full:hover { opacity: 0.75; }
.widget-cart > .controls.cart-full:active { opacity: 0.85; }
.widget-cart > .controls.cart-full.active { opacity: 1 !important;
  cursor: default; }
.widget-cart-amount .form-control { width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  text-align: center; }
.widget-cart-amount .wrapper2 .btn { border: none; }
.widget-cart-button .condition { font-size: 12px;
  color: grey;
  border-bottom: 1px dashed grey; }
.widget-cart-image .bgimage { background-repeat: no-repeat; }
.widget-cart-remove .wrapper2 .btn { border: none; }
.widget-code .close { float: none;
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  opacity: 1; }
.widget-code pre { white-space: pre-wrap;
  margin-bottom: 0;
  word-wrap: break-word;
  margin: 0px;
  padding: 10px;
  font-size: 14px;
  border-color: transparent; }
.widget-code .dreamweaver pre { background-color: #fff;
  color: #000; }
.widget-code .dreamweaver pre .comment { color: #888; }
.widget-code .dreamweaver pre .support { color: #cd57d5; }
.widget-code .dreamweaver pre .constant.numeric, .widget-code .dreamweaver pre .php.embedded { color: #fa0002;
  font-weight: bold; }
.widget-code .dreamweaver pre .keyword, .widget-code .dreamweaver pre .constant.language { color: #000789;
  font-weight: bold; }
.widget-code .dreamweaver pre .selector, .widget-code .dreamweaver pre .support.property, .widget-code .dreamweaver pre .entity.name.function { color: #000; }
.widget-code .dreamweaver pre .storage.function, .widget-code .dreamweaver pre .variable.self, .widget-code .dreamweaver pre .support.function, .widget-code .dreamweaver pre .constant.language { color: #000;
  font-weight: bold; }
.widget-code .dreamweaver pre .string { color: #0d43fa;
  font-weight: normal; }
.widget-code .dreamweaver pre .css-property + span, .widget-code .dreamweaver pre .keyword.unit, .widget-code .dreamweaver pre .support.css-value { color: #0d43fa !important;
  font-weight: normal !important; }
.widget-code .dreamweaver pre .entity.tag.style + .string, .widget-code .dreamweaver pre .php.embedded .constant.language, .widget-code .dreamweaver pre .php.embedded .keyword { color: #37a348 !important; }
.widget-code .dreamweaver pre .support.method { color: #2bd5bb; }
.widget-code .dreamweaver pre .entity.name { color: #fd74e0; }
.widget-code .dreamweaver pre .support.css-property, .widget-code .dreamweaver pre .support.tag-name, .widget-code .dreamweaver pre .support.tag, .widget-code .dreamweaver pre .support.attribute, .widget-code .dreamweaver pre .support.attribute + .operator { color: #000789; }
.widget-code .dreamweaver pre .storage.module, .widget-code .dreamweaver pre .storage.class { color: #122573;
  font-weight: bold; }
.widget-code .dreamweaver pre .css.embedded .support.tag, .widget-code .dreamweaver pre .css.embedded .style.tag { color: #cd57d5; }
.widget-code .dreamweaver pre .keyword.operator { color: #2852eb;
  font-weight: normal; }
.widget-code .dreamweaver pre .php.embedded .variable, .widget-code .dreamweaver pre .php.embedded .storage.function { color: #0d43fa;
  font-weight: normal; }
.widget-code .dreamweaver pre .php.embedded .string, .widget-code .dreamweaver pre .js.embedded .tag.script { color: #c4001e; }
.widget-code .dreamweaver pre .php.embedded .comment { color: #f4b441;
  font-weight: normal; }
.widget-code .dreamweaver pre .php.embedded .function.name { color: #000;
  font-weight: normal; }
.widget-code .github pre { border: 1px solid #ccc;
  word-wrap: break-word;
  color: #333;
  background: #f8f8f8; }
.widget-code .github pre .comment { color: #998; }
.widget-code .github pre .support { color: #0086B3; }
.widget-code .github pre .tag, .widget-code .github pre .tag-name { color: navy; }
.widget-code .github pre .keyword, .widget-code .github pre .css-property, .widget-code .github pre .vendor-fix, .widget-code .github pre .sass, .widget-code .github pre .class, .widget-code .github pre .id, .widget-code .github pre .css-value, .widget-code .github pre .entity.function, .widget-code .github pre .storage.function { font-weight: bold; }
.widget-code .github pre .css-property, .widget-code .github pre .css-value, .widget-code .github pre .vendor-fix, .widget-code .github pre .support.namespace { color: #333; }
.widget-code .github pre .constant.numeric, .widget-code .github pre .keyword.unit, .widget-code .github pre .hex-color { font-weight: normal;
  color: #099; }
.widget-code .github pre .entity.class { color: #458; }
.widget-code .github pre .entity.id, .widget-code .github pre .entity.function { color: #900; }
.widget-code .github pre .attribute, .widget-code .github pre .variable { color: teal; }
.widget-code .github pre .string, .widget-code .github pre .support.value { font-weight: normal;
  color: #d14; }
.widget-code .github pre .regexp { color: #009926; }
.widget-code .monokai pre { background: #272822;
  color: #eee; }
.widget-code .monokai pre .comment { color: #75715E; }
.widget-code .monokai pre .constant { color: #AE81FF; }
.widget-code .monokai pre .storage { color: #66D9EF;
  font-style: italic; }
.widget-code .monokai pre .string, .widget-code .monokai pre .comment.docstring { color: #E6DB74; }
.widget-code .monokai pre .support.tag { color: #fff; }
.widget-code .monokai pre .keyword { color: #F92672; }
.widget-code .monokai pre .selector, .widget-code .monokai pre .storage.modifier.extends { color: #F92672; }
.widget-code .monokai pre .inherited-class { font-style: italic; }
.widget-code .monokai pre .operator, .widget-code .monokai pre .support.tag-name, .widget-code .monokai pre .entity.tag { color: #F92672; }
.widget-code .monokai pre .entity, .widget-code .monokai pre .support.attribute, .widget-code .monokai pre .entity.attribute { color: #A6E22E; }
.widget-code .monokai pre .entity.name.type, .widget-code .monokai pre .entity.name.struct { color: #fff; }
.widget-code .monokai pre .support, .widget-code .monokai pre *[data-language="c"] .function.call { color: #66D9EF; }
.widget-code .monokai pre .css-property, .widget-code .monokai pre .storage.function { font-style: italic; }
.widget-code .monokai pre .variable.global, .widget-code .monokai pre .variable.class, .widget-code .monokai pre .variable.instance { color: #A6E22E; }
.widget-code .monokai [data-language="html"] .support.operator, .widget-code .monokai .lang-html .support.operator, .widget-code .monokai .language-html .support.operator { color: #fff; }
.widget-code .monokai [data-language="javascript"] .variable.super, .widget-code .monokai .lang-javascript .variable.super, .widget-code .monokai .language-javascript .variable.super { color: #66D9EF; }
.widget-code .monokai [data-language="js"] .variable.super, .widget-code .monokai .lang-js .variable.super, .widget-code .monokai .language-js .variable.super { color: #66D9EF; }
.widget-code .solarized-dark pre { background: #002b36;
  color: #839496; }
.widget-code .solarized-dark pre .comment { color: #586e75; }
.widget-code .solarized-dark pre .constant { color: #839496; }
.widget-code .solarized-dark pre .constant.language { color: #268bd2; }
.widget-code .solarized-dark pre .constant.regexp { color: #2aa198; }
.widget-code .solarized-dark pre .storage { color: #268bd2; }
.widget-code .solarized-dark pre .string, .widget-code .solarized-dark pre .comment.docstring { color: #2aa198; }
.widget-code .solarized-dark pre .support.tag.script, .widget-code .solarized-dark pre .support.tag.style { color: #2aa198; }
.widget-code .solarized-dark pre .string.regexp { color: #2aa198; }
.widget-code .solarized-dark pre .string.regexp.open, .widget-code .solarized-dark pre .string.regexp.close { color: #2aa198; }
.widget-code .solarized-dark pre .keyword, .widget-code .solarized-dark pre .selector { color: #859900; }
.widget-code .solarized-dark pre .inherited-class { font-style: italic; }
.widget-code .solarized-dark pre .entity { color: #b58900; }
.widget-code .solarized-dark pre .support.method { color: #839496; }
.widget-code .solarized-dark pre .support.property { color: #839496; }
.widget-code .solarized-dark pre .variable.global, .widget-code .solarized-dark pre .variable.class, .widget-code .solarized-dark pre .variable.instance { color: #839496; }
.widget-code .solarized-dark pre .support, .widget-code .solarized-dark *[data-language="c"] .function.call { color: #859900; }
.widget-code .solarized-light pre { background: #fdf6e3;
  color: #657b83; }
.widget-code .solarized-light pre .comment { color: #93a1a1; }
.widget-code .solarized-light pre .constant { color: #657b83; }
.widget-code .solarized-light pre .constant.language { color: #268bd2; }
.widget-code .solarized-light pre .constant.regexp { color: #2aa198; }
.widget-code .solarized-light pre .storage { color: #268bd2; }
.widget-code .solarized-light pre .string, .widget-code .solarized-light pre .comment.docstring { color: #2aa198; }
.widget-code .solarized-light pre .support.tag.script, .widget-code .solarized-light pre .support.tag.style { color: #2aa198; }
.widget-code .solarized-light pre .string.regexp { color: #2aa198; }
.widget-code .solarized-light pre .string.regexp.open, .widget-code .solarized-light pre .string.regexp.close { color: #2aa198; }
.widget-code .solarized-light pre .keyword, .widget-code .solarized-light pre .selector { color: #859900; }
.widget-code .solarized-light pre .inherited-class { font-style: italic; }
.widget-code .solarized-light pre .entity { color: #b58900; }
.widget-code .solarized-light pre .support.method { color: #657b83; }
.widget-code .solarized-light pre .support.property { color: #657b83; }
.widget-code .solarized-light pre .variable.global, .widget-code .solarized-light pre .variable.class, .widget-code .solarized-light pre .variable.instance { color: #657b83; }
.widget-code .solarized-light pre .support, .widget-code .solarized-light *[data-language="c"] .function.call { color: #859900; }
.widget-code .tomorrow-night pre { background-color: #1d1f21;
  color: #c5c8c6; }
.widget-code .tomorrow-night pre .comment { color: #969896; }
.widget-code .tomorrow-night pre .variable.global, .widget-code .tomorrow-night pre .variable.class, .widget-code .tomorrow-night pre .variable.instance { color: #c66; }
.widget-code .tomorrow-night pre .constant.numeric, .widget-code .tomorrow-night pre .constant.language, .widget-code .tomorrow-night pre .constant.hex-color, .widget-code .tomorrow-night pre .keyword.unit { color: #de935f; }
.widget-code .tomorrow-night pre .constant, .widget-code .tomorrow-night pre .entity, .widget-code .tomorrow-night pre .entity.class, .widget-code .tomorrow-night pre .support { color: #f0c674; }
.widget-code .tomorrow-night pre .constant.symbol, .widget-code .tomorrow-night pre .string { color: #b5bd68; }
.widget-code .tomorrow-night pre .entity.function, .widget-code .tomorrow-night pre .support.css-property, .widget-code .tomorrow-night pre .selector { color: #81a2be; }
.widget-code .tomorrow-night pre .keyword, .widget-code .tomorrow-night pre .storage { color: #b294bb; }
.widget-code .twilight pre { background: #141414;
  color: #F8F8F8; }
.widget-code .twilight pre .comment { color: #5F5A60; }
.widget-code .twilight pre .constant.numeric { color: #D87D50; }
.widget-code .twilight pre .constant { color: #889AB4; }
.widget-code .twilight pre .constant.symbol, .widget-code .twilight pre .constant.language { color: #D87D50; }
.widget-code .twilight pre .storage { color: #F9EE98; }
.widget-code .twilight pre .string { color: #8F9D6A; }
.widget-code .twilight pre .string.regexp { color: #E9C062; }
.widget-code .twilight pre .keyword, .widget-code .twilight pre .selector, .widget-code .twilight pre .storage { color: #CDA869; }
.widget-code .twilight pre .inherited-class { color: #9B5C2E; }
.widget-code .twilight pre .entity { color: #FF6400; }
.widget-code .twilight pre .support { color: #9B859D; }
.widget-code .twilight pre .support.magic { color: #DAD69A; }
.widget-code .twilight pre .variable { color: #7587A6; }
.widget-code .twilight pre .function, .widget-code .twilight pre .entity.class { color: #9B703F; }
.widget-code .twilight pre .support.class-name, .widget-code .twilight pre .support.type { color: #AB99AC; }
.widget-countdown > .metahtml { display: none; }
.widget-defer { display: none; }
.w-elements-grid > .cont { display: flex;
  flex-wrap: wrap; }
.w-elements-grid > .cont > .node, .w-elements-grid > .cont > .node > .cont, .w-elements-grid > .cont > .node > a, .w-elements-grid > .cont > .node > a > .cont { display: flex;
  max-width: 100%;
  flex-direction: column; }
.w-elements-grid > .cont > .node > .cont, .w-elements-grid > .cont > .node > a, .w-elements-grid > .cont > .node > a > .cont { flex-grow: 1; }
.w-elements-grid.valign-top > .cont { align-items: start; }
.w-elements-grid.valign-middle > .cont { align-items: center; }
.w-elements-grid.valign-bottom > .cont { align-items: end; }
.w-elements-grid.valign-stretch > .cont { align-items: stretch; }
.w-elements-grid.valign-stretch.valign-top > .cont > .node { justify-content: flex-start; }
.w-elements-grid.valign-stretch.valign-middle > .cont > .node { justify-content: center; }
.w-elements-grid.valign-stretch.valign-bottom > .cont > .node { justify-content: flex-end; }
.w-elements-grid.halign-left > .cont { justify-content: flex-start; }
.w-elements-grid.halign-center > .cont { justify-content: center; }
.w-elements-grid.halign-right > .cont { justify-content: flex-end; }
.widget-element > a { text-decoration: inherit; }
.widget-field.is-hidden { display: none; }
.widget-field [cr-field="slider"] .irs-slider { cursor: pointer;
  background: white; }
.widget-field [cr-field="slider"] .irs-slider:before { position: absolute;
  display: block;
  content: "";
  top: -7px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent; }
.widget-field [cr-field="slider"] .irs-from, .widget-field [cr-field="slider"] .irs-to, .widget-field [cr-field="slider"] .irs-single { font-size: 14px;
  padding: 2px 4px;
  line-height: 1;
  z-index: 1;
  border-radius: 2px;
  top: 0; }
.widget-field [cr-field="slider"] .irs-min, .widget-field [cr-field="slider"] .irs-max { top: 0;
  line-height: 1;
  font-size: 14px;
  padding: 2px 4px;
  border-radius: 2px;
  overflow: hidden; }
.widget-field [cr-field="slider"] .irs-min:after, .widget-field [cr-field="slider"] .irs-max:after { position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0.15; }
.widget-field [cr-field="slider"] .irs-line { background-color: currentColor;
  opacity: 0.25; }
.w-gallery-grid.left { text-align: left; }
.w-gallery-grid.right { text-align: right; }
.w-gallery-grid.center { text-align: center; }
.w-gallery-grid.justify > .cont { text-align: center;
  display: -webkit-box;
  
  display: -moz-box;
  
  display: -ms-flexbox;
  
  display: -webkit-flex;
  
  display: flex;
  
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.w-gallery-grid > .cont > .node { display: inline-block;
  vertical-align: middle; }
.widget-grid .grid { margin-left: -10px;
  margin-right: -10px; }
.widget-grid .grid > .gridwrap { clear: both;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative; }
.widget-grid .grid > .gridwrap:before, .widget-grid .grid > .gridwrap:after { content: " ";
  display: table; }
.widget-grid .grid > .gridwrap:after { clear: both; }
.widget-grid .grid > .gridwrap > .col { -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
  position: relative; }
.widget-grid .grid > .gridwrap > .col > .grid-delimiter { position: absolute;
  top: 0;
  bottom: 0; }
.widget-grid .grid.valign-top > .gridwrap > .col { vertical-align: top; }
.widget-grid .grid.valign-middle > .gridwrap > .col { vertical-align: middle; }
.widget-grid .grid.valign-bottom > .gridwrap > .col { vertical-align: bottom; }
.widget-grid .grid.paddings-20px { margin-left: -10px;
  margin-right: -10px; }
.widget-grid .grid.paddings-20px > .gridwrap > .col { padding: 0 10px; }
.widget-grid .grid.paddings-30px { margin-left: -15px;
  margin-right: -15px; }
.widget-grid .grid.paddings-30px > .gridwrap > .col { padding: 0 15px; }
.widget-grid .grid.paddings-40px { margin-left: -20px;
  margin-right: -20px; }
.widget-grid .grid.paddings-40px > .gridwrap > .col { padding: 0 20px; }
.widget-grid .grid.paddings-10px { margin-left: -5px;
  margin-right: -5px; }
.widget-grid .grid.paddings-10px > .gridwrap > .col { padding: 0 5px; }
.widget-grid .grid.paddings-0px { margin-left: 0;
  margin-right: 0; }
.widget-grid .grid.paddings-0px > .gridwrap > .col { padding: 0 0; }
.widget-grid[outline="0"] [il-type="gridresizer"] { opacity: 0!important; }
.widget-grid[outline="1"] [il-type="gridresizer"] { opacity: 0.04 !important; }
.widget-grid[outline="2"] [il-type="gridresizer"] { opacity: 0.08 !important; }
.widget-grid[outline="3"] [il-type="gridresizer"] { opacity: 0.12 !important; }
.widget-grid[outline="4"] [il-type="gridresizer"] { opacity: 0.16 !important; }
.widget-grid[outline="5"] [il-type="gridresizer"] { opacity: 0.2 !important; }
.widget-hamburger [cr-hamburger-root] { display: none; }
.area .widget-hamburger [cr-hamburger-menu].is-collapsed { display: block!important; }
.widget-hover [cr-hover] { cursor: default!important; }
.widget-html > .placeholder { text-align: center;
  border: 2px dashed gray;
  font-family: monospace;
  padding: 5px;
  position: relative; }
.widget-html > .code { position: relative; }
.widget-image img { max-width: 100%; }
.widget-image .bgnormal { font-size: 0;
  position: relative; }
.widget-image .bgimage { background-repeat: no-repeat;
  position: relative;
  display: block;
  font-size: 0;
  max-width: 100%; }
.widget-image .bgimage.bg-contain { display: flex;
  align-items: center; }
.widget-image .bgimage.bg-contain .inner { display: inline-block;
  width: 100%;
  position: relative; }
.widget-image .bgimage.bg-contain .proportions { max-width: 100%; }
.widget-image .bgimage img { position: absolute!important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
.widget-image .bgimage noscript { opacity: 0; }
.widget-image .roundimage { line-height: 0;
  position: relative;
  width: 100%;
  font-size: 0; }
.widget-image .roundimage .round { display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
.widget-image .roundimage noscript { opacity: 0; }
.widget-image .stack { position: relative;
  max-width: 100%;
  width: 100%;
  font-size: 0; }
.widget-image .stack .svg-container { width: 100%; }
.widget-image .stack .stack-image, .widget-image .stack .stack-image-content { position: relative;
  display: inline-block;
  font-size: 0;
  max-width: 100%; }
.widget-image .stack .stack-image-content.is-image { overflow: hidden; }
.widget-image .stack .stack-image-content img, .widget-image .stack .stack-image-content svg { max-width: none;
  position: relative; }
.widget-image .stack noscript { opacity: 0; }
.widget-image a { outline: none; }
.widget-imagedtext .tbl { width: 100%; }
.widget-imagedtext .tbl.top .td { vertical-align: top; }
.widget-imagedtext .tbl.middle .td { vertical-align: middle; }
.widget-imagedtext .tbl.bottom .td { vertical-align: bottom; }
.widget-imagedtext .tbl > .td.icon .wrap { position: relative; }
.widget-imagedtext .tbl > .td.icon img { max-width: 100%; }
.widget-line .alignment { line-height: 0;
  position: relative;
  overflow: hidden; }
.widget-line .line { display: inline-block;
  vertical-align: top; }
.widget-list ul { padding: 0;
  margin: 0; }
.widget-list li { margin: 0;
  padding: 0; }
.widget-list .type-img li { background-position: left;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }
.widget-list .lazy-loader { position: absolute;
  opacity: 0;
  pointer-events: none; }
.w-menu-grid > .cont > .node { display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  text-align: initial; }
.w-menu-grid.left { text-align: left; }
.w-menu-grid.right { text-align: right; }
.w-menu-grid.center { text-align: center; }
.w-menu-grid.justify > .cont { text-align: center;
  display: -webkit-box;
  
  display: -moz-box;
  
  display: -ms-flexbox;
  
  display: -webkit-flex;
  
  display: flex;
  
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.w-menu-grid.full > .cont > .node { width: 100%; }
.w-menu-grid.full > .cont > .node .btn-inner, .w-menu-grid.full > .cont > .node .button-wrapper { width: 100%; }
.widget-slider [cr-slider-next] { cursor: pointer;
  position: relative;
  z-index: 220; }
.widget-slider [cr-slider-previous] { cursor: pointer;
  position: relative;
  z-index: 220; }
.widget-slider [cr-slider-page] { cursor: pointer;
  position: relative;
  z-index: 220; }
.widget-slider-gallery [cr-slider-next] { cursor: pointer;
  position: relative;
  z-index: 220; }
.widget-slider-gallery [cr-slider-previous] { cursor: pointer;
  position: relative;
  z-index: 220; }
.widget-slider-gallery [cr-slider-page] { cursor: pointer;
  position: relative;
  z-index: 220; }
.widget-slider-gallery a.fancybox { text-decoration: inherit;
  color: inherit; }
.widget-slide-share .slide { margin: 0 auto;
  position: relative; }
.widget-slide-share .slide.slide_599x487 { max-width: 599px; }
.widget-slide-share .slide.slide_514x418 { max-width: 514px; }
.widget-slide-share .slide.slide_429x348 { max-width: 429px; }
.widget-slide-share .slide.slide_344x280 { max-width: 344px; }
.widget-slide-share .slide-share { width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.widget-social .soc-icon { line-height: 0; }
.widget-social .soc-icon .goodshare { position: relative; }
.widget-social .soc-icon .goodshare span { position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 100%;
  margin-left: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #fff; }
.widget-social .soc-icon .goodshare i.corner { position: absolute;
  border-width: 0 0 1px 1px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  bottom: auto;
  top: 50%;
  right: -17px;
  background: #fff;
  width: 7px;
  height: 7px;
  z-index: 1;
  border-color: #ccc;
  border-style: solid; }
.widget-social .soc-icon a.link.goodshare.tw { margin-right: 0; }
.widget-social .paddings-10px a, .widget-socials .paddings-10px a { margin: 0 5px; }
.widget-social .paddings-20px a, .widget-socials .paddings-20px a { margin: 0 10px; }
.widget-social .paddings-30px a, .widget-socials .paddings-30px a { margin: 0 15px; }
.widget-social .paddings-40px a, .widget-socials .paddings-40px a { margin: 0 20px; }
.soc-icon { line-height: 0; }
.soc-icon a { position: relative;
  display: inline-block;
  background-image: none;
  font: normal normal normal 0.8em/1.26 "Font Awesome 5 Brands";
  text-decoration: none;
  text-align: center;
  color: #fff; }
.soc-icon a .bg:before { opacity: 0; }
.soc-icon a:hover .bg:before { opacity: 1; }
.soc-icon a:hover .hvr-diagonal:before { opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
.soc-icon a:hover .hvr-sweep-to-right:before, .soc-icon a:hover .hvr-sweep-to-left:before, .soc-icon a:hover .hvr-shutter-out-horizontal:before { -webkit-transform: scaleX(1);
  transform: scaleX(1); }
.soc-icon a:hover .hvr-sweep-to-bottom:before, .soc-icon a:hover .hvr-sweep-to-top:before, .soc-icon a:hover .hvr-shutter-out-vertical:before { -webkit-transform: scaleY(1);
  transform: scaleY(1); }
.soc-icon a:hover .hvr-rectangle-out:before { -webkit-transform: scale(1);
  transform: scale(1); }
.soc-icon .bg { overflow: hidden; }
.soc-icon.color a .bg { color: #fff; }
.soc-icon.white a:hover .bg { color: #fff; }
.soc-icon.white a .bg, .soc-icon.white a:hover [class*="hvr-"].bg { background: #fff; }
.soc-icon.transparent a .bg, .soc-icon.transparent a:hover [class*="hvr-"].bg { background: transparent!important; }
.soc-icon.white .vk .bg { border-color: #507299;
  color: #507299; }
.soc-icon.white .vk .bg[class*="hvr-"]:before { background: #507299; }
.soc-icon.white .vk:hover .bg { background: #507299;
  border-color: #3e5978; }
.soc-icon.white .vk:hover .bg[class*="hvr-"]:before { background: #507299; }
.soc-icon.white .vk:hover .bg[class*="hvr-"].hvr-fade { background: #507299; }
.soc-icon .vk .bg { border-color: #3e5978;
  background: #507299; }
.soc-icon .vk .bg:after { content: ""; }
.soc-icon .vk:hover .bg { border-color: #1b2735;
  background: #2d4056; }
.soc-icon .vk:hover .bg[class*="hvr-"] { background: #507299; }
.soc-icon .vk:hover .bg[class*="hvr-"]:before { background: #2d4056; }
.soc-icon .vk:hover .bg[class*="hvr-"].hvr-fade { background: #2d4056; }
.soc-icon.white .fb .bg { border-color: #3b5998;
  color: #3b5998; }
.soc-icon.white .fb .bg[class*="hvr-"]:before { background: #3b5998; }
.soc-icon.white .fb:hover .bg { background: #3b5998;
  border-color: #2d4373; }
.soc-icon.white .fb:hover .bg[class*="hvr-"]:before { background: #3b5998; }
.soc-icon.white .fb:hover .bg[class*="hvr-"].hvr-fade { background: #3b5998; }
.soc-icon .fb .bg { border-color: #2d4373;
  background: #3b5998; }
.soc-icon .fb .bg:after { content: ""; }
.soc-icon .fb:hover .bg { border-color: #10182a;
  background: #1e2e4f; }
.soc-icon .fb:hover .bg[class*="hvr-"] { background: #3b5998; }
.soc-icon .fb:hover .bg[class*="hvr-"]:before { background: #1e2e4f; }
.soc-icon .fb:hover .bg[class*="hvr-"].hvr-fade { background: #1e2e4f; }
.soc-icon.white .tw .bg { border-color: #000000;
  color: #000000; }
.soc-icon.white .tw .bg[class*="hvr-"]:before { background: #000000; }
.soc-icon.white .tw:hover .bg { background: #000000;
  border-color: #000000; }
.soc-icon.white .tw:hover .bg[class*="hvr-"]:before { background: #000000; }
.soc-icon.white .tw:hover .bg[class*="hvr-"].hvr-fade { background: #000000; }
.soc-icon .tw .bg { border-color: #000000;
  background: #000000; }
.soc-icon .tw .bg:after { content: "𝕏";
  font-weight: 900; }
.soc-icon .tw:hover .bg { border-color: #000000;
  background: #000000; }
.soc-icon .tw:hover .bg[class*="hvr-"] { background: #000000; }
.soc-icon .tw:hover .bg[class*="hvr-"]:before { background: #000000; }
.soc-icon .tw:hover .bg[class*="hvr-"].hvr-fade { background: #000000; }
.soc-icon.white .ok .bg { border-color: #f2720c;
  color: #f2720c; }
.soc-icon.white .ok .bg[class*="hvr-"]:before { background: #f2720c; }
.soc-icon.white .ok:hover .bg { background: #f2720c;
  border-color: #c15b0a; }
.soc-icon.white .ok:hover .bg[class*="hvr-"]:before { background: #f2720c; }
.soc-icon.white .ok:hover .bg[class*="hvr-"].hvr-fade { background: #f2720c; }
.soc-icon .ok .bg { border-color: #c15b0a;
  background: #f2720c; }
.soc-icon .ok .bg:after { content: ""; }
.soc-icon .ok:hover .bg { border-color: #602d05;
  background: #914407; }
.soc-icon .ok:hover .bg[class*="hvr-"] { background: #f2720c; }
.soc-icon .ok:hover .bg[class*="hvr-"]:before { background: #914407; }
.soc-icon .ok:hover .bg[class*="hvr-"].hvr-fade { background: #914407; }
.soc-icon.white .youtube .bg { border-color: #e62117;
  color: #e62117; }
.soc-icon.white .youtube .bg[class*="hvr-"]:before { background: #e62117; }
.soc-icon.white .youtube:hover .bg { background: #e62117;
  border-color: #b81a12; }
.soc-icon.white .youtube:hover .bg[class*="hvr-"]:before { background: #e62117; }
.soc-icon.white .youtube:hover .bg[class*="hvr-"].hvr-fade { background: #e62117; }
.soc-icon .youtube .bg { border-color: #b81a12;
  background: #e62117; }
.soc-icon .youtube .bg:after { content: ""; }
.soc-icon .youtube:hover .bg { border-color: #5b0d09;
  background: #89140e; }
.soc-icon .youtube:hover .bg[class*="hvr-"] { background: #e62117; }
.soc-icon .youtube:hover .bg[class*="hvr-"]:before { background: #89140e; }
.soc-icon .youtube:hover .bg[class*="hvr-"].hvr-fade { background: #89140e; }
.soc-icon.white .gp .bg { border-color: #d73d32;
  color: #d73d32; }
.soc-icon.white .gp .bg[class*="hvr-"]:before { background: #d73d32; }
.soc-icon.white .gp:hover .bg { background: #d73d32;
  border-color: #b32d23; }
.soc-icon.white .gp:hover .bg[class*="hvr-"]:before { background: #d73d32; }
.soc-icon.white .gp:hover .bg[class*="hvr-"].hvr-fade { background: #d73d32; }
.soc-icon .gp .bg { border-color: #b32d23;
  background: #d73d32; }
.soc-icon .gp .bg:after { content: ""; }
.soc-icon .gp:hover .bg { border-color: #5e1712;
  background: #88221b; }
.soc-icon .gp:hover .bg[class*="hvr-"] { background: #d73d32; }
.soc-icon .gp:hover .bg[class*="hvr-"]:before { background: #88221b; }
.soc-icon .gp:hover .bg[class*="hvr-"].hvr-fade { background: #88221b; }
.soc-icon.white .in .bg { border-color: #E32D46;
  color: #E32D46; }
.soc-icon.white .in .bg[class*="hvr-"]:before { background: #E32D46; }
.soc-icon.white .in:hover .bg { background: #E32D46;
  border-color: #c31a31; }
.soc-icon.white .in:hover .bg[class*="hvr-"]:before { background: #E32D46; }
.soc-icon.white .in:hover .bg[class*="hvr-"].hvr-fade { background: #E32D46; }
.soc-icon .in .bg { border-color: #c31a31;
  background: #E32D46; }
.soc-icon .in .bg:after { content: ""; }
.soc-icon .in:hover .bg { border-color: #690e1b;
  background: #961426; }
.soc-icon .in:hover .bg[class*="hvr-"] { background: #E32D46; }
.soc-icon .in:hover .bg[class*="hvr-"]:before { background: #961426; }
.soc-icon .in:hover .bg[class*="hvr-"].hvr-fade { background: #961426; }
.soc-icon.white .tg .bg { border-color: #0088cc;
  color: #0088cc; }
.soc-icon.white .tg .bg[class*="hvr-"]:before { background: #0088cc; }
.soc-icon.white .tg:hover .bg { background: #0088cc;
  border-color: #006699; }
.soc-icon.white .tg:hover .bg[class*="hvr-"]:before { background: #0088cc; }
.soc-icon.white .tg:hover .bg[class*="hvr-"].hvr-fade { background: #0088cc; }
.soc-icon .tg .bg { border-color: #006699;
  background: #0088cc; }
.soc-icon .tg .bg:after { content: ""; }
.soc-icon .tg:hover .bg { border-color: #002233;
  background: #004466; }
.soc-icon .tg:hover .bg[class*="hvr-"] { background: #0088cc; }
.soc-icon .tg:hover .bg[class*="hvr-"]:before { background: #004466; }
.soc-icon .tg:hover .bg[class*="hvr-"].hvr-fade { background: #004466; }
.soc-icon.white .wa .bg { border-color: #01e675;
  color: #01e675; }
.soc-icon.white .wa .bg[class*="hvr-"]:before { background: #01e675; }
.soc-icon.white .wa:hover .bg { background: #01e675;
  border-color: #01b35b; }
.soc-icon.white .wa:hover .bg[class*="hvr-"]:before { background: #01e675; }
.soc-icon.white .wa:hover .bg[class*="hvr-"].hvr-fade { background: #01e675; }
.soc-icon .wa .bg { border-color: #01b35b;
  background: #01e675; }
.soc-icon .wa .bg:after { content: ""; }
.soc-icon .wa:hover .bg { border-color: #004e28;
  background: #018041; }
.soc-icon .wa:hover .bg[class*="hvr-"] { background: #01e675; }
.soc-icon .wa:hover .bg[class*="hvr-"]:before { background: #018041; }
.soc-icon .wa:hover .bg[class*="hvr-"].hvr-fade { background: #018041; }
.soc-icon.white .li .bg { border-color: #0077b4;
  color: #0077b4; }
.soc-icon.white .li .bg[class*="hvr-"]:before { background: #0077b4; }
.soc-icon.white .li:hover .bg { background: #0077b4;
  border-color: #005581; }
.soc-icon.white .li:hover .bg[class*="hvr-"]:before { background: #0077b4; }
.soc-icon.white .li:hover .bg[class*="hvr-"].hvr-fade { background: #0077b4; }
.soc-icon .li .bg { border-color: #005581;
  background: #0077b4; }
.soc-icon .li .bg:after { content: ""; }
.soc-icon .li:hover .bg { border-color: #00121b;
  background: #00344e; }
.soc-icon .li:hover .bg[class*="hvr-"] { background: #0077b4; }
.soc-icon .li:hover .bg[class*="hvr-"]:before { background: #00344e; }
.soc-icon .li:hover .bg[class*="hvr-"].hvr-fade { background: #00344e; }
.soc-icon.white .ta .bg { border-color: #00a680;
  color: #00a680; }
.soc-icon.white .ta .bg[class*="hvr-"]:before { background: #00a680; }
.soc-icon.white .ta:hover .bg { background: #00a680;
  border-color: #007359; }
.soc-icon.white .ta:hover .bg[class*="hvr-"]:before { background: #00a680; }
.soc-icon.white .ta:hover .bg[class*="hvr-"].hvr-fade { background: #00a680; }
.soc-icon .ta .bg { border-color: #007359;
  background: #00a680; }
.soc-icon .ta .bg:after { content: ""; }
.soc-icon .ta:hover .bg { border-color: #000d0a;
  background: #004031; }
.soc-icon .ta:hover .bg[class*="hvr-"] { background: #00a680; }
.soc-icon .ta:hover .bg[class*="hvr-"]:before { background: #004031; }
.soc-icon .ta:hover .bg[class*="hvr-"].hvr-fade { background: #004031; }
.soc-icon.white .vi .bg { border-color: #735FF2;
  color: #735FF2; }
.soc-icon.white .vi .bg[class*="hvr-"]:before { background: #735FF2; }
.soc-icon.white .vi:hover .bg { background: #735FF2;
  border-color: #4a30ee; }
.soc-icon.white .vi:hover .bg[class*="hvr-"]:before { background: #735FF2; }
.soc-icon.white .vi:hover .bg[class*="hvr-"].hvr-fade { background: #735FF2; }
.soc-icon .vi .bg { border-color: #4a30ee;
  background: #735FF2; }
.soc-icon .vi .bg:after { content: ""; }
.soc-icon .vi:hover .bg { border-color: #230eaa;
  background: #2d12d9; }
.soc-icon .vi:hover .bg[class*="hvr-"] { background: #735FF2; }
.soc-icon .vi:hover .bg[class*="hvr-"]:before { background: #2d12d9; }
.soc-icon .vi:hover .bg[class*="hvr-"].hvr-fade { background: #2d12d9; }
.soc-icon.white .max .bg { border-color: #2548fb;
  color: #2548fb; }
.soc-icon.white .max .bg[class*="hvr-"]:before { background: #2548fb; }
.soc-icon.white .max:hover .bg { background: #2548fb;
  border-color: #042ae9; }
.soc-icon.white .max:hover .bg[class*="hvr-"]:before { background: #2548fb; }
.soc-icon.white .max:hover .bg[class*="hvr-"].hvr-fade { background: #2548fb; }
.soc-icon .max .bg { border-color: #042ae9;
  background: #2548fb; }
.soc-icon .max .bg:after { content: "🌫";
  font-family: "Creatium Brands"; }
.soc-icon .max:hover .bg { border-color: #021885;
  background: #0321b7; }
.soc-icon .max:hover .bg[class*="hvr-"] { background: #2548fb; }
.soc-icon .max:hover .bg[class*="hvr-"]:before { background: #0321b7; }
.soc-icon .max:hover .bg[class*="hvr-"].hvr-fade { background: #0321b7; }
.soc-icon.white .rossgram .bg { border-color: #d23085;
  color: #d23085; }
.soc-icon.white .rossgram .bg[class*="hvr-"]:before { background: #d23085; }
.soc-icon.white .rossgram:hover .bg { background: #d23085;
  border-color: #aa256b; }
.soc-icon.white .rossgram:hover .bg[class*="hvr-"]:before { background: #d23085; }
.soc-icon.white .rossgram:hover .bg[class*="hvr-"].hvr-fade { background: #d23085; }
.soc-icon .rossgram .bg { border-color: #aa256b;
  background: #d23085; }
.soc-icon .rossgram .bg:after { content: "";
  font-family: "Creatium Brands"; }
.soc-icon .rossgram:hover .bg { border-color: #561336;
  background: #801c50; }
.soc-icon .rossgram:hover .bg[class*="hvr-"] { background: #d23085; }
.soc-icon .rossgram:hover .bg[class*="hvr-"]:before { background: #801c50; }
.soc-icon .rossgram:hover .bg[class*="hvr-"].hvr-fade { background: #801c50; }
.soc-icon.white .molniya .bg { border-color: #4572ff;
  color: #4572ff; }
.soc-icon.white .molniya .bg[class*="hvr-"]:before { background: #4572ff; }
.soc-icon.white .molniya:hover .bg { background: #4572ff;
  border-color: #124bff; }
.soc-icon.white .molniya:hover .bg[class*="hvr-"]:before { background: #4572ff; }
.soc-icon.white .molniya:hover .bg[class*="hvr-"].hvr-fade { background: #4572ff; }
.soc-icon .molniya .bg { border-color: #124bff;
  background: #4572ff; }
.soc-icon .molniya .bg:after { content: "";
  font-family: "Creatium Brands"; }
.soc-icon .molniya:hover .bg { border-color: #0029ab;
  background: #0036de; }
.soc-icon .molniya:hover .bg[class*="hvr-"] { background: #4572ff; }
.soc-icon .molniya:hover .bg[class*="hvr-"]:before { background: #0036de; }
.soc-icon .molniya:hover .bg[class*="hvr-"].hvr-fade { background: #0036de; }
.soc-icon.white .rutube .bg { border-color: #100943;
  color: #100943; }
.soc-icon.white .rutube .bg[class*="hvr-"]:before { background: #100943; }
.soc-icon.white .rutube:hover .bg { background: #100943;
  border-color: #050316; }
.soc-icon.white .rutube:hover .bg[class*="hvr-"]:before { background: #100943; }
.soc-icon.white .rutube:hover .bg[class*="hvr-"].hvr-fade { background: #100943; }
.soc-icon .rutube .bg { border-color: #050316;
  background: #100943; }
.soc-icon .rutube .bg:after { content: "";
  font-family: "Creatium Brands"; }
.soc-icon .rutube:hover .bg { border-color: #000000;
  background: #000000; }
.soc-icon .rutube:hover .bg[class*="hvr-"] { background: #100943; }
.soc-icon .rutube:hover .bg[class*="hvr-"]:before { background: #000000; }
.soc-icon .rutube:hover .bg[class*="hvr-"].hvr-fade { background: #000000; }
.soc-icon.white .dzen .bg { border-color: #2C3036;
  color: #2C3036; }
.soc-icon.white .dzen .bg[class*="hvr-"]:before { background: #2C3036; }
.soc-icon.white .dzen:hover .bg { background: #2C3036;
  border-color: #15171a; }
.soc-icon.white .dzen:hover .bg[class*="hvr-"]:before { background: #2C3036; }
.soc-icon.white .dzen:hover .bg[class*="hvr-"].hvr-fade { background: #2C3036; }
.soc-icon .dzen .bg { border-color: #15171a;
  background: #2C3036; }
.soc-icon .dzen .bg:after { content: "";
  font-family: "Creatium Brands"; }
.soc-icon .dzen:hover .bg { border-color: #000000;
  background: #000000; }
.soc-icon .dzen:hover .bg[class*="hvr-"] { background: #2C3036; }
.soc-icon .dzen:hover .bg[class*="hvr-"]:before { background: #000000; }
.soc-icon .dzen:hover .bg[class*="hvr-"].hvr-fade { background: #000000; }
.widget-spoiler [cr-spoiler-toggle] { cursor: pointer;
  position: relative; }
.widget-tabs [cr-slider-next] { cursor: pointer;
  position: relative;
  z-index: 220; }
.widget-tabs [cr-slider-previous] { cursor: pointer;
  position: relative;
  z-index: 220; }
.widget-tabs [cr-slider-page] { cursor: pointer;
  position: relative;
  z-index: 220; }
.widget-test .test-root { border: 5px solid #e6e6e6; }
.widget-test .test-header { display: table;
  width: 100%; }
.widget-test .test-header > div { display: table-cell;
  vertical-align: middle; }
.widget-test .test-title { font-size: 20px;
  font-weight: bold;
  padding: 0 20px; }
.widget-test .test-actions { text-align: right; }
.widget-test .test-actions > div { display: inline-block;
  padding: 0 20px;
  line-height: 50px; }
.widget-test .test-container { padding: 10px 20px; }
.widget-test .test-result { display: none;
  border-top: 5px solid red;
  padding: 10px 20px; }
.widget-test .test-root[data-state="success"] { border-color: #00cc6e; }
.widget-test .test-root[data-state="success"] .test-action-success { background-color: #00cc6e;
  color: white; }
.widget-test .test-root[data-state="success"] .test-title { color: #00cc6e; }
.widget-test .test-root[data-state="fail"] { border-color: red; }
.widget-test .test-root[data-state="fail"] .test-action-fail { background-color: red;
  color: white; }
.widget-test .test-root[data-state="fail"] .test-title { color: red; }
.widget-test .test-root[data-state="fail"] .test-result { display: block; }
.widget-video .video-placeholder { position: relative; }
.widget-video .video-placeholder.width-720 { max-width: 720px; }
.widget-video .video-placeholder.width-640 { max-width: 640px; }
.widget-video .video-placeholder.width-560 { max-width: 560px; }
.widget-video .video-placeholder.width-480 { max-width: 480px; }
.widget-video .video-placeholder.width-stretch { width: 100%; }
.widget-video .video-placeholder.align-left { margin: 0 auto 0 0; }
.widget-video .video-placeholder.align-center { margin: 0 auto; }
.widget-video .video-placeholder.align-right { margin: 0 0 0 auto; }
.widget-video .video-placeholder .video-aspect-ratio { width: 100%;
  padding-bottom: 56.25%; }
.widget-video-button [cr-video-button] { position: relative;
  cursor: pointer; }
.area div.widget.widget-zero { z-index: 240; }
.widget-breadcrumbs ul, .widget-breadcrumbs ol { list-style: none;
  padding: 0;
  margin: 0; }
.widget-breadcrumbs li { display: inline-block; }
[cr-stories-panel-highlight] { cursor: pointer; }
.w-story-panel-modal { transform: translateY(50%);
  opacity: 0;
  transition: 300ms all; }
.w-story-panel-modal.is-active { transform: translateY(0);
  opacity: 1; }
.w-story-panel-modal.is-hiding { transform: translateY(50%);
  opacity: 0; }
.w-story-panel-modal > .metahtml { padding: 20px 0; }
.widget-spacer { flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
.widget-spacer .arrow { line-height: 1;
  text-align: center;
  opacity: 0.25;
  padding: 3px; }
.widget-spacer .arrow svg { width: 10px; }
.widget-spacer { min-height: 0!important; }
.widget-markdown .metahtml * { all: revert; }
.section-notion .metahtml *:not(path) { all: revert; }