@charset "UTF-8";
/* Reset =================================================== */
/* line 12, less\reset.less */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* line 15, less\reset.less */
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Variables =================================================== */
/* line 352, less\mixins.less */
.clearfix {
  *zoom: 1;
}
/* line 354, less\mixins.less */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
/* line 358, less\mixins.less */
.clearfix:after {
  clear: both;
}
/* line 407, less\mixins.less */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* line 2, less\plugins\animate.less */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 9, less\plugins\animate.less */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  /* line 15, less\plugins\animate.less */
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 20, less\plugins\animate.less */
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  /* line 25, less\plugins\animate.less */
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  /* line 32, less\plugins\animate.less */
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 38, less\plugins\animate.less */
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  /* line 44, less\plugins\animate.less */
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* line 51, less\plugins\animate.less */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  /* line 57, less\plugins\animate.less */
  0%,
  50%,
  100% {
    opacity: 1;
  }
  /* line 61, less\plugins\animate.less */
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  /* line 67, less\plugins\animate.less */
  0%,
  50%,
  100% {
    opacity: 1;
  }
  /* line 71, less\plugins\animate.less */
  25%,
  75% {
    opacity: 0;
  }
}
/* line 76, less\plugins\animate.less */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  /* line 84, less\plugins\animate.less */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* line 89, less\plugins\animate.less */
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* line 94, less\plugins\animate.less */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  /* line 101, less\plugins\animate.less */
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  /* line 107, less\plugins\animate.less */
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* line 113, less\plugins\animate.less */
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 120, less\plugins\animate.less */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  /* line 126, less\plugins\animate.less */
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 131, less\plugins\animate.less */
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  /* line 136, less\plugins\animate.less */
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  /* line 143, less\plugins\animate.less */
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 149, less\plugins\animate.less */
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  /* line 155, less\plugins\animate.less */
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* line 162, less\plugins\animate.less */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  /* line 168, less\plugins\animate.less */
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  /* line 173, less\plugins\animate.less */
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  /* line 178, less\plugins\animate.less */
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  /* line 183, less\plugins\animate.less */
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  /* line 188, less\plugins\animate.less */
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  /* line 195, less\plugins\animate.less */
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  /* line 201, less\plugins\animate.less */
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  /* line 207, less\plugins\animate.less */
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  /* line 213, less\plugins\animate.less */
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  /* line 219, less\plugins\animate.less */
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* line 226, less\plugins\animate.less */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  /* line 235, less\plugins\animate.less */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* line 240, less\plugins\animate.less */
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  /* line 245, less\plugins\animate.less */
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  /* line 250, less\plugins\animate.less */
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  /* line 255, less\plugins\animate.less */
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  /* line 262, less\plugins\animate.less */
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  /* line 268, less\plugins\animate.less */
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  /* line 274, less\plugins\animate.less */
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  /* line 280, less\plugins\animate.less */
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  /* line 286, less\plugins\animate.less */
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/* line 293, less\plugins\animate.less */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  /* line 301, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  /* line 306, less\plugins\animate.less */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  /* line 311, less\plugins\animate.less */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  /* line 316, less\plugins\animate.less */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  /* line 321, less\plugins\animate.less */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  /* line 326, less\plugins\animate.less */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  /* line 331, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  /* line 338, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  /* line 344, less\plugins\animate.less */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  /* line 350, less\plugins\animate.less */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  /* line 356, less\plugins\animate.less */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  /* line 362, less\plugins\animate.less */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  /* line 368, less\plugins\animate.less */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  /* line 374, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* line 381, less\plugins\animate.less */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  /* line 387, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  /* line 393, less\plugins\animate.less */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  /* line 399, less\plugins\animate.less */
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  /* line 404, less\plugins\animate.less */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  /* line 411, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  /* line 418, less\plugins\animate.less */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  /* line 425, less\plugins\animate.less */
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  /* line 431, less\plugins\animate.less */
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 438, less\plugins\animate.less */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  /* line 444, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  /* line 450, less\plugins\animate.less */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  /* line 456, less\plugins\animate.less */
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  /* line 461, less\plugins\animate.less */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  /* line 468, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  /* line 475, less\plugins\animate.less */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  /* line 482, less\plugins\animate.less */
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  /* line 488, less\plugins\animate.less */
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 495, less\plugins\animate.less */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  /* line 501, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  /* line 507, less\plugins\animate.less */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  /* line 513, less\plugins\animate.less */
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  /* line 518, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  /* line 525, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  /* line 532, less\plugins\animate.less */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  /* line 539, less\plugins\animate.less */
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  /* line 545, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 552, less\plugins\animate.less */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  /* line 558, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  /* line 564, less\plugins\animate.less */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  /* line 570, less\plugins\animate.less */
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  /* line 575, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  /* line 582, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  /* line 589, less\plugins\animate.less */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  /* line 596, less\plugins\animate.less */
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  /* line 602, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 609, less\plugins\animate.less */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  /* line 615, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  /* line 621, less\plugins\animate.less */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  /* line 627, less\plugins\animate.less */
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  /* line 632, less\plugins\animate.less */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  /* line 639, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  /* line 646, less\plugins\animate.less */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  /* line 653, less\plugins\animate.less */
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  /* line 659, less\plugins\animate.less */
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 666, less\plugins\animate.less */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  /* line 672, less\plugins\animate.less */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* line 677, less\plugins\animate.less */
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  /* line 682, less\plugins\animate.less */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* line 688, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  /* line 696, less\plugins\animate.less */
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  /* line 702, less\plugins\animate.less */
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  /* line 708, less\plugins\animate.less */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* line 715, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
/* line 723, less\plugins\animate.less */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  /* line 729, less\plugins\animate.less */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 734, less\plugins\animate.less */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  /* line 740, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  /* line 748, less\plugins\animate.less */
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 754, less\plugins\animate.less */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  /* line 761, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/* line 769, less\plugins\animate.less */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  /* line 775, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 780, less\plugins\animate.less */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  /* line 786, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  /* line 794, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 800, less\plugins\animate.less */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  /* line 807, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 815, less\plugins\animate.less */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  /* line 821, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 826, less\plugins\animate.less */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  /* line 832, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  /* line 840, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 846, less\plugins\animate.less */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  /* line 853, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 861, less\plugins\animate.less */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  /* line 867, less\plugins\animate.less */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 872, less\plugins\animate.less */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  /* line 878, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  /* line 886, less\plugins\animate.less */
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 892, less\plugins\animate.less */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  /* line 899, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 907, less\plugins\animate.less */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  /* line 913, less\plugins\animate.less */
  0% {
    opacity: 0;
  }
  /* line 917, less\plugins\animate.less */
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  /* line 923, less\plugins\animate.less */
  0% {
    opacity: 0;
  }
  /* line 927, less\plugins\animate.less */
  100% {
    opacity: 1;
  }
}
/* line 932, less\plugins\animate.less */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  /* line 938, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  /* line 944, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  /* line 952, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  /* line 959, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 967, less\plugins\animate.less */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  /* line 973, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  /* line 979, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  /* line 987, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  /* line 994, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1002, less\plugins\animate.less */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  /* line 1008, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  /* line 1014, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  /* line 1022, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  /* line 1029, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1037, less\plugins\animate.less */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  /* line 1043, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  /* line 1049, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  /* line 1057, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  /* line 1064, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1072, less\plugins\animate.less */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  /* line 1078, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  /* line 1084, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  /* line 1092, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  /* line 1099, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1107, less\plugins\animate.less */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  /* line 1113, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  /* line 1119, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  /* line 1127, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  /* line 1134, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1142, less\plugins\animate.less */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  /* line 1148, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  /* line 1154, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  /* line 1162, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  /* line 1169, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1177, less\plugins\animate.less */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  /* line 1183, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  /* line 1189, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  /* line 1197, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  /* line 1204, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1212, less\plugins\animate.less */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  /* line 1218, less\plugins\animate.less */
  0% {
    opacity: 1;
  }
  /* line 1222, less\plugins\animate.less */
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* line 1228, less\plugins\animate.less */
  0% {
    opacity: 1;
  }
  /* line 1232, less\plugins\animate.less */
  100% {
    opacity: 0;
  }
}
/* line 1237, less\plugins\animate.less */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  /* line 1243, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 1249, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  /* line 1257, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 1264, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/* line 1272, less\plugins\animate.less */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  /* line 1278, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 1284, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  /* line 1292, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 1299, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/* line 1307, less\plugins\animate.less */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  /* line 1313, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1319, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  /* line 1327, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1334, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
/* line 1342, less\plugins\animate.less */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  /* line 1348, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1354, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  /* line 1362, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1369, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 1377, less\plugins\animate.less */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  /* line 1383, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1389, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  /* line 1397, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1404, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
/* line 1412, less\plugins\animate.less */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  /* line 1418, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1424, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  /* line 1432, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1439, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 1447, less\plugins\animate.less */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  /* line 1453, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 1459, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  /* line 1467, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 1474, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* line 1482, less\plugins\animate.less */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  /* line 1488, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 1494, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  /* line 1502, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 1509, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 1517, less\plugins\animate.less */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  /* line 1523, less\plugins\animate.less */
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1530, less\plugins\animate.less */
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1537, less\plugins\animate.less */
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1544, less\plugins\animate.less */
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1551, less\plugins\animate.less */
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  /* line 1560, less\plugins\animate.less */
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1568, less\plugins\animate.less */
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1576, less\plugins\animate.less */
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1584, less\plugins\animate.less */
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1592, less\plugins\animate.less */
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1601, less\plugins\animate.less */
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  /* line 1610, less\plugins\animate.less */
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  /* line 1616, less\plugins\animate.less */
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  /* line 1621, less\plugins\animate.less */
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  /* line 1626, less\plugins\animate.less */
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  /* line 1634, less\plugins\animate.less */
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  /* line 1641, less\plugins\animate.less */
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  /* line 1647, less\plugins\animate.less */
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  /* line 1653, less\plugins\animate.less */
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 1661, less\plugins\animate.less */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  /* line 1670, less\plugins\animate.less */
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  /* line 1676, less\plugins\animate.less */
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  /* line 1681, less\plugins\animate.less */
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  /* line 1686, less\plugins\animate.less */
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  /* line 1694, less\plugins\animate.less */
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  /* line 1701, less\plugins\animate.less */
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  /* line 1707, less\plugins\animate.less */
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  /* line 1713, less\plugins\animate.less */
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 1721, less\plugins\animate.less */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  /* line 1730, less\plugins\animate.less */
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  /* line 1736, less\plugins\animate.less */
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  /* line 1744, less\plugins\animate.less */
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  /* line 1751, less\plugins\animate.less */
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 1759, less\plugins\animate.less */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  /* line 1768, less\plugins\animate.less */
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  /* line 1774, less\plugins\animate.less */
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  /* line 1782, less\plugins\animate.less */
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  /* line 1789, less\plugins\animate.less */
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 1797, less\plugins\animate.less */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  /* line 1806, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  /* line 1812, less\plugins\animate.less */
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  /* line 1818, less\plugins\animate.less */
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  /* line 1824, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  /* line 1832, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  /* line 1839, less\plugins\animate.less */
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  /* line 1846, less\plugins\animate.less */
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  /* line 1853, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
/* line 1861, less\plugins\animate.less */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  /* line 1869, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  /* line 1875, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  /* line 1883, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  /* line 1890, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
/* line 1898, less\plugins\animate.less */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  /* line 1906, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  /* line 1914, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  /* line 1924, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  /* line 1934, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 1945, less\plugins\animate.less */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  /* line 1951, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  /* line 1959, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  /* line 1969, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  /* line 1979, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 1990, less\plugins\animate.less */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  /* line 1996, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  /* line 2004, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  /* line 2014, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  /* line 2024, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2035, less\plugins\animate.less */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  /* line 2041, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  /* line 2049, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  /* line 2059, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  /* line 2069, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2080, less\plugins\animate.less */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  /* line 2086, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  /* line 2094, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  /* line 2104, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  /* line 2114, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2125, less\plugins\animate.less */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  /* line 2131, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 2139, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  /* line 2149, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 2159, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
/* line 2170, less\plugins\animate.less */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  /* line 2176, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 2184, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  /* line 2194, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 2204, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 2215, less\plugins\animate.less */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  /* line 2221, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 2229, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  /* line 2239, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 2249, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 2260, less\plugins\animate.less */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  /* line 2266, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 2274, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  /* line 2284, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 2294, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 2305, less\plugins\animate.less */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  /* line 2311, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 2319, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  /* line 2329, less\plugins\animate.less */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 2339, less\plugins\animate.less */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 2350, less\plugins\animate.less */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  /* line 2356, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  /* line 2362, less\plugins\animate.less */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  /* line 2369, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  /* line 2376, less\plugins\animate.less */
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2383, less\plugins\animate.less */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  /* line 2389, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  /* line 2395, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  /* line 2402, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  /* line 2409, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2416, less\plugins\animate.less */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  /* line 2422, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  /* line 2428, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  /* line 2435, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  /* line 2442, less\plugins\animate.less */
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2449, less\plugins\animate.less */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  /* line 2455, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 2460, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  /* line 2468, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 2474, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 2482, less\plugins\animate.less */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  /* line 2488, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 2493, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  /* line 2501, less\plugins\animate.less */
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 2507, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 2515, less\plugins\animate.less */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  /* line 2521, less\plugins\animate.less */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 2526, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  /* line 2534, less\plugins\animate.less */
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 2540, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 2548, less\plugins\animate.less */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  /* line 2554, less\plugins\animate.less */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2563, less\plugins\animate.less */
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2572, less\plugins\animate.less */
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2581, less\plugins\animate.less */
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2591, less\plugins\animate.less */
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  /* line 2599, less\plugins\animate.less */
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2610, less\plugins\animate.less */
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2621, less\plugins\animate.less */
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2632, less\plugins\animate.less */
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2644, less\plugins\animate.less */
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
/* line 2652, less\plugins\animate.less */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  /* line 2660, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  /* line 2666, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  /* line 2674, less\plugins\animate.less */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  /* line 2681, less\plugins\animate.less */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
/* line 2689, less\plugins\animate.less */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  /* line 2697, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  /* line 2703, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  /* line 2711, less\plugins\animate.less */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  /* line 2718, less\plugins\animate.less */
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
/* line 2726, less\plugins\animate.less */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* line 1, less\plugins\normalize.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* line 1, less\plugins\normalize.less */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* line 1, less\plugins\normalize.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 1, less\plugins\normalize.less */
[hidden] {
  display: none;
}
/* line 1, less\plugins\normalize.less */
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* line 1, less\plugins\normalize.less */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* line 1, less\plugins\normalize.less */
body {
  margin: 0;
}
/* line 1, less\plugins\normalize.less */
a:focus {
  outline: thin dotted;
}
/* line 1, less\plugins\normalize.less */
a:active,
a:hover {
  outline: 0;
}
/* line 1, less\plugins\normalize.less */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* line 1, less\plugins\normalize.less */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
/* line 1, less\plugins\normalize.less */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
/* line 1, less\plugins\normalize.less */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
/* line 1, less\plugins\normalize.less */
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
/* line 1, less\plugins\normalize.less */
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}
/* line 1, less\plugins\normalize.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 1, less\plugins\normalize.less */
b,
strong {
  font-weight: bold;
}
/* line 1, less\plugins\normalize.less */
blockquote {
  margin: 1em 40px;
}
/* line 1, less\plugins\normalize.less */
dfn {
  font-style: italic;
}
/* line 1, less\plugins\normalize.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 1, less\plugins\normalize.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 1, less\plugins\normalize.less */
p,
pre {
  margin: 1em 0;
}
/* line 1, less\plugins\normalize.less */
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* line 1, less\plugins\normalize.less */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* line 1, less\plugins\normalize.less */
q {
  quotes: none;
}
/* line 1, less\plugins\normalize.less */
q:before,
q:after {
  content: '';
  content: none;
}
/* line 1, less\plugins\normalize.less */
small {
  font-size: 80%;
}
/* line 1, less\plugins\normalize.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 1, less\plugins\normalize.less */
sup {
  top: -0.5em;
}
/* line 1, less\plugins\normalize.less */
sub {
  bottom: -0.25em;
}
/* line 1, less\plugins\normalize.less */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
/* line 1, less\plugins\normalize.less */
dd {
  margin: 0 0 0 40px;
}
/* line 1, less\plugins\normalize.less */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/* line 1, less\plugins\normalize.less */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* line 1, less\plugins\normalize.less */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* line 1, less\plugins\normalize.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 1, less\plugins\normalize.less */
figure {
  margin: 0;
}
/* line 1, less\plugins\normalize.less */
form {
  margin: 0;
}
/* line 1, less\plugins\normalize.less */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 1, less\plugins\normalize.less */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
/* line 1, less\plugins\normalize.less */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/* line 1, less\plugins\normalize.less */
button,
input {
  line-height: normal;
}
/* line 1, less\plugins\normalize.less */
button,
select {
  text-transform: none;
}
/* line 1, less\plugins\normalize.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
/* line 1, less\plugins\normalize.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 1, less\plugins\normalize.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
/* line 1, less\plugins\normalize.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 1, less\plugins\normalize.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 1, less\plugins\normalize.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 1, less\plugins\normalize.less */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* line 1, less\plugins\normalize.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 1, less\base\root.less */
:root {
  --fs-xs: 0.875rem;
  --fs-sm: 1rem;
  --fs-md: 1.3rem;
  --fs-lg: 1.5rem;
  --fs-xl: 2.25rem;
  --fs-xxl: 3rem;
  --text-ff: system-ui, sans-serif;
  --heading-ff: system-ui, sans-serif;
  --text-fs: var(--fs-sm);
  --h1-fs: var(--fs-xxl);
  --h2-fs: var(--fs-xl);
  --h3-fs: var(--fs-lg);
  --h4-fs: var(--fs-md);
  --h5-fs: var(--fs-sm);
  --h6-fs: var(--fs-sm);
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 16, less\site.less */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 22, less\site.less */
html {
  background: #fdfdfd;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* line 31, less\site.less */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: var(--text-ff);
  color: black;
  overflow: hidden;
}
/* line 42, less\site.less */
.channel {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  position: relative;
  z-index: 9999;
}
/* line 49, less\site.less */
.channel #slides {
  position: relative;
}
/* line 53, less\site.less */
.channel__header {
  background-color: rgba(0, 0, 0, 0.8);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
/* line 59, less\site.less */
.channel__header:has(.clock) {
  grid-template-columns: auto 1fr auto;
}
/* line 64, less\site.less */
.channel__footer {
  background-color: rgba(0, 0, 0, 0.8);
}
@font-face {
  font-family: 'droid_sans_monoregular';
  src: url('/static/fonts/DroidSansMono-webfont.eot');
  src: url('/static/fonts/DroidSansMono-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/DroidSansMono-webfont.woff') format('woff'), url('/static/fonts/DroidSansMono-webfont.ttf') format('truetype'), url('/static/fonts/DroidSansMono-webfont.svg#droid_sans_monoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* line 9, less\typography.less */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--heading-ff);
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
}
/* line 22, less\typography.less */
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
/* line 28, less\typography.less */
h1,
.h1 {
  font-size: var(--h1-fs);
  line-height: 1.1;
}
/* line 34, less\typography.less */
h2,
.h2 {
  font-size: var(--h2-fs);
  line-height: 1.1;
}
/* line 40, less\typography.less */
h3,
.h3 {
  font-size: var(--h3-fs);
  line-height: 1.1;
}
/* line 46, less\typography.less */
h4,
.h4 {
  font-size: var(--h4-fs);
  line-height: 1.2;
}
/* line 52, less\typography.less */
h5,
.h5 {
  font-size: var(--h5-fs);
}
/* line 57, less\typography.less */
h6,
.h6 {
  font-size: var(--h6-fs);
}
/*.header h1,
.header h2,
.header h3 {
	float: left;
	margin-right: @gutterwidth;

	a {
		display: block;
		position: relative;
		top: 6px;
		float: right;
		padding: 4px 12px;
		.font-size(14);
		background-color: lighten(@basecolor, 75%);
	}

	&:hover {
		background-color: lighten(@basecolor, 75%);
	}
}*/
/*.header .a-rss,
.header .a-rss:hover {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	background: transparent url(../img/a-rss.png) no-repeat 0 0;
	.hide-text;
}*/
/* line 97, less\typography.less */
p,
ol,
ul,
dl,
address {
  font-size: var(--text-fs);
  margin: 0;
}
/* line 106, less\typography.less */
small {
  font-size: var(--fs-xs);
}
/* line 110, less\typography.less */
ul,
ol {
  margin: 0;
  padding: 0 0 0 1em;
}
/* line 116, less\typography.less */
li ul,
li ol {
  margin: 0;
  font-size: 1.008rem;
  font-size: 1.6rem;
}
/* line 124, less\typography.less */
blockquote {
  margin: 0 0 1.5em -1.5rem;
  padding-left: 1.5rem;
  border-left: 0.125rem solid #c7ced6;
  font-family: var(--text-ff);
  font-style: normal;
}
/* line 132, less\typography.less */
q {
  quotes: none;
}
/* line 136, less\typography.less */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* line 144, less\typography.less */
cite {
  font-style: normal;
}
/* line 150, less\typography.less */
abbr[title] {
  border-bottom: 0.063rem dotted #c7ced6;
  cursor: help;
}
/* line 155, less\typography.less */
b,
strong {
  font-weight: bold;
}
/* line 159, less\typography.less */
dfn {
  font-style: italic;
}
/* line 163, less\typography.less */
ins {
  background-color: #f3f5f6;
  color: black;
  text-decoration: none;
}
/* line 169, less\typography.less */
mark {
  background-color: #f3f5f6;
  color: black;
  font-style: italic;
  font-weight: bold;
}
/* line 176, less\typography.less */
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: var(--fs-xs);
  line-height: 1.5em;
}
/* line 185, less\typography.less */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* line 191, less\typography.less */
sub,
sup {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baselineheight;
}
/* line 199, less\typography.less */
sup {
  top: -0.5em;
}
/* line 203, less\typography.less */
sub {
  bottom: -0.25em;
}
@media (min-width: 2560px) {
  /* line 208, less\typography.less */
  html {
    font-size: 133%;
  }
}
@media (min-width: 3840px) {
  /* line 215, less\typography.less */
  html {
    font-size: 200%;
  }
}
/* Elements =================================================== */
/* line 14, less\elements.less */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #ffffff;
}
/* line 26, less\elements.less */
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
/* line 33, less\elements.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 39, less\elements.less */
figure {
  margin-bottom: 1.5em;
}
/* line 42, less\elements.less */
figure img {
  margin-bottom: 0.375em;
}
/* line 46, less\elements.less */
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 0.882rem;
  font-size: 1.4rem;
  color: #808080;
}
/* line 56, less\elements.less */
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
/* line 61, less\elements.less */
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #c7ced6;
}
/* line 67, less\elements.less */
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
/* line 3, less\HomePage.less */
.homePageHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border-bottom: 1px solid gray;
}
/* line 11, less\HomePage.less */
.homePageHeader .homePageH1 {
  font-size: 3.125rem;
  letter-spacing: 0.5rem;
  margin-bottom: 0;
  padding-bottom: 15px;
  box-shadow: 0px 21px 0px -20px rgba(0, 0, 0, 0.6);
}
/* line 19, less\HomePage.less */
.homePageHeader .homePageP {
  margin-top: 15px;
  font-weight: 100;
  opacity: 0.7;
}
/* line 26, less\HomePage.less */
html,
body {
  height: 100%;
}
/* line 30, less\HomePage.less */
body {
  background: #fff;
}
/* line 34, less\HomePage.less */
.main {
  padding: 5.625rem 1.875rem 1.875rem;
}
/* line 38, less\HomePage.less */
.channels {
  --channel-shadow: 0px 12px 25px -10px rgba(8, 3, 82, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
}
/* line 46, less\HomePage.less */
.channels .channel {
  width: 18.75rem;
  background: white;
  color: black;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.25rem;
  box-shadow: var(--channel-shadow);
}
/* line 58, less\HomePage.less */
.channels .channel-link {
  display: block;
  height: 100%;
  width: 100%;
}
/* line 63, less\HomePage.less */
.channels .channel-link:hover,
.channels .channel-link:active {
  text-decoration: none;
}
/* line 68, less\HomePage.less */
.channels h2 {
  font-weight: bold;
  font-size: 1.875rem;
  opacity: 0.8;
}
/* line 74, less\HomePage.less */
.channels p {
  font-size: 1rem;
  opacity: 0.6;
}
/* line 79, less\HomePage.less */
.channels img {
  display: block;
  margin-inline: auto;
}
/* line 1, less\partials\clock.less */
.clock-wrap {
  z-index: 40;
  overflow: hidden;
  padding: 2em;
}
/* line 7, less\partials\clock.less */
.clock {
  z-index: 50;
  color: #fff;
  font-size: 3.402rem;
  font-size: 5.4rem;
  font-weight: bold;
  text-align: right;
  text-shadow: 0.063rem 0.063rem 0.188rem rgba(0, 0, 0, 0.8);
  font-family: 'droid_sans_monoregular';
}
/* line 1, less\partials\background.less */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
/*.temperature-container{
	position: fixed;
	bottom: -20px;
	left: 0px;
	padding: 10px;
	width: 20%;
	height: 18%;
	z-index: 10000;
	overflow: hidden;
	background: rgba(255,255,255,.3);
	.vertical(@startColor : rgba(255,255,255,0.8), @endColor : rgba(255,255,255,0));
	.box-shadow(1px 0 5px 0px rgba(0,0,0,.2));
	.border-radius(180px, 30px, 0px, 0px);
}

.weather-data{
	clear: both;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin-bottom: 4px;
	position: absolute;
	right: 8%;
	width: 100%;
	height: 15%;

	.temperature-text{
		.font-size(52);
		color: #fff;
		line-height: 1;
		font-weight: bold;
		text-shadow: 0 0 5px rgba(0,0,0,.75);
		display: block;
		position: relative;
		top: 0.5em;
		font-family: 'droid_sans_monoregular';
	}
}

@media all and (min-width: @screen-1080-min) {
	.weather-data{
		.temperature-text{
			.font-size(92);
		}
	}
}*/
/* line 1, less\partials\default.less */
.container {
  padding: 0;
  margin: 0;
  max-width: none;
}
/* line 7, less\partials\default.less */
.content {
  z-index: 20;
  position: absolute;
  display: block;
  overflow: hidden;
  text-align: left;
  inset: 0;
  visibility: hidden;
}
/* line 17, less\partials\default.less */
.content.container * {
  pointer-events: none;
  cursor: none;
}
/* line 24, less\partials\default.less */
.content-active {
  visibility: visible;
}
/* line 28, less\partials\default.less */
.iframe-slide-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
/* line 35, less\partials\default.less */
.iframe-slide-container iframe {
  position: absolute;
}
/* line 1, less\partials\startpage.less */
.channel-container {
  margin: 2.5rem auto;
  width: 100%;
  max-width: 1300px;
  display: block;
  overflow: hidden;
}
/* line 9, less\partials\startpage.less */
.channel-list {
  list-style: none;
  overflow: hidden;
  display: block;
}
/* line 14, less\partials\startpage.less */
.channel-list li {
  display: block;
  overflow: hidden;
  border: 0.063rem solid #eee;
  background: #fff;
  width: 30%;
  margin: 1.5%;
  float: left;
}
/* line 25, less\partials\startpage.less */
.channel-list a {
  overflow: hidden;
  display: block;
  padding: 1.25rem;
}
/* line 33, less\partials\startpage.less */
.channel-list .channel-image {
  width: 20%;
  float: left;
}
/* line 39, less\partials\startpage.less */
.channel-list .channel-info {
  display: block;
  overflow: hidden;
  float: right;
  width: 70%;
}
/* line 46, less\partials\startpage.less */
.channel-list .channel-name {
  color: #444;
  display: block;
  font-weight: bold;
  font-size: 1.26rem;
  font-size: 2rem;
  line-height: 1;
  margin-top: 0.63rem;
  margin-top: 1rem;
  overflow: hidden;
  text-transform: uppercase;
}
/* line 57, less\partials\startpage.less */
.channel-list .channel-desc {
  clear: both;
  color: #444;
  float: none;
  font-size: 1.008rem;
  font-size: 1.6rem;
  margin-top: 0.63rem;
  margin-top: 1rem;
  vertical-align: middle;
}
/* line 1, less\partials\video.less */
video.videobg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
/* line 13, less\partials\video.less */
#videoPlayer {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
/* line 24, less\partials\video.less */
.slide-video {
  display: block;
  overflow: hidden;
  position: absolute;
}
/* line 30, less\partials\video.less */
.slide-video-container {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 46, less\partials\video.less */
.slide-video-container > .slide-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
}
/* line 1, less\partials\meeting.less */
.kalix-kommun-meeting {
  margin-top: 11%;
  padding: 20px;
}
/* line 5, less\partials\meeting.less */
.kalix-kommun-meeting .meeting {
  border: 2px solid #eee;
}
/* line 9, less\partials\meeting.less */
.kalix-kommun-meeting .meetings-container {
  display: block;
  overflow: hidden;
}
/* line 14, less\partials\meeting.less */
.kalix-kommun-meeting .meeting-room-container {
  width: 31%;
  float: left;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 1%;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
/* line 25, less\partials\meeting.less */
.kalix-kommun-meeting .panel-default > .panel-heading {
  overflow: hidden;
  display: block;
  background: transparent;
  border: none;
  padding: 0;
}
/* line 33, less\partials\meeting.less */
.kalix-kommun-meeting .meeting-header {
  border: 1px solid #eee;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}
/* line 41, less\partials\meeting.less */
.kalix-kommun-meeting .heading {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 14px 0;
}
/* line 47, less\partials\meeting.less */
.kalix-kommun-meeting .heading h1 {
  color: #f26122;
  text-transform: uppercase;
  margin: 2px 0 2px;
  float: left;
  font-size: 1.134rem;
  font-size: 1.8rem;
}
/* line 56, less\partials\meeting.less */
.kalix-kommun-meeting .floor {
  text-align: center;
  position: absolute;
  right: 15px;
  top: 8px;
  height: 140px;
}
/* line 63, less\partials\meeting.less */
.kalix-kommun-meeting .floor span {
  color: #777;
  font-weight: bold;
  display: block;
  overflow: hidden;
  float: none;
  clear: both;
  line-height: 1;
}
/* line 73, less\partials\meeting.less */
.kalix-kommun-meeting .floor .floor-heading {
  font-size: 0.756rem;
  font-size: 1.2rem;
}
/* line 74, less\partials\meeting.less */
.kalix-kommun-meeting .floor .floor-no {
  font-size: 1.638rem;
  font-size: 2.6rem;
}
/* line 77, less\partials\meeting.less */
.kalix-kommun-meeting .meeting-group {
  margin: 0;
}
/* line 81, less\partials\meeting.less */
.kalix-kommun-meeting .meeting-group-item {
  padding: 0 0 10px;
  border: none;
  background: transparent;
  overflow: hidden;
  display: block;
  border-top: 1px solid #eee;
  padding: 8px 0;
  min-height: 60px;
}
/* line 91, less\partials\meeting.less */
.kalix-kommun-meeting .meeting-group-item .meeting-title {
  float: left;
  display: inline-block;
  position: absolute;
  left: 31%;
  top: 0px;
  width: 69%;
  height: 60px;
  display: table;
}
/* line 101, less\partials\meeting.less */
.kalix-kommun-meeting .meeting-group-item .meeting-title h2 {
  margin: 0;
  font-size: 0.882rem;
  font-size: 1.4rem;
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  color: #444;
}
/* line 111, less\partials\meeting.less */
.kalix-kommun-meeting .meeting-group-item .meeting-time {
  overflow: hidden;
  display: block;
  float: left;
  width: 30%;
  padding-top: 8px;
}
/* line 118, less\partials\meeting.less */
.kalix-kommun-meeting .meeting-group-item .meeting-time span {
  clear: both;
  float: none;
  display: block;
  font-weight: 600;
  font-size: 0.756rem;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.2;
}
/* line 1, less\partials\previewSlide.less */
#previewSlide {
  color: #000 !important;
}
/* line 4, less\partials\previewSlide.less */
#previewSlide .content-text {
  color: #000 !important;
}
/* line 8, less\partials\previewSlide.less */
#previewSlide p,
#previewSlide span,
#previewSlide a {
  color: #000 !important;
  font-size: 2.268rem;
  font-size: 3.6rem;
}
/* line 10, less\partials\channelMessage.less */
.channel-message p {
  margin: 0;
  font-size: 1.625rem;
  font-weight: bold;
}
/* line 1, less\partials\grid.less */
.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  -moz-column-gap: var(--umb-block-grid--column-gap, 0);
  column-gap: var(--umb-block-grid--column-gap, 1.875rem);
  row-gap: var(--umb-block-grid--row-gap, 1.875rem);
  height: 100%;
}
/* line 14, less\partials\grid.less */
.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(calc(var(--umb-block-grid--item-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1);
}
/* line 22, less\partials\grid.less */
.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(3.125rem, min-content);
  -moz-column-gap: var(--umb-block-grid--areas-column-gap, 1.875rem);
  column-gap: var(--umb-block-grid--areas-column-gap, 1.875rem);
  row-gap: var(--umb-block-grid--areas-row-gap, 1.875rem);
}
/* line 33, less\partials\grid.less */
.umb-block-grid__area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(calc(var(--umb-block-grid--area-column-span, 1) * 3), var(--umb-block-grid--area-grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1);
}
/*.block {
	display: grid;
	gap: 1.875rem;

	.--l2 {
		> * {
			grid-column: span 4;
		}
	}
}*/
@media (min-width: 1024px) {
  /* line 55, less\partials\grid.less */
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
  /* line 59, less\partials\grid.less */
  .umb-block-grid__area {
    grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
  }
}
/* line 1, less\partials\widgets.less */
.image-widget {
  margin: 0;
  height: 100%;
}
/* line 5, less\partials\widgets.less */
.image-widget img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
/* line 15, less\partials\widgets.less */
.text-widget__inner > * {
  margin: 0;
  line-height: 1.3;
}
/* line 20, less\partials\widgets.less */
.text-widget__inner > * + * {
  margin-top: 15px;
}
/* line 35, less\partials\widgets.less */
.heading-widget h1 {
  margin: 0;
}
/* line 43, less\partials\widgets.less */
.video-widget video {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvA.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvA.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT3w.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvA.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvA.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvA.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvA.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvA.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT3w.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3E.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3E.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xY.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3E.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3E.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3E.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3E.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3E.ttf) format('truetype');
}
/* line 3, less\themes\demo.less */
:root {
  --orange-clr: #eb6f33;
  --orange-clr-c: #fff;
  --sand-clr: #e7e2e1;
  --sand-clr-c: #2d333a;
  --grus-clr: #999694;
  --grus-clr-c: #2d333a;
  --dark-clr: #2d333a;
  --dark-clr-c: #e7e2e1;
  --black-clr: #000;
  --black-clr-c: #fff;
  --white-clr: #e7e2e1;
  --white-clr-c: #2d333a;
}
/* line 18, less\themes\demo.less */
.demo {
  --text-ff: "Barlow Condensed", serif;
  --heading-ff: "Barlow Condensed", serif;
  --text-fs: var(--fs-xl);
  --h1-fs: 60px;
  --h2-fs: 48px;
  --h3-fs: 40px;
  --h4-fs: 32px;
  --_bg-clr: transparent;
  --_hdr-bg-clr: transparent;
  --_hdr-text-clr: #000;
  --_hdr-p: 20px;
  --_ftr-bg-clr: transparent;
  --_ftr-text-clr: #000;
  --_ftr-p: 20px 0;
  --_info-bg-clr: transparent;
  --_info-text-shadow: none;
  --_info-text-clr: #000;
  --_info-p: 0;
  --_info-m: 30px;
  --_info-br: 10px;
  --_msg-bg-clr: transparent;
  --_clock-bg-clr: transparent;
  --_clock-text-clr: var(--_hdr-text-clr);
}
/* line 46, less\themes\demo.less */
.demo h1,
.demo h2,
.demo h3,
.demo h4,
.demo h5,
.demo h6 {
  text-transform: uppercase;
  margin: 0;
}
/* line 56, less\themes\demo.less */
.demo h1 {
  line-height: 1.1;
  margin: 0;
}
/* line 61, less\themes\demo.less */
.demo .--centered {
  text-align: center;
}
/* line 66, less\themes\demo.less */
.demo .content.container {
  padding: var(--_info-m);
}
/* line 70, less\themes\demo.less */
.demo .content.default {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto 1fr;
  gap: 30px;
}
/* line 76, less\themes\demo.less */
.demo .content.default .slide-title-container {
  grid-column: 1 / span 6;
}
/* line 80, less\themes\demo.less */
.demo .content.default .slide-content-container {
  grid-column: 1 / span 4;
  height: fit-content;
}
/* line 85, less\themes\demo.less */
.demo .content.default .slide-image-container {
  grid-column: 5 / span 2;
}
/* line 88, less\themes\demo.less */
.demo .content.default .slide-image-container img {
  width: 100%;
}
/* line 94, less\themes\demo.less */
.demo .content.rss {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 40px;
}
/* line 99, less\themes\demo.less */
.demo .content.rss .slide-content-container {
  height: fit-content;
}
/* line 105, less\themes\demo.less */
.demo .slide-title-container {
  background: var(--_info-bg-clr);
  padding: var(--_info-p);
  border-radius: var(--_info-br);
}
/* line 115, less\themes\demo.less */
.demo .slide-content-container {
  background: var(--_info-bg-clr);
  border-radius: var(--_info-br);
  padding: var(--_info-p);
}
/* line 120, less\themes\demo.less */
.demo .slide-content-container .slide-content {
  line-height: 1.5;
  font-weight: normal;
  text-shadow: var(--_info-text-shadow);
}
/* line 125, less\themes\demo.less */
.demo .slide-content-container .slide-content .content-heading {
  display: none;
}
/* line 129, less\themes\demo.less */
.demo .slide-content-container .slide-content * {
  color: var(--_info-text-clr);
}
/* line 133, less\themes\demo.less */
.demo .slide-content-container .slide-content > * + * {
  margin-block-start: 0.5em;
}
/* line 137, less\themes\demo.less */
.demo .slide-content-container .slide-content hr {
  border: 1px solid var(--_info-text-clr);
}
/* line 143, less\themes\demo.less */
.demo .slide-content-container.full-width .slide-content {
  max-width: 100%;
}
/* line 153, less\themes\demo.less */
.demo .slide-image-container {
  display: block;
  margin: 0;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  overflow: hidden;
  max-width: none;
  z-index: 1;
}
/* line 163, less\themes\demo.less */
.demo .slide-image-container .slide-image {
  margin: 0;
  padding: 0;
}
/* line 168, less\themes\demo.less */
.demo .slide-image-container figure,
.demo .slide-image-container img {
  margin: 0;
}
/* line 173, less\themes\demo.less */
.demo .slide-image-container img {
  border-radius: var(--_info-br);
}
/* line 178, less\themes\demo.less */
.demo .big-slide-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
/* line 186, less\themes\demo.less */
.demo .iframe-slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--_info-m);
}
/* line 197, less\themes\demo.less */
.demo .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
/* line 209, less\themes\demo.less */
.demo .heading-widget h1 {
  background-color: var(--_info-bg-clr);
  border-radius: var(--_info-br);
  padding: var(--_info-p);
  color: var(--_info-text-clr);
}
/* line 218, less\themes\demo.less */
.demo .text-widget__inner {
  padding: var(--_info-p);
  color: var(--_info-text-clr);
  background-color: var(--_info-bg-clr);
  border-radius: var(--_info-br);
}
/* line 227, less\themes\demo.less */
.demo .image-widget img {
  border-radius: var(--_info-br);
}
/* line 233, less\themes\demo.less */
.demo .video-widget video {
  border-radius: var(--_info-br);
}
/* line 245, less\themes\demo.less */
.demo .rss .slide-content-container .slide-content br {
  display: none;
}
/* line 252, less\themes\demo.less */
.demo .rss-sender {
  text-transform: none;
}
/* line 256, less\themes\demo.less */
.demo .slide-title-container .rss-sender {
  display: none;
}
/* line 264, less\themes\demo.less */
.demo .clock-wrap {
  padding: 0;
  display: flex;
  justify-content: end;
}
/* line 270, less\themes\demo.less */
.demo .clock-text {
  display: block;
  font-family: 'droid_sans_monoregular';
  font-weight: bold;
  line-height: 1;
  text-align: right;
  text-shadow: var(--_info-text-shadow);
  color: var(--_clock-text-clr);
  font-size: var(--fs-xl);
  width: fit-content;
  background: var(--_clock-bg-clr);
  padding: 10px 15px;
  border-radius: 1000px;
}
/* line 285, less\themes\demo.less */
.demo .channel {
  background-color: var(--_bg-clr);
}
/* line 288, less\themes\demo.less */
.demo .channel__message {
  white-space: nowrap;
  animation: scroll 10s linear infinite;
  position: relative;
  display: inline-block;
}
/* line 294, less\themes\demo.less */
.demo .channel__message p {
  font-weight: normal;
}
/* line 299, less\themes\demo.less */
.demo .channel__logo {
  padding: var(--_logo-padding);
}
/* line 303, less\themes\demo.less */
.demo .channel__header {
  background-color: var(--_hdr-bg-clr);
  padding: var(--_hdr-p);
}
/* line 308, less\themes\demo.less */
.demo .channel__footer {
  background-color: var(--_ftr-bg-clr);
  color: var(--_ftr-text-clr);
  width: 100%;
  overflow: hidden;
  padding: var(--_ftr-p);
}
@keyframes scroll {
  /* line 318, less\themes\demo.less */
  0% {
    left: 100%;
  }
  /* line 322, less\themes\demo.less */
  100% {
    left: 0;
  }
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v17/5aU69_a8oxmIRG4.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v17/5aU19_a8oxmIfLZcIRs.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v17/5aU19_a8oxmIfNJdIRs.ttf) format('truetype');
}
@font-face {
  font-family: 'Miriam Libre';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/miriamlibre/v18/DdT0798HsHwubBAqfkcBTL_1a7sPlXcE8PJjH9P3k9s.ttf) format('truetype');
}
@font-face {
  font-family: 'Miriam Libre';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/miriamlibre/v18/DdT0798HsHwubBAqfkcBTL_1a7sPlXcE8PJjH-H3k9s.ttf) format('truetype');
}
@font-face {
  font-family: 'Miriam Libre';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/miriamlibre/v18/DdT0798HsHwubBAqfkcBTL_1a7sPlXcE8PJjHw3wk9s.ttf) format('truetype');
}
@font-face {
  font-family: 'Miriam Libre';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/miriamlibre/v18/DdT0798HsHwubBAqfkcBTL_1a7sPlXcE8PJjHzTwk9s.ttf) format('truetype');
}
/* line 4, less\themes\isakssons.less */
:root {
  --orange-clr: #eb6f33;
  --orange-clr-c: #fff;
  --sand-clr: #e7e2e1;
  --grus-clr: #999694;
  --dark-clr: #2d333a;
  --black-clr: #000;
  --white-clr: #fff;
}
/* line 14, less\themes\isakssons.less */
.isakssons {
  --text-ff: 'Hind', serif;
  --heading-ff: 'Miriam Libre', serif;
  --text-fs: var(--fs-lg);
  --h1-fs: 3.75rem;
  --h2-fs: 3rem;
  --h3-fs: 2.5rem;
  --h4-fs: 2rem;
  --_bg-clr: inherit;
  --_hdr-bg-clr: transparent;
  --_hdr-text-clr: inherit;
  --_hdr-p: 0;
  --_ftr-bg-clr: transparent;
  --_ftr-text-clr: inherit;
  --_ftr-p: 1.3rem 0;
  --_info-bg-clr: transparent;
  --_info-text-shadow: none;
  --_info-text-clr: inherit;
  --_info-p: 0;
  --_info-m: 1.875rem;
  --_info-br: 0.625rem;
  --_message-bg-clr: transparent;
  --_logo-p: 1.25rem;
  --_clock-p: 1.25rem;
  --_clock-bg-clr: transparent;
  --_bd-filter: none;
}
/* line 42, less\themes\isakssons.less */
.isakssons h1,
.isakssons h2,
.isakssons h3,
.isakssons h4,
.isakssons h5,
.isakssons h6 {
  font-weight: 600;
}
/* line 51, less\themes\isakssons.less */
.isakssons .--centered {
  text-align: center;
}
/* line 56, less\themes\isakssons.less */
.isakssons .content.container {
  padding: var(--_info-m);
}
/* line 60, less\themes\isakssons.less */
.isakssons .content.default {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto 1fr;
  gap: 2.5rem;
}
/* line 66, less\themes\isakssons.less */
.isakssons .content.default .slide-title-container {
  grid-column: 1 / span 6;
}
/* line 70, less\themes\isakssons.less */
.isakssons .content.default .slide-content-container {
  grid-column: 1 / span 4;
  height: fit-content;
}
/* line 75, less\themes\isakssons.less */
.isakssons .content.default .slide-image-container {
  grid-column: 5 / span 2;
}
/* line 78, less\themes\isakssons.less */
.isakssons .content.default .slide-image-container img {
  width: 100%;
}
/* line 84, less\themes\isakssons.less */
.isakssons .content.rss {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 2.5rem;
}
/* line 89, less\themes\isakssons.less */
.isakssons .content.rss .slide-content-container {
  height: fit-content;
}
/* line 95, less\themes\isakssons.less */
.isakssons .slide-title-container {
  color: var(--_info-text-clr);
  background: var(--_info-bg-clr);
  padding: var(--_info-p);
  border-radius: var(--_info-br);
  backdrop-filter: var(--_bd-filter);
}
/* line 106, less\themes\isakssons.less */
.isakssons .slide-content-container {
  background: var(--_info-bg-clr);
  border-radius: var(--_info-br);
  overflow: hidden;
  padding: var(--_info-p);
  backdrop-filter: var(--_bd-filter);
}
/* line 113, less\themes\isakssons.less */
.isakssons .slide-content-container .slide-content {
  color: var(--_info-text-clr);
  text-shadow: var(--_info-text-shadow);
}
/* line 117, less\themes\isakssons.less */
.isakssons .slide-content-container .slide-content .content-heading {
  display: none;
}
/* line 121, less\themes\isakssons.less */
.isakssons .slide-content-container .slide-content * {
  color: var(--_info-text-clr);
}
/* line 125, less\themes\isakssons.less */
.isakssons .slide-content-container .slide-content > * + * {
  margin-block-start: 0.5em;
}
/* line 129, less\themes\isakssons.less */
.isakssons .slide-content-container .slide-content hr {
  border: 1px solid var(--_info-text-clr);
}
/* line 138, less\themes\isakssons.less */
.isakssons .slide-image-container {
  display: block;
  margin: 0;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  overflow: hidden;
  max-width: none;
  z-index: 1;
}
/* line 148, less\themes\isakssons.less */
.isakssons .slide-image-container .slide-image {
  margin: 0;
  padding: 0;
}
/* line 153, less\themes\isakssons.less */
.isakssons .slide-image-container figure,
.isakssons .slide-image-container img {
  margin: 0;
}
/* line 158, less\themes\isakssons.less */
.isakssons .slide-image-container img {
  border-radius: var(--_info-br);
}
/* line 163, less\themes\isakssons.less */
.isakssons .big-slide-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
/* line 169, less\themes\isakssons.less */
.isakssons .big-slide-image-container figure {
  height: 100%;
  margin: 0;
}
/* line 174, less\themes\isakssons.less */
.isakssons .big-slide-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
/* line 182, less\themes\isakssons.less */
.isakssons .iframe-slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--_info-m);
}
/* line 192, less\themes\isakssons.less */
.isakssons .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
/* line 203, less\themes\isakssons.less */
.isakssons .heading-widget h1 {
  background-color: var(--_info-bg-clr);
  border-radius: var(--_info-br);
  padding: var(--_info-p);
  color: var(--_info-text-clr);
  backdrop-filter: var(--_bd-filter);
}
/* line 212, less\themes\isakssons.less */
.isakssons .text-widget {
  height: 100%;
}
/* line 215, less\themes\isakssons.less */
.isakssons .text-widget__inner {
  padding: var(--_info-p);
  color: var(--_info-text-clr);
  background-color: var(--_info-bg-clr);
  border-radius: var(--_info-br);
  backdrop-filter: var(--_bd-filter);
  height: 100%;
}
/* line 226, less\themes\isakssons.less */
.isakssons .image-widget img {
  border-radius: var(--_info-br);
}
/* line 232, less\themes\isakssons.less */
.isakssons .video-widget video {
  border-radius: var(--_info-br);
}
/* line 242, less\themes\isakssons.less */
.isakssons .rss .slide-content-container .slide-content br {
  display: none;
}
/* line 249, less\themes\isakssons.less */
.isakssons .rss-sender {
  font-style: italic;
}
/* line 253, less\themes\isakssons.less */
.isakssons .slide-title-container .rss-sender {
  display: none;
}
/* line 260, less\themes\isakssons.less */
.isakssons .clock-wrap {
  padding: 0;
  display: grid;
  justify-content: end;
}
/* line 266, less\themes\isakssons.less */
.isakssons .clock-text {
  display: block;
  font-family: 'droid_sans_monoregular';
  font-weight: bold;
  line-height: 1;
  text-align: right;
  text-shadow: var(--_info-text-shadow);
  background-color: var(--_clock-bg-clr);
  color: var(--slide-_info-text-color);
  font-size: var(--fs-xxl);
  padding: var(--_clock-p);
  width: fit-content;
  backdrop-filter: var(--_bd-filter);
}
/* line 281, less\themes\isakssons.less */
.isakssons .channel {
  background-color: var(--_bg-clr);
}
/* line 284, less\themes\isakssons.less */
.isakssons .channel__logo {
  padding: var(--_logo-p);
}
/* line 289, less\themes\isakssons.less */
.isakssons .channel__logo img {
  width: 10vw;
}
/* line 294, less\themes\isakssons.less */
.isakssons .channel__header {
  background-color: var(--_hdr-bg-clr);
  padding: var(--_hdr-p);
  backdrop-filter: var(--_bd-filter);
}
/* line 300, less\themes\isakssons.less */
.isakssons .channel__footer {
  background-color: var(--_ftr-bg-clr);
  width: 100%;
  overflow: hidden;
  padding: var(--_ftr-p);
  backdrop-filter: var(--_bd-filter);
}
/* line 309, less\themes\isakssons.less */
.isakssons .channel__footer * {
  color: var(--_ftr-text-clr);
}
/* line 314, less\themes\isakssons.less */
.isakssons .channel__message {
  background: var(--_message-bg-clr);
  white-space: nowrap;
  animation: scroll 15s linear infinite;
  position: relative;
  backdrop-filter: var(--_bd-filter);
  width: 100%;
}
/* line 322, less\themes\isakssons.less */
.isakssons .channel__message p {
  font-weight: normal;
  font-size: var(--fs-xl);
  display: inline-block;
}
@keyframes scroll {
  /* line 337, less\themes\isakssons.less */
  0% {
    left: 100%;
  }
  /* line 341, less\themes\isakssons.less */
  100% {
    left: -100%;
  }
}
/*# sourceMappingURL=mscreen.css.map */