/* Fonts */
@font-face {
  ascent-override: 100%;
  font-family: __dinRegular_0b6992;
  src: url(./fonts/98129264d92992b7-s.p.woff) format("woff");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  ascent-override: 100%;
  font-family: __dinRegular_0b6992;
  src: url(./fonts/8435ecf16f8822ea-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  ascent-override: 100%;
  font-family: __dinRegular_0b6992;
  src: url(./fonts/f2a59e6e025ba5fc-s.p.woff) format("woff");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  ascent-override: 100%;
  font-family: __dinRegular_0b6992;
  src: url(./fonts/9d7f66613d6c42a3-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  ascent-override: 100%;
  font-family: __dinRegular_0b6992;
  src: url(./fonts/2fdb56934895565e-s.p.woff) format("woff");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  ascent-override: 100%;
  font-family: __dinRegular_0b6992;
  src: url(./fonts/3b4b909a387635a8-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: __dinRegular_Fallback_0b6992;
  src: local("Arial");
  ascent-override: 76.05%;
  descent-override: 25.35%;
  line-gap-override: 20.28%;
  size-adjust: 98.62%;
}

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  font-family: "__dinRegular_0b6992", "__dinRegular_Fallback_0b6992", sans-serif;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .teonav .container,
  .portal-intro .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .teonav .container,
  .portal-intro .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .teonav .container,
  .portal-intro .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .teonav .container,
  .portal-intro .container {
    max-width: 1140px;
  }
}

@media (min-width: 1408px) {
  .teonav .container,
  .portal-intro .container {
    max-width: 1344px;
  }

  .teonav-portal .container {
    max-width: 1344px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mt-1-5,
.my-1-5 {
  margin-top: 0.375rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* CSS - Reseter */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
}

/* Common */
HTML {
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}
svg {
  pointer-events: none;
}
IMG {
  border: 0;
}
TEXTAREA {
  border-radius: 0px;
}
FORM LABEL {
  display: block;
}
FIELDSET {
  border: 0;
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
*:active {
  outline: 0;
}
UL {
  list-style: none;
}
body {
  font-family: "__dinRegular_0b6992", "__dinRegular_Fallback_0b6992", sans-serif;
  color: #000000;
  font-size: 14px !important;
  line-height: normal !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  position: fixed;
}
A {
  text-decoration: none;
  color: #000000;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: inherit !important;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}

/* Header */
header.teonav {
  background-color: #000000;
}
header.teonav .logo A {
  padding: 30px 0px 30px 0px;
  display: inline-block;
}
header.teonav,
header.teonav a {
  color: #fff;
}

/* Header Login */
header.teonav .tx-felogin-pi1 {
  padding: 0.5em 0 0 0;
}
header.teonav .tx-felogin-pi1 LABEL {
  display: block;
  cursor: pointer;
}
header.teonav .tx-felogin-pi1 INPUT,
.modal-reset INPUT {
  font-size: 1em;
  padding: 8px 5px;
  font-family: "__dinRegular_0b6992", "__dinRegular_Fallback_0b6992", sans-serif;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
header.teonav .tx-felogin-pi1 INPUT.submit,
.modal-reset INPUT.submit {
  font-family: "DIN-Bold";
  font-weight: bold;
  background-color: #ef7d25;
  color: #000000;
  width: 100%;
  min-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}
header.teonav .tx-felogin-pi1 .login-status-message {
  font-size: 0.786em;
  padding-bottom: 3px;
  font-weight: bold;
}
header.teonav .tx-felogin-pi1 .col-usr,
header.teonav .tx-felogin-pi1 .col-pw {
  padding-right: 13px;
}
header.teonav .tx-felogin-pi1 .forgot-lbl {
  font-size: 9px;
  line-height: 17px;
}
header.teonav .tx-felogin-pi1 .forgot-lbl A {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}
header.teonav .tx-felogin-pi1 .placeholder {
  color: #f07e26;
  font-size: 1em;
  padding: 0;
}
header.teonav .tx-felogin-pi1 .fixed-width-6228 {
  width: 62.28px;
}
.modal-reset INPUT.submit {
  border: none;
}

header.teonav .log-wrap-logged-in {
  text-align: right;
}
header.teonav .log-wrap-logged-in .tx-felogin-pi1 INPUT.submit {
  width: 80%;
  max-width: 80%;
  min-width: 80%;
}
header.teonav .log-wrap-logged-in .tx-felogin-pi1 INPUT.submit-logout {
  background-color: #90b6b7;
  -webkit-appearance: none;
  border-radius: 0px;
  border: 0;
}

.teonav .site-title {
  font-size: 24px;
  line-height: 32px;
  margin-left: 30px;
}
.teonav .site-title:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  width: 2px;
}
header.teonav .tx-felogin-pi1 INPUT.submit-logout {
  background-color: #90b6b7;
  -webkit-appearance: none;
  border-radius: 0px;
  border: 0;
}

@media (min-width: 1408px) {
  .teonav .site-title {
  }
}

/* Main - Menu */
UL.mmenu LI {
  display: inline-block;
  position: relative;
  margin: 0px 17px 0px 17px;
  text-align: left;
}
UL.mmenu A {
  display: block;
  text-transform: uppercase;
  padding: 62px 3px 17px 3px;
  position: relative;
}

UL.mmenu A:hover,
UL.mmenu A:active,
UL.mmenu A:hover {
  text-decoration: none;
}
UL.mmenu LI UL {
  display: none;
  position: absolute;
  z-index: 10;
  top: 96px;
  min-width: 160px;
  width: 100%;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #00000026;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-top: 0px;
  padding: 5px 0px;
  margin: 0px;
}
UL.mmenu LI UL LI {
  color: #000000;
  display: block;
  margin: 0;
}
UL.mmenu LI UL LI A {
  color: #000000;
  text-transform: none;
  padding: 8px 14px;
  white-space: nowrap;
}
UL.mmenu LI UL LI A:hover {
  background-color: #f5f5f5;
}
UL.mmenu LI.sub:hover > a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 1px;
  right: 1px;
  bottom: 0;
  height: 5px;
}
UL.mmenu LI.sub:hover > UL {
  display: block;
}

/* Footer */
footer {
  background-color: #000000;
}
footer nav {
  text-align: center;
}
footer,
footer a {
  color: #fff;
}
footer .row-links a {
  display: inline-block;
  padding: 23px 5px 24px 5px;
  position: relative;
}
footer .row-links a:after {
  content: "|";
  display: block;
  position: absolute;
  right: -2px;
  top: 23px;
}
footer LI:last-child a:after {
  display: none;
}
footer UL LI {
  display: inline-block;
}
footer .row-social-media A {
  margin-right: 3px;
}
footer .row-social-media A:last-child {
  margin-right: 0;
}

/* Front Page */
.teaser {
  background-color: #90b6b7;
  padding-top: 32px;
  min-height: 100vh;
  min-height: calc(100vh - 160px);
}
.teaser IMG {
  width: 100%;
  height: auto;
}
.teaser .info {
  padding-top: 120px;
}
.teaser H1 {
  font-size: 2em;
  font-family: "DIN-Bold";
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
}

p {
  margin: 0 0 10px;
}

/* Header */
.container header H2 {
  font-size: 2.214em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.516em;
}
.container header H3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  margin-bottom: 1em;
}

/* Container */
.container-hellblau {
  background-color: #e5edef;
  min-height: 100vh;
  min-height: calc(100vh - 160px);
}
.container-standart {
  min-height: 100vh;
  min-height: calc(100vh - 160px);
}

/* Support */
.support {
  position: relative;
  z-index: 0;
  padding: 10.286em 0px 5.714em 0px;
  min-height: 100vh;
  min-height: calc(100vh - 160px);
}
.support:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #e5edef;
  width: 50%;
}
.support .container-support {
  position: relative;
  z-index: 999;
}

/* Buttons */
a.btn,
p.btn {
  text-align: center;
  font-size: 1em;
  padding: 8px 5px;
  font-family: "DIN-Bold";
  font-weight: bold;
  display: inline-block;
  background-color: #ef7d25;
  color: #000;
  width: initial;
  min-width: 0px;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
}
a.btn:hover,
a.btn:active,
a.btn:focus {
  text-decoration: none;
}
a.btn-black,
p.btn-black {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  padding: 8px 5px;
  font-family: "DIN-Bold";
  font-weight: bold;
  display: inline-block;
  background-color: #000000;
  width: initial;
  min-width: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
a.btn-black {
  cursor: pointer;
}
a.btn-black:hover,
a.btn-black:active,
a.btn-black:focus {
  color: #ffffff !important;
  text-decoration: none;
}

p.btn-phone,
p.btn-email {
  padding-left: 90px;
  position: relative;
  min-height: 64px;
  font-size: 1.571em;
  margin-bottom: 1.455em;
}
p.btn-phone:before,
p.btn-email:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 64px;
  height: 64px;
  background: url("https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Images/Png/ico-phone.png")
    no-repeat 0px 0px;
}
p.btn-email:before {
  background-image: url("https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Images/Png/ico-mail.png");
}
p.btn-phone A,
p.btn-email A {
  font-size: 1.409em;
  font-weight: bold;
}

/* Bodytext */
.ce-bodytext UL {
  padding: 0 40px;
}
.ce-bodytext UL LI {
  list-style: disc;
}

/* Spaces */
.frame-space-before-small {
  padding-top: 1.143em;
}
.frame-space-after-small {
  padding-bottom: 1.143em;
}

.frame-space-before-medium {
  padding-top: 2.286em;
}
.frame-space-after-medium {
  padding-bottom: 2.286em;
}

.frame-space-before-large {
  padding-top: 4.572em;
}
.frame-space-after-large {
  padding-bottom: 4.572em;
}

/* Loader */
.btn .ld-ring {
  color: #ffffff;
}
.btn .ld-ext-right > .ld {
  right: 1.3em;
}
.btn.ld-ext-right {
  background-color: #000000;
}
header .btn.ld-ext-right,
.modal-confirm .btn.ld-ext-right,
.modal-reset .btn.ld-ext-right {
  background-color: #ef7d25;
}
header .btn .ld-ring,
.modal-confirm .btn .ld-ring,
.modal-reset .btn .ld-ring {
  color: #000000;
}

/* Grid */
.grid-col-3 {
  margin-bottom: 35px;
}
.grid-col-3 .col > div {
  height: 100%;
  border: 1px solid #dcdcdc;
  margin-bottom: 15px;
  padding: 1.071em;
  overflow: hidden;
}
.grid-col-3 .grid-title {
  padding: 0.375em 0px;
  margin-bottom: 0.75em;
  background: #000000;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
}
.grid-col-3 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-col-3 .row .col {
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  display: flex;
}

@media (min-width: 576px) {
  .grid-col-3 .row {
    display: flex !important;
  }
}

@media (max-width: 575px) {
  .grid-col-3 .grid-title {
    cursor: pointer;
  }
  .grid-col-3 .grid-title SPAN {
    position: relative;
  }
  .grid-col-3 .grid-title SPAN:after {
    transform: rotate(180deg);
    transition: all 200ms;
    right: -30px;
    top: 7px;
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    background: url("https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Images/Png/rect.png")
      no-repeat 0px 0px;
  }
  .grid-col-3 .grid-title-opened SPAN:after {
    transform: rotate(0deg);
  }
  .grid-col-3 .row {
    display: none;
  }
}

/* Video */
.yt-video .title {
  font-family: DIN-Medium;
  color: #000000;
  padding-bottom: 1.071em;
}
.yt-video .video {
  margin-left: -15px;
  margin-right: -17px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.yt-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yt-video .desc {
  padding-top: 1.643em;
}
.yt-video .desc P {
  margin: 0;
  line-height: 20px;
}

/* Accordion */
.beck-accordion H4 {
  display: block;
  text-align: left;
  background-color: #000;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
}
.beck-accordion .accordion-toggle {
  cursor: pointer;
}
.beck-accordion .accordion-content {
  display: none;
  padding: 5px 10px;
  line-height: 20px;
}

/* Konfigurator */
.konfigurator H1 {
  font-size: 32px;
  font-family: "DIN-Bold";
  margin-bottom: 14px;
}
.konfigurator H3 {
  font-family: "DIN-Bolder";
  font-weight: bold;
  font-size: 1.643em;
  margin: 0;
  margin-bottom: 0.696em;
  padding: 0;
}

.tx-felogin-pi1 INPUT {
  transition: all 300ms;
}
.modal-reset FORM LABEL {
  display: none;
}
.modal-reset p {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 1.143em;
}
.modal-reset .col-usr {
  flex: none;
  margin: 0 auto;
  padding-bottom: 1.143em;
}
.modal-reset .col {
  flex: none;
  margin: 0 auto;
}
.konfigurator TEXTAREA,
.support TEXTAREA {
  min-height: 10.857em;
  font-family: "__dinRegular_0b6992", "__dinRegular_Fallback_0b6992", sans-serif;
}
.konfigurator SELECT,
.support SELECT {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-family: "__dinRegular_0b6992", "__dinRegular_Fallback_0b6992", sans-serif;
}
.konfigurator INPUT.checkbox {
  width: initial;
  min-width: 0px;
  max-width: none;
  -webkit-appearance: checkbox;
}
.konfigurator INPUT.submit,
.support INPUT.submit {
  font-family: "DIN-Bold";
  font-weight: bold;
  width: initial;
  min-width: 13.357em;
  max-width: none;
  -webkit-appearance: button;
  background-color: #000000;
  color: #ffffff;
}
.konfigurator INPUT.invalid,
.support INPUT.invalid,
.support TEXTAREA.invalid,
.tx-felogin-pi1 INPUT.invalid,
.container-mob-qmenu .login-form INPUT.invalid {
  background-color: #fcdbbe;
  transition: all 300ms;
}
.konfigurator HR {
  border: 0;
  border-bottom: 1px solid #000000;
  margin: 2.286em 0px 2.286em 0px;
  padding: 0;
}
.konfigurator LEGEND {
  font-size: 22px;
  font-family: "DIN-Bold";
  margin-bottom: 14px;
}
.konfigurator .error-text,
.support .error-text {
  color: #f07e26;
}

.konfigurator-register,
.konfigurator-edit {
  padding: 4.571em 0px 6.857em 0px;
}
.konfigurator-register .field-wrap,
.konfigurator-register .legend-wrap,
.konfigurator-edit .field-wrap,
.konfigurator-edit .legend-wrap {
  padding-bottom: 1.143em;
}
.konfigurator-register .intro,
.konfigurator-edit .intro {
  margin-bottom: 3.429em;
}
.konfigurator-register .field-wrap-data,
.konfigurator-edit .field-wrap-data {
  margin-bottom: 3.429em;
}
.konfigurator-register .field-wrap-legal A,
.konfigurator-edit .field-wrap-legal A,
.konfigurator-register .field-wrap-data A,
.konfigurator-edit .field-wrap-data A {
  text-decoration: underline;
}
.konfigurator-register .field-wrap-application LABEL,
.konfigurator-register .field-wrap-legal LABEL,
.konfigurator-edit .field-wrap-legal LABEL,
.konfigurator-register .field-wrap-data LABEL,
.konfigurator-edit .field-wrap-data LABEL {
  position: absolute;
  padding-left: 1.714em;
}
.konfigurator-register .field-wrap-suffix,
.konfigurator-edit .field-wrap-suffix {
  margin-bottom: 1.143em;
}
.konfigurator-register .preview,
.konfigurator-edit .preview {
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 100%;
  min-height: 235px;
}
.konfigurator-register .preview IMG,
.konfigurator-edit .preview IMG {
  width: 100%;
  height: auto;
  display: block;
}

.konfigurator-register .field-wrap-pass,
.konfigurator-edit .field-wrap-pass {
  position: relative;
}
.konfigurator-register .field-wrap-pass .pw-indicator,
.konfigurator-edit .field-wrap-pass .pw-indicator {
  transition:
    width 400ms ease-in-out,
    background-color 400ms ease-in-out;
  will-change: auto;
  display: block;
  height: 3px;
  width: 0%;
  background-color: #ff3333;
  position: absolute;
  top: 0;
  left: 0;
}
.konfigurator-register .field-wrap-pass .pw-info,
.konfigurator-edit .field-wrap-pass .pw-info {
  color: #ff3333;
  position: absolute;
  right: 0;
  top: -17px;
  font-size: 12px;
  text-align: right;
  line-height: 17px;
  width: 100%;
}

.konfigurator-register .field-wrap-pass.pass-red .pw-indicator,
.konfigurator-edit .field-wrap-pass.pass-red .pw-indicator {
  background-color: #ff3333;
}
.konfigurator-register .field-wrap-pass.pass-red .pw-info,
.konfigurator-edit .field-wrap-pass.pass-red .pw-info {
  color: #ff3333;
}

.konfigurator-register .field-wrap-pass.pass-yellow .pw-indicator,
.konfigurator-edit .field-wrap-pass.pass-yellow .pw-indicator {
  background-color: #ff3333;
}
.konfigurator-register .field-wrap-pass.pass-yellow .pw-info,
.konfigurator-edit .field-wrap-pass.pass-yellow .pw-info {
  color: #ff3333;
}

.konfigurator-register .field-wrap-pass.pass-green .pw-indicator,
.konfigurator-edit .field-wrap-pass.pass-green .pw-indicator {
  background-color: #008000;
}
.konfigurator-register .field-wrap-pass.pass-green .pw-info,
.konfigurator-edit .field-wrap-pass.pass-green .pw-info {
  color: #008000;
}

.konfigurator-register .container-upload .upload-btn,
.konfigurator-edit .container-upload .upload-btn {
  margin-top: 1.143em;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.konfigurator-register .container-upload .upload-btn input,
.konfigurator-edit .container-upload .upload-btn input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

.konfigurator-register .container-upload .upload-btn,
.konfigurator-edit .container-upload .upload-btn {
  display: inline-block;
}
.konfigurator-register .container-upload .upload-btn A,
.konfigurator-edit .container-upload .upload-btn A {
  postion: relative;
  display: inline-block;
}
.konfigurator-register .container-upload .upload-btn INPUT,
.konfigurator-edit .container-upload .upload-btn INPUT {
  padding: 0px;
}

.konfigurator-register .container-upload .progress,
.konfigurator-edit .container-upload .progress {
  position: relative;
  margin-top: -1px;
  z-index: 20;
  width: 0%;
  opacity: 0;
  text-align: right;
  transition: all 100ms;
}
.konfigurator-register .container-upload .progress .bar,
.konfigurator-edit .container-upload .progress .bar {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0px;
  left: 0px;
  background-color: #f07e26;
}
.konfigurator-register .upload-in-progress .progress,
.konfigurator-edit .upload-in-progress .progress {
  opacity: 1;
}

.konfigurator-create,
.konfigurator-create.modal,
.konfigurator-confirmed {
  text-align: center;
  padding: 5.714em 1em 2.286em 1em;
}

.konfigurator-edit INPUT.submit,
.konfigurator-edit A.btn-black {
  min-width: 0px;
  width: 100%;
}

.konfigurator-edit .firmenadresse {
  position: relative;
}
.konfigurator-edit .firmenadresse .info {
  position: absolute;
  right: 0px;
  bottom: 1.143em;
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 240px;
  padding: 1.143em;
  font-weight: bold;
}
.konfigurator-edit .btn-default {
}

.container-upload {
  padding-left: 0px;
  padding-right: 0px;
}

.konfigurator-show section.section {
  padding-left: 0px;
  padding-right: 0px;
}

/* Support */
.support-add .row {
  margin-bottom: 1.714em;
}
.support-add .row label {
  margin-bottom: 0.714em;
  display: block;
}
.support-add .row TEXTAREA {
  min-height: 15.714em;
}
.support INPUT.submit {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.support-add .container {
  padding-right: 0px;
}
.support-add .upload-btn {
  display: block;
}
.support-add .upload-btn input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.support-add .upload-btn A {
  display: block;
  padding: 0.47em 0.5em 0.47em 0.5em;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.support-add .upload-name {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 0.47em 0.5em 0.47em 0.5em;
  max-width: 100%;
  word-wrap: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.support-add .upload-name A.remove {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  line-height: 30px;
  color: #000;
  z-index: 10;
  font-weight: bold;
}

.support-add .file-preview-element {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  color: #fff;
  border: 1px solid #000;
  padding: 0.47em 0.5em 0.47em 0.5em;
  margin-bottom: 10px;
}
.support-add .file-preview-element .front {
  position: absolute;
  z-index: 20;
  word-wrap: break-word;
  white-space: nowrap;
  width: 100%;
  padding-right: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.support-add .file-preview-element .back {
  position: absolute;
  z-index: 10;
  background-color: #000000;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transition: all 200ms;
}
.support-add .file-preview-element .remove {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  line-height: 30px;
  z-index: 30;
  font-weight: bold;
}

.support-add .file-preview-element-error {
  border: 1px solid #ff0000;
}
.support-add .file-preview-element-error .back {
  background-color: rgba(255, 0, 0, 0.3);
}
.support-add .file-preview-element-error .front {
  color: #ff0000;
}

/* Cropper - Modal */
.image-preview {
  border: 1px solid #000000;
  background-color: #ffffff;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
  min-height: 240px;
  overflow: hidden;
  margin-bottom: 1.143em;
}

/* Pretty Checkbox */
.prettycheckbox,
.prettyradio {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.prettycheckbox > a,
.prettyradio > a {
  height: 30px;
  width: 30px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  background: url("https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Images/Png/checkbox-sprite.png");
}
.prettycheckbox > a:focus,
.prettyradio > a:focus {
  outline: 0 none;
}
.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
  margin: 6px 5px;
  cursor: pointer;
}
.prettycheckbox a.disabled,
.prettycheckbox label.disabled,
.prettyradio a.disabled,
.prettyradio label.disabled {
  cursor: not-allowed;
}
.prettycheckbox > a {
  background-position: 0 0;
  pointer-events: none;
}
.prettycheckbox > a:focus {
  background-position: -30px 0;
}
.prettycheckbox > a.checked {
  background-position: -62px 0;
}
.prettycheckbox > a.checked:focus {
  background-position: -90px 0;
}
.prettycheckbox > a.checked.disabled {
  background-position: -150px 0;
}
.prettycheckbox > a.disabled {
  background-position: -120px 0;
}
.prettyradio > a {
  background-position: 0 0;
  pointer-events: none;
}
.prettyradio > a:focus {
  background-position: -30px 0;
}
.prettyradio > a.checked {
  background-position: -62px 0;
}
.prettyradio > a.checked:focus {
  background-position: -90px 0;
}
.prettyradio > a.checked.disabled {
  background-position: -150px 0;
}
.prettyradio > a.disabled {
  background-position: -120px 0;
}

/* Modal */
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 55;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal,
.jquery-modal .modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 720px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 5.714em 2.286em 2.286em 2.286em;
  text-align: left;
  border: 1px solid #000000;
}
.modal a.close-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAABgmlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rRFEUxz9miPxo1FhYWEwaVmgMiY0yk4aSNEb5tZl580vNjNd7T5psle0UJTZ+LfgL2CprpYiUlJ01sWF6zvOmZpI5t3PP537vPad7zwVHJKNk9VofZHOGFg4FPPMLi576F5powc0gbVFFV8dmZqaoap/31FjxtteqVf3cv9YUT+gK1DQIjyqqZghPCE+tG6rFO8JtSjoaFz4T7tHkgsJ3lh6z+dXilM3fFmuRcBAcrcKeVAXHKlhJa1lheTnebGZNKd3HeklzIjc3K7FTvAOdMCECeJhknCBD9DMi8xC9+OmTFVXyfb/506xKriKzSh6NFVKkMegRdU2qJyQmRU/IyJC3+v+3r3pywG9Xbw5A3bNpvndB/TYUC6b5dWSaxWNwPsFlrpy/egjDH6IXypr3AFybcH5V1mK7cLEF7Y9qVIv+Sk5xRzIJb6fQsgDuG2hcsntW2ufkASIb8lXXsLcP3XLetfwDadxn5+bvw+cAAAAJcEhZcwAACxMAAAsTAQCanBgAAAF6SURBVFiFvdU/TsMwFMfxbzED6/MNojAwdEDiDLBU7HCBSqQHgJO0sDF2YuAMHdsjRB5B7RBvMLKkqH/yx3bivi0vTvLRS/KzSpPkQ4u8a5FNYe2KE1WaJGMtstAiN4M0SX6Ai/JclhszOwHgCZiWh79Ki2yA+7Ix0iLrwtrliQAAE1VYu9Iia2AUG1IByHJj3hRAYe0yNqQGMANQ205MSBNgDxEL0gY4QvQNcQFUIvqCuAJqEV0hPoBGRCjEF9CK8IWEAJwQrpBQgDOiDdIFADBwXbitigfOgYdQAHhMYlsVExl2AQQhdiBXB4B5bsxLyP2CEOUreT5oD0OT1RtR801sJxIU8WcdAVluzCOQ7fSm5Trncp5E02/Yda9xQrjkQBdIK8IniEIhjYiQJAyB1CK6RLEvpBLRdS/whRwh+gD4QvYQfQJ8IP+IGABXiIoNcIGoNEnGwGtMQAvkS2mRBXAeG9AAuVVa5Bq4BCa5Ma/1l/cO+QbugM8/d4GePxVHYg8AAAAASUVORK5CYII=);
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.modal-confirm,
.modal-error,
.modal-reset,
.jquery-modal .modal-confirm,
.jquery-modal .modal-error,
.jquery-modal .modal-confirm,
.jquery-modal .modal-reset {
  text-align: center;
  padding-bottom: 3.429em;
}
.jquery-modal .modal-error H1,
.jquery-modal .modal-reset H1 {
  padding-bottom: 0.727em;
  margin: 0;
}
.modal-confirm H1,
.modal-error H1,
.modal-reset H1 {
  font-size: 1.571em;
  font-weight: bold;
  margin-bottom: 2.182em;
}
.modal-confirm .actions A {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.jquery-modal .modal-newsletter-announcement {
  text-align: center;
}
.jquery-modal .modal-page-announcement UL {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.jquery-modal .modal-page-announcement .row {
  display: block;
  margin: 0;
}
.jquery-modal .modal-page-announcement .columns {
  display: table-cell;
}
.jquery-modal .modal-page-announcement table img {
  width: auto;
  height: auto;
}
.jquery-modal .modal-page-announcement table center {
  min-width: 0 !important;
}
.jquery-modal .modal-page-announcement table .container {
  width: 95% !important;
}
.jquery-modal .modal-page-announcement table .columns {
  height: auto !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* Toastr */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #ef7d25;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* Chosen */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #000000;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 32px;
  border: 1px solid #000000;
  border-radius: 0px;
  background-color: #fff;
  background-clip: padding-box;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  line-height: 31px;
}
.chosen-container-single.invalid .chosen-single {
  background-color: #fcdbbe;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Js/chosen/public/chosen-sprite.png) -42px
    1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Images/Png/arrow-sprite.png)
    no-repeat 9px 10px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Js/chosen/public/chosen-sprite.png)
    no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.chosen-container .chosen-results {
  color: #000000;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #ef7d25;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    to(#eee)
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow:
    0 0 2px #fff inset,
    0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow:
    0 0 2px #fff inset,
    0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Js/chosen/public/chosen-sprite.png) -42px
    1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    to(#eee)
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #000000;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #000000;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -25px 10px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #000000;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Js/chosen/public/chosen-sprite.png)
    no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type="text"] {
    background-image: url(https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Images/Png/arrow-sprite-@2x.png) !important;
    background-size: 47px 11px !important;
    background-repeat: no-repeat !important;
  }
}

/* Cropper */
/*!
 * Cropper.js v1.1.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2017 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2017-10-21T09:27:29.883Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-canvas,
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #ffffff;
  opacity: 0.8;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: #f07e26;
  outline: 1px solid #f07e26;
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after,
.cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #f07e26;
}
.cropper-line.line-e {
  cursor: e-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: n-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: w-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: s-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #f07e26;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: e-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: n-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: w-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: ne-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nw-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: sw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: se-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* Mobile - Quick - Menu */
.container-mob-qmenu {
  border-top: 2px solid #ffffff;
  z-index: 50 !important;
  padding: 0;
}
.container-mob-qmenu .col-left,
.container-mob-qmenu .col-center {
  background-color: #f07e26;
}
.container-mob-qmenu .col-right {
  background-color: #e5edef;
}
.container-mob-qmenu .actions A {
  position: relative;
  font-family: "DIN-Bolder";
  display: block;
  text-align: center;
  width: 100%;
  padding: 7px 0px 7px 0px;
  font-weight: bold;
}
.container-mob-qmenu .actions A:hover,
.container-mob-qmenu .actions A:focus,
.container-mob-qmenu .actions A:active {
  text-decoration: none;
}
.container-mob-qmenu .actions A IMG {
  vertical-align: text-top;
  margin-left: 5px;
}
.container-mob-qmenu .actions A.logout IMG {
  margin-left: 0px;
  margin-right: 5px;
  transform: rotate(-180deg);
}

.container-mob-qmenu .login-form {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0px;
  width: 100%;
  background-color: #f07e26;
  padding-top: 1.143em;
  padding-bottom: 1.143em;
}
.container-mob-qmenu .login-form-active {
  display: block;
}
.container-mob-qmenu .login-form .col-5,
.container-mob-qmenu .login-form .col-2 {
  max-width: 100%;
  flex: none;
}
.container-mob-qmenu .login-form INPUT {
  display: block;
  width: 100%;
  transition: all 300ms;
  font-family: "__dinRegular_0b6992", "__dinRegular_Fallback_0b6992", sans-serif;
  font-size: 1em;
  border: none;
  background-color: #ffffff;
  padding: 0.47em 0.5em 0.47em 0.5em;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.container-mob-qmenu .forgot-link {
  text-align: right;
  width: 100%;
  display: block;
  font-size: 0.714em;
  margin-top: 0.8em;
  margin-bottom: 1.143em;
}
.container-mob-qmenu .login-form INPUT.submit {
  display: inline-block;
  max-width: 100%;
  min-width: 0px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  font-family: "DIN-Bolder";
  font-weight: bold;
}
.container-mob-qmenu .login-form .btn-default {
  display: inline-block;
}
.container-mob-qmenu .login-form .col-2 {
  text-align: right;
}
.container-mob-qmenu .login-form .col-usr {
  margin-bottom: 1.143em;
}
.container-mob-qmenu .login-form LABEL {
  line-height: 1.143em;
}
.container-mob-qmenu .login-status-message div div {
  margin-bottom: 1.143em;
}
.container-mob-qmenu .welcome-message {
  display: none;
}
.container-mob-qmenu .actions .username {
  font-size: 0.714em;
  line-height: 31px;
  padding-left: 15px;
}
.container-mob-qmenu .actions .username SPAN {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}

/* Mobile - Menu */
.mobile-menu {
  display: none;
}
.mobile-menu-handle {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99999;
}
.mobile-menu-handle A.mobile-menu-icon {
  padding: 31px 25px 31px 25px;
  display: block;
}
.mobile-menu-handle A.mobile-menu-icon:hover,
.mobile-menu-handle A.mobile-menu-icon:active,
.mobile-menu-handle A.mobile-menu-icon:focus {
  text-decoration: none;
}
.mobile-menu-handle A.mobile-menu-icon SPAN {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
  transition: background-color 0.3s;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  transition: background-color 0.3s;
}
.mobile-menu-handle A.mobile-menu-icon SPAN::before,
.mobile-menu-handle A.mobile-menu-icon SPAN::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  border-radius: 0px;
  height: 100%;
  background-color: #ffffff;
  transition:
    -webkit-transform 0.3s,
    top 0.3s,
    background-color 0s;
  transition:
    transform 0.3s,
    top 0.3s,
    background-color 0s;
}
.mobile-menu-handle A.mobile-menu-icon SPAN::before {
  top: -8px;
}
.mobile-menu-handle A.mobile-menu-icon SPAN::after {
  top: 8px;
}
.mobile-menu-active A.mobile-menu-icon SPAN {
  background-color: rgba(0, 0, 0, 0);
}
.mobile-menu-active A.mobile-menu-icon SPAN::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-menu-active A.mobile-menu-icon SPAN::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.mobile-menu .mobmenu-pane {
  position: fixed;
  top: 64px;
  width: 100%;
  z-index: 9999;
  height: 100%;
  right: -100%;
}
.mobile-menu .mobmenu-pane .mobmenu-pane-inner {
  position: relative;
  background-color: #000;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
  height: 100%;
  overflow: hidden;
}
.mobile-menu .mobmenu-pane UL {
  padding-bottom: 1px;
  margin-top: 0px;
  background-color: #000;
}
.mobile-menu-active .mobmenu-pane {
  display: block;
  right: 0%;
}
.mobile-menu .mobmenu-pane UL LI A {
  width: 100%;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.083em;
  border-bottom: 1px solid #ffffff;
  padding: 0.57em 0px 0.57em 0px;
  display: block;
  display: block;
  position: relative;
}
.mobile-menu .mobmenu-pane .company-lnk {
  width: 100%;
  text-align: right;
}
.mobile-menu .mobmenu-pane .company-lnk A {
  display: block;
  padding: 2.286em 0px 2.286em 0px;
}
.mobile-menu .mobmenu-pane UL LI UL {
  display: none;
}
.mobile-menu .mobmenu-pane .mmenu-item-sub > A {
  position: relative;
}
.mobile-menu .mobmenu-pane .mmenu-item-sub > A:after {
  color: #ffffff;
  opacity: 0.2;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("https://teo.teckentrup.biz/typo3conf/ext/teckentrup/Resources/Public/Images/Svg/ico-open.svg")
    no-repeat 0px 0px;
  right: 0px;
  top: 17px;
}
.mobile-menu .mobmenu-pane .mmenu-item-sub > A:hover:after {
  opacity: 0.8;
}
.mobile-menu .mobmenu-pane UL LI UL {
  padding: 5px 0;
  margin: 2px 0 0;
}
.mobile-menu .mobmenu-pane UL LI UL LI A {
  padding: 5px 15px 5px 25px;
  padding-left: 12px;
  font-size: 1.2em;
  line-height: 1.2em;
  border-bottom: 0px;
}

/* Rangeslider */
.rangeslider {
  margin-top: 7px;
  max-width: 240px;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  background-color: #000000;
}
.rangeslider:before {
  content: "";
  display: block;
  left: 0px;
  top: -7px;
  width: 1px;
  background-color: #000000;
  height: 100%;
  position: absolute;
  height: 16px;
}
.rangeslider:after {
  content: "";
  display: block;
  right: 0px;
  top: -7px;
  width: 1px;
  background-color: #000000;
  height: 100%;
  position: absolute;
  height: 16px;
}
.rangeslider {
  background: #000000;
  position: relative;
}
.rangeslider--horizontal {
  height: 1px;
  width: 100%;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #000000;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 0;
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #000000;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 0.12))
  );
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.12)
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.12)
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -4px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* Portal */
.portal-intro {
  position: relative;
}
.portal-intro IMG {
  width: 100%;
  height: auto;
  display: block;
}
.portal-intro .title-wrap {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
.portal-intro .title-wrap H1 {
  color: #ffffff;
  font-size: 16px;
}

@media (min-width: 992px) {
  .portal-intro .title-wrap H1 {
    font-size: 28px;
  }
}

.portal-menu {
  background-color: #90b6b7;
}
.portal-menu .menu-item {
  position: relative;
  flex-direction: column;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.portal-menu .menu-item .lnk {
  font-weight: bold;
  margin-top: 16px;
}
.portal-menu A.full-lnk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.portal-menu .menu-item .ico IMG {
  width: 100%;
  height: auto;
}

.portal-home .menu-item {
  background-color: #ef7d25;
}
.portal-home .menu-item-inactive {
  background-color: transparent;
}
.portal-home .inactive-pane {
  display: none;
}
.portal-home .menu-item-inactive .inactive-pane {
  display: block;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #dcdcdc;
  opacity: 0.3;
}
.portal-home .request-wrap {
  display: none;
}
.portal-home .menu-item-inactive .request-wrap {
  display: block;
}
.portal-home .menu-item .info {
  padding-bottom: 20px;
  min-height: 140px;
}
.portal-home .menu-item .ico IMG {
  width: 134px;
  height: auto;
}
.portal-home .menu-item H4 {
  font-size: 20px;
  font-weight: 300;
}
.portal-home .menu-item H4 SPAN {
  font-weight: bold;
}
.portal-home .menu-item .subtitle {
  margin-top: 10px;
  line-height: 20px;
}
.portal-home .menu-item .request {
  padding: 8px 10px;
  z-index: 40;
  background-color: #66aac0;
  color: #000000;
  font-size: 14px;
  display: inline-block;
}
.portal-home .menu-item .request A {
  display: block;
}
.portal-home .menu-item .ico-more {
  padding-top: 18px;
}
.portal-home .menu-item-active:hover .ico-more {
  opacity: 0;
}
.portal-home .menu-item-active:hover .container:after {
  display: block;
  content: "";
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #000000 0%,
    #000000 50%,
    #90b6b7 51%,
    #90b6b7 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #000000 0%,
    #000000 50%,
    #90b6b7 51%,
    #90b6b7 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #000000 0%,
    #000000 50%,
    #90b6b7 51%,
    #90b6b7 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#90b6b7',GradientType=1 );
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.teonav-portal {
  z-index: 10000;
  position: relative;
}
.teonav-portal .mobile-menu-handle {
  position: relative;
}
@media (min-width: 992px) {
  .teonav-portal .mobile-menu-handle A.mobile-menu-icon {
    margin-left: -25px;
  }
  .teonav-portal .logo-auth A {
    margin-left: 0;
  }
}

.teonav-portal .mobile-menu .mobmenu-pane {
  top: 96px;
  left: -100%;
  right: inherit;
  width: 100%;
}
@media (min-width: 992px) {
  .teonav-portal .mobile-menu .mobmenu-pane {
    width: 40%;
  }
}
.teonav-portal .mobile-menu-active .mobmenu-pane {
  right: inherit;
  left: 0;
}
.teonav-portal .mobile-menu .mobmenu-pane .mobmenu-pane-inner {
  background-color: #ffffff;
}
.teonav-portal .mobile-menu .mobmenu-pane .mobmenu-pane-inner .row .col {
  padding-top: 105px;
}
.teonav-portal .mobile-menu .mobmenu-pane UL {
  background-color: #ffffff;
}
.teonav-portal .mobile-menu .mobmenu-pane UL LI A,
.teonav-portal .mobile-menu .mobmenu-pane UL LI A:hover,
.teonav-portal .mobile-menu .mobmenu-pane UL LI A:focus,
.teonav-portal .mobile-menu .mobmenu-pane UL LI A:active {
  color: #000000 !important;
}
.teonav-portal .mobile-menu .mobmenu-pane UL LI A {
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.teonav-portal .mobile-menu .mobmenu-pane UL LI A SPAN {
  font-weight: normal;
}
.teonav-portal .mobile-menu .mobmenu-pane UL LI A IMG {
  width: 20px;
  height: 18px;
  margin-right: 20px;
}

.portal-werbemittelshop iframe {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 600px;
  min-height: 100vh;
  min-height: calc(100vh - 160px);
}
.portal-profiportal iframe {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 600px;
  min-height: 100vh;
  min-height: calc(100vh - 160px);
}
.portal-angebotsportal iframe,
.portal-campus iframe {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 600px;
  min-height: 100vh;
  min-height: calc(100vh - 160px);
}

.modal-backdrop-portal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop-portal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.modal-backdrop-portal.show {
  opacity: 0.5;
}

.portal-home {
  min-height: 100vh;
  min-height: calc(100vh - 160px);
}
.portal-home .menu-item .row {
  padding-top: 40px;
}

.portal-login-page {
  background-color: #90b6b7;
}
.portal-login .login-wrap {
  background-color: #ffffff;
}
.portal-login .login-wrap .logo IMG {
  width: 100%;
  height: auto;
}
.portal-login INPUT.text-input {
  border: 1px solid #000000;
  padding: 12px;
  height: 41.2px;
  line-height: 1.3333333;
}
.portal-login INPUT.submit {
  padding: 12px;
  font-size: 12px;
  border-color: #0000001a;
  line-height: 1.3em;
  background-color: #ef7d25;
  color: #000;
  border-radius: 0px;
  cursor: pointer;
}

.konfigurator INPUT.checkme {
  display: inline-block;
  width: auto;
  min-width: 0;
  margin-right: 10px;
  -webkit-appearance: checkbox;
}

/* Placeholder */
.support-add SPAN.placeholder {
  font-size: 100%;
}
.support-add SPAN.placeholder UL {
  margin: 10px 0px 10px 0px;
  list-style: disc;
}
.support-add SPAN.placeholder UL LI {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .container-support {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .nav-container {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .teaser .info {
    padding-top: 0px;
  }
  .teaser .info A.btn {
    display: none;
  }
  .teaser .info p:nth-last-child(1),
  .teaser .info p:nth-last-child(2),
  .teaser .info p:nth-last-child(3) {
    display: none;
  }
}

@media (max-width: 768px) {
  .support-add .container {
    padding-left: 0px;
  }
  .support {
    padding-top: 2.286em;
    padding-bottom: 0px;
  }
  .konfigurator-register,
  .konfigurator-edit {
    padding-top: 2.286em;
  }
  .konfigurator-register .intro,
  .konfigurator-edit .intro {
    margin-bottom: 2.286em;
  }
  .konfigurator HR {
    margin-top: 1.143em;
  }
  .container {
    min-width: 100%;
  }
  .support:after {
    display: none;
  }
  .support .col-right {
    background-color: #e5edef;
    padding-top: 2.286em;
  }
  .support p.btn-email {
    line-height: normal;
  }
  footer {
    height: 110px;
    min-height: 110px;
    padding-top: 5px;
  }
  footer a {
    font-size: 0.714em;
    padding: 0px 5px 0px 5px;
  }
  footer a:after {
    top: 0px;
  }
  .konfigurator-register .field-wrap LABEL br {
    display: none;
  }
  .konfigurator-register .container-upload .upload-btn,
  .konfigurator-edit .container-upload .upload-btn {
    display: block;
  }
  .konfigurator-edit .firmenadresse .info {
    position: initial;
    width: 100%;
    max-width: 240px;
    margin-bottom: 2.286em;
  }
  .modal .actions .btn {
    margin-bottom: 1.143em;
  }
  .modal .actions .btn .btn {
    margin-bottom: 0px;
  }
}

@media (max-width: 992px) {
  header.teonav .logo A {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (max-width: 575px) {
  .konfigurator-edit A.btn-black,
  .konfigurator-edit INPUT.submit {
    width: initial;
    min-width: 187px;
  }
}

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

.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideOut {
  from {
    right: 0%;
  }

  100% {
    right: -100%;
  }
}

@keyframes slideOut {
  from {
    right: 0%;
  }

  100% {
    right: -100%;
  }
}

@-webkit-keyframes slideOutLeft {
  from {
    left: 0%;
  }

  100% {
    left: -100%;
  }
}

@keyframes slideOutLeft {
  from {
    left: 0%;
  }

  100% {
    left: -100%;
  }
}

.teonav-portal .slideOut {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideInLeft {
  from {
    left: -100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes slideInLeft {
  from {
    left: -100%;
  }

  100% {
    left: 0%;
  }
}

.teonav-portal .slideIn {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

@-webkit-keyframes slideIn {
  from {
    right: -100%;
  }

  100% {
    right: 0%;
  }
}

@keyframes slideIn {
  from {
    right: -100%;
  }

  100% {
    right: 0%;
  }
}

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

/**
 * Html5 Placeholder Polyfill - v2.1.0 - 2016-02-26
 * web: http://blog.ginader.de/dev/jquery/HTML5-placeholder-polyfill/
 * issues: https://github.com/ginader/HTML5-placeholder-polyfill/issues
 * Copyright (c) 2016 Dirk Ginader; Licensed MIT, GPL
 */

span.placeholder {
  position: absolute;
  font-size: 75%;
  color: #999;
  font-family: sans-serif;
  padding: 4px 3px;
  z-index: 1;
  cursor: text;
}
span.placeholder-hide-except-screenreader {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
span.placeholder-hide {
  display: none;
}
label.visuallyhidden-with-placeholder {
  height: auto !important;
  overflow: visible !important;
  position: absolute !important;
  left: -999em;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
label .placeholder {
}
input:placeholder-shown,
input.placeholder-shown {
}

.ld.reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.ld.xhalf {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.ld.x1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.ld.x2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.ld.x4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.ld.running {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.ld.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.ld.f00 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.ld.f01 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.ld.f02 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ld.f03 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.ld.f04 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ld.f05 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.ld.f06 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.ld.f07 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.ld.f08 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ld.f09 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.ld.f10 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ld-ball,
.ld-ring,
.ld-hourglass,
.ld-loader,
.ld-cross,
.ld-square,
.ld-pie,
.ld-spinner {
  width: 1em;
  height: 1em;
  position: relative;
  color: inherit;
  display: inline-block;
  /*
  &:before
    content: "◎"
    display: block
    visibility: hidden
  */
}
.ld-ball:after,
.ld-ring:after,
.ld-hourglass:after,
.ld-loader:after,
.ld-cross:after,
.ld-square:after,
.ld-pie:after,
.ld-spinner:after {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  background: center center no-repeat;
  background-size: cover;
}
.ld-ball:after {
  border-radius: 50%;
  background: currentColor;
}
.ld-pie:after {
  width: 0;
  height: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.5em;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
}
.ld-ring:after {
  border-radius: 50%;
  border-style: solid;
  border-width: 0.15em;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
  box-sizing: border-box;
}
.ld-hourglass:after {
  width: 0;
  height: 0;
  background: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.5em;
  border-color: currentColor transparent currentColor transparent;
}
.ld-cross:after {
  width: 18%;
  height: 18%;
  background: currentColor;
  box-shadow:
    0 0.18em 0 1px currentColor,
    0 -0.18em 0 1px currentColor,
    0.18em 0 0 1px currentColor,
    -0.18em 0 0 1px currentColor,
    0 0.36em 0 1px currentColor,
    0 -0.36em 0 1px currentColor,
    0.36em 0 0 1px currentColor,
    -0.36em 0 0 1px currentColor;
}
.ld-square:after {
  width: 90%;
  height: 90%;
  background: currentColor;
}
.ld-spinner:after {
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background: none;
  box-shadow:
    0 0.5em 0 0 currentColor,
    0 -0.5em 0 0 currentColor,
    0.5em 0 0 0 currentColor,
    -0.5em 0 0 0 currentColor,
    0.35355339059327373em 0.35355339059327373em 0 0 currentColor,
    -0.35355339059327373em 0.35355339059327373em 0 0 currentColor,
    0.35355339059327373em -0.35355339059327373em 0 0 currentColor,
    -0.35355339059327373em -0.35355339059327373em 0 0 currentColor;
}
.ld-loader {
  background-size: cover;
}
@keyframes ld-blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ld-blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.ld.ld-blink {
  -webkit-animation: ld-blink 1s infinite linear;
  animation: ld-blink 1s infinite linear;
}
@keyframes ld-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
@-webkit-keyframes ld-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
.ld.ld-blur {
  -webkit-animation: ld-blur 1s infinite;
  animation: ld-blur 1s infinite;
}
@keyframes ld-breath {
  0% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
  }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
  }
}
@-webkit-keyframes ld-breath {
  0% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
  }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
  }
}
.ld.ld-breath {
  -webkit-animation: ld-breath 1s infinite;
  animation: ld-breath 1s infinite;
}
@keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9);
  }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7);
  }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8);
  }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6);
  }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7);
  }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9);
  }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7);
  }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8);
  }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6);
  }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7);
  }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
}
.ld.ld-broadcast {
  -webkit-animation: ld-broadcast 1s infinite ease-out;
  animation: ld-broadcast 1s infinite ease-out;
  border-radius: 50%;
}
@keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
  }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
  }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
  }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
  }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ld.ld-clock {
  -webkit-animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1);
  animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1);
}
@keyframes ld-cycle {
  0%,
  50%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
  }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ld-cycle {
  0%,
  50%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
  }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ld.ld-cycle {
  -webkit-animation: ld-cycle 1s infinite linear;
  animation: ld-cycle 1s infinite linear;
}
@keyframes ld-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ld-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ld.ld-fade {
  -webkit-animation: ld-fade 1s infinite linear;
  animation: ld-fade 1s infinite linear;
}
@keyframes ld-flip {
  0%,
  25%,
  50%,
  75%,
  100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg);
  }
  75% {
    -webkit-transform: rotateY(0deg) rotateX(180deg);
    transform: rotateY(0deg) rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
}
@-webkit-keyframes ld-flip {
  0%,
  25%,
  50%,
  75%,
  100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg);
  }
  75% {
    -webkit-transform: rotateY(0deg) rotateX(180deg);
    transform: rotateY(0deg) rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
}
.ld.ld-flip {
  -webkit-animation: ld-flip 2s infinite;
  animation: ld-flip 2s infinite;
}
@keyframes ld-flip-v {
  0%,
  25%,
  50%,
  75%,
  100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0deg);
    transform: rotateX(180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
}
@-webkit-keyframes ld-flip-v {
  0%,
  25%,
  50%,
  75%,
  100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0deg);
    transform: rotateX(180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
}
.ld.ld-flip-v {
  -webkit-animation: ld-flip-v 1s infinite;
  animation: ld-flip-v 1s infinite;
}
@keyframes ld-flip-h {
  0%,
  25%,
  50%,
  75%,
  100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
}
@-webkit-keyframes ld-flip-h {
  0%,
  25%,
  50%,
  75%,
  100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
}
.ld.ld-flip-h {
  -webkit-animation: ld-flip-h 1s infinite;
  animation: ld-flip-h 1s infinite;
}
@keyframes ld-coin-v {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg);
  }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg);
  }
}
@-webkit-keyframes ld-coin-v {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg);
  }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg);
  }
}
.ld.ld-coin-v {
  -webkit-animation: ld-coin-v 2s infinite;
  animation: ld-coin-v 2s infinite;
}
@keyframes ld-coin-h {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
  }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}
@-webkit-keyframes ld-coin-h {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
  }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}
.ld.ld-coin-h {
  -webkit-animation: ld-coin-h 2s infinite;
  animation: ld-coin-h 2s infinite;
}
@keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ld.ld-heartbeat {
  -webkit-animation: ld-heartbeat 0.8s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1);
  }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1);
  }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.ld.ld-radio {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ld.ld-radio:after {
  -webkit-animation: ld-radio 1s infinite;
  animation: ld-radio 1s infinite;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #000;
  border-radius: 50%;
  background: none;
}
.ld.ld-radio.square:after {
  border-radius: 0;
}
@keyframes ld-rotate {
  0%,
  33%,
  66%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  16%,
  50%,
  83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
  }
  16% {
    -webkit-transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
  }
  33% {
    -webkit-transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
    transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
  }
  66% {
    -webkit-transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
  }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
  }
}
@-webkit-keyframes ld-rotate {
  0%,
  33%,
  66%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  16%,
  50%,
  83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
  }
  16% {
    -webkit-transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
  }
  33% {
    -webkit-transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
    transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
  }
  66% {
    -webkit-transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
  }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
  }
}
.ld.ld-rotate {
  -webkit-animation: ld-rotate 1s infinite;
  animation: ld-rotate 1s infinite;
}
@keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1);
  }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1);
  }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1);
  }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1);
  }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1);
  }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1);
  }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1);
  }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1);
  }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.ld.ld-rubber {
  -webkit-animation: ld-rubber 1s ease-out infinite;
  animation: ld-rubber 1s ease-out infinite;
}
@keyframes ld-shadow {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes ld-shadow {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}
.ld.ld-shadow {
  -webkit-animation: ld-shadow 1s infinite;
  animation: ld-shadow 1s infinite;
  border-radius: 50%;
}
@keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5);
  }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5);
  }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0px 3px 0 6px rgba(0, 0, 0, 0.5);
  }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5);
  }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5);
  }
  50% {
    box-shadow: -3px 0px 0 6px rgba(0, 0, 0, 0.5);
  }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5);
  }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5);
  }
  75% {
    box-shadow: 0px -3px 0 6px rgba(0, 0, 0, 0.5);
  }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5);
  }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5);
  }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5);
  }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0px 3px 0 6px rgba(0, 0, 0, 0.5);
  }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5);
  }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5);
  }
  50% {
    box-shadow: -3px 0px 0 6px rgba(0, 0, 0, 0.5);
  }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5);
  }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5);
  }
  75% {
    box-shadow: 0px -3px 0 6px rgba(0, 0, 0, 0.5);
  }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5);
  }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5);
  }
}
.ld.ld-shadow-a {
  -webkit-animation: ld-shadow-a 0.5s infinite;
  animation: ld-shadow-a 0.5s infinite;
  box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@keyframes ld-skew {
  0%,
  50%,
  100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  25%,
  75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1);
  }
  25% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9);
  }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1);
  }
  75% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9);
  }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1);
  }
}
@-webkit-keyframes ld-skew {
  0%,
  50%,
  100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  25%,
  75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1);
  }
  25% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9);
  }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1);
  }
  75% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9);
  }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1);
  }
}
.ld.ld-skew {
  -webkit-animation: ld-skew 1s infinite;
  animation: ld-skew 1s infinite;
}
@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite;
}
@keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.ld.ld-spin-fast {
  -webkit-animation: ld-spin-fast 1s infinite;
  animation: ld-spin-fast 1s infinite;
}
@keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }
}
@-webkit-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }
}
.ld.ld-squeeze {
  -webkit-animation: ld-squeeze 0.8s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0deg) scale(1);
    transform: skewX(0deg) scale(1);
  }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8);
  }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8);
  }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
}
@-webkit-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0deg) scale(1);
    transform: skewX(0deg) scale(1);
  }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8);
  }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8);
  }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
}
.ld.ld-surprise {
  -webkit-animation: ld-surprise 1s infinite linear;
  animation: ld-surprise 1s infinite linear;
}
@keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.ld.ld-tick {
  -webkit-animation: ld-tick 1s ease-out infinite;
  animation: ld-tick 1s ease-out infinite;
}
@keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0;
  }
  60% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0;
  }
  60% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ld.ld-vortex-in {
  -webkit-animation: ld-vortex-in 2s infinite;
  animation: ld-vortex-in 2s infinite;
  animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7);
}
@keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0;
  }
}
.ld.ld-vortex-out {
  -webkit-animation: ld-vortex-out 2s infinite;
  animation: ld-vortex-out 2s infinite;
  animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
}
@keyframes ld-wrench {
  20%,
  36%,
  70%,
  86% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0%,
  50%,
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes ld-wrench {
  20%,
  36%,
  70%,
  86% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0%,
  50%,
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.ld.ld-wrench {
  -webkit-animation: ld-wrench 1s infinite;
  animation: ld-wrench 1s infinite;
}
@keyframes ld-pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  51% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes ld-pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  51% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.ld.ld-pulse {
  -webkit-animation: ld-pulse 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-pulse 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes ld-bounce {
  0%,
  90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5);
  }
  10% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1);
  }
  50% {
    -webkit-transform: translate(0%, -37%) scaleY(1.1);
    transform: translate(0%, -37%) scaleY(1.1);
  }
  90% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1);
  }
  100% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5);
  }
}
@-webkit-keyframes ld-bounce {
  0%,
  90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5);
  }
  10% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1);
  }
  50% {
    -webkit-transform: translate(0%, -37%) scaleY(1.1);
    transform: translate(0%, -37%) scaleY(1.1);
  }
  90% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1);
  }
  100% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5);
  }
}
.ld.ld-bounce {
  -webkit-animation: ld-bounce 1s infinite;
  animation: ld-bounce 1s infinite;
}
@keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%);
  }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%);
  }
  25% {
    -webkit-transform: translate(80%, 0%);
    transform: translate(80%, 0%);
  }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%);
  }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%);
  }
  75% {
    -webkit-transform: translate(-80%, 0%);
    transform: translate(-80%, 0%);
  }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%);
  }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%);
  }
}
@-webkit-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%);
  }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%);
  }
  25% {
    -webkit-transform: translate(80%, 0%);
    transform: translate(80%, 0%);
  }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%);
  }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%);
  }
  75% {
    -webkit-transform: translate(-80%, 0%);
    transform: translate(-80%, 0%);
  }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%);
  }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%);
  }
}
.ld.ld-bounce-rtl {
  -webkit-animation: ld-bounce-rtl 1s infinite linear;
  animation: ld-bounce-rtl 1s infinite linear;
}
@keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%);
  }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%);
  }
  25% {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%);
  }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%);
  }
  75% {
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
  }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%);
  }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%);
  }
}
@-webkit-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%);
  }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%);
  }
  25% {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%);
  }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%);
  }
  75% {
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
  }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%);
  }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%);
  }
}
.ld.ld-bounce-ltr {
  -webkit-animation: ld-bounce-ltr 1s infinite linear;
  animation: ld-bounce-ltr 1s infinite linear;
}
@keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%);
  }
  25% {
    -webkit-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%);
  }
  75% {
    -webkit-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%);
  }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%);
  }
  25% {
    -webkit-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%);
  }
  75% {
    -webkit-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%);
  }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.ld.ld-bounce-a-px {
  -webkit-animation: ld-bounce-a-px 2s infinite;
  animation: ld-bounce-a-px 2s infinite;
}
@keyframes ld-float {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: linear;
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes ld-float {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: linear;
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
.ld.ld-float {
  -webkit-animation: ld-float 1s infinite;
  animation: ld-float 1s infinite;
}
@keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0);
  }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg);
  }
}
@-webkit-keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0);
  }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg);
  }
}
.ld.ld-hit {
  -webkit-animation: ld-hit 2s infinite;
  animation: ld-hit 2s infinite;
}
@keyframes ld-jelly {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg);
  }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg);
  }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg);
  }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}
@-webkit-keyframes ld-jelly {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg);
  }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg);
  }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg);
  }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}
.ld.ld-jelly {
  -webkit-animation: ld-jelly 1s infinite linear;
  animation: ld-jelly 1s infinite linear;
}
@keyframes ld-jump {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    animation-timing-function: ease-out;
  }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    animation-timing-function: ease-in;
  }
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%);
  }
  28% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  48% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%);
  }
  64% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%);
  }
  76% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%);
  }
  86% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  93% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes ld-jump {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    animation-timing-function: ease-out;
  }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    animation-timing-function: ease-in;
  }
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%);
  }
  28% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  48% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%);
  }
  64% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%);
  }
  76% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%);
  }
  86% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  93% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.ld.ld-jump {
  -webkit-animation: ld-jump 1.5s ease-in infinite;
  animation: ld-jump 1.5s ease-in infinite;
}
@keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0%) rotate(0deg);
    transform: translate(30%, 0%) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg);
  }
  25% {
    -webkit-transform: translate(0%, 30%) rotate(90deg);
    transform: translate(0%, 30%) rotate(90deg);
  }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg);
  }
  50% {
    -webkit-transform: translate(-30%, 0%) rotate(180deg);
    transform: translate(-30%, 0%) rotate(180deg);
  }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg);
  }
  75% {
    -webkit-transform: translate(0%, -30%) rotate(270deg);
    transform: translate(0%, -30%) rotate(270deg);
  }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg);
  }
  100% {
    -webkit-transform: translate(30%, 0%) rotate(360deg);
    transform: translate(30%, 0%) rotate(360deg);
  }
}
@-webkit-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0%) rotate(0deg);
    transform: translate(30%, 0%) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg);
  }
  25% {
    -webkit-transform: translate(0%, 30%) rotate(90deg);
    transform: translate(0%, 30%) rotate(90deg);
  }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg);
  }
  50% {
    -webkit-transform: translate(-30%, 0%) rotate(180deg);
    transform: translate(-30%, 0%) rotate(180deg);
  }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg);
  }
  75% {
    -webkit-transform: translate(0%, -30%) rotate(270deg);
    transform: translate(0%, -30%) rotate(270deg);
  }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg);
  }
  100% {
    -webkit-transform: translate(30%, 0%) rotate(360deg);
    transform: translate(30%, 0%) rotate(360deg);
  }
}
.ld.ld-orbit {
  -webkit-animation: ld-orbit 1s infinite linear;
  animation: ld-orbit 1s infinite linear;
}
@keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg);
  }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg);
  }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg);
  }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg);
  }
}
@-webkit-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg);
  }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg);
  }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg);
  }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg);
  }
}
.ld.ld-rush-rtl {
  -webkit-animation: ld-rush-rtl 1.5s infinite linear;
  animation: ld-rush-rtl 1.5s infinite linear;
}
@keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg);
  }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg);
  }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg);
  }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg);
  }
}
@-webkit-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg);
  }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg);
  }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg);
  }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg);
  }
}
.ld.ld-rush-ltr {
  -webkit-animation: ld-rush-ltr 1.5s infinite linear;
  animation: ld-rush-ltr 1.5s infinite linear;
}
@keyframes ld-shake {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0);
  }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0);
  }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-shake {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0);
  }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0);
  }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-shake {
  -webkit-animation: ld-shake 1s infinite linear;
  animation: ld-shake 1s infinite linear;
}
@keyframes ld-slide-ltr {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-ltr {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-ltr {
  -webkit-animation: ld-slide-ltr 1s infinite;
  animation: ld-slide-ltr 1s infinite;
}
@keyframes ld-slide-rtl {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-rtl {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-rtl {
  -webkit-animation: ld-slide-rtl 1s infinite;
  animation: ld-slide-rtl 1s infinite;
}
@keyframes ld-slide-btt {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-btt {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-btt {
  -webkit-animation: ld-slide-btt 1s infinite;
  animation: ld-slide-btt 1s infinite;
}
@keyframes ld-slide-ttb {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-ttb {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-ttb {
  -webkit-animation: ld-slide-ttb 1s infinite;
  animation: ld-slide-ttb 1s infinite;
}
@keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
  }
  5% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%);
  }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%);
  }
  20% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%);
  }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%);
  }
  35% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%);
  }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
  }
  45% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%);
  }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%);
  }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%);
  }
  65% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%);
  }
  70% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%);
  }
  75% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%);
  }
  85% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%);
  }
  90% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%);
  }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%);
  }
}
@-webkit-keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
  }
  5% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%);
  }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%);
  }
  20% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%);
  }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%);
  }
  35% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%);
  }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
  }
  45% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%);
  }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%);
  }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%);
  }
  65% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%);
  }
  70% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%);
  }
  75% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%);
  }
  85% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%);
  }
  90% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%);
  }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%);
  }
}
.ld.ld-tremble {
  -webkit-animation: ld-tremble 1s infinite;
  animation: ld-tremble 1s infinite;
}
@keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0);
  }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
}
@-webkit-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0);
  }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
}
.ld.ld-wander-h {
  -webkit-animation: ld-wander-h 1s infinite ease-out;
  animation: ld-wander-h 1s infinite ease-out;
}
@keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%);
  }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
}
@-webkit-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%);
  }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
}
.ld.ld-wander-v {
  -webkit-animation: ld-wander-v 1s infinite ease-out;
  animation: ld-wander-v 1s infinite ease-out;
}
@keyframes ld-bounce-px {
  0%,
  90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5);
  }
  10% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1);
  }
  50% {
    -webkit-transform: translate(0, -37px) scaleY(1.1);
    transform: translate(0, -37px) scaleY(1.1);
  }
  90% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1);
  }
  100% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5);
  }
}
@-webkit-keyframes ld-bounce-px {
  0%,
  90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5);
  }
  10% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1);
  }
  50% {
    -webkit-transform: translate(0, -37px) scaleY(1.1);
    transform: translate(0, -37px) scaleY(1.1);
  }
  90% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1);
  }
  100% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5);
  }
}
.ld.ld-bounce-px {
  -webkit-animation: ld-bounce-px 1s infinite;
  animation: ld-bounce-px 1s infinite;
}
@keyframes ld-bounce-px-rtl {
  0% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px);
  }
  12.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px);
  }
  25% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  37.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  62.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px);
  }
  75% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  87.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px);
  }
  100% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px);
  }
}
@-webkit-keyframes ld-bounce-px-rtl {
  0% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px);
  }
  12.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px);
  }
  25% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  37.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  62.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px);
  }
  75% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  87.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px);
  }
  100% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px);
  }
}
.ld.ld-bounce-px-rtl {
  -webkit-animation: ld-bounce-px-rtl 1s infinite linear;
  animation: ld-bounce-px-rtl 1s infinite linear;
}
@keyframes ld-bounce-px-ltr {
  0% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px);
  }
  12.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px);
  }
  25% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  37.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  62.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px);
  }
  75% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  87.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px);
  }
  100% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px);
  }
}
@-webkit-keyframes ld-bounce-px-ltr {
  0% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px);
  }
  12.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px);
  }
  25% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  37.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  62.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px);
  }
  75% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  87.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px);
  }
  100% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px);
  }
}
.ld.ld-bounce-px-ltr {
  -webkit-animation: ld-bounce-px-ltr 1s infinite linear;
  animation: ld-bounce-px-ltr 1s infinite linear;
}
@keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px);
  }
  25% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  37.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  62.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px);
  }
  75% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  87.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px);
  }
  25% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  37.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  62.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px);
  }
  75% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  87.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-bounce-a-px {
  -webkit-animation: ld-bounce-a-px 2s infinite;
  animation: ld-bounce-a-px 2s infinite;
}
@keyframes ld-float-px {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: linear;
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes ld-float-px {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: linear;
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
.ld.ld-float-px {
  -webkit-animation: ld-float-px 1s infinite;
  animation: ld-float-px 1s infinite;
}
@keyframes ld-hit-px {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0);
  }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 150px) skewX(20deg);
    transform: scale(1) translate(0, 150px) skewX(20deg);
  }
}
@-webkit-keyframes ld-hit-px {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0);
  }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 150px) skewX(20deg);
    transform: scale(1) translate(0, 150px) skewX(20deg);
  }
}
.ld.ld-hit-px {
  -webkit-animation: ld-hit-px 2s infinite;
  animation: ld-hit-px 2s infinite;
}
@keyframes ld-jelly-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  16.6% {
    -webkit-transform: translate(-30px, 0) skewX(30deg);
    transform: translate(-30px, 0) skewX(30deg);
  }
  33.3% {
    -webkit-transform: translate(25px, 0) skewX(-20deg);
    transform: translate(25px, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(-12px, 0) skewX(10deg);
    transform: translate(-12px, 0) skewX(10deg);
  }
  66.6% {
    -webkit-transform: translate(6px, 0) skewX(-5deg);
    transform: translate(6px, 0) skewX(-5deg);
  }
  83.3% {
    -webkit-transform: translate(-2.5px, 0) skewX(2deg);
    transform: translate(-2.5px, 0) skewX(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}
@-webkit-keyframes ld-jelly-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  16.6% {
    -webkit-transform: translate(-30px, 0) skewX(30deg);
    transform: translate(-30px, 0) skewX(30deg);
  }
  33.3% {
    -webkit-transform: translate(25px, 0) skewX(-20deg);
    transform: translate(25px, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(-12px, 0) skewX(10deg);
    transform: translate(-12px, 0) skewX(10deg);
  }
  66.6% {
    -webkit-transform: translate(6px, 0) skewX(-5deg);
    transform: translate(6px, 0) skewX(-5deg);
  }
  83.3% {
    -webkit-transform: translate(-2.5px, 0) skewX(2deg);
    transform: translate(-2.5px, 0) skewX(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}
.ld.ld-jelly-px {
  -webkit-animation: ld-jelly-px 1s infinite linear;
  animation: ld-jelly-px 1s infinite linear;
}
@keyframes ld-jump-px {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    animation-timing-function: ease-out;
  }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    animation-timing-function: ease-in;
  }
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  14% {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
  }
  28% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  38% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  48% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  56% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  64% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  70% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  76% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  81% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
  86% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  93% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  97% {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes ld-jump-px {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    animation-timing-function: ease-out;
  }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    animation-timing-function: ease-in;
  }
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  14% {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
  }
  28% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  38% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  48% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  56% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  64% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  70% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  76% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  81% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
  86% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  93% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  97% {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.ld.ld-jump-px {
  -webkit-animation: ld-jump-px 1.5s ease-in infinite;
  animation: ld-jump-px 1.5s ease-in infinite;
}
@keyframes ld-orbit-px {
  0% {
    -webkit-transform: translate(30px, 0) rotate(0deg);
    transform: translate(30px, 0) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(21px, 21px) rotate(45deg);
    transform: translate(21px, 21px) rotate(45deg);
  }
  25% {
    -webkit-transform: translate(0, 30px) rotate(90deg);
    transform: translate(0, 30px) rotate(90deg);
  }
  37.5% {
    -webkit-transform: translate(-21px, 21px) rotate(135deg);
    transform: translate(-21px, 21px) rotate(135deg);
  }
  50% {
    -webkit-transform: translate(-30px, 0) rotate(180deg);
    transform: translate(-30px, 0) rotate(180deg);
  }
  62.5% {
    -webkit-transform: translate(-21px, -21px) rotate(225deg);
    transform: translate(-21px, -21px) rotate(225deg);
  }
  75% {
    -webkit-transform: translate(0, -30px) rotate(270deg);
    transform: translate(0, -30px) rotate(270deg);
  }
  87.5% {
    -webkit-transform: translate(21px, -21px) rotate(315deg);
    transform: translate(21px, -21px) rotate(315deg);
  }
  100% {
    -webkit-transform: translate(30px, 0) rotate(360deg);
    transform: translate(30px, 0) rotate(360deg);
  }
}
@-webkit-keyframes ld-orbit-px {
  0% {
    -webkit-transform: translate(30px, 0) rotate(0deg);
    transform: translate(30px, 0) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(21px, 21px) rotate(45deg);
    transform: translate(21px, 21px) rotate(45deg);
  }
  25% {
    -webkit-transform: translate(0, 30px) rotate(90deg);
    transform: translate(0, 30px) rotate(90deg);
  }
  37.5% {
    -webkit-transform: translate(-21px, 21px) rotate(135deg);
    transform: translate(-21px, 21px) rotate(135deg);
  }
  50% {
    -webkit-transform: translate(-30px, 0) rotate(180deg);
    transform: translate(-30px, 0) rotate(180deg);
  }
  62.5% {
    -webkit-transform: translate(-21px, -21px) rotate(225deg);
    transform: translate(-21px, -21px) rotate(225deg);
  }
  75% {
    -webkit-transform: translate(0, -30px) rotate(270deg);
    transform: translate(0, -30px) rotate(270deg);
  }
  87.5% {
    -webkit-transform: translate(21px, -21px) rotate(315deg);
    transform: translate(21px, -21px) rotate(315deg);
  }
  100% {
    -webkit-transform: translate(30px, 0) rotate(360deg);
    transform: translate(30px, 0) rotate(360deg);
  }
}
.ld.ld-orbit-px {
  -webkit-animation: ld-orbit-px 1s infinite linear;
  animation: ld-orbit-px 1s infinite linear;
}
@keyframes ld-rush-px-rtl {
  0% {
    -webkit-transform: translate(100px, 0) skewX(-45deg);
    transform: translate(100px, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(-20px, 0) skewX(35deg);
    transform: translate(-20px, 0) skewX(35deg);
  }
  45% {
    -webkit-transform: translate(10px, 0) skewX(-15deg);
    transform: translate(10px, 0) skewX(-15deg);
  }
  60% {
    -webkit-transform: translate(-5px, 0) skewX(7deg);
    transform: translate(-5px, 0) skewX(7deg);
  }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(-150px, 0) skewX(-45deg);
    transform: translate(-150px, 0) skewX(-45deg);
  }
}
@-webkit-keyframes ld-rush-px-rtl {
  0% {
    -webkit-transform: translate(100px, 0) skewX(-45deg);
    transform: translate(100px, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(-20px, 0) skewX(35deg);
    transform: translate(-20px, 0) skewX(35deg);
  }
  45% {
    -webkit-transform: translate(10px, 0) skewX(-15deg);
    transform: translate(10px, 0) skewX(-15deg);
  }
  60% {
    -webkit-transform: translate(-5px, 0) skewX(7deg);
    transform: translate(-5px, 0) skewX(7deg);
  }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(-150px, 0) skewX(-45deg);
    transform: translate(-150px, 0) skewX(-45deg);
  }
}
.ld.ld-rush-px-rtl {
  -webkit-animation: ld-rush-px-rtl 1.5s infinite linear;
  animation: ld-rush-px-rtl 1.5s infinite linear;
}
@keyframes ld-rush-px-ltr {
  0% {
    -webkit-transform: translate(-100px, 0) skewX(45deg);
    transform: translate(-100px, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(20px, 0) skewX(-35deg);
    transform: translate(20px, 0) skewX(-35deg);
  }
  45% {
    -webkit-transform: translate(-10px, 0) skewX(15deg);
    transform: translate(-10px, 0) skewX(15deg);
  }
  60% {
    -webkit-transform: translate(5px, 0) skewX(-7deg);
    transform: translate(5px, 0) skewX(-7deg);
  }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(150px, 0) skewX(45deg);
    transform: translate(150px, 0) skewX(45deg);
  }
}
@-webkit-keyframes ld-rush-px-ltr {
  0% {
    -webkit-transform: translate(-100px, 0) skewX(45deg);
    transform: translate(-100px, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(20px, 0) skewX(-35deg);
    transform: translate(20px, 0) skewX(-35deg);
  }
  45% {
    -webkit-transform: translate(-10px, 0) skewX(15deg);
    transform: translate(-10px, 0) skewX(15deg);
  }
  60% {
    -webkit-transform: translate(5px, 0) skewX(-7deg);
    transform: translate(5px, 0) skewX(-7deg);
  }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(150px, 0) skewX(45deg);
    transform: translate(150px, 0) skewX(45deg);
  }
}
.ld.ld-rush-px-ltr {
  -webkit-animation: ld-rush-px-ltr 1.5s infinite linear;
  animation: ld-rush-px-ltr 1.5s infinite linear;
}
@keyframes ld-shake-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
  33.3% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
  50% {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
  }
  66.6% {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0);
  }
  83.3% {
    -webkit-transform: translate(-2.5px, 0);
    transform: translate(-2.5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-shake-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
  33.3% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
  50% {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
  }
  66.6% {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0);
  }
  83.3% {
    -webkit-transform: translate(-2.5px, 0);
    transform: translate(-2.5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-shake-px {
  -webkit-animation: ld-shake-px 1s infinite linear;
  animation: ld-shake-px 1s infinite linear;
}
@keyframes ld-slide-px-ltr {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-px-ltr {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-px-ltr {
  -webkit-animation: ld-slide-px-ltr 1s infinite;
  animation: ld-slide-px-ltr 1s infinite;
}
@keyframes ld-slide-px-rtl {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-px-rtl {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-px-rtl {
  -webkit-animation: ld-slide-px-rtl 1s infinite;
  animation: ld-slide-px-rtl 1s infinite;
}
@keyframes ld-slide-px-btt {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  50% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-px-btt {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  50% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-px-btt {
  -webkit-animation: ld-slide-px-btt 1s infinite;
  animation: ld-slide-px-btt 1s infinite;
}
@keyframes ld-slide-px-ttb {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-px-ttb {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-px-ttb {
  -webkit-animation: ld-slide-px-ttb 1s infinite;
  animation: ld-slide-px-ttb 1s infinite;
}
@keyframes ld-tremble-px {
  0% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  5% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  10% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  15% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  20% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  25% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  30% {
    -webkit-transform: translate(1px, 3px);
    transform: translate(1px, 3px);
  }
  35% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  40% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  45% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  50% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  55% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  60% {
    -webkit-transform: translate(3px, 1px);
    transform: translate(3px, 1px);
  }
  65% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  70% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
  }
  85% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  90% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  95% {
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px);
  }
}
@-webkit-keyframes ld-tremble-px {
  0% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  5% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  10% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  15% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  20% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  25% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  30% {
    -webkit-transform: translate(1px, 3px);
    transform: translate(1px, 3px);
  }
  35% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  40% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  45% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  50% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  55% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  60% {
    -webkit-transform: translate(3px, 1px);
    transform: translate(3px, 1px);
  }
  65% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  70% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
  }
  85% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  90% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  95% {
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px);
  }
}
.ld.ld-tremble-px {
  -webkit-animation: ld-tremble-px 1s infinite;
  animation: ld-tremble-px 1s infinite;
}
@keyframes ld-wander-px-h {
  0% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
  50% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0);
  }
  100% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
}
@-webkit-keyframes ld-wander-px-h {
  0% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
  50% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0);
  }
  100% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
}
.ld.ld-wander-px-h {
  -webkit-animation: ld-wander-px-h 1s infinite ease-out;
  animation: ld-wander-px-h 1s infinite ease-out;
}
@keyframes ld-wander-px-v {
  0% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
  50% {
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }
  100% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
}
@-webkit-keyframes ld-wander-px-v {
  0% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
  50% {
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }
  100% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
}
.ld.ld-wander-px-v {
  -webkit-animation: ld-wander-px-v 1s infinite ease-out;
  animation: ld-wander-px-v 1s infinite ease-out;
}

.ld-ext-right,
.ld-ext-left,
.ld-ext-bottom,
.ld-ext-top,
.ld-over,
.ld-over-inverse,
.ld-over-full,
.ld-over-full-inverse {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  overflow: hidden;
}
.ld-ext-right > .ld,
.ld-ext-left > .ld,
.ld-ext-bottom > .ld,
.ld-ext-top > .ld,
.ld-over > .ld,
.ld-over-inverse > .ld,
.ld-over-full > .ld,
.ld-over-full-inverse > .ld {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em;
  opacity: 0;
  z-index: -100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: ease-in;
}
.ld-ext-right.running > .ld,
.ld-ext-left.running > .ld,
.ld-ext-bottom.running > .ld,
.ld-ext-top.running > .ld,
.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
  opacity: 1;
  z-index: auto;
}
.ld-ext-right.running {
  padding-right: 2.5em !important;
}
.ld-ext-right > .ld {
  top: 50%;
  left: auto;
  right: 1em;
}
.ld-ext-left.running {
  padding-left: 2.5em !important;
}
.ld-ext-left > .ld {
  top: 50%;
  right: auto;
  left: 1em;
}
.ld-ext-bottom.running {
  padding-bottom: 2.5em !important;
}
.ld-ext-bottom > .ld {
  top: auto;
  left: 50%;
  bottom: 1em;
}
.ld-ext-top.running {
  padding-top: 2.5em !important;
}
.ld-ext-top > .ld {
  bottom: auto;
  left: 50%;
  top: 1em;
}
.ld-over,
.ld-over-inverse,
.ld-over-full,
.ld-over-full-inverse {
  overflow: hidden;
}
.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
  z-index: 99999;
}
.ld-over:before,
.ld-over-inverse:before,
.ld-over-full:before,
.ld-over-full-inverse:before {
  content: " ";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  background: rgba(240, 240, 240, 0.8);
}
.ld-over-full > .ld,
.ld-over-full-inverse > .ld {
  position: fixed;
}
.ld-over-full > .ld {
  color: rgba(0, 0, 0, 0.8);
}
.ld-over-full:before,
.ld-over-full-inverse:before {
  z-index: -1;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
}
.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
  z-index: 999999;
}
.ld-over.running:before,
.ld-over-inverse.running:before,
.ld-over-full.running:before,
.ld-over-full-inverse.running:before {
  opacity: 1;
  z-index: 999998;
  display: block;
}
.ld-over-inverse > .ld {
  color: rgba(255, 255, 255, 0.8);
}
.ld-over-inverse:before {
  background: rgba(0, 0, 0, 0.6);
}
.ld-over-full-inverse > .ld {
  color: rgba(255, 255, 255, 0.8);
}
.ld-over-full-inverse:before {
  background: rgba(0, 0, 0, 0.6);
}
