::-moz-selection {
  background: #666;
  color: red;
  text-shadow: none;
}
::selection {
  background: #666;
  color: red;
  text-shadow: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-size: 100%;
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
em,
th {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
}
object {
  outline: none;
}
html,
body,
form {
  height: 100%;
}
body {
  background: transparent;
}
a {
  text-decoration: none;
  cursor: pointer;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: auto;
  overflow: visible;
}
.btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  box-shadow: 0 0 10px black;
  background: grey;
  padding: 1px 10px 0 5px;
  color: #000000;
}
.btn span[data-icon] {
  font-size: 160%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all 0.5s ease;
}
.lpb-app {
  @charset "UTF-8";
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  background-position: top center;
  background-repeat: no-repeat;
  min-width: 920px;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #cacaca;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
.lpb-app .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.lpb-app .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.lpb-app .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.lpb-app .animated.bounceIn,
.lpb-app .animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.lpb-app .animated.flipOutX,
.lpb-app .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.lpb-app .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.lpb-app .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.lpb-app .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.lpb-app .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.lpb-app .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.lpb-app .swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.lpb-app .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.lpb-app .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lpb-app .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.lpb-app .bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.lpb-app .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.lpb-app .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.lpb-app .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.lpb-app .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lpb-app .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lpb-app .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.lpb-app .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.lpb-app .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.lpb-app .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.lpb-app .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.lpb-app .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.lpb-app .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.lpb-app .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.lpb-app .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.lpb-app .animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.lpb-app .flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.lpb-app .flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.lpb-app .flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.lpb-app .flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lpb-app .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lpb-app .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lpb-app .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lpb-app .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lpb-app .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lpb-app .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lpb-app .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.lpb-app .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.lpb-app .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.lpb-app .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.lpb-app .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.lpb-app .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.lpb-app .hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lpb-app .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.lpb-app .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.lpb-app .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lpb-app .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lpb-app .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lpb-app .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lpb-app .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.lpb-app .zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lpb-app .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.lpb-app .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.lpb-app .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lpb-app .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.lpb-app .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.lpb-app .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.lpb-app .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.lpb-app .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.lpb-app .slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.lpb-app .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.lpb-app .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.lpb-app .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.lpb-app .animated.is-doneAnimating {
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.lpb-app .animated.zoomIn,
.lpb-app .animated.zoomOut {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
@font-face {
  font-family: 'legocon';
  src: url('../../fonts/legocon/legocon.eot?cevpgi');
  src: url('../../fonts/legocon/legocon.eot?#iefixcevpgi') format('embedded-opentype'), url('../../fonts/legocon/legocon.woff?cevpgi') format('woff'), url('../../fonts/legocon/legocon.ttf?cevpgi') format('truetype'), url('../../fonts/legocon/legocon.svg?cevpgi#legocon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lpb-app [class^="icon-"],
.lpb-app [class*=" icon-"] {
  font-family: 'legocon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lpb-app .icon-arrow:before {
  content: "\e600";
}
.lpb-app .icon-rotate:before {
  content: "\e60d";
}
.lpb-app .icon-scale:before {
  content: "\e60e";
}
.lpb-app .icon-pencil:before {
  content: "\e60f";
}
.lpb-app .icon-animal:before {
  content: "\e610";
}
.lpb-app .icon-badguy:before {
  content: "\e611";
}
.lpb-app .icon-goofball:before {
  content: "\e612";
}
.lpb-app .icon-categories:before {
  content: "\e613";
}
.lpb-app .icon-characters:before {
  content: "\e614";
}
.lpb-app .icon-characters-fill:before {
  content: "\e615";
}
.lpb-app .icon-club .path1:before {
  content: "\e616";
  color: #1e1e1c;
}
.lpb-app .icon-club .path2:before {
  content: "\e617";
  margin-left: -1em;
  color: #1e1e1c;
}
.lpb-app .icon-club .path3:before {
  content: "\e618";
  margin-left: -1em;
  color: #1e1e1c;
}
.lpb-app .icon-club .path4:before {
  content: "\e619";
  margin-left: -1em;
  color: #1e1e1c;
}
.lpb-app .icon-club .path5:before {
  content: "\e61a";
  margin-left: -1em;
  color: #000000;
}
.lpb-app .icon-comments:before {
  content: "\e61b";
}
.lpb-app .icon-comments-fill:before {
  content: "\e61c";
}
.lpb-app .icon-creature:before {
  content: "\e620";
}
.lpb-app .icon-designer:before {
  content: "\e621";
}
.lpb-app .icon-dislike:before {
  content: "\e622";
}
.lpb-app .icon-dislike-fill:before {
  content: "\e623";
}
.lpb-app .icon-favorite-fill:before {
  content: "\e624";
}
.lpb-app .icon-favorite:before {
  content: "\e625";
}
.lpb-app .icon-hearts:before {
  content: "\e626";
}
.lpb-app .icon-goodguy:before {
  content: "\e627";
}
.lpb-app .icon-home-fill:before {
  content: "\e628";
}
.lpb-app .icon-like:before {
  content: "\e629";
}
.lpb-app .icon-like-fill:before {
  content: "\e62a";
}
.lpb-app .icon-map:before {
  content: "\e62b";
}
.lpb-app .icon-movie-reel:before {
  content: "\e62c";
}
.lpb-app .icon-collection-fill:before {
  content: "\e62d";
}
.lpb-app .icon-play-fill:before {
  content: "\e62e";
}
.lpb-app .icon-block-fill:before {
  content: "\e62f";
}
.lpb-app .icon-box:before {
  content: "\e630";
}
.lpb-app .icon-question:before {
  content: "\e631";
}
.lpb-app .icon-shop:before {
  content: "\e632";
}
.lpb-app .icon-block:before {
  content: "\e633";
}
.lpb-app .icon-play-circle:before {
  content: "\e635";
}
.lpb-app .icon-tv:before {
  content: "\e638";
}
.lpb-app .icon-tv-fill:before {
  content: "\e639";
}
.lpb-app .icon-vehicle:before {
  content: "\e60c";
}
.lpb-app .icon-landscape:before {
  content: "\e637";
}
.lpb-app .icon-character:before {
  content: "\e636";
}
.lpb-app .icon-minifigs:before {
  content: "\e60b";
}
.lpb-app .icon-minifig:before {
  content: "\e60a";
}
.lpb-app .icon-unlock:before {
  content: "\e607";
}
.lpb-app .icon-gallery:before {
  content: "\e608";
}
.lpb-app .icon-lock:before {
  content: "\e609";
}
.lpb-app .icon-arrow-circle:before {
  content: "\e601";
}
.lpb-app .icon-checkmark:before {
  content: "\e602";
}
.lpb-app .icon-close:before {
  content: "\e603";
}
.lpb-app .icon-download:before {
  content: "\e604";
}
.lpb-app .icon-lock-outline:before {
  content: "\e605";
}
.lpb-app .icon-locked-circle:before {
  content: "\e606";
}
.lpb-app .icon-plus-circle:before {
  content: "\e61d";
}
.lpb-app .icon-printer:before {
  content: "\e61e";
}
.lpb-app .icon-tie-fighter:before {
  content: "\e61f";
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../fonts/helvetica-neue/HelveticaNeueLTStd-Roman.eot');
  src: url('../../fonts/helvetica-neue/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../../fonts/helvetica-neue/HelveticaNeueLTStd-Roman.woff') format('woff'), url('../../fonts/helvetica-neue/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('../../fonts/helvetica-neue/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'Bladi Two';
  src: url('../../fonts/bladi/BladiTwoCondensed4F.eot');
  src: url('../../fonts/bladi/BladiTwoCondensed4F.eot?#iefix') format('embedded-opentype'), url('../../fonts/bladi/BladiTwoCondensed4F.woff') format('woff'), url('../../fonts/bladi/BladiTwoCondensed4F.ttf') format('truetype'), url('../../fonts/bladi/BladiTwoCondensed4F.svg#BladiTwoCondensed4F-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2265;
}
@font-face {
  font-family: 'Bladi Two';
  src: url('../../fonts/bladi/BladiTwoCondensed4F-Italic.eot');
  src: url('../../fonts/bladi/BladiTwoCondensed4F-Italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/bladi/BladiTwoCondensed4F-Italic.woff') format('woff'), url('../../fonts/bladi/BladiTwoCondensed4F-Italic.ttf') format('truetype'), url('../../fonts/bladi/BladiTwoCondensed4F-Italic.svg#BladiTwoCondensed4F-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-E000;
}
@font-face {
  font-family: 'Bladi Two';
  src: url('../../fonts/bladi/BladiTwoCondensed4F-Bold.eot');
  src: url('../../fonts/bladi/BladiTwoCondensed4F-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/bladi/BladiTwoCondensed4F-Bold.woff') format('woff'), url('../../fonts/bladi/BladiTwoCondensed4F-Bold.ttf') format('truetype'), url('../../fonts/bladi/BladiTwoCondensed4F-Bold.svg#BladiTwoCondensed4F-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2265;
}
@font-face {
  font-family: 'Bladi Two';
  src: url('../../fonts/bladi/BladiTwoCondensed4F-BoldItalic.eot');
  src: url('../../fonts/bladi/BladiTwoCondensed4F-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../fonts/bladi/BladiTwoCondensed4F-BoldItalic.woff') format('woff'), url('../../fonts/bladi/BladiTwoCondensed4F-BoldItalic.ttf') format('truetype'), url('../../fonts/bladi/BladiTwoCondensed4F-BoldItalic.svg#BladiTwoCondensed4F-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-2265;
}
.lpb-app [ng\:cloak],
.lpb-app [ng-cloak],
.lpb-app [data-ng-cloak],
.lpb-app [x-ng-cloak],
.lpb-app .ng-cloak,
.lpb-app .x-ng-cloak {
  display: none !important;
}
.lpb-app .u-verticalAlign {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  top: 50%;
}
.lpb-app .u-right {
  float: right;
}
.lpb-app .u-left {
  float: left;
}
.lpb-app .lpb-appContainer {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 920px;
}
.lpb-app .lpb-heading {
  font-size: 35px;
  height: 45px;
  margin: 0;
}
.lpb-app .lpb-heading.is-hidden {
  visibility: hidden;
}
.lpb-app h1,
.lpb-app h2,
.lpb-app h3,
.lpb-app h4,
.lpb-app h5,
.lpb-app h6,
.lpb-app .h1,
.lpb-app .h2,
.lpb-app .h3,
.lpb-app .h4,
.lpb-app .h5,
.lpb-app .h6 {
  font-family: "Bladi Two";
  font-weight: bold;
  line-height: 1.05;
  color: #ffffff;
}
.lpb-app h1 small,
.lpb-app h2 small,
.lpb-app h3 small,
.lpb-app h4 small,
.lpb-app h5 small,
.lpb-app h6 small,
.lpb-app .h1 small,
.lpb-app .h2 small,
.lpb-app .h3 small,
.lpb-app .h4 small,
.lpb-app .h5 small,
.lpb-app .h6 small,
.lpb-app h1 .small,
.lpb-app h2 .small,
.lpb-app h3 .small,
.lpb-app h4 .small,
.lpb-app h5 .small,
.lpb-app h6 .small,
.lpb-app .h1 .small,
.lpb-app .h2 .small,
.lpb-app .h3 .small,
.lpb-app .h4 .small,
.lpb-app .h5 .small,
.lpb-app .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.lpb-app h1,
.lpb-app .h1,
.lpb-app h2,
.lpb-app .h2,
.lpb-app h3,
.lpb-app .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.lpb-app h1 small,
.lpb-app .h1 small,
.lpb-app h2 small,
.lpb-app .h2 small,
.lpb-app h3 small,
.lpb-app .h3 small,
.lpb-app h1 .small,
.lpb-app .h1 .small,
.lpb-app h2 .small,
.lpb-app .h2 .small,
.lpb-app h3 .small,
.lpb-app .h3 .small {
  font-size: 65%;
}
.lpb-app h4,
.lpb-app .h4,
.lpb-app h5,
.lpb-app .h5,
.lpb-app h6,
.lpb-app .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.lpb-app h4 small,
.lpb-app .h4 small,
.lpb-app h5 small,
.lpb-app .h5 small,
.lpb-app h6 small,
.lpb-app .h6 small,
.lpb-app h4 .small,
.lpb-app .h4 .small,
.lpb-app h5 .small,
.lpb-app .h5 .small,
.lpb-app h6 .small,
.lpb-app .h6 .small {
  font-size: 75%;
}
.lpb-app h1,
.lpb-app .h1 {
  font-size: 41px;
}
.lpb-app h2,
.lpb-app .h2 {
  font-size: 34px;
}
.lpb-app h3,
.lpb-app .h3 {
  font-size: 28px;
}
.lpb-app h4,
.lpb-app .h4 {
  font-size: 20px;
}
.lpb-app h5,
.lpb-app .h5 {
  font-size: 16px;
}
.lpb-app h6,
.lpb-app .h6 {
  font-size: 14px;
}
.lpb-app p {
  margin: 0 0 12px;
}
.lpb-app .lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lpb-app .lead {
    font-size: 24px;
  }
}
.lpb-app small,
.lpb-app .small {
  font-size: 87%;
}
.lpb-app mark,
.lpb-app .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.lpb-app .text-left {
  text-align: left;
}
.lpb-app .text-right {
  text-align: right;
}
.lpb-app .text-center {
  text-align: center;
}
.lpb-app .text-justify {
  text-align: justify;
}
.lpb-app .text-nowrap {
  white-space: nowrap;
}
.lpb-app .text-lowercase {
  text-transform: lowercase;
}
.lpb-app .text-uppercase {
  text-transform: uppercase;
}
.lpb-app .text-capitalize {
  text-transform: capitalize;
}
.lpb-app .text-muted {
  color: #777777;
}
.lpb-app .text-primary {
  color: #337ab7;
}
a.lpb-app .text-primary:hover {
  color: #286090;
}
.lpb-app .text-success {
  color: #3c763d;
}
a.lpb-app .text-success:hover {
  color: #2b542c;
}
.lpb-app .text-info {
  color: #31708f;
}
a.lpb-app .text-info:hover {
  color: #245269;
}
.lpb-app .text-warning {
  color: #8a6d3b;
}
a.lpb-app .text-warning:hover {
  color: #66512c;
}
.lpb-app .text-danger {
  color: #a94442;
}
a.lpb-app .text-danger:hover {
  color: #843534;
}
.lpb-app .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.lpb-app .bg-primary:hover {
  background-color: #286090;
}
.lpb-app .bg-success {
  background-color: #dff0d8;
}
a.lpb-app .bg-success:hover {
  background-color: #c1e2b3;
}
.lpb-app .bg-info {
  background-color: #d9edf7;
}
a.lpb-app .bg-info:hover {
  background-color: #afd9ee;
}
.lpb-app .bg-warning {
  background-color: #fcf8e3;
}
a.lpb-app .bg-warning:hover {
  background-color: #f7ecb5;
}
.lpb-app .bg-danger {
  background-color: #f2dede;
}
a.lpb-app .bg-danger:hover {
  background-color: #e4b9b9;
}
.lpb-app .page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
.lpb-app ul,
.lpb-app ol {
  margin-top: 0;
  margin-bottom: 12px;
}
.lpb-app ul ul,
.lpb-app ol ul,
.lpb-app ul ol,
.lpb-app ol ol {
  margin-bottom: 0;
}
.lpb-app .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.lpb-app .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.lpb-app .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.lpb-app dl {
  margin-top: 0;
  margin-bottom: 24px;
}
.lpb-app dt,
.lpb-app dd {
  line-height: 1.5;
}
.lpb-app dt {
  font-weight: bold;
}
.lpb-app dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .lpb-app .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lpb-app .dl-horizontal dd {
    margin-left: 180px;
  }
}
.lpb-app abbr[title],
.lpb-app abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.lpb-app .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.lpb-app blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
.lpb-app blockquote p:last-child,
.lpb-app blockquote ul:last-child,
.lpb-app blockquote ol:last-child {
  margin-bottom: 0;
}
.lpb-app blockquote footer,
.lpb-app blockquote small,
.lpb-app blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}
.lpb-app blockquote footer:before,
.lpb-app blockquote small:before,
.lpb-app blockquote .small:before {
  content: '\2014 \00A0';
}
.lpb-app .blockquote-reverse,
.lpb-app blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.lpb-app .blockquote-reverse footer:before,
.lpb-app blockquote.pull-right footer:before,
.lpb-app .blockquote-reverse small:before,
.lpb-app blockquote.pull-right small:before,
.lpb-app .blockquote-reverse .small:before,
.lpb-app blockquote.pull-right .small:before {
  content: '';
}
.lpb-app .blockquote-reverse footer:after,
.lpb-app blockquote.pull-right footer:after,
.lpb-app .blockquote-reverse small:after,
.lpb-app blockquote.pull-right small:after,
.lpb-app .blockquote-reverse .small:after,
.lpb-app blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.lpb-app address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
.lpb-app h1,
.lpb-app h2,
.lpb-app h3,
.lpb-app h4,
.lpb-app h5,
.lpb-app h6 {
  font-family: "Bladi Two";
  line-height: 1.05;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.lpb-app h1 {
  font-size: 45px;
}
.lpb-app h2 {
  font-size: 40px;
}
.lpb-app h3 {
  font-size: 30px;
}
.lpb-app h4 {
  font-size: 24px;
}
.lpb-app h5 {
  font-size: 22px;
}
.lpb-app h6 {
  font-size: 20px;
}
.lpb-app p {
  margin: 0 0 15px;
}
.lpb-app fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.lpb-app legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.lpb-app label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.lpb-app input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lpb-app input[type="radio"],
.lpb-app input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.lpb-app input[type="file"] {
  display: block;
}
.lpb-app input[type="range"] {
  display: block;
  width: 100%;
}
.lpb-app select[multiple],
.lpb-app select[size] {
  height: auto;
}
.lpb-app input[type="file"]:focus,
.lpb-app input[type="radio"]:focus,
.lpb-app input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.lpb-app output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.lpb-app .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #a6a6a6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.lpb-app .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.lpb-app .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.lpb-app .form-control:-ms-input-placeholder {
  color: #999999;
}
.lpb-app .form-control::-webkit-input-placeholder {
  color: #999999;
}
.lpb-app .form-control[disabled],
.lpb-app .form-control[readonly],
fieldset[disabled] .lpb-app .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.lpb-app .form-control[disabled],
fieldset[disabled] .lpb-app .form-control {
  cursor: not-allowed;
}
textarea.lpb-app .form-control {
  height: auto;
}
.lpb-app input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .lpb-app input[type="date"],
  .lpb-app input[type="time"],
  .lpb-app input[type="datetime-local"],
  .lpb-app input[type="month"] {
    line-height: 38px;
  }
  .lpb-app input[type="date"].input-sm,
  .lpb-app input[type="time"].input-sm,
  .lpb-app input[type="datetime-local"].input-sm,
  .lpb-app input[type="month"].input-sm,
  .input-group-sm .lpb-app input[type="date"],
  .input-group-sm .lpb-app input[type="time"],
  .input-group-sm .lpb-app input[type="datetime-local"],
  .input-group-sm .lpb-app input[type="month"] {
    line-height: 33px;
  }
  .lpb-app input[type="date"].input-lg,
  .lpb-app input[type="time"].input-lg,
  .lpb-app input[type="datetime-local"].input-lg,
  .lpb-app input[type="month"].input-lg,
  .input-group-lg .lpb-app input[type="date"],
  .input-group-lg .lpb-app input[type="time"],
  .input-group-lg .lpb-app input[type="datetime-local"],
  .input-group-lg .lpb-app input[type="month"] {
    line-height: 49px;
  }
}
.lpb-app .form-group {
  margin-bottom: 15px;
}
.lpb-app .radio,
.lpb-app .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lpb-app .radio label,
.lpb-app .checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.lpb-app .radio input[type="radio"],
.lpb-app .radio-inline input[type="radio"],
.lpb-app .checkbox input[type="checkbox"],
.lpb-app .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.lpb-app .radio + .radio,
.lpb-app .checkbox + .checkbox {
  margin-top: -5px;
}
.lpb-app .radio-inline,
.lpb-app .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.lpb-app .radio-inline + .radio-inline,
.lpb-app .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.lpb-app input[type="radio"][disabled],
.lpb-app input[type="checkbox"][disabled],
.lpb-app input[type="radio"].disabled,
.lpb-app input[type="checkbox"].disabled,
fieldset[disabled] .lpb-app input[type="radio"],
fieldset[disabled] .lpb-app input[type="checkbox"] {
  cursor: not-allowed;
}
.lpb-app .radio-inline.disabled,
.lpb-app .checkbox-inline.disabled,
fieldset[disabled] .lpb-app .radio-inline,
fieldset[disabled] .lpb-app .checkbox-inline {
  cursor: not-allowed;
}
.lpb-app .radio.disabled label,
.lpb-app .checkbox.disabled label,
fieldset[disabled] .lpb-app .radio label,
fieldset[disabled] .lpb-app .checkbox label {
  cursor: not-allowed;
}
.lpb-app .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
.lpb-app .form-control-static.input-lg,
.lpb-app .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.lpb-app .input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.lpb-app .input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.lpb-app .input-sm,
select[multiple].lpb-app .input-sm {
  height: auto;
}
.lpb-app .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.lpb-app .form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.lpb-app .form-group-sm .form-control,
select[multiple].lpb-app .form-group-sm .form-control {
  height: auto;
}
.lpb-app .form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 38px;
}
.lpb-app .input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.lpb-app .input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.lpb-app .input-lg,
select[multiple].lpb-app .input-lg {
  height: auto;
}
.lpb-app .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.lpb-app .form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.lpb-app .form-group-lg .form-control,
select[multiple].lpb-app .form-group-lg .form-control {
  height: auto;
}
.lpb-app .form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 44px;
}
.lpb-app .has-feedback {
  position: relative;
}
.lpb-app .has-feedback .form-control {
  padding-right: 47.5px;
}
.lpb-app .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.lpb-app .input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.lpb-app .input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.lpb-app .has-success .help-block,
.lpb-app .has-success .control-label,
.lpb-app .has-success .radio,
.lpb-app .has-success .checkbox,
.lpb-app .has-success .radio-inline,
.lpb-app .has-success .checkbox-inline,
.lpb-app .has-success.radio label,
.lpb-app .has-success.checkbox label,
.lpb-app .has-success.radio-inline label,
.lpb-app .has-success.checkbox-inline label {
  color: #3c763d;
}
.lpb-app .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.lpb-app .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.lpb-app .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.lpb-app .has-success .form-control-feedback {
  color: #3c763d;
}
.lpb-app .has-warning .help-block,
.lpb-app .has-warning .control-label,
.lpb-app .has-warning .radio,
.lpb-app .has-warning .checkbox,
.lpb-app .has-warning .radio-inline,
.lpb-app .has-warning .checkbox-inline,
.lpb-app .has-warning.radio label,
.lpb-app .has-warning.checkbox label,
.lpb-app .has-warning.radio-inline label,
.lpb-app .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.lpb-app .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.lpb-app .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.lpb-app .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.lpb-app .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.lpb-app .has-error .help-block,
.lpb-app .has-error .control-label,
.lpb-app .has-error .radio,
.lpb-app .has-error .checkbox,
.lpb-app .has-error .radio-inline,
.lpb-app .has-error .checkbox-inline,
.lpb-app .has-error.radio label,
.lpb-app .has-error.checkbox label,
.lpb-app .has-error.radio-inline label,
.lpb-app .has-error.checkbox-inline label {
  color: #a94442;
}
.lpb-app .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.lpb-app .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.lpb-app .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.lpb-app .has-error .form-control-feedback {
  color: #a94442;
}
.lpb-app .has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.lpb-app .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.lpb-app .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .lpb-app .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .lpb-app .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .lpb-app .form-inline .form-control-static {
    display: inline-block;
  }
  .lpb-app .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .lpb-app .form-inline .input-group .input-group-addon,
  .lpb-app .form-inline .input-group .input-group-btn,
  .lpb-app .form-inline .input-group .form-control {
    width: auto;
  }
  .lpb-app .form-inline .input-group > .form-control {
    width: 100%;
  }
  .lpb-app .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .lpb-app .form-inline .radio,
  .lpb-app .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .lpb-app .form-inline .radio label,
  .lpb-app .form-inline .checkbox label {
    padding-left: 0;
  }
  .lpb-app .form-inline .radio input[type="radio"],
  .lpb-app .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .lpb-app .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.lpb-app .form-horizontal .radio,
.lpb-app .form-horizontal .checkbox,
.lpb-app .form-horizontal .radio-inline,
.lpb-app .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.lpb-app .form-horizontal .radio,
.lpb-app .form-horizontal .checkbox {
  min-height: 31px;
}
.lpb-app .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .lpb-app .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.lpb-app .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .lpb-app .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .lpb-app .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.lpb-app .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 25px;
}
.lpb-app .form-control--codeField {
  color: #3b3a3a;
  display: block;
  font-family: "Bladi Two";
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 5px;
  line-height: 36px;
  margin: 0 auto 30px auto;
  padding: 13px;
  text-align: center;
  text-transform: uppercase;
  width: 310px;
}
.lpb-app .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lpb-app .btn:focus,
.lpb-app .btn:active:focus,
.lpb-app .btn.active:focus,
.lpb-app .btn.focus,
.lpb-app .btn:active.focus,
.lpb-app .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.lpb-app .btn:hover,
.lpb-app .btn:focus,
.lpb-app .btn.focus {
  color: #333333;
  text-decoration: none;
}
.lpb-app .btn:active,
.lpb-app .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.lpb-app .btn.disabled,
.lpb-app .btn[disabled],
fieldset[disabled] .lpb-app .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lpb-app .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.lpb-app .btn-default:hover,
.lpb-app .btn-default:focus,
.lpb-app .btn-default.focus,
.lpb-app .btn-default:active,
.lpb-app .btn-default.active,
.open > .dropdown-toggle.lpb-app .btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.lpb-app .btn-default:active,
.lpb-app .btn-default.active,
.open > .dropdown-toggle.lpb-app .btn-default {
  background-image: none;
}
.lpb-app .btn-default.disabled,
.lpb-app .btn-default[disabled],
fieldset[disabled] .lpb-app .btn-default,
.lpb-app .btn-default.disabled:hover,
.lpb-app .btn-default[disabled]:hover,
fieldset[disabled] .lpb-app .btn-default:hover,
.lpb-app .btn-default.disabled:focus,
.lpb-app .btn-default[disabled]:focus,
fieldset[disabled] .lpb-app .btn-default:focus,
.lpb-app .btn-default.disabled.focus,
.lpb-app .btn-default[disabled].focus,
fieldset[disabled] .lpb-app .btn-default.focus,
.lpb-app .btn-default.disabled:active,
.lpb-app .btn-default[disabled]:active,
fieldset[disabled] .lpb-app .btn-default:active,
.lpb-app .btn-default.disabled.active,
.lpb-app .btn-default[disabled].active,
fieldset[disabled] .lpb-app .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.lpb-app .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.lpb-app .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.lpb-app .btn-primary:hover,
.lpb-app .btn-primary:focus,
.lpb-app .btn-primary.focus,
.lpb-app .btn-primary:active,
.lpb-app .btn-primary.active,
.open > .dropdown-toggle.lpb-app .btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.lpb-app .btn-primary:active,
.lpb-app .btn-primary.active,
.open > .dropdown-toggle.lpb-app .btn-primary {
  background-image: none;
}
.lpb-app .btn-primary.disabled,
.lpb-app .btn-primary[disabled],
fieldset[disabled] .lpb-app .btn-primary,
.lpb-app .btn-primary.disabled:hover,
.lpb-app .btn-primary[disabled]:hover,
fieldset[disabled] .lpb-app .btn-primary:hover,
.lpb-app .btn-primary.disabled:focus,
.lpb-app .btn-primary[disabled]:focus,
fieldset[disabled] .lpb-app .btn-primary:focus,
.lpb-app .btn-primary.disabled.focus,
.lpb-app .btn-primary[disabled].focus,
fieldset[disabled] .lpb-app .btn-primary.focus,
.lpb-app .btn-primary.disabled:active,
.lpb-app .btn-primary[disabled]:active,
fieldset[disabled] .lpb-app .btn-primary:active,
.lpb-app .btn-primary.disabled.active,
.lpb-app .btn-primary[disabled].active,
fieldset[disabled] .lpb-app .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.lpb-app .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.lpb-app .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.lpb-app .btn-success:hover,
.lpb-app .btn-success:focus,
.lpb-app .btn-success.focus,
.lpb-app .btn-success:active,
.lpb-app .btn-success.active,
.open > .dropdown-toggle.lpb-app .btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.lpb-app .btn-success:active,
.lpb-app .btn-success.active,
.open > .dropdown-toggle.lpb-app .btn-success {
  background-image: none;
}
.lpb-app .btn-success.disabled,
.lpb-app .btn-success[disabled],
fieldset[disabled] .lpb-app .btn-success,
.lpb-app .btn-success.disabled:hover,
.lpb-app .btn-success[disabled]:hover,
fieldset[disabled] .lpb-app .btn-success:hover,
.lpb-app .btn-success.disabled:focus,
.lpb-app .btn-success[disabled]:focus,
fieldset[disabled] .lpb-app .btn-success:focus,
.lpb-app .btn-success.disabled.focus,
.lpb-app .btn-success[disabled].focus,
fieldset[disabled] .lpb-app .btn-success.focus,
.lpb-app .btn-success.disabled:active,
.lpb-app .btn-success[disabled]:active,
fieldset[disabled] .lpb-app .btn-success:active,
.lpb-app .btn-success.disabled.active,
.lpb-app .btn-success[disabled].active,
fieldset[disabled] .lpb-app .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.lpb-app .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.lpb-app .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.lpb-app .btn-info:hover,
.lpb-app .btn-info:focus,
.lpb-app .btn-info.focus,
.lpb-app .btn-info:active,
.lpb-app .btn-info.active,
.open > .dropdown-toggle.lpb-app .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.lpb-app .btn-info:active,
.lpb-app .btn-info.active,
.open > .dropdown-toggle.lpb-app .btn-info {
  background-image: none;
}
.lpb-app .btn-info.disabled,
.lpb-app .btn-info[disabled],
fieldset[disabled] .lpb-app .btn-info,
.lpb-app .btn-info.disabled:hover,
.lpb-app .btn-info[disabled]:hover,
fieldset[disabled] .lpb-app .btn-info:hover,
.lpb-app .btn-info.disabled:focus,
.lpb-app .btn-info[disabled]:focus,
fieldset[disabled] .lpb-app .btn-info:focus,
.lpb-app .btn-info.disabled.focus,
.lpb-app .btn-info[disabled].focus,
fieldset[disabled] .lpb-app .btn-info.focus,
.lpb-app .btn-info.disabled:active,
.lpb-app .btn-info[disabled]:active,
fieldset[disabled] .lpb-app .btn-info:active,
.lpb-app .btn-info.disabled.active,
.lpb-app .btn-info[disabled].active,
fieldset[disabled] .lpb-app .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.lpb-app .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.lpb-app .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.lpb-app .btn-warning:hover,
.lpb-app .btn-warning:focus,
.lpb-app .btn-warning.focus,
.lpb-app .btn-warning:active,
.lpb-app .btn-warning.active,
.open > .dropdown-toggle.lpb-app .btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.lpb-app .btn-warning:active,
.lpb-app .btn-warning.active,
.open > .dropdown-toggle.lpb-app .btn-warning {
  background-image: none;
}
.lpb-app .btn-warning.disabled,
.lpb-app .btn-warning[disabled],
fieldset[disabled] .lpb-app .btn-warning,
.lpb-app .btn-warning.disabled:hover,
.lpb-app .btn-warning[disabled]:hover,
fieldset[disabled] .lpb-app .btn-warning:hover,
.lpb-app .btn-warning.disabled:focus,
.lpb-app .btn-warning[disabled]:focus,
fieldset[disabled] .lpb-app .btn-warning:focus,
.lpb-app .btn-warning.disabled.focus,
.lpb-app .btn-warning[disabled].focus,
fieldset[disabled] .lpb-app .btn-warning.focus,
.lpb-app .btn-warning.disabled:active,
.lpb-app .btn-warning[disabled]:active,
fieldset[disabled] .lpb-app .btn-warning:active,
.lpb-app .btn-warning.disabled.active,
.lpb-app .btn-warning[disabled].active,
fieldset[disabled] .lpb-app .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.lpb-app .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.lpb-app .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.lpb-app .btn-danger:hover,
.lpb-app .btn-danger:focus,
.lpb-app .btn-danger.focus,
.lpb-app .btn-danger:active,
.lpb-app .btn-danger.active,
.open > .dropdown-toggle.lpb-app .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.lpb-app .btn-danger:active,
.lpb-app .btn-danger.active,
.open > .dropdown-toggle.lpb-app .btn-danger {
  background-image: none;
}
.lpb-app .btn-danger.disabled,
.lpb-app .btn-danger[disabled],
fieldset[disabled] .lpb-app .btn-danger,
.lpb-app .btn-danger.disabled:hover,
.lpb-app .btn-danger[disabled]:hover,
fieldset[disabled] .lpb-app .btn-danger:hover,
.lpb-app .btn-danger.disabled:focus,
.lpb-app .btn-danger[disabled]:focus,
fieldset[disabled] .lpb-app .btn-danger:focus,
.lpb-app .btn-danger.disabled.focus,
.lpb-app .btn-danger[disabled].focus,
fieldset[disabled] .lpb-app .btn-danger.focus,
.lpb-app .btn-danger.disabled:active,
.lpb-app .btn-danger[disabled]:active,
fieldset[disabled] .lpb-app .btn-danger:active,
.lpb-app .btn-danger.disabled.active,
.lpb-app .btn-danger[disabled].active,
fieldset[disabled] .lpb-app .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.lpb-app .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.lpb-app .btn-link {
  color: #ff0000;
  font-weight: normal;
  border-radius: 0;
}
.lpb-app .btn-link,
.lpb-app .btn-link:active,
.lpb-app .btn-link.active,
.lpb-app .btn-link[disabled],
fieldset[disabled] .lpb-app .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lpb-app .btn-link,
.lpb-app .btn-link:hover,
.lpb-app .btn-link:focus,
.lpb-app .btn-link:active {
  border-color: transparent;
}
.lpb-app .btn-link:hover,
.lpb-app .btn-link:focus {
  color: #b30000;
  text-decoration: underline;
  background-color: transparent;
}
.lpb-app .btn-link[disabled]:hover,
fieldset[disabled] .lpb-app .btn-link:hover,
.lpb-app .btn-link[disabled]:focus,
fieldset[disabled] .lpb-app .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.lpb-app .btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.lpb-app .btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.lpb-app .btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.lpb-app .btn-block {
  display: block;
  width: 100%;
}
.lpb-app .btn-block + .btn-block {
  margin-top: 5px;
}
.lpb-app input[type="submit"].btn-block,
.lpb-app input[type="reset"].btn-block,
.lpb-app input[type="button"].btn-block {
  width: 100%;
}
.lpb-app .btn {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 1000px;
  box-shadow: none;
  color: #ffffff;
  font-family: "Bladi Two";
  font-size: 22px;
  letter-spacing: 1px;
  padding: 14px 50px 11px 50px;
  text-decoration: none;
  text-transform: uppercase;
  border: 3px solid transparent;
}
.lpb-app .btn:hover {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #ffffff;
}
.lpb-app .btn:focus {
  color: #ffffff;
  outline: 0;
}
.lpb-app .btn--primary {
  background-color: #4dd822;
}
.lpb-app .btn--primary:hover {
  background-color: #80e660;
}
.lpb-app .btn--secondary {
  background-color: #ff0000;
}
.lpb-app .btn--secondary:hover {
  background-color: #ff4d4d;
}
.lpb-app .btn--tertiary {
  background-color: transparent;
  border-color: #ffffff;
}
.lpb-app .btn--tertiary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #737373;
}
.lpb-app .btn--quaternary {
  background-color: #737373;
  color: #3b3a3a;
}
.lpb-app .btn--quaternary:hover {
  background-color: #666666;
}
.lpb-app .btn--small {
  padding: 9px 35px 6px 35px;
}
.lpb-app .btn--groupMember {
  margin-right: 10px;
}
.lpb-app .btn--groupMember:last-child {
  margin-right: 0;
}
.lpb-app .btn-icon--right {
  margin-left: 5px;
}
.lpb-app .btn-icon--left {
  margin-right: 5px;
}
.lpb-app .btn--block {
  display: block;
  width: 100%;
}
.lpb-app .btn--legoid {
  border-radius: 5px;
  color: #ffffff;
  font-family: "Bladi Two";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 15px;
  background-color: #236ba3;
  margin-top: 20px;
  text-transform: uppercase;
}
.lpb-app .btn--legoid:hover {
  background-color: #3d93d5;
  color: #ffffff;
}
.lpb-app .btn--legoid-icon {
  color: #ffffff;
  margin-right: 5px;
}
.lpb-app button:focus {
  outline: 0;
}
.lpb-app .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.lpb-app .label:hover,
a.lpb-app .label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.lpb-app .label:empty {
  display: none;
}
.btn .lpb-app .label {
  position: relative;
  top: -1px;
}
.lpb-app .label-default {
  background-color: #777777;
}
.lpb-app .label-default[href]:hover,
.lpb-app .label-default[href]:focus {
  background-color: #5e5e5e;
}
.lpb-app .label-primary {
  background-color: #337ab7;
}
.lpb-app .label-primary[href]:hover,
.lpb-app .label-primary[href]:focus {
  background-color: #286090;
}
.lpb-app .label-success {
  background-color: #5cb85c;
}
.lpb-app .label-success[href]:hover,
.lpb-app .label-success[href]:focus {
  background-color: #449d44;
}
.lpb-app .label-info {
  background-color: #5bc0de;
}
.lpb-app .label-info[href]:hover,
.lpb-app .label-info[href]:focus {
  background-color: #31b0d5;
}
.lpb-app .label-warning {
  background-color: #f0ad4e;
}
.lpb-app .label-warning[href]:hover,
.lpb-app .label-warning[href]:focus {
  background-color: #ec971f;
}
.lpb-app .label-danger {
  background-color: #d9534f;
}
.lpb-app .label-danger[href]:hover,
.lpb-app .label-danger[href]:focus {
  background-color: #c9302c;
}
.lpb-app .label {
  border-radius: 1000px;
  font-family: "Bladi Two";
  text-transform: uppercase;
}
.lpb-app .label--secondary {
  background-color: #ff0000;
}
.lpb-app .lpb-modal {
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.lpb-app .lpb-modal-bodyContainer {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 4;
}
.lpb-app .lpb-modal-body {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: both;
  border: 1px solid #a6a6a6;
  width: 460px;
  position: relative;
}
.lpb-app .lpb-modal-figure {
  position: absolute;
  top: -10px;
  left: -115px;
}
.lpb-app .lpb-modal-copy {
  padding: 40px 40px 40px 104px;
}
.lpb-app .lpb-modal-closeIcon {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #121212;
  cursor: pointer;
  font-size: 34px;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
}
.lpb-app .lpb-modal-closeIcon:hover {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #ff0000;
}
.lpb-app .lpb-modal-background {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.lpb-app .lpb-tooltip {
  background-color: #231f20;
  border: 1px solid #3b3a3a;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
}
.lpb-app .lpb-tooltip-title {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  width: 100%;
  clear: both;
}
.lpb-app .lpb-tooltip-caret:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid #3b3a3a;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-width: 0;
}
.lpb-app .lpb-tooltip-caret:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid #231f20;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-width: 0;
}
.lpb-app .lpb-splash {
  -webkit-animation: fade-in 1s 1;
  -moz-animation: fade-in 1s 1;
  animation: fade-in 1s 1;
  border: 1px solid #a6a6a6;
  display: block;
  height: 479px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.lpb-app .lpb-splash-body {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  top: 50%;
  float: right;
  min-width: 455px;
  padding-right: 50px;
  text-align: center;
  width: 455px;
  min-height: 265px;
}
.lpb-app .lpb-splash-paragraph {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 25px;
}
.lpb-app .btn--groupMember.last {
  margin-right: 0;
  padding-left: 49px;
  padding-right: 35px;
}
.lpb-app .lpb-splash-startIcon {
  font-size: 17px;
  position: relative;
  top: -1px;
}
.lpb-app .lpb-splash .btn--legoid {
  display: inline-block;
  margin-top: 20px;
}
.lpb-app .lpb-splash-img--bg {
  -webkit-animation: aff-bg 0.05714286s 1 1s;
  -moz-animation: aff-bg 0.05714286s 1 1s;
  animation: aff-bg 0.05714286s 1 1s;
}
.lpb-app .lpb-splash-img--atdp {
  top: 74.95px;
  left: 218.95px;
  -webkit-animation: aff-atdp 1.54285714s 1 1.37142857s;
  -moz-animation: aff-atdp 1.54285714s 1 1.37142857s;
  animation: aff-atdp 1.54285714s 1 1.37142857s;
}
.lpb-app .lpb-splash-img--ezra {
  width: 212.25px;
  top: 111.6px;
  height: 282.45px;
  left: 185.15px;
  -webkit-animation: aff-ezra 6.68571429s 1 3.37142857s;
  -moz-animation: aff-ezra 6.68571429s 1 3.37142857s;
  animation: aff-ezra 6.68571429s 1 3.37142857s;
}
.lpb-app .lpb-splash-img--bounding {
  width: 196.15px;
  top: 69.25px;
  height: 221.4px;
  left: 209px;
  -webkit-animation: aff-bounding 8.68571429s 1 1.37142857s;
  -moz-animation: aff-bounding 8.68571429s 1 1.37142857s;
  animation: aff-bounding 8.68571429s 1 1.37142857s;
}
.lpb-app .lpb-splash-img--cursor {
  width: 53px;
  top: 151.5px;
  height: 65px;
  left: 399.45px;
  -webkit-animation: aff-cursor 9.2s 1 1.37142857s;
  -moz-animation: aff-cursor 9.2s 1 1.37142857s;
  animation: aff-cursor 9.2s 1 1.37142857s;
}
.lpb-app .lpb-splash-img {
  position: absolute;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes aff-bg {
  from {
    top: 0px;
    opacity: 0;
    left: 0px;
    animation-timing-function: linear;
  }
  to {
    top: 0px;
    opacity: 1;
    left: 0px;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes aff-bg {
  from {
    top: 0px;
    opacity: 0;
    left: 0px;
    animation-timing-function: linear;
  }
  to {
    top: 0px;
    opacity: 1;
    left: 0px;
    animation-timing-function: linear;
  }
}
@keyframes aff-bg {
  from {
    top: 0px;
    opacity: 0;
    left: 0px;
    animation-timing-function: linear;
  }
  to {
    top: 0px;
    opacity: 1;
    left: 0px;
    animation-timing-function: linear;
  }
}
@-moz-keyframes aff-cursor {
  0% {
    width: 53px;
    top: 151.5px;
    height: 65px;
    opacity: 0;
    left: 399.45px;
    animation-timing-function: ease-out;
  }
  3.7267080745341614% {
    width: 53px;
    top: 151.5px;
    height: 65px;
    opacity: 0;
    left: 399.45px;
    animation-timing-function: ease-out;
  }
  7.453416149068323% {
    width: 53px;
    top: 111.5px;
    height: 65px;
    opacity: 1;
    left: 283.45px;
    animation-timing-function: ease-out;
  }
  8.074534161490684% {
    width: 53px;
    top: 111.5px;
    height: 65px;
    opacity: 1;
    left: 283.45px;
    animation-timing-function: ease-out;
  }
  9.937888198757763% {
    width: 40.8px;
    top: 117.9px;
    height: 50.05px;
    opacity: 1;
    left: 288.55px;
    animation-timing-function: ease-out;
  }
  16.77018633540373% {
    width: 40.8px;
    top: 82px;
    height: 50.05px;
    opacity: 1;
    left: 106.35px;
    animation-timing-function: linear;
  }
  17.391304347826086% {
    width: 40.8px;
    top: 82px;
    height: 50.05px;
    opacity: 1;
    left: 106.35px;
    animation-timing-function: linear;
  }
  18.944099378881987% {
    width: 40.8px;
    top: 82px;
    height: 50.05px;
    opacity: 0;
    left: 106.35px;
    animation-timing-function: linear;
  }
  23.60248447204969% {
    width: 53px;
    top: 149.95px;
    height: 65px;
    opacity: 0;
    left: 223.95px;
    animation-timing-function: ease-out;
  }
  27.639751552795033% {
    width: 53px;
    top: 251.95px;
    height: 65px;
    opacity: 1;
    left: 260.95px;
    animation-timing-function: linear;
  }
  29.81366459627329% {
    width: 53px;
    top: 251.95px;
    height: 65px;
    opacity: 1;
    left: 260.95px;
    animation-timing-function: ease-out;
  }
  31.366459627329192% {
    width: 41px;
    top: 256.3px;
    height: 50.3px;
    opacity: 1;
    left: 265.95px;
    animation-timing-function: ease-out;
  }
  32.91925465838509% {
    width: 41px;
    top: 256.3px;
    height: 50.3px;
    opacity: 1;
    left: 265.95px;
    animation-timing-function: ease-out;
  }
  38.81987577639752% {
    width: 41px;
    top: 244.3px;
    height: 50.3px;
    opacity: 1;
    left: 147px;
    animation-timing-function: linear;
  }
  39.44099378881988% {
    width: 41px;
    top: 244.3px;
    height: 50.3px;
    opacity: 1;
    left: 147px;
    animation-timing-function: ease-out;
  }
  42.54658385093168% {
    width: 53px;
    top: 341.95px;
    height: 65px;
    opacity: 1;
    left: 256.95px;
    animation-timing-function: linear;
  }
  43.7888198757764% {
    width: 53px;
    top: 341.95px;
    height: 65px;
    opacity: 1;
    left: 256.95px;
    animation-timing-function: ease-out;
  }
  45.3416149068323% {
    width: 40.8px;
    top: 343.45px;
    height: 50.05px;
    opacity: 1;
    left: 261.05px;
    animation-timing-function: linear;
  }
  47.51552795031056% {
    width: 40.8px;
    top: 349.45px;
    height: 50.05px;
    opacity: 1;
    left: 263.05px;
    animation-timing-function: ease-out;
  }
  50.931677018633536% {
    width: 40.8px;
    top: 393.45px;
    height: 50.05px;
    opacity: 1;
    left: 306.05px;
    animation-timing-function: linear;
  }
  52.17391304347826% {
    width: 40.8px;
    top: 393.45px;
    height: 50.05px;
    opacity: 1;
    left: 306.05px;
    animation-timing-function: ease-out;
  }
  53.72670807453416% {
    width: 53px;
    top: 386.05px;
    height: 65px;
    opacity: 1;
    left: 299.95px;
    animation-timing-function: linear;
  }
  54.037267080745345% {
    width: 53px;
    top: 386.05px;
    height: 65px;
    opacity: 1;
    left: 299.95px;
    animation-timing-function: ease-out;
  }
  57.14285714285714% {
    width: 53px;
    top: 287.05px;
    height: 65px;
    opacity: 1;
    left: 132px;
    animation-timing-function: linear;
  }
  58.07453416149069% {
    width: 53px;
    top: 287.05px;
    height: 65px;
    opacity: 1;
    left: 132px;
    animation-timing-function: ease-out;
  }
  59.62732919254658% {
    width: 40.8px;
    top: 288.55px;
    height: 50.05px;
    opacity: 1;
    left: 138.1px;
    animation-timing-function: linear;
  }
  60.86956521739131% {
    width: 40.8px;
    top: 288.55px;
    height: 50.05px;
    opacity: 1;
    left: 138.1px;
    animation-timing-function: ease-out;
  }
  65.527950310559% {
    width: 40.8px;
    top: 251.55px;
    height: 50.05px;
    opacity: 1;
    left: 168.05px;
    animation-timing-function: linear;
  }
  66.77018633540372% {
    width: 40.8px;
    top: 251.55px;
    height: 50.05px;
    opacity: 1;
    left: 168.05px;
    animation-timing-function: ease-out;
  }
  70.1863354037267% {
    width: 53px;
    top: 72.1px;
    height: 65px;
    opacity: 1;
    left: 82.95px;
    animation-timing-function: ease-out;
  }
  71.42857142857143% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  72.98136645962732% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  75.46583850931677% {
    width: 40.8px;
    top: 64.55px;
    height: 50.05px;
    opacity: 1;
    left: 106px;
    animation-timing-function: ease-out;
  }
  76.3975155279503% {
    width: 40.8px;
    top: 64.55px;
    height: 50.05px;
    opacity: 1;
    left: 106px;
    animation-timing-function: ease-out;
  }
  78.88198757763976% {
    width: 40.8px;
    top: 83.5px;
    height: 50.05px;
    opacity: 1;
    left: 78px;
    animation-timing-function: ease-out;
  }
  80.12422360248446% {
    width: 40.8px;
    top: 83.5px;
    height: 50.05px;
    opacity: 1;
    left: 78px;
    animation-timing-function: ease-out;
  }
  81.98757763975155% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  82.91925465838509% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  87.88819875776397% {
    width: 53px;
    top: 242.05px;
    height: 65px;
    opacity: 1;
    left: 192.9px;
    animation-timing-function: ease-out;
  }
  88.81987577639751% {
    width: 40.8px;
    top: 249.5px;
    height: 50.05px;
    opacity: 1;
    left: 199px;
    animation-timing-function: ease-out;
  }
  90.37267080745342% {
    width: 40.8px;
    top: 249.5px;
    height: 50.05px;
    opacity: 1;
    left: 199px;
    animation-timing-function: ease-out;
  }
  94.40993788819875% {
    width: 40.8px;
    top: 259.5px;
    height: 50.05px;
    opacity: 1;
    left: 207px;
    animation-timing-function: ease-out;
  }
  98.13664596273291% {
    width: 40.8px;
    top: 259.5px;
    height: 50.05px;
    opacity: 1;
    left: 207px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 53px;
    top: 250.05px;
    height: 65px;
    opacity: 0;
    left: 248.9px;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes aff-cursor {
  0% {
    width: 53px;
    top: 151.5px;
    height: 65px;
    opacity: 0;
    left: 399.45px;
    animation-timing-function: ease-out;
  }
  3.7267080745341614% {
    width: 53px;
    top: 151.5px;
    height: 65px;
    opacity: 0;
    left: 399.45px;
    animation-timing-function: ease-out;
  }
  7.453416149068323% {
    width: 53px;
    top: 111.5px;
    height: 65px;
    opacity: 1;
    left: 283.45px;
    animation-timing-function: ease-out;
  }
  8.074534161490684% {
    width: 53px;
    top: 111.5px;
    height: 65px;
    opacity: 1;
    left: 283.45px;
    animation-timing-function: ease-out;
  }
  9.937888198757763% {
    width: 40.8px;
    top: 117.9px;
    height: 50.05px;
    opacity: 1;
    left: 288.55px;
    animation-timing-function: ease-out;
  }
  16.77018633540373% {
    width: 40.8px;
    top: 82px;
    height: 50.05px;
    opacity: 1;
    left: 106.35px;
    animation-timing-function: linear;
  }
  17.391304347826086% {
    width: 40.8px;
    top: 82px;
    height: 50.05px;
    opacity: 1;
    left: 106.35px;
    animation-timing-function: linear;
  }
  18.944099378881987% {
    width: 40.8px;
    top: 82px;
    height: 50.05px;
    opacity: 0;
    left: 106.35px;
    animation-timing-function: linear;
  }
  23.60248447204969% {
    width: 53px;
    top: 149.95px;
    height: 65px;
    opacity: 0;
    left: 223.95px;
    animation-timing-function: ease-out;
  }
  27.639751552795033% {
    width: 53px;
    top: 251.95px;
    height: 65px;
    opacity: 1;
    left: 260.95px;
    animation-timing-function: linear;
  }
  29.81366459627329% {
    width: 53px;
    top: 251.95px;
    height: 65px;
    opacity: 1;
    left: 260.95px;
    animation-timing-function: ease-out;
  }
  31.366459627329192% {
    width: 41px;
    top: 256.3px;
    height: 50.3px;
    opacity: 1;
    left: 265.95px;
    animation-timing-function: ease-out;
  }
  32.91925465838509% {
    width: 41px;
    top: 256.3px;
    height: 50.3px;
    opacity: 1;
    left: 265.95px;
    animation-timing-function: ease-out;
  }
  38.81987577639752% {
    width: 41px;
    top: 244.3px;
    height: 50.3px;
    opacity: 1;
    left: 147px;
    animation-timing-function: linear;
  }
  39.44099378881988% {
    width: 41px;
    top: 244.3px;
    height: 50.3px;
    opacity: 1;
    left: 147px;
    animation-timing-function: ease-out;
  }
  42.54658385093168% {
    width: 53px;
    top: 341.95px;
    height: 65px;
    opacity: 1;
    left: 256.95px;
    animation-timing-function: linear;
  }
  43.7888198757764% {
    width: 53px;
    top: 341.95px;
    height: 65px;
    opacity: 1;
    left: 256.95px;
    animation-timing-function: ease-out;
  }
  45.3416149068323% {
    width: 40.8px;
    top: 343.45px;
    height: 50.05px;
    opacity: 1;
    left: 261.05px;
    animation-timing-function: linear;
  }
  47.51552795031056% {
    width: 40.8px;
    top: 349.45px;
    height: 50.05px;
    opacity: 1;
    left: 263.05px;
    animation-timing-function: ease-out;
  }
  50.931677018633536% {
    width: 40.8px;
    top: 393.45px;
    height: 50.05px;
    opacity: 1;
    left: 306.05px;
    animation-timing-function: linear;
  }
  52.17391304347826% {
    width: 40.8px;
    top: 393.45px;
    height: 50.05px;
    opacity: 1;
    left: 306.05px;
    animation-timing-function: ease-out;
  }
  53.72670807453416% {
    width: 53px;
    top: 386.05px;
    height: 65px;
    opacity: 1;
    left: 299.95px;
    animation-timing-function: linear;
  }
  54.037267080745345% {
    width: 53px;
    top: 386.05px;
    height: 65px;
    opacity: 1;
    left: 299.95px;
    animation-timing-function: ease-out;
  }
  57.14285714285714% {
    width: 53px;
    top: 287.05px;
    height: 65px;
    opacity: 1;
    left: 132px;
    animation-timing-function: linear;
  }
  58.07453416149069% {
    width: 53px;
    top: 287.05px;
    height: 65px;
    opacity: 1;
    left: 132px;
    animation-timing-function: ease-out;
  }
  59.62732919254658% {
    width: 40.8px;
    top: 288.55px;
    height: 50.05px;
    opacity: 1;
    left: 138.1px;
    animation-timing-function: linear;
  }
  60.86956521739131% {
    width: 40.8px;
    top: 288.55px;
    height: 50.05px;
    opacity: 1;
    left: 138.1px;
    animation-timing-function: ease-out;
  }
  65.527950310559% {
    width: 40.8px;
    top: 251.55px;
    height: 50.05px;
    opacity: 1;
    left: 168.05px;
    animation-timing-function: linear;
  }
  66.77018633540372% {
    width: 40.8px;
    top: 251.55px;
    height: 50.05px;
    opacity: 1;
    left: 168.05px;
    animation-timing-function: ease-out;
  }
  70.1863354037267% {
    width: 53px;
    top: 72.1px;
    height: 65px;
    opacity: 1;
    left: 82.95px;
    animation-timing-function: ease-out;
  }
  71.42857142857143% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  72.98136645962732% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  75.46583850931677% {
    width: 40.8px;
    top: 64.55px;
    height: 50.05px;
    opacity: 1;
    left: 106px;
    animation-timing-function: ease-out;
  }
  76.3975155279503% {
    width: 40.8px;
    top: 64.55px;
    height: 50.05px;
    opacity: 1;
    left: 106px;
    animation-timing-function: ease-out;
  }
  78.88198757763976% {
    width: 40.8px;
    top: 83.5px;
    height: 50.05px;
    opacity: 1;
    left: 78px;
    animation-timing-function: ease-out;
  }
  80.12422360248446% {
    width: 40.8px;
    top: 83.5px;
    height: 50.05px;
    opacity: 1;
    left: 78px;
    animation-timing-function: ease-out;
  }
  81.98757763975155% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  82.91925465838509% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  87.88819875776397% {
    width: 53px;
    top: 242.05px;
    height: 65px;
    opacity: 1;
    left: 192.9px;
    animation-timing-function: ease-out;
  }
  88.81987577639751% {
    width: 40.8px;
    top: 249.5px;
    height: 50.05px;
    opacity: 1;
    left: 199px;
    animation-timing-function: ease-out;
  }
  90.37267080745342% {
    width: 40.8px;
    top: 249.5px;
    height: 50.05px;
    opacity: 1;
    left: 199px;
    animation-timing-function: ease-out;
  }
  94.40993788819875% {
    width: 40.8px;
    top: 259.5px;
    height: 50.05px;
    opacity: 1;
    left: 207px;
    animation-timing-function: ease-out;
  }
  98.13664596273291% {
    width: 40.8px;
    top: 259.5px;
    height: 50.05px;
    opacity: 1;
    left: 207px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 53px;
    top: 250.05px;
    height: 65px;
    opacity: 0;
    left: 248.9px;
    animation-timing-function: ease-out;
  }
}
@keyframes aff-cursor {
  0% {
    width: 53px;
    top: 151.5px;
    height: 65px;
    opacity: 0;
    left: 399.45px;
    animation-timing-function: ease-out;
  }
  3.7267080745341614% {
    width: 53px;
    top: 151.5px;
    height: 65px;
    opacity: 0;
    left: 399.45px;
    animation-timing-function: ease-out;
  }
  7.453416149068323% {
    width: 53px;
    top: 111.5px;
    height: 65px;
    opacity: 1;
    left: 283.45px;
    animation-timing-function: ease-out;
  }
  8.074534161490684% {
    width: 53px;
    top: 111.5px;
    height: 65px;
    opacity: 1;
    left: 283.45px;
    animation-timing-function: ease-out;
  }
  9.937888198757763% {
    width: 40.8px;
    top: 117.9px;
    height: 50.05px;
    opacity: 1;
    left: 288.55px;
    animation-timing-function: ease-out;
  }
  16.77018633540373% {
    width: 40.8px;
    top: 82px;
    height: 50.05px;
    opacity: 1;
    left: 106.35px;
    animation-timing-function: linear;
  }
  17.391304347826086% {
    width: 40.8px;
    top: 82px;
    height: 50.05px;
    opacity: 1;
    left: 106.35px;
    animation-timing-function: linear;
  }
  18.944099378881987% {
    width: 40.8px;
    top: 82px;
    height: 50.05px;
    opacity: 0;
    left: 106.35px;
    animation-timing-function: linear;
  }
  23.60248447204969% {
    width: 53px;
    top: 149.95px;
    height: 65px;
    opacity: 0;
    left: 223.95px;
    animation-timing-function: ease-out;
  }
  27.639751552795033% {
    width: 53px;
    top: 251.95px;
    height: 65px;
    opacity: 1;
    left: 260.95px;
    animation-timing-function: linear;
  }
  29.81366459627329% {
    width: 53px;
    top: 251.95px;
    height: 65px;
    opacity: 1;
    left: 260.95px;
    animation-timing-function: ease-out;
  }
  31.366459627329192% {
    width: 41px;
    top: 256.3px;
    height: 50.3px;
    opacity: 1;
    left: 265.95px;
    animation-timing-function: ease-out;
  }
  32.91925465838509% {
    width: 41px;
    top: 256.3px;
    height: 50.3px;
    opacity: 1;
    left: 265.95px;
    animation-timing-function: ease-out;
  }
  38.81987577639752% {
    width: 41px;
    top: 244.3px;
    height: 50.3px;
    opacity: 1;
    left: 147px;
    animation-timing-function: linear;
  }
  39.44099378881988% {
    width: 41px;
    top: 244.3px;
    height: 50.3px;
    opacity: 1;
    left: 147px;
    animation-timing-function: ease-out;
  }
  42.54658385093168% {
    width: 53px;
    top: 341.95px;
    height: 65px;
    opacity: 1;
    left: 256.95px;
    animation-timing-function: linear;
  }
  43.7888198757764% {
    width: 53px;
    top: 341.95px;
    height: 65px;
    opacity: 1;
    left: 256.95px;
    animation-timing-function: ease-out;
  }
  45.3416149068323% {
    width: 40.8px;
    top: 343.45px;
    height: 50.05px;
    opacity: 1;
    left: 261.05px;
    animation-timing-function: linear;
  }
  47.51552795031056% {
    width: 40.8px;
    top: 349.45px;
    height: 50.05px;
    opacity: 1;
    left: 263.05px;
    animation-timing-function: ease-out;
  }
  50.931677018633536% {
    width: 40.8px;
    top: 393.45px;
    height: 50.05px;
    opacity: 1;
    left: 306.05px;
    animation-timing-function: linear;
  }
  52.17391304347826% {
    width: 40.8px;
    top: 393.45px;
    height: 50.05px;
    opacity: 1;
    left: 306.05px;
    animation-timing-function: ease-out;
  }
  53.72670807453416% {
    width: 53px;
    top: 386.05px;
    height: 65px;
    opacity: 1;
    left: 299.95px;
    animation-timing-function: linear;
  }
  54.037267080745345% {
    width: 53px;
    top: 386.05px;
    height: 65px;
    opacity: 1;
    left: 299.95px;
    animation-timing-function: ease-out;
  }
  57.14285714285714% {
    width: 53px;
    top: 287.05px;
    height: 65px;
    opacity: 1;
    left: 132px;
    animation-timing-function: linear;
  }
  58.07453416149069% {
    width: 53px;
    top: 287.05px;
    height: 65px;
    opacity: 1;
    left: 132px;
    animation-timing-function: ease-out;
  }
  59.62732919254658% {
    width: 40.8px;
    top: 288.55px;
    height: 50.05px;
    opacity: 1;
    left: 138.1px;
    animation-timing-function: linear;
  }
  60.86956521739131% {
    width: 40.8px;
    top: 288.55px;
    height: 50.05px;
    opacity: 1;
    left: 138.1px;
    animation-timing-function: ease-out;
  }
  65.527950310559% {
    width: 40.8px;
    top: 251.55px;
    height: 50.05px;
    opacity: 1;
    left: 168.05px;
    animation-timing-function: linear;
  }
  66.77018633540372% {
    width: 40.8px;
    top: 251.55px;
    height: 50.05px;
    opacity: 1;
    left: 168.05px;
    animation-timing-function: ease-out;
  }
  70.1863354037267% {
    width: 53px;
    top: 72.1px;
    height: 65px;
    opacity: 1;
    left: 82.95px;
    animation-timing-function: ease-out;
  }
  71.42857142857143% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  72.98136645962732% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  75.46583850931677% {
    width: 40.8px;
    top: 64.55px;
    height: 50.05px;
    opacity: 1;
    left: 106px;
    animation-timing-function: ease-out;
  }
  76.3975155279503% {
    width: 40.8px;
    top: 64.55px;
    height: 50.05px;
    opacity: 1;
    left: 106px;
    animation-timing-function: ease-out;
  }
  78.88198757763976% {
    width: 40.8px;
    top: 83.5px;
    height: 50.05px;
    opacity: 1;
    left: 78px;
    animation-timing-function: ease-out;
  }
  80.12422360248446% {
    width: 40.8px;
    top: 83.5px;
    height: 50.05px;
    opacity: 1;
    left: 78px;
    animation-timing-function: ease-out;
  }
  81.98757763975155% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  82.91925465838509% {
    width: 40.8px;
    top: 72.5px;
    height: 50.05px;
    opacity: 1;
    left: 89px;
    animation-timing-function: ease-out;
  }
  87.88819875776397% {
    width: 53px;
    top: 242.05px;
    height: 65px;
    opacity: 1;
    left: 192.9px;
    animation-timing-function: ease-out;
  }
  88.81987577639751% {
    width: 40.8px;
    top: 249.5px;
    height: 50.05px;
    opacity: 1;
    left: 199px;
    animation-timing-function: ease-out;
  }
  90.37267080745342% {
    width: 40.8px;
    top: 249.5px;
    height: 50.05px;
    opacity: 1;
    left: 199px;
    animation-timing-function: ease-out;
  }
  94.40993788819875% {
    width: 40.8px;
    top: 259.5px;
    height: 50.05px;
    opacity: 1;
    left: 207px;
    animation-timing-function: ease-out;
  }
  98.13664596273291% {
    width: 40.8px;
    top: 259.5px;
    height: 50.05px;
    opacity: 1;
    left: 207px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 53px;
    top: 250.05px;
    height: 65px;
    opacity: 0;
    left: 248.9px;
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes aff-bounding {
  0% {
    width: 196.15px;
    top: 69.25px;
    height: 221.4px;
    opacity: 0;
    left: 209px;
    animation-timing-function: linear;
  }
  0.6578947368421052% {
    width: 196.15px;
    top: 69.25px;
    height: 221.4px;
    opacity: 1;
    left: 209px;
    animation-timing-function: linear;
  }
  10.526315789473683% {
    width: 196.15px;
    top: 69.25px;
    height: 221.4px;
    opacity: 1;
    left: 209px;
    animation-timing-function: ease-out;
  }
  17.763157894736842% {
    width: 196.15px;
    top: 33.25px;
    height: 221.4px;
    opacity: 1;
    left: 27px;
    animation-timing-function: linear;
  }
  18.421052631578945% {
    width: 196.15px;
    top: 33.25px;
    height: 221.4px;
    opacity: 1;
    left: 27px;
    animation-timing-function: linear;
  }
  20.065789473684212% {
    width: 196.15px;
    top: 33.25px;
    height: 221.4px;
    opacity: 0;
    left: 27px;
    animation-timing-function: linear;
  }
  23.026315789473685% {
    width: 253.2px;
    top: 104.95px;
    height: 285.8px;
    opacity: 0;
    left: 165.9px;
    animation-timing-function: ease-out;
  }
  24.342105263157894% {
    width: 253.2px;
    top: 104.95px;
    height: 285.8px;
    opacity: 1;
    left: 165.9px;
    animation-timing-function: linear;
  }
  34.868421052631575% {
    width: 253.2px;
    top: 104.95px;
    height: 285.8px;
    opacity: 1;
    left: 165.9px;
    animation-timing-function: ease-out;
  }
  41.118421052631575% {
    width: 253.2px;
    top: 92.95px;
    height: 285.8px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: linear;
  }
  50.32894736842105% {
    width: 253.2px;
    top: 92.95px;
    height: 285.8px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: ease-out;
  }
  53.94736842105263% {
    width: 303px;
    top: 92.95px;
    height: 342px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: linear;
  }
  64.47368421052632% {
    width: 303px;
    top: 92.95px;
    height: 342px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: ease-out;
  }
  69.4078947368421% {
    width: 303px;
    top: 55.95px;
    height: 342px;
    opacity: 1;
    left: 77.95px;
    animation-timing-function: linear;
  }
  77.30263157894737% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  79.93421052631578% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  80.92105263157895% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  83.55263157894737% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  84.86842105263158% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  86.8421052631579% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  95.72368421052632% {
    width: 303px;
    top: 55.95px;
    height: 342px;
    opacity: 1;
    left: 77.95px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 303px;
    top: 65.95px;
    height: 342px;
    opacity: 1;
    left: 85.95px;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes aff-bounding {
  0% {
    width: 196.15px;
    top: 69.25px;
    height: 221.4px;
    opacity: 0;
    left: 209px;
    animation-timing-function: linear;
  }
  0.6578947368421052% {
    width: 196.15px;
    top: 69.25px;
    height: 221.4px;
    opacity: 1;
    left: 209px;
    animation-timing-function: linear;
  }
  10.526315789473683% {
    width: 196.15px;
    top: 69.25px;
    height: 221.4px;
    opacity: 1;
    left: 209px;
    animation-timing-function: ease-out;
  }
  17.763157894736842% {
    width: 196.15px;
    top: 33.25px;
    height: 221.4px;
    opacity: 1;
    left: 27px;
    animation-timing-function: linear;
  }
  18.421052631578945% {
    width: 196.15px;
    top: 33.25px;
    height: 221.4px;
    opacity: 1;
    left: 27px;
    animation-timing-function: linear;
  }
  20.065789473684212% {
    width: 196.15px;
    top: 33.25px;
    height: 221.4px;
    opacity: 0;
    left: 27px;
    animation-timing-function: linear;
  }
  23.026315789473685% {
    width: 253.2px;
    top: 104.95px;
    height: 285.8px;
    opacity: 0;
    left: 165.9px;
    animation-timing-function: ease-out;
  }
  24.342105263157894% {
    width: 253.2px;
    top: 104.95px;
    height: 285.8px;
    opacity: 1;
    left: 165.9px;
    animation-timing-function: linear;
  }
  34.868421052631575% {
    width: 253.2px;
    top: 104.95px;
    height: 285.8px;
    opacity: 1;
    left: 165.9px;
    animation-timing-function: ease-out;
  }
  41.118421052631575% {
    width: 253.2px;
    top: 92.95px;
    height: 285.8px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: linear;
  }
  50.32894736842105% {
    width: 253.2px;
    top: 92.95px;
    height: 285.8px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: ease-out;
  }
  53.94736842105263% {
    width: 303px;
    top: 92.95px;
    height: 342px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: linear;
  }
  64.47368421052632% {
    width: 303px;
    top: 92.95px;
    height: 342px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: ease-out;
  }
  69.4078947368421% {
    width: 303px;
    top: 55.95px;
    height: 342px;
    opacity: 1;
    left: 77.95px;
    animation-timing-function: linear;
  }
  77.30263157894737% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  79.93421052631578% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  80.92105263157895% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  83.55263157894737% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  84.86842105263158% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  86.8421052631579% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  95.72368421052632% {
    width: 303px;
    top: 55.95px;
    height: 342px;
    opacity: 1;
    left: 77.95px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 303px;
    top: 65.95px;
    height: 342px;
    opacity: 1;
    left: 85.95px;
    animation-timing-function: linear;
  }
}
@keyframes aff-bounding {
  0% {
    width: 196.15px;
    top: 69.25px;
    height: 221.4px;
    opacity: 0;
    left: 209px;
    animation-timing-function: linear;
  }
  0.6578947368421052% {
    width: 196.15px;
    top: 69.25px;
    height: 221.4px;
    opacity: 1;
    left: 209px;
    animation-timing-function: linear;
  }
  10.526315789473683% {
    width: 196.15px;
    top: 69.25px;
    height: 221.4px;
    opacity: 1;
    left: 209px;
    animation-timing-function: ease-out;
  }
  17.763157894736842% {
    width: 196.15px;
    top: 33.25px;
    height: 221.4px;
    opacity: 1;
    left: 27px;
    animation-timing-function: linear;
  }
  18.421052631578945% {
    width: 196.15px;
    top: 33.25px;
    height: 221.4px;
    opacity: 1;
    left: 27px;
    animation-timing-function: linear;
  }
  20.065789473684212% {
    width: 196.15px;
    top: 33.25px;
    height: 221.4px;
    opacity: 0;
    left: 27px;
    animation-timing-function: linear;
  }
  23.026315789473685% {
    width: 253.2px;
    top: 104.95px;
    height: 285.8px;
    opacity: 0;
    left: 165.9px;
    animation-timing-function: ease-out;
  }
  24.342105263157894% {
    width: 253.2px;
    top: 104.95px;
    height: 285.8px;
    opacity: 1;
    left: 165.9px;
    animation-timing-function: linear;
  }
  34.868421052631575% {
    width: 253.2px;
    top: 104.95px;
    height: 285.8px;
    opacity: 1;
    left: 165.9px;
    animation-timing-function: ease-out;
  }
  41.118421052631575% {
    width: 253.2px;
    top: 92.95px;
    height: 285.8px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: linear;
  }
  50.32894736842105% {
    width: 253.2px;
    top: 92.95px;
    height: 285.8px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: ease-out;
  }
  53.94736842105263% {
    width: 303px;
    top: 92.95px;
    height: 342px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: linear;
  }
  64.47368421052632% {
    width: 303px;
    top: 92.95px;
    height: 342px;
    opacity: 1;
    left: 46.95px;
    animation-timing-function: ease-out;
  }
  69.4078947368421% {
    width: 303px;
    top: 55.95px;
    height: 342px;
    opacity: 1;
    left: 77.95px;
    animation-timing-function: linear;
  }
  77.30263157894737% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  79.93421052631578% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  80.92105263157895% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  83.55263157894737% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  84.86842105263158% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  86.8421052631579% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  95.72368421052632% {
    width: 303px;
    top: 55.95px;
    height: 342px;
    opacity: 1;
    left: 77.95px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 303px;
    top: 65.95px;
    height: 342px;
    opacity: 1;
    left: 85.95px;
    animation-timing-function: linear;
  }
}
@-moz-keyframes aff-atdp {
  0% {
    top: 74.95px;
    opacity: 0;
    left: 218.95px;
    animation-timing-function: linear;
  }
  3.7037037037037033% {
    top: 74.95px;
    opacity: 1;
    left: 218.95px;
    animation-timing-function: linear;
  }
  59.25925925925925% {
    top: 74.95px;
    opacity: 1;
    left: 218.95px;
    animation-timing-function: ease-out;
  }
  100% {
    top: 38.95px;
    opacity: 1;
    left: 37.95px;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes aff-atdp {
  0% {
    top: 74.95px;
    opacity: 0;
    left: 218.95px;
    animation-timing-function: linear;
  }
  3.7037037037037033% {
    top: 74.95px;
    opacity: 1;
    left: 218.95px;
    animation-timing-function: linear;
  }
  59.25925925925925% {
    top: 74.95px;
    opacity: 1;
    left: 218.95px;
    animation-timing-function: ease-out;
  }
  100% {
    top: 38.95px;
    opacity: 1;
    left: 37.95px;
    animation-timing-function: linear;
  }
}
@keyframes aff-atdp {
  0% {
    top: 74.95px;
    opacity: 0;
    left: 218.95px;
    animation-timing-function: linear;
  }
  3.7037037037037033% {
    top: 74.95px;
    opacity: 1;
    left: 218.95px;
    animation-timing-function: linear;
  }
  59.25925925925925% {
    top: 74.95px;
    opacity: 1;
    left: 218.95px;
    animation-timing-function: ease-out;
  }
  100% {
    top: 38.95px;
    opacity: 1;
    left: 37.95px;
    animation-timing-function: linear;
  }
}
@-moz-keyframes aff-ezra {
  0% {
    width: 212.25px;
    top: 111.6px;
    height: 282.45px;
    opacity: 0;
    left: 185.15px;
    animation-timing-function: ease-out;
  }
  1.7094017094017095% {
    width: 212.25px;
    top: 111.6px;
    height: 282.45px;
    opacity: 1;
    left: 185.15px;
    animation-timing-function: linear;
  }
  15.384615384615385% {
    width: 212.25px;
    top: 111.6px;
    height: 282.45px;
    opacity: 1;
    left: 185.15px;
    animation-timing-function: ease-out;
  }
  23.504273504273502% {
    width: 212.25px;
    top: 99.6px;
    height: 282.45px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: linear;
  }
  35.47008547008547% {
    width: 212.25px;
    top: 99.6px;
    height: 282.45px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: ease-out;
  }
  40.17094017094017% {
    width: 254px;
    top: 99.6px;
    height: 338px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: linear;
  }
  53.84615384615385% {
    width: 254px;
    top: 99.6px;
    height: 338px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: ease-out;
  }
  60.256410256410255% {
    width: 254px;
    top: 62.6px;
    height: 338px;
    opacity: 1;
    left: 97.2px;
    animation-timing-function: linear;
  }
  70.51282051282051% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  73.93162393162393% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  75.21367521367522% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  78.63247863247864% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  80.34188034188034% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  82.90598290598291% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  94.44444444444444% {
    width: 254px;
    top: 62.6px;
    height: 338px;
    opacity: 1;
    left: 97.2px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 254px;
    top: 72.6px;
    height: 338px;
    opacity: 1;
    left: 105.2px;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes aff-ezra {
  0% {
    width: 212.25px;
    top: 111.6px;
    height: 282.45px;
    opacity: 0;
    left: 185.15px;
    animation-timing-function: ease-out;
  }
  1.7094017094017095% {
    width: 212.25px;
    top: 111.6px;
    height: 282.45px;
    opacity: 1;
    left: 185.15px;
    animation-timing-function: linear;
  }
  15.384615384615385% {
    width: 212.25px;
    top: 111.6px;
    height: 282.45px;
    opacity: 1;
    left: 185.15px;
    animation-timing-function: ease-out;
  }
  23.504273504273502% {
    width: 212.25px;
    top: 99.6px;
    height: 282.45px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: linear;
  }
  35.47008547008547% {
    width: 212.25px;
    top: 99.6px;
    height: 282.45px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: ease-out;
  }
  40.17094017094017% {
    width: 254px;
    top: 99.6px;
    height: 338px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: linear;
  }
  53.84615384615385% {
    width: 254px;
    top: 99.6px;
    height: 338px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: ease-out;
  }
  60.256410256410255% {
    width: 254px;
    top: 62.6px;
    height: 338px;
    opacity: 1;
    left: 97.2px;
    animation-timing-function: linear;
  }
  70.51282051282051% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  73.93162393162393% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  75.21367521367522% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  78.63247863247864% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  80.34188034188034% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  82.90598290598291% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  94.44444444444444% {
    width: 254px;
    top: 62.6px;
    height: 338px;
    opacity: 1;
    left: 97.2px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 254px;
    top: 72.6px;
    height: 338px;
    opacity: 1;
    left: 105.2px;
    animation-timing-function: linear;
  }
}
@keyframes aff-ezra {
  0% {
    width: 212.25px;
    top: 111.6px;
    height: 282.45px;
    opacity: 0;
    left: 185.15px;
    animation-timing-function: ease-out;
  }
  1.7094017094017095% {
    width: 212.25px;
    top: 111.6px;
    height: 282.45px;
    opacity: 1;
    left: 185.15px;
    animation-timing-function: linear;
  }
  15.384615384615385% {
    width: 212.25px;
    top: 111.6px;
    height: 282.45px;
    opacity: 1;
    left: 185.15px;
    animation-timing-function: ease-out;
  }
  23.504273504273502% {
    width: 212.25px;
    top: 99.6px;
    height: 282.45px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: linear;
  }
  35.47008547008547% {
    width: 212.25px;
    top: 99.6px;
    height: 282.45px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: ease-out;
  }
  40.17094017094017% {
    width: 254px;
    top: 99.6px;
    height: 338px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: linear;
  }
  53.84615384615385% {
    width: 254px;
    top: 99.6px;
    height: 338px;
    opacity: 1;
    left: 66.2px;
    animation-timing-function: ease-out;
  }
  60.256410256410255% {
    width: 254px;
    top: 62.6px;
    height: 338px;
    opacity: 1;
    left: 97.2px;
    animation-timing-function: linear;
  }
  70.51282051282051% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  73.93162393162393% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  75.21367521367522% {
    -webkit-transform: rotate(5.22146606deg);
    -moz-transform: rotate(5.22146606deg);
    -ms-transform: rotate(5.22146606deg);
    -o-transform: rotate(5.22146606deg);
    animation-timing-function: ease-out;
  }
  78.63247863247864% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  80.34188034188034% {
    -webkit-transform: rotate(-3.99154663deg);
    -moz-transform: rotate(-3.99154663deg);
    -ms-transform: rotate(-3.99154663deg);
    -o-transform: rotate(-3.99154663deg);
    animation-timing-function: ease-out;
  }
  82.90598290598291% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  94.44444444444444% {
    width: 254px;
    top: 62.6px;
    height: 338px;
    opacity: 1;
    left: 97.2px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 254px;
    top: 72.6px;
    height: 338px;
    opacity: 1;
    left: 105.2px;
    animation-timing-function: linear;
  }
}
.ie9 .lpb-app .lpb-splash-animation {
  position: absolute;
}
.ie9 .lpb-app .lpb-splash-img--bg {
  top: 0px;
  opacity: 1;
  left: 0px;
}
.ie9 .lpb-app .lpb-splash-img--atdp {
  top: 38.95px;
  opacity: 1;
  left: 37.95px;
}
.ie9 .lpb-app .lpb-splash-img--ezra {
  width: 254px;
  top: 72.6px;
  height: 338px;
  opacity: 1;
  left: 105.2px;
}
.ie9 .lpb-app .lpb-splash-img--bounding {
  width: 303px;
  top: 65.95px;
  height: 342px;
  opacity: 1;
  left: 85.95px;
}
.ie9 .lpb-app .lpb-splash-img--cursor {
  opacity: 0;
}
.lpb-app .lpb-unlock {
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #a6a6a6;
  display: block;
  height: 480px;
  margin: 0;
  max-width: 918px;
  overflow: hidden;
  padding: 0;
  width: 918px;
}
.lpb-app .lpb-unlock-body {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  top: 50%;
  float: right;
  height: auto;
  padding-right: 50px;
  text-align: center;
  width: 500px;
}
.lpb-app .lpb-unlock-body--success {
  float: none;
  margin: 0 auto;
  padding-right: 0;
  padding-top: 27px;
  width: 100%;
}
.lpb-app .lpb-unlock-body--success .lpb-unlock-heading {
  margin-bottom: 0px;
}
.lpb-app .lpb-unlock-figure {
  left: 0;
  position: absolute;
}
.lpb-app .lpb-unlock-paragraph {
  margin-bottom: 25px;
  padding-left: 35px;
  padding-right: 35px;
}
.lpb-app .lpb-unlock-statusIcon {
  font-size: 30px;
  position: absolute;
  right: 90px;
  top: 145px;
}
.lpb-app .lpb-unlock-backBtn {
  color: #cacaca;
  display: block;
  margin-top: 14px;
}
.lpb-app .lpb-unlock-backBtn-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  position: relative;
}
.lpb-app .lpb-unlock-statusIcon.is-valid {
  color: #4dd822;
}
.lpb-app .lpb-unlock-statusIcon.is-invalid {
  color: #ff0000;
}
.lpb-app .lpb-unlock-body .lpb-carousel-control {
  top: 123px;
}
.lpb-app .lpb-unlock-body .lpb-carousel-control:hover .lpb-carousel-control-icon,
.lpb-app .lpb-unlock-body .lpb-carousel-control:active .lpb-carousel-control-icon {
  color: white;
}
.lpb-app .lpb-unlock-body .lpb-carousel-control--prev {
  left: 0;
}
.lpb-app .lpb-unlock-body .lpb-carousel-control--next {
  right: 0;
}
.lpb-app .lpb-unlock-unlockedAssets {
  height: 194px;
  margin-left: 50px;
  margin-bottom: 19px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  white-space: nowrap;
  width: 825px;
}
.lpb-app .lpb-unlock-unlockedAsset--container {
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  height: 144px;
  left: 0;
  max-height: 144px;
  max-width: 210px;
  position: absolute;
  white-space: normal;
  width: 210px;
}
.lpb-app .lpb-unlock-unlockedAsset {
  background-repeat: no-repeat;
  background-size: 93%;
  background-position: 50% 50%;
  display: block;
  height: 144px;
  position: absolute;
  width: 192px;
  box-sizing: border-box;
}
.lpb-app .lpb-unlock-unlockedAsset .lpb-tooltip {
  left: 50%;
  top: 151px;
  width: 192px;
  box-sizing: border-box;
  margin-left: -96px;
  opacity: 1;
  visibility: visible;
}
.lpb-app .lpb-unlock-unlockedAsset:nth-child(4n) {
  margin-right: 0;
}
.lpb-app .lpb-gallery {
  -webkit-animation: fade-in 0.8s 1;
  -moz-animation: fade-in 0.8s 1;
  animation: fade-in 0.8s 1;
  background-repeat: repeat-y;
  border: 1px solid #000000;
  display: block;
  min-height: 479px;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  position: relative;
}
.lpb-app .lpb-gallery-btn {
  position: absolute;
  width: auto;
  right: 30px;
  top: 15px;
}
.lpb-app .lpb-gallery-list {
  float: left;
  margin: 0;
  padding-bottom: 60px;
  position: relative;
  top: 60px;
}
.lpb-app .lpb-gallery-emptySlot {
  border: 3px dashed #737373;
  cursor: pointer;
  float: left;
  height: 155px;
  margin-right: 14px;
  text-align: center;
  width: 196px;
}
.lpb-app .lpb-gallery-posterPreview {
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid transparent;
  display: block;
  height: 160px;
  width: 204px;
}
.lpb-app .lpb-gallery-posterPreview:hover {
  border-color: white;
}
.lpb-app .lpb-gallery-listItem {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
  position: relative;
}
.lpb-app .lpb-gallery-listItem:nth-child(4n) {
  margin-right: 0;
}
.lpb-app .lpb-gallery-closeIcon {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background-color: #ff0000;
  border-radius: 1000px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 6px 6px 6px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.lpb-app .lpb-gallery-closeIcon:hover {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background-color: #ff4d4d;
}
.lpb-app .lpb-gallery-closeIcon:active {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background-color: #b30000;
}
.lpb-app .lpb-gallery-posterId {
  position: absolute;
  bottom: 2px;
  left: 8px;
}
.lpb-app .lpb-gallery-listItem.ng-leave {
  -webkit-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
}
.lpb-app .lpb-gallery-listItem.ng-leave {
  opacity: 1;
  width: 206px;
}
.lpb-app .lpb-gallery-listItem.ng-leave-active {
  opacity: 0;
  width: 0;
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lpb-app .lpb-builder {
  -webkit-animation: fade-in 0.8s 1;
  -moz-animation: fade-in 0.8s 1;
  animation: fade-in 0.8s 1;
  background-size: cover;
  border: 1px solid #000000;
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.lpb-app .lpb-builder-viewport {
  display: block;
  float: left;
  height: 512px;
  overflow: hidden;
  position: relative;
  width: 650px;
  background-size: cover;
}
.lpb-app .lpb-builder-btn {
  position: absolute;
  width: auto;
  right: 30px;
  top: 15px;
}
.lpb-app .lpb-figure {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden;
}
.lpb-app .lpb-viewport-touchmask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 724px;
}
.lpb-app .lpb-figure-controls {
  position: absolute;
  display: block;
  outline: 2px #fff solid;
  outline-offset: -2px;
  color: #fff;
}
.lpb-app .lpb-figure-control {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff0000;
  box-sizing: border-box;
  padding: 7px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  cursor: pointer;
}
.lpb-app .lpb-figure-control:hover,
.lpb-app .lpb-figure-control:active {
  background-color: #4dd822;
}
.lpb-app .lpb-figure-control-delete {
  top: 10px;
  right: 10px;
}
.lpb-app .lpb-figure-control-rotate {
  top: 10px;
  left: 10px;
}
.lpb-app .lpb-figure-control-scale {
  bottom: 10px;
  right: 10px;
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lpb-app .lpb-tabs {
  float: left;
  margin: 0;
  padding-top: 17px;
  padding-left: 43px;
}
.lpb-app .lpb-tabs-group {
  float: left;
  width: 100%;
}
.lpb-app .lpb-tabs-tabItem {
  background-color: #4b4b4b;
  color: #a6a6a6;
  cursor: pointer;
  display: block;
  font-size: 45px;
  float: left;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  width: 80px;
}
.lpb-app .lpb-tabs-tabItem.is-active,
.lpb-app .lpb-tabs-tabItem:hover {
  color: #ffffff;
}
.lpb-app .lpb-tabs-tabItem.is-active {
  background-color: #606165;
}
.lpb-app .lpb-tabs-count {
  font-size: 12px;
  position: absolute;
  right: 2px;
  top: 5px;
}
.lpb-app .lpb-tabs-tabItem.is-active > .lpb-shadow-host:before,
.lpb-app .lpb-tabs-tabItem.is-active > .lpb-shadow-host:after {
  content: "";
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: 99999;
}
.lpb-app .lpb-shadow-host {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
.lpb-app .lpb-tabs-tabItem.is-active .lpb-shadow-host:before {
  right: 100%;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(left, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 0.61) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(60, 60, 60, 0)), color-stop(100%, rgba(60, 60, 60, 0.41)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 0.61) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 0.61) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 0.61) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 0.61) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003c3c3c', endColorstr='#693c3c3c', GradientType=1);
  /* IE6-9 */
}
.lpb-app .lpb-tabs-tabItem.is-active .lpb-shadow-host:after {
  left: 100%;
  background: -moz-linear-gradient(left, rgba(60, 60, 60, 0.61) 0%, rgba(60, 60, 60, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(60, 60, 60, 0.61)), color-stop(100%, rgba(60, 60, 60, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(60, 60, 60, 0.61) 0%, rgba(60, 60, 60, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(60, 60, 60, 0.41) 0%, rgba(60, 60, 60, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(60, 60, 60, 0.61) 0%, rgba(60, 60, 60, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(60, 60, 60, 0.61) 0%, rgba(60, 60, 60, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#693c3c3c', endColorstr='#003c3c3c', GradientType=1);
  /* IE6-9 */
}
.lpb-app .lpb-tabs-tabItem:first-child.is-active .lpb-shadow-host:before {
  display: none;
}
.lpb-app .lpb-tabs-tabItem:last-child.is-active .lpb-shadow-host:after {
  display: none;
}
.lpb-app .lpb-carousel {
  background-color: #606165;
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
}
.lpb-app .lpb-carousel > div {
  background-color: inherit;
}
.lpb-app .lpb-carousel-list {
  height: 140px;
  margin: 0 0 0 40px;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  overflow: visible;
  perspective: 1000px;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  white-space: nowrap;
  width: 840px;
  z-index: 2;
  background-color: inherit;
}
.lpb-app .lpb-carousel-listItem {
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100px;
  margin-left: 4px;
  margin-top: 18px;
  max-height: 100px;
  max-width: 139px;
  position: absolute;
  white-space: normal;
  width: 139px;
}
.lpb-app .lpb-carousel-listItem--landscape {
  background-color: transparent;
}
.lpb-app .lpb-carousel-listItem .lpb-tooltip {
  left: 0;
  top: 115px;
  width: 92px;
}
.lpb-app .lpb-carousel-listItem.is-active .lpb-tooltip {
  opacity: 1;
  visibility: visible;
}
.lpb-app .lpb-carousel-image {
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  background-color: #3b3a3a;
  background-size: contain;
  border: 2px solid transparent;
  height: 100px;
  position: absolute;
  width: 129px;
  cursor: pointer;
}
.lpb-app .lpb-carousel-image.is-locked {
  opacity: 0.5;
  pointer-events: none;
}
.lpb-app .lpb-carousel-image:hover {
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  border: 2px solid #ffffff;
}
.lpb-app .lpb-carousel-image--landscape {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
.lpb-app .lpb-carousel-figure {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: block;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  background-size: cover;
  width: 100%;
}
.lpb-app .lpb-carousel-control {
  background-color: inherit;
  cursor: pointer;
  position: absolute;
  width: 44px;
  top: 0;
  height: 140px;
}
.lpb-app .lpb-carousel-control.is-disabled {
  cursor: auto;
}
.lpb-app .lpb-carousel-control.is-disabled > .lpb-carousel-control-icon {
  display: none;
}
.lpb-app .lpb-carousel-control-icon {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  top: 50%;
  font-size: 20px;
  position: absolute;
  left: 18px;
}
.lpb-app .lpb-carousel-control:hover .lpb-carousel-control-icon,
.lpb-app .lpb-carousel-control:active .lpb-carousel-control-icon {
  color: #3b3a3a;
}
.lpb-app .lpb-carousel-control--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -40px;
}
.lpb-app .lpb-carousel-control--next {
  right: -40px;
}
.lpb-app .lpb-carousel-newLabel {
  cursor: default;
  left: 6px;
  position: absolute;
  top: 6px;
  z-index: 1;
}
.lpb-app .lpb-sidebar {
  float: right;
  height: 512px;
  width: 268px;
}
.lpb-app .lpb-sidebar-container {
  padding: 65px 0 50px 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.lpb-app .lpb-sidebar-btn {
  margin-bottom: 15px;
}
.lpb-app .lpb-sidebar-btn:focus {
  outline: 0;
}
.lpb-app .lpb-sidebar-btn:last-child {
  margin-top: 100px;
  margin-bottom: 0;
}
.lpb-app .lpb-sidebar-btn--gallery {
  padding-left: 20px;
}
.lpb-app .lpb-sidebar-lower {
  border-top: 2px solid #231f20;
  padding: 20px 50px;
}
.lpb-app .lpb-save-button {
  background-color: #231f20;
  border-radius: 50%;
  color: #a6a6a6;
  cursor: pointer;
  font-size: 2.5em;
  height: 80px;
  transition: all .2s;
  width: 80px;
}
.lpb-app .lpb-sidebar-save--spinner {
  display: none;
}
.lpb-app .lpb-sidebar-save--spinner-saving {
  display: inline;
  padding-bottom: 1px;
}
.lpb-app .lpb-sidebar-save--clean {
  background-color: #4dd822;
  opacity: 0.2;
  pointer-events: none;
}
.lpb-app .lpb-sidebar-save--dirty {
  background-color: #4dd822;
  opacity: 1;
}
.lpb-app .lpb-sidebar-save--dirty:hover {
  background-color: #6ee34a;
  transition: all .2s;
}
.lpb-app .lpb-save-button:last-child {
  margin-left: 3px;
}
.lpb-app .lpb-save-button:hover {
  background-color: #a6a6a6;
  color: #231f20;
  transition: all .2s;
}
.lpb-app .gmb-loader {
  font-size: 0;
  display: inline-block;
  position: relative;
  height: 120px;
  width: 120px;
}
.lpb-app .gmb-loader img {
  width: 120px;
  height: auto;
}
.lpb-app .gmb-loader {
  position: absolute;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  left: 50%;
  top: 50%;
  overflow: hidden;
}
.lpb-app .gmb-loader-saber {
  -webkit-animation: antispin 2s infinite linear;
  -moz-animation: antispin 2s infinite linear;
  animation: antispin 2s infinite linear;
}
.lpb-app .gmb-loader-rebel {
  position: absolute;
  overflow: hidden;
  width: 50%;
  left: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: antispin 2s infinite linear;
  -moz-animation: antispin 2s infinite linear;
  animation: antispin 2s infinite linear;
}
.lpb-app .gmb-loader-rebel > img {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.lpb-app .gmb-loader-empire {
  position: absolute;
  overflow: hidden;
  width: 50%;
  right: 0;
  -webkit-animation: antispin 2s infinite linear;
  -moz-animation: antispin 2s infinite linear;
  animation: antispin 2s infinite linear;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.lpb-app .gmb-loader-empire > img {
  margin-left: -60px;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes antispin {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes antispin {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes antispin {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.lpb-app .table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.lpb-app .table .cell {
  display: table-cell;
  vertical-align: middle;
}
.lpb-app .criticalError {
  padding: 2em 0;
}

/*# sourceMappingURL=maps/index.css.map */