@charset "UTF-8";
/*
*/
/*
*/
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1280px;
  }
}

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

@media (min-width: 576px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

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

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

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !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;
}

.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-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
.mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
.mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
.mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
.mx-xl-n5 {
    margin-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;
  }
}
/* original Bootstrap functions */
/* new, enhanced function */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-400-normal.woff") format("woff");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/fira-sans-500-normal.woff") format("woff");
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/fira-sans-600-italic.woff") format("woff");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-700-normal.woff") format("woff");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-800-normal.woff") format("woff");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-400-normal-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-400-normal-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-400-normal-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-400-normal-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-400-normal-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-400-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-400-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/fira-sans-500-normal-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/fira-sans-500-normal-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/fira-sans-500-normal-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/fira-sans-500-normal-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/fira-sans-500-normal-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/fira-sans-500-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/fira-sans-500-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/fira-sans-600-italic-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/fira-sans-600-italic-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/fira-sans-600-italic-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/fira-sans-600-italic-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/fira-sans-600-italic-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/fira-sans-600-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/fira-sans-600-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-700-normal-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-700-normal-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-700-normal-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-700-normal-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-700-normal-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-700-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-700-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-800-normal-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-800-normal-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-800-normal-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-800-normal-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-800-normal-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-800-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-800-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

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

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

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

.fa-rotate-by {
  -ms-transform: rotate(var(--fa-rotate-angle, none));
      transform: rotate(var(--fa-rotate-angle, none));
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

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

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

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

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

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

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

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

.fa-anchor-circle-check::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

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

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

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

.fa-contact-book::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

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

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

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

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

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

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

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-table::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

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

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

.fa-file-circle-question::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

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

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

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

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

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

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

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

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

.fa-peseta-sign::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

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

.fa-gamepad::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

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

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

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

.fa-hand-spock::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

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

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-joint::before {
  content: "";
}

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

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-bookmark::before {
  content: "";
}

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

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

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

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

.fa-highlighter::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

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

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

.fa-house-flag::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

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

.fa-star::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

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

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-spider::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

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

.fa-building-wheat::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

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

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

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

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

.fa-toggle-on::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

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

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

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

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

.fa-glasses::before {
  content: "";
}

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

.fa-building-circle-check::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

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

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

.fa-cloud-showers-water::before {
  content: "";
}

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

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

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

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

.fa-screwdriver::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

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

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

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

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

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

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

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

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

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

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

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

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

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

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

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

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

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

.fa-boxes-packing::before {
  content: "";
}

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

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

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

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

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

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

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

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

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

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

.fa-bolt-lightning::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

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

.fa-plane-circle-check::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

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

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

.fa-mask-ventilator::before {
  content: "";
}

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

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

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

.fa-kitchen-set::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

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

.fa-satellite-dish::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

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

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

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

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

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

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

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

.fa-child-reaching::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

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

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

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

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

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

.fa-briefcase-clock::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

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

.fa-cake::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

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

.fa-paperclip::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-water::before {
  content: "";
}

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

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

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

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

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

.fa-plane-arrival::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

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

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

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

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

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

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

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

.fa-battery-3::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

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

.fa-book-skull::before {
  content: "";
}

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

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

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

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

.fa-truck-pickup::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

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

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

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

.fa-car-tunnel::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

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

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

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

.fa-mountain-sun::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

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

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

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

.fa-battery-0::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

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

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

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

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

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

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

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

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

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

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

.fa-person-harassing::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

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

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

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

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

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

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

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

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

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

.fa-peso-sign::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

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

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

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

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

.fa-drumstick-bite::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

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

.fa-bacteria::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

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

.fa-genderless::before {
  content: "";
}

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

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

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

.fa-pump-soap::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

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

.fa-battery-2::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

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

.fa-qrcode::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

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

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

.fa-house-chimney-window::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-carrot::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

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

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

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

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-check::before {
  content: "";
}

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

.fa-battery-4::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

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

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

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

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

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

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

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

.fa-brain::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

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

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

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-pixiv:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-brave:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-opensuse:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

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

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

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

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

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

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

.fa-square-letterboxd:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

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

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

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

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

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

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

.fa-padlet:before {
  content: "";
}

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

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-google-scholar:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

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

.fa-squarespace:before {
  content: "";
}

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

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

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

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-signal-messenger:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-mintbit:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-brave-reverse:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-letterboxd:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

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

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-upwork:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

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

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

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

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

.fa-supple:before {
  content: "";
}

.fa-webflow:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

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

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

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

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel, .block-map--output {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage, .block-map--output .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after, .block-map--output .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer, .block-map--output .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .block-map--output .owl-wrapper,
.owl-carousel .owl-item,
.block-map--output .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .block-map--output .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img, .block-map--output .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .block-map--output .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.block-map--output .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .block-map--output .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.block-map--output .owl-nav .owl-next,
.owl-carousel .owl-dot,
.block-map--output .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev, .block-map--output .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.block-map--output .owl-nav button.owl-next,
.owl-carousel button.owl-dot,
.block-map--output button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded, .owl-loaded.block-map--output {
  display: block;
}
.owl-carousel.owl-loading, .owl-loading.block-map--output {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden, .owl-hidden.block-map--output {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item, .owl-refresh.block-map--output .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item, .owl-drag.block-map--output .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab, .owl-grab.block-map--output {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl, .owl-rtl.block-map--output {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item, .owl-rtl.block-map--output .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel, .no-js .block-map--output {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated, .block-map--output .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in, .block-map--output .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out, .block-map--output .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut, .block-map--output .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item, .block-map--output .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy, .block-map--output .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .block-map--output .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]), .block-map--output .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy, .block-map--output .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper, .block-map--output .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon, .block-map--output .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover, .block-map--output .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .block-map--output .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.block-map--output .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn, .block-map--output .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame, .block-map--output .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  -ms-touch-action: pinch-zoom;
      touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

form input:not([type=submit]):not([type=checkbox]),
form textarea,
form select {
  margin: 0 0 10px;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  height: 50px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #009ee0;
  font-family: inherit;
}
form [aria-invalid=true] {
  border: 2px solid #dc3232 !important;
}
form textarea {
  overflow: auto;
  resize: vertical;
  min-height: 150px;
}
form select {
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.9em;
  background-repeat: no-repeat;
}
form select:active {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
form input[type=submit] {
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  font-family: "Fira Sans", "Open Sans", Helvetica, Arial;
  background-color: #003e90;
  border-color: #003e90;
  color: white;
}
form input[type=submit]:hover {
  text-decoration: none;
}
form input[type=submit]:hover {
  color: white;
  background-color: #f49e00;
  border-color: #f49e00;
}
form input[type=date i] {
  font-family: inherit;
}
form .wpcf7-checkbox > .wpcf7-list-item {
  position: relative;
  margin: 1em 0;
  text-align: left;
  display: block;
}
form .wpcf7-checkbox > .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
form .wpcf7-checkbox > .wpcf7-list-item .wpcf7-list-item-label:not(:empty) {
  padding-left: 0.75em;
}
form .wpcf7-checkbox > .wpcf7-list-item .wpcf7-list-item-label:before, form .wpcf7-checkbox > .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
form .wpcf7-checkbox > .wpcf7-list-item .wpcf7-list-item-label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 1px solid #434343;
  cursor: pointer;
  transition: background 0.3s;
}
form .wpcf7-checkbox > .wpcf7-list-item input[type=checkbox] {
  outline: 0;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
form .wpcf7-checkbox > .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: #009ee0;
  border: none;
}
form .wpcf7-checkbox > .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  -ms-transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
      transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
form .wpcf7-checkbox > .wpcf7-list-item input[type=checkbox]:disabled + .wpcf7-list-item-label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
form .wpcf7-checkbox > .wpcf7-list-item input[type=checkbox]:disabled:checked + .wpcf7-list-item-label:before {
  background: rgba(0, 0, 0, 0.26);
}
form .wpcf7-checkbox > .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label:before {
  outline: 5px auto rgba(0, 103, 244, 0.247);
  outline: 5px auto -webkit-focus-ring-color;
}

.form-section-label {
  color: #009ee0;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .form-section-label {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.wpcf7-not-valid-tip {
  margin-bottom: 16px;
}

.wpcf7-response-output {
  border: none !important;
  background-color: #dc3232;
  color: white;
  border-radius: 2px;
  margin: 32px 0 !important;
}

.new-design .wpcf7-form input:not([type=submit]):not([type=checkbox]), .new-design .wpcf7-form textarea, .new-design .wpcf7-form select {
  border: 2px solid #009EE0;
  border-radius: 8px;
}
.new-design .wpcf7-form .form-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .new-design .wpcf7-form .form-footer {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    gap: 3rem;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.new-design .wpcf7-form .form-footer input[type=submit] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.new-design .wpcf7-form .form-footer input[type=submit],
.new-design .wpcf7-form .form-footer button {
  font-weight: 700;
  text-align: center;
}
.new-design .wpcf7-form .form-footer .wpcf7-spinner {
  -ms-flex-order: 3;
      order: 3;
}
@media (min-width: 576px) {
  .new-design .wpcf7-form .form-footer .wpcf7-spinner {
    margin-right: auto;
    -ms-flex-order: -1;
        order: -1;
  }
}

#application-form form [class*=col-] {
  margin-top: 0.5rem;
}
#application-form form [class*=col-] label {
  margin-bottom: 0.25rem;
  display: block;
}
#application-form form [class*=col-] input:not([type=submit]):not([type=checkbox]), #application-form form [class*=col-] textarea, #application-form form [class*=col-] select {
  margin: 0.25rem 0 10px;
}

/* Handle Sendinblue forms */
.sib-form {
  background-color: unset !important;
}
.sib-form * {
  font-family: "Fira Sans", "Open Sans", Helvetica, Arial !important;
}
.sib-form #sib-container {
  border: 0 !important;
  max-width: 100% !important;
}
.sib-form #sib-container div:first-child .sib-form-block p {
  font-size: inherit !important;
  font-size: 1.563rem !important;
  line-height: 1.875rem !important;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #003e90 !important;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  overflow-wrap: break-word;
}
.sib-form #sib-container .entry__field {
  border: none !important;
}
.sib-form #sib-container input:not([type=submit]):not([type=checkbox]), .sib-form #sib-container textarea, .sib-form #sib-container select {
  border: 2px solid #009EE0 !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.sib-form #sib-container input[type=submit], .sib-form #sib-container button {
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid transparent !important;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center !important;
  border-radius: 8px !important;
  text-decoration: none;
  font-weight: 400 !important;
  transition: all 200ms ease !important;
  font-family: "Fira Sans", "Open Sans", Helvetica, Arial !important;
  border: none !important;
  background-color: #009ee0 !important;
  color: white !important;
}
.sib-form #sib-container input[type=submit]:hover, .sib-form #sib-container button:hover {
  text-decoration: none;
  background-color: #f49e00 !important;
  color: white !important;
  transition: background-color 200ms ease;
}
.sib-form #sib-container label.entry__error {
  border: none !important;
  background-color: #dc3232 !important;
  color: white !important;
  border-radius: 8px !important;
  padding: 8px;
  max-width: 100%;
}

.blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.block {
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  .block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .block {
    max-width: 1280px;
  }
}
@media (max-width: 575.98px) {
  .block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.block .row .col {
  position: relative;
  width: 100%;
}
@media (max-width: 575.98px) {
  .block .row .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block .row .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block .row .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block .row .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .block .row .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container .block:first-child {
  margin-top: 30px;
}
.block.small-margin {
  margin-top: 30px;
}
#breadcrumbs--block + .wrapper > .block:first-child, #breadcrumbs--block + .wrapper > .blocks:first-child > .block:first-child {
  margin-top: 0;
}
.block.large-margin {
  margin-top: 100px;
}
.block.no-margin {
  margin-top: 0;
}
.block.block-padded {
  padding: 1rem;
}
@media (min-width: 576px) {
  .block.block-padded {
    padding: 0 1rem;
  }
}
@media (max-width: 575.98px) {
  .block.block-padded {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block.block-padded {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block.block-padded {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block.block-padded {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .block.block-padded {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.block.block-padded > * {
  position: relative;
  width: 100%;
}
@media (max-width: 575.98px) {
  .block.block-padded > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block.block-padded > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block.block-padded > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block.block-padded > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .block.block-padded > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .block.block-padded > * {
    margin-left: 8.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 576px) {
  .block.block-padded + .block.block-padded {
    padding: 0.5rem 0;
  }
}
.block.block-full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.block.block-full-width .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .block.block-full-width .row .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block.block-full-width .row .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block.block-full-width .row .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block.block-full-width .row .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .block.block-full-width .row .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.block.block-full-width .row .row > .col {
  position: relative;
  width: 100%;
}
@media (max-width: 575.98px) {
  .block.block-full-width .row .row > .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block.block-full-width .row .row > .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block.block-full-width .row .row > .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block.block-full-width .row .row > .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .block.block-full-width .row .row > .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.block.block-full-width .row > .col {
  padding-left: 0;
  padding-right: 0;
}
.block.block-container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .block.block-container {
    padding-bottom: 0;
  }
}

footer {
  margin-top: 100px;
}

@media (min-width: 576px) {
  .new-design .block.block-search, .new-design .block.block-filter {
    max-width: 1240px;
  }
}

.btn, .new-design .wpcf7-form input[type=submit] {
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
}
.new-design .btn, .new-design .wpcf7-form input[type=submit] {
  transition: all 200ms ease;
  font-family: "Fira Sans", "Open Sans", Helvetica, Arial;
  font-weight: 400;
  border: none;
}
.btn:hover, .new-design .wpcf7-form input[type=submit]:hover {
  text-decoration: none;
}
.btn.btn-primary, .new-design .wpcf7-form input[type=submit] {
  border-color: #009ee0;
  color: #003e90;
}
.btn.btn-primary:hover, .new-design .wpcf7-form input[type=submit]:hover {
  background-color: #009ee0;
  color: white;
  transition: background-color 200ms ease;
}
.new-design .btn.btn-primary, .new-design .wpcf7-form input[type=submit] {
  border-radius: 8px;
  background-color: #009ee0;
  color: white;
}
.new-design .btn.btn-primary:hover, .new-design .wpcf7-form input[type=submit]:hover {
  background-color: rgba(0, 158, 224, 0.3);
}
.btn.btn-secondary, .new-design .wpcf7-form input.btn-secondary[type=submit] {
  background-color: #003e90;
  border-color: #003e90;
  color: white;
}
.btn.btn-secondary:hover, .new-design .wpcf7-form input.btn-secondary[type=submit]:hover {
  color: #009ee0;
}
.btn.btn-primary-border, .new-design .wpcf7-form input.btn-primary-border[type=submit] {
  padding: 8px 20px;
  border: 2px solid;
  background-color: transparent;
  border-color: #009ee0;
  color: #009ee0;
}
.btn.btn-primary-border:hover, .new-design .wpcf7-form input.btn-primary-border[type=submit]:hover {
  border-color: rgba(0, 158, 224, 0.3);
  color: rgba(0, 158, 224, 0.3);
}

.btn-readmore {
  margin-top: 5px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #003e90;
  font-weight: 600;
  font-style: italic;
  text-decoration: underline !important;
  cursor: pointer;
}
.btn-readmore:hover {
  color: #f49e00 !important;
}
.btn-readmore:visited {
  color: #003e90;
}

@media screen and (max-width: 768px) {
  .btn, .new-design .wpcf7-form input[type=submit] {
    padding: 10px 10px;
  }
}
.btn-arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border: 1px solid white;
  text-align: center;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
}
.btn-arrow svg {
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  left: -1px;
}
.btn-arrow:hover {
  color: #003e90;
  border-color: #003e90;
  text-decoration: none;
}
.btn-arrow:hover svg line, .btn-arrow:hover svg path {
  stroke: #003e90;
}

.link-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #009ee0 !important;
  margin-top: 2rem;
  text-decoration: none;
  font-weight: bold;
}
.link-icon svg {
  display: block;
  width: 50px;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.twoimages {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 1.25rem 0;
}
.twoimages .image-wrapper {
  -ms-flex: 1;
      flex: 1;
  margin: 0;
  padding: 0;
  max-width: 50%;
}
.twoimages .image-wrapper .image_element {
  padding-top: 75%;
}

.block-headline-text-image-teaser {
  margin-top: 96px !important;
  margin: 0 auto;
}
.block-headline-text-image-teaser:first-child {
  margin-top: 64px;
}
.block-headline-text-image-teaser-text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.block-headline-text-image-teaser-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.block-headline-text-image-teaser--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
}
.block-headline-text-image-teaser .block-button {
  margin: 0;
  padding: 0;
}
.block-headline-text-image-teaser .block-button a {
  background-color: #f49e00;
  border-color: #f49e00;
}
.block-headline-text-image-teaser .block-button a:hover {
  background-color: #C37E00;
  border-color: #C37E00;
  color: white;
}
.block-headline-text-image-teaser .block-headline-text-image-teaser--title {
  color: #003e90;
  font-size: 32px;
  line-height: 1.2;
}
.block-headline-text-image-teaser .block-headline-text-image-teaser--copyblock {
  color: #434343;
  font-size: 20px;
  line-height: 1.5rem;
  margin: 0;
}
.block-headline-text-image-teaser .block-with-text {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.block-headline-text-image-teaser .block-with-image {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 2;
      order: 2;
  padding: 0 !important;
}
.block-headline-text-image-teaser.block-headline-text-image-teaser-odd .block-with-text {
  -ms-flex-order: 2;
      order: 2;
}
.block-headline-text-image-teaser.block-headline-text-image-teaser-odd .block-with-image {
  -ms-flex-order: 1;
      order: 1;
}

@media screen and (max-width: 768px) {
  .block-headline-text-image-teaser {
    margin-top: 96px !important;
  }
  .block-headline-text-image-teaser-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 16px;
  }
  .block-headline-text-image-teaser--content {
    gap: 16px;
  }
  .block-headline-text-image-teaser .block-with-text {
    -ms-flex-order: 2;
        order: 2;
  }
  .block-headline-text-image-teaser .block-with-image {
    -ms-flex-order: 1;
        order: 1;
  }
}
.donation-section {
  padding: 16px;
  background-color: white;
  position: fixed;
  z-index: 99999;
  width: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
@media (max-width: 1199.98px) {
  .donation-section {
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .donation-section {
    width: 80%;
    padding: 12px;
  }
}
@media (max-width: 767.98px) {
  .donation-section {
    width: 90%;
  }
}
.donation-section .blue {
  background-color: #003E90;
}
.donation-section img {
  width: 100%;
}
.donation-section .image-hadline-wrapper {
  position: relative;
}
.donation-section .image-hadline-wrapper .orange-overlay {
  position: absolute;
  left: 0;
  line-height: 1.2;
  right: 0;
  bottom: -32px;
  background-color: #f49e00;
  padding: 15px 30px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .donation-section .image-hadline-wrapper .orange-overlay {
    width: unset;
    margin: 0 12px;
    padding: 6px;
  }
}
.donation-section .image-hadline-wrapper .orange-overlay .text {
  color: #FFFFFF;
  text-align: center;
  font-size: 50px;
}
@media (max-width: 991.98px) {
  .donation-section .image-hadline-wrapper .orange-overlay .text {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .donation-section .image-hadline-wrapper .orange-overlay .text {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .donation-section .image-hadline-wrapper .orange-overlay .text {
    font-size: 22px;
  }
}
.donation-section .text-link-wrapper {
  text-align: center;
  margin-top: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.donation-section .text-link-wrapper .text {
  padding: 0 12px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .donation-section .text-link-wrapper .text {
    font-size: 20px;
  }
}
.donation-section .donation-link {
  color: #f49e00;
  font-weight: unset;
  font-style: normal;
}
.donation-section .donation-link:hover {
  color: #C37E00;
}
.donation-section .btn-secondary {
  background-color: #f49e00;
}
.donation-section .btn-secondary:hover {
  background-color: #C37E00;
  color: white;
}
.donation-section .links-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin: auto;
  padding: 46px 0 24px 0;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767.98px) {
  .donation-section .links-wrapper {
    gap: 12px;
  }
}
.donation-section .close {
  cursor: pointer;
  color: #FFFFFF;
}
.donation-section .close:hover {
  text-decoration: underline;
}
.donation-section .png {
  cursor: pointer;
  position: absolute;
  width: 34px;
  padding: 6px;
  background: white;
  border-radius: 50%;
  top: -16px;
  right: -16px;
}
@media (max-width: 991.98px) {
  .donation-section .png {
    width: 28px;
    top: -13px;
    right: -13px;
  }
}

.display-none {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 158, 224, 0.8);
  z-index: 10000;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.block-headline-text-image-aktuelles-teaser {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.block-headline-text-image-aktuelles-teaser:first-child {
  margin-top: 64px;
}
.block-headline-text-image-aktuelles-teaser-text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.block-headline-text-image-aktuelles-teaser--date {
  font-size: 20px;
  color: #f49e00;
  font-weight: 900;
  margin-top: 8px;
}
.block-headline-text-image-aktuelles-teaser-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.block-headline-text-image-aktuelles-teaser--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
}
.block-headline-text-image-aktuelles-teaser .block-button {
  margin: 0;
  padding: 0;
}
.block-headline-text-image-aktuelles-teaser .block-button a {
  color: #009ee0;
}
.block-headline-text-image-aktuelles-teaser .block-headline-text-image-aktuelles-teaser--title {
  color: #003e90;
  font-size: 32px;
  line-height: 1.2;
}
.block-headline-text-image-aktuelles-teaser .block-headline-text-image-aktuelles-teaser--copyblock {
  color: #434343;
  font-size: 20px;
  line-height: 1.5rem;
  margin: 0;
}
.block-headline-text-image-aktuelles-teaser .block-with-text {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.block-headline-text-image-aktuelles-teaser .block-with-image {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 2;
      order: 2;
  padding: 0 !important;
}
.block-headline-text-image-aktuelles-teaser.block-headline-text-image-aktuelles-teaser-odd .block-with-text {
  -ms-flex-order: 2;
      order: 2;
}
.block-headline-text-image-aktuelles-teaser.block-headline-text-image-aktuelles-teaser-odd .block-with-image {
  -ms-flex-order: 1;
      order: 1;
}

.aktuelles-teaser-list {
  margin-top: 128px;
}
.aktuelles-teaser-list h1 {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .aktuelles-teaser-list {
    margin-top: 98px;
  }
}

@media screen and (max-width: 768px) {
  .block-headline-text-image-aktuelles-teaser-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 16px;
  }
  .block-headline-text-image-aktuelles-teaser--content {
    gap: 16px;
  }
  .block-headline-text-image-aktuelles-teaser .block-with-text {
    -ms-flex-order: 2;
        order: 2;
  }
  .block-headline-text-image-aktuelles-teaser .block-with-image {
    -ms-flex-order: 1;
        order: 1;
  }
}
.teaser-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 64px;
}
.teaser-list h1 {
  text-align: center;
  color: #003e90;
  font-size: 42px;
}
@media (max-width: 1279.98px) {
  .teaser-list h1 {
    text-align: left;
  }
}
.teaser-list-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media (max-width: 1279.98px) {
  .teaser-list-flex {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 76px;
  }
}
.teaser-list-flex .block-headline-datum-text-teaser {
  margin-top: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 48px;
  padding: 0;
}
@media (max-width: 1279.98px) {
  .teaser-list-flex .block-headline-datum-text-teaser {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (max-width: 990.98px) {
  .teaser-list-flex .block-headline-datum-text-teaser {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
  }
}
.teaser-list-flex .block-headline-datum-text-teaser .block-with-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 24px;
}
@media (max-width: 683.98px) {
  .teaser-list-flex .block-headline-datum-text-teaser .block-with-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.teaser-list-flex .block-headline-datum-text-teaser .block-with-wrapper-datum {
  background-color: #f49e00;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 8px 8px;
  gap: 8px;
  text-align: center;
  color: white;
  font-weight: 900;
  width: 90px;
  height: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: normal;
}
.teaser-list-flex .block-headline-datum-text-teaser .block-with-wrapper-datum .day {
  font-size: 32px;
  line-height: 80%;
}
.teaser-list-flex .block-headline-datum-text-teaser .block-with-wrapper-datum .month {
  font-size: 16px;
}
.teaser-list-flex .block-headline-datum-text-teaser .block-with-wrapper-datum .year {
  font-size: 16px;
}
.teaser-list-flex .block-headline-datum-text-teaser .block-with-wrapper-text {
  font-weight: 900;
}
.teaser-list-flex .block-headline-datum-text-teaser .block-with-wrapper-text h2 {
  color: #009ee0;
  font-size: 24px;
  padding-right: 20px;
}
.teaser-list-flex .block-headline-datum-text-teaser .block-with-wrapper-text .block-description {
  display: none;
}
@media (max-width: 1279.98px) {
  .teaser-list-flex .block-headline-datum-text-teaser .block-with-wrapper-text .block-description {
    display: block;
  }
}
.teaser-list-flex .block-headline-datum-text-teaser .btn-readmore {
  font-style: normal;
  width: 200px;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #009ee0;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  color: #009ee0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.teaser-list-flex .block-headline-datum-text-teaser .btn-readmore:hover {
  background-color: #009ee0;
  color: white !important;
}
.teaser-list-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: right;
      justify-content: right;
}
@media (max-width: 991.98px) {
  .teaser-list-btn {
    -ms-flex-pack: left;
        justify-content: left;
  }
}
.teaser-list-btn .btn-all {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #009ee0;
  text-decoration: none;
}
.teaser-list-btn .btn-all .svg {
  width: 24px;
}
.teaser-list-btn .btn-all:hover {
  color: #f49e00;
}
.teaser-list-btn .btn-all:hover .svg {
  filter: invert(68%) sepia(44%) saturate(518%) hue-rotate(10deg) brightness(130%) contrast(105%);
}

.termine-teaser-list {
  margin-top: 128px;
}
.termine-teaser-list h1 {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .termine-teaser-list {
    margin-top: 98px;
  }
}

.block-headline-text .block-headline-text--title {
  color: #003e90;
  margin: 0 0 5px 0;
}
.block-headline-text .medium-headline {
  margin-top: 2rem;
  color: #003e90;
  font-size: 1.2rem;
}
.block-headline-text .small-headline {
  margin-top: 2rem;
  color: #003e90;
}
.block-headline-text--imprint .block-headline-text--title,
.block-headline-text--imprint h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.block-headline-text--imprint ul,
.block-headline-text--imprint li {
  margin-top: 1em;
}
.block-headline-text .block-headline-text--copyblock,
.block-headline-text .block-headline-text--copyblock p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.block-headline-text .block-headline-text--copyblock h1 {
  margin-bottom: 1em;
  color: #003e90;
}
.block-headline-text .block-headline-text--copyblock h2 {
  margin-bottom: 1em;
  color: #003e90;
}
.block-headline-text .block-headline-text--copyblock h3 {
  margin-bottom: 1em;
  color: #434343;
}
.block-headline-text .block-headline-text--copyblock h4, .block-headline-text .block-headline-text--copyblock h5, .block-headline-text .block-headline-text--copyblock h6 {
  margin-bottom: 1em;
  color: #434343;
}
.block-headline-text + .textblock {
  margin-top: 0;
}
.block-headline-text .block-headline-text--date {
  padding-bottom: 0.5rem;
}
.block-headline-text .block-headline-text--date-witout-img {
  padding: 20px 0 10px 0;
}
.block-headline-text .block-headline-text-date--text {
  font-size: small;
}
.block-headline-text--large {
  padding: 0;
}
.block-headline-text--large .block-headline-text--copyblock p {
  font-size: 1.25rem;
  line-height: 1.5;
}

.headline-divider {
  background: #f49e00;
  width: 100%;
  max-width: 40%;
  height: 5px;
  display: block;
  margin: 0px 0 20px;
}

@media screen and (max-width: 768px) {
  .headline-divider {
    max-width: 50%;
  }
}
.new-design .block-headline-text .block-headline-text--content {
  max-width: 840px;
  margin-top: 5rem;
}
.new-design .block-headline-text .block-headline-text--title {
  color: #009ee0;
}
.new-design .block-headline-text .headline-divider {
  display: none;
}
.new-design .block-headline-text .block-headline-text--copyblock,
.new-design .block-headline-text .block-headline-text--copyblock p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #434343;
}
.new-design .block-headline-text .block-headline-text--copyblock a {
  color: #009ee0;
}

.block-text ul {
  list-style-type: square;
}
.block-text ul li::marker {
  color: #f49e00;
}
.block-text ul li, .block-text ol li {
  margin-top: 1rem;
}

.block.image-with-orange-overlay {
  display: block;
  position: relative;
  max-width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.block.image-with-orange-overlay .image-wrapper {
  width: 100%;
}
@media (max-width: 575.98px) {
  .block.image-with-orange-overlay .image-wrapper .image_element {
    padding-top: 75%;
  }
}
@media (max-width: 575.98px) {
  .block.image-with-orange-overlay .orange-overlay-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block.image-with-orange-overlay .orange-overlay-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block.image-with-orange-overlay .orange-overlay-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block.image-with-orange-overlay .orange-overlay-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .block.image-with-orange-overlay .orange-overlay-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .block.image-with-orange-overlay .orange-overlay-wrapper {
    max-width: 1280px;
  }
}
.block.image-with-orange-overlay .orange-overlay-wrapper .orange-overlay {
  background-color: #f49e00;
  padding: 15px 30px;
  position: relative;
  position: relative;
  margin-bottom: 30px;
}
.block.image-with-orange-overlay .orange-overlay-wrapper .orange-overlay .text {
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .block.image-with-orange-overlay .orange-overlay-wrapper .orange-overlay .text {
    font-size: 32px;
    line-height: 37px;
  }
}
.block.image-with-orange-overlay .orange-overlay-wrapper .orange-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 30px;
  background-image: url(../img/orange_slant_left.svg);
  background-size: 100% 100%;
}
@media (max-width: 991.98px) {
  .block.image-with-orange-overlay .orange-overlay-wrapper .orange-overlay {
    padding: 10px 24px;
  }
}
.block.image-with-orange-overlay .image-wrapper ~ .orange-overlay-wrapper .orange-overlay {
  margin-top: -60px;
}
@media (max-width: 991.98px) {
  .block.image-with-orange-overlay .image-wrapper ~ .orange-overlay-wrapper .orange-overlay {
    margin-top: -25px;
  }
}
.block.image-with-orange-overlay--top .orange-overlay-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: -2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 1200px) {
  .block.image-with-orange-overlay--top .orange-overlay-wrapper {
    margin-bottom: -3rem;
  }
}
.block.image-with-orange-overlay--top .orange-overlay {
  background-color: #f49e00;
  padding: 1.5rem 2rem;
  margin-bottom: 0 !important;
}
.blue-design .block.image-with-orange-overlay--top .orange-overlay {
  background-color: #009ee0;
}
@media (min-width: 1200px) {
  .block.image-with-orange-overlay--top .orange-overlay {
    padding: 2.5rem 3rem;
  }
}
.block.image-with-orange-overlay--top .orange-overlay h1 {
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .block.image-with-orange-overlay--top .orange-overlay h1 {
    font-size: 4rem;
  }
}
.block.image-with-orange-overlay--top .orange-overlay:after {
  display: none;
}

.blue-design .orange-overlay-wrapper .orange-overlay {
  background-color: #009ee0 !important;
}

.block-filter {
  background-color: #f0f0f0;
  padding: 15px 30px;
  border-radius: 0 0 2px 2px;
}
.block-filter #filter_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-design .block-filter {
  padding: 1.5rem 2rem;
}
.block-filter .block-filter-select {
  height: 40px;
  padding: 0 1rem;
  padding-right: 4rem;
  border: 2px solid #f49e00;
  border-radius: 8px;
  color: #434343;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 17px) calc(1em + 4px), calc(100% - 12px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.9em;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .block-filter .block-filter-select {
    width: auto;
  }
}
.block-filter .block-filter-select:active {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.block-filter .block-filter--items {
  display: -ms-flexbox;
  display: flex;
}
.block-filter .block-filter--items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-filter .block-filter--items ul li {
  display: inline-block;
  float: left;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0 12px 16px 0;
  cursor: pointer;
  box-sizing: border-box;
}
.block-filter .block-filter--items ul li.category-filter {
  border: 1px solid #434343;
  padding: 6px 12px;
  border-radius: 8px;
}
.block-filter .block-filter--items ul li.category-filter:hover, .block-filter .block-filter--items ul li.category-filter.active {
  border-color: #009ee0;
  box-shadow: inset 0 0 0 2px #009ee0;
  color: #003e90;
}
.block-filter .block-filter--items ul li.category-filter.active:after {
  content: "";
  margin-left: 10px;
  background: url(../img/icon-close.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  top: 2px;
  position: relative;
}
.block-filter .block-filter--items ul li.date-filter {
  position: relative;
}
.block-filter .block-filter--items ul li.date-filter input {
  background: #f49e00;
  border: none;
  padding: 7px 14px;
  color: white;
  opacity: 1;
  max-width: 270px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 300;
  border-radius: 8px;
}
.block-filter .block-filter--items ul li.date-filter input:-ms-input-placeholder {
  color: white;
}
.block-filter .block-filter--items ul li.date-filter input::placeholder {
  color: white;
}
.block-filter .block-filter--items ul li.date-filter > i {
  position: absolute;
  right: 6px;
  top: 6px;
  bottom: 0;
  z-index: 10;
  cursor: initial;
  color: white;
  font-size: 1.4rem;
}
.block-filter .block-filter--items ul li:first-child {
  margin-left: 0;
}
.block-filter .block-filter--items ul li:last-child {
  margin-right: 0;
}
.block-filter .block-filter--items #reset-filters {
  cursor: pointer;
  border: none;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
  background: #FFFFFF;
  color: #009ee0;
  box-shadow: 0px 0px 6px 0px rgba(0, 62, 144, 0.25);
  padding: 6px 12px;
  border-radius: 8px;
}
.block-filter .block-filter--items #reset-filters:hover {
  color: #003e90;
}
.block-filter .filter-label {
  color: #009ee0;
  margin-bottom: 8px;
}
.block.large-margin + .block-filter {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .block-filter .block-filter--items ul li.active:after {
    top: 3px;
    position: relative;
  }
}

.block-headline-text-3-columns--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
  height: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.block-headline-text-3-columns--content .aktuelles-image {
  padding: 20px;
  aspect-ratio: 16/9;
}
.block-headline-text-3-columns--content .btn-readmore {
  -ms-flex-positive: 2;
      flex-grow: 2;
}
.block-headline-text-3-columns--content .headline-divider {
  margin-top: 25px;
  margin-bottom: 0;
}
.block-headline-text-3-columns--content .btn-primary, .block-headline-text-3-columns--content .new-design .wpcf7-form input[type=submit], .new-design .wpcf7-form .block-headline-text-3-columns--content input[type=submit] {
  max-width: 200px;
}
.block-headline-text-3-columns--content .block-text-image-teaser--img {
  margin-bottom: 32px;
}
.block-headline-text-3-columns--date-text {
  margin: 0;
  padding: 0;
  font-size: medium;
  color: #009ee0;
}
.block-headline-text-3-columns--date {
  margin-bottom: 16px;
}
.block-headline-text-3-columns--title-with-date {
  margin-bottom: 8px;
  min-height: 76px;
}
.block-headline-text-3-columns--title {
  margin-bottom: 8px;
  min-height: 76px;
}
.block-headline-text-3-columns--copyblock {
  color: #434343;
}

.aktuelle {
  height: 100%;
  padding: 20px;
}

.highlight {
  background-color: #d5edfa;
  border-radius: 2px;
}
.highlight .btn-primary, .highlight .new-design .wpcf7-form input[type=submit], .new-design .wpcf7-form .highlight input[type=submit] {
  background-color: #009ee0;
  color: #FFFFFF;
}
.highlight .btn-primary:hover, .highlight .new-design .wpcf7-form input[type=submit]:hover, .new-design .wpcf7-form .highlight input[type=submit]:hover {
  background-color: #d5edfa;
  color: #003e90;
  transition: background-color 200ms ease;
}

@media screen and (max-width: 768px) {
  .block-headline-text-3-columns--content .block-headline-text-3-columns--title {
    font-size: 19px;
    line-height: 21px;
  }
}
.block-headline-text-3-columns--content-blog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.block-headline-text-3-columns--content-blog .btn-readmore {
  -ms-flex-positive: 2;
      flex-grow: 2;
}
.block-headline-text-3-columns--content-blog .headline-divider {
  margin-top: 25px;
  margin-bottom: 0;
}
.block-headline-text-3-columns--content-blog a {
  display: block;
  text-decoration: none;
}
.block-headline-text-3-columns--content-blog a:hover {
  text-decoration: none;
}
.block-headline-text-3-columns--content-blog .block-headline-text-3-columns--title {
  padding: 20px 0 10px 0;
}
.block-headline-text-3-columns--content-blog .block-headline-text-3-columns--date {
  padding: 20px 0 10px 0;
}
.block-headline-text-3-columns--content-blog .block-headline-text-3-columns--date-without-img {
  padding: 0px 0 10px 0;
}

.post-type-archive-thw-blogposts .block-headline-text-3-columns--aktuelle {
  -ms-flex: 1;
      flex: 1;
}
.post-type-archive-thw-blogposts .block-headline-text-3-columns--avatar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.post-type-archive-thw-blogposts .block-headline-text-3-columns--avatar .image_element {
  border-radius: 50%;
}
.post-type-archive-thw-blogposts .block-headline-text-3-columns--avatar-build {
  border: 4px solid #009ee0;
  border-radius: 50%;
  background-color: #F1F1F1;
  width: 100px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.post-type-archive-thw-blogposts .block-headline-text-3-columns--avatar-build .avatar-img {
  fill: #009ee0;
  width: 42px;
}
.post-type-archive-thw-blogposts .block-headline-text-3-columns--author-and-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.post-type-archive-thw-blogposts .block-headline-text-3-columns--author-and-date .block-headline-text-3-columns--author-text {
  margin: 0;
  margin-top: 32px;
  padding: 0;
  font-size: 20px;
  color: #009ee0;
  font-weight: 700;
}
.post-type-archive-thw-blogposts .block-headline-text-3-columns--author-and-date .block-headline-text-3-columns--date-text {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  color: #f49e00;
}
.post-type-archive-thw-blogposts .blogs-wrapper {
  position: relative;
}
.post-type-archive-thw-blogposts .blogs-wrapper .post-item {
  gap: 72px;
  margin-bottom: 72px;
}
.post-type-archive-thw-blogposts .blogs-wrapper .post-item .mobile-image {
  display: none;
}
.post-type-archive-thw-blogposts .blogs-wrapper .post-item .desktop-image {
  display: block;
}
.post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-headline {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  margin-top: 32px;
  max-width: 90%;
}
.post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-button {
  padding: 0;
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
}
.post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-button .btn, .post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-button .new-design .wpcf7-form input[type=submit], .new-design .wpcf7-form .post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-button input[type=submit] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
}
.post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-text-image-teaser--img {
  width: 70%;
  margin-top: 32px;
}
.post-type-archive-thw-blogposts .blogs-wrapper::before {
  content: " ";
  display: block;
  width: 3px;
  background-color: #009ee0;
  position: absolute;
  top: 60px;
  bottom: -150px;
  left: 68px;
  z-index: -1;
}
.post-type-archive-thw-blogposts .blogs-wrapper::after {
  content: " ";
  z-index: -1;
  background-color: #009ee0;
  width: 42px;
  height: 3px;
  position: absolute;
  bottom: -150px;
  left: 48px;
}

.aktuelles-load-more {
  height: 100px;
  margin-left: 0;
}
.aktuelles-load-more-button {
  position: relative;
  border-radius: 50%;
  background-color: #f49e00;
  width: 100px;
  height: 100px;
  color: white;
  margin: auto;
  border: 8px solid white;
  font-size: 64px;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}
.aktuelles-load-more-button:hover {
  background-color: #C37E00;
}
.aktuelles-load-more-button::after {
  content: "weitere Beiträge laden";
  margin: 0;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 110px;
  color: #f49e00;
  font-size: 20px;
  top: 30px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .post-type-archive-thw-blogposts .mobile-image {
    display: block !important;
  }
  .post-type-archive-thw-blogposts .desktop-image {
    display: none !important;
  }
  .post-type-archive-thw-blogposts .block-headline-text-3-columns--avatar-build {
    border: 2px solid #009ee0;
    width: 50px;
    height: 50px;
  }
  .post-type-archive-thw-blogposts .block-headline-text-3-columns--avatar-build .avatar-img {
    width: 20px;
  }
  .post-type-archive-thw-blogposts .blogs-wrapper .block-headline-text-3-columns--author-and-date {
    margin-left: 22px;
  }
  .post-type-archive-thw-blogposts .blogs-wrapper .block-headline-text-3-columns--author-text {
    margin-top: 10px;
  }
  .post-type-archive-thw-blogposts .blogs-wrapper .post-item {
    gap: unset;
  }
  .post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-text-image-teaser--img {
    width: 100%;
    margin-top: 24px;
  }
  .post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-headline {
    font-size: 20px;
    font-weight: 900;
  }
  .post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-button .btn, .post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-button .new-design .wpcf7-form input[type=submit], .new-design .wpcf7-form .post-type-archive-thw-blogposts .blogs-wrapper .post-item .block-button input[type=submit] {
    width: unset;
    -ms-flex: 1;
        flex: 1;
  }
  .post-type-archive-thw-blogposts .blogs-wrapper::before {
    width: 2px;
    left: 44px;
    bottom: -100px;
  }
  .post-type-archive-thw-blogposts .blogs-wrapper::after {
    height: 2px;
    bottom: -100px;
    left: 24px;
  }

  .aktuelles-load-more {
    height: 50px;
  }
  .aktuelles-load-more-button {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .aktuelles-load-more-button::after {
    left: 50px;
    top: 6px;
  }
}
.block-image-highlight--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  min-height: 336px;
}
@media screen and (max-width: 768px) {
  .block-image-highlight--content {
    min-height: 0;
  }
}
.block-image-highlight--content .block-text-image-teaser--date {
  padding-bottom: 10px;
}
.block-image-highlight--content .block-text-image-teaser--date-text {
  font-size: small;
  color: #f0f0f0;
}
.block-image-highlight--content .block-text-image-teaser--img {
  height: 100%;
  -ms-flex-positive: 2;
      flex-grow: 2;
}
.block-image-highlight--content .block-text-image-teaser--img .image-wrapper {
  height: 100%;
}
.block-image-highlight--content .block-text-image-teaser--img .image-wrapper .image_element {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .block-image-highlight--content .block-text-image-teaser--img .image-wrapper .image_element {
    padding-top: 75%;
  }
}
.block-image-highlight--content .block-image-highlight--box {
  background: #009ee0;
  padding: 15px 65px 15px 15px;
  box-sizing: border-box;
  position: relative;
}
.block-image-highlight--content .block-image-highlight--box .block-headline.block-image-highlight--title {
  color: white;
}
.block-image-highlight--content .block-image-highlight--arrowbox {
  position: absolute;
  right: 15px;
  top: 15%;
}
.block-image-highlight--content .block-image-highlight--arrowbox-with-date {
  position: absolute;
  right: 15px;
  top: 30%;
}
@media screen and (max-width: 768px) {
  .block-image-highlight--content .block-image-highlight--box .block-headline.block-image-highlight--title {
    font-size: 19px;
  }
}

.block-image-fullwidth-caption--img {
  position: relative;
}
@media (max-width: 575.98px) {
  .block-image-fullwidth-caption--img .image-wrapper .image_element {
    padding-top: 240px;
  }
}
.block-image-fullwidth-caption--img .block-image-fullwidth-caption--text {
  position: absolute;
  right: 3px;
  bottom: 3px;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 8px;
}
.thw-image-slider .block-image-fullwidth-caption--img .block-image-fullwidth-caption--text, .block-map--output .block-image-fullwidth-caption--img .block-image-fullwidth-caption--text {
  display: none;
}
.active .block-image-fullwidth-caption--img .block-image-fullwidth-caption--text {
  display: block;
}
.block-image-fullwidth-caption--img .block-image-fullwidth-caption--text p {
  margin-top: 0;
}
.block-image-fullwidth-caption--img .block-image-fullwidth-caption--text p:empty {
  display: none;
}

@media screen and (max-width: 768px) {
  .block-image-fullwidth-caption--text, .block-image-fullwidth-caption--text p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.block-video--content {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.block-video--content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-event-image-headline-textblock--content {
  position: relative;
  margin-top: 20px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 20px;
}
.block-event-image-headline-textblock--content .top-wrapper {
  border-bottom: 2px solid #F1F1F1;
}
.block-event-image-headline-textblock--content .top-wrapper .date {
  color: white;
  background-color: #009ee0;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 900;
  padding: 8px 12px;
}
.block-event-image-headline-textblock--content-wrapper {
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.block-event-image-headline-textblock--content-wrapper--termin-type {
  font-size: 18px;
  font-weight: 700;
}
.block-event-image-headline-textblock--content-wrapper--duration {
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #434343;
}
.block-event-image-headline-textblock--content-wrapper--location {
  color: #009ee0;
  font-size: 18px;
  font-weight: 400;
}
.block-event-image-headline-textblock--content-bottom-wrapper {
  padding: 12px;
}
.block-event-image-headline-textblock--content-bottom-wrapper .text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.block-event-image-headline-textblock--content .readmore {
  color: #009ee0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
.block-event-image-headline-textblock--content .readmore:hover {
  color: #003e90;
}
.block-event-image-headline-textblock--content.orange .date {
  background-color: #f49e00;
}
.block-event-image-headline-textblock--content.orange .termin-type {
  color: #f49e00;
}
.block-event-image-headline-textblock--content.dark-blue .date {
  background-color: #003e90;
}
.block-event-image-headline-textblock--content.dark-blue .termin-type {
  color: #003e90;
}
.block-event-image-headline-textblock--content.gray .date {
  background-color: #434343;
}
.block-event-image-headline-textblock--content.gray .termin-type {
  color: #434343;
}
.block-event-image-headline-textblock--content.light-blue .date {
  background-color: #009ee0;
}
.block-event-image-headline-textblock--content.light-blue .termin-type {
  color: #009ee0;
}
.block-event-image-headline-textblock--content .btn-readmore {
  -ms-flex-positive: 2;
      flex-grow: 2;
}
.block-event-image-headline-textblock--content a {
  display: block;
  text-decoration: none;
}
.block-event-image-headline-textblock--content a:hover {
  text-decoration: none;
}
.block-event-image-headline-textblock--content > i {
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: 10;
  pointer-events: none;
  font-size: 3rem;
  color: #009ee0;
}
.block-event-image-headline-textblock--content .block-event-image-headline-textblock--title {
  color: #003e90;
  font-size: 20px;
}
.block-event-image-headline-textblock--content .block-event-image-headline-textblock--copyblock p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.block-event-image-headline-textblock--content .block-event-date {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #003e90;
  display: inline-block;
  font-weight: 600;
  font-style: italic;
}
.block-event-image-headline-textblock--content .block-event-date:after {
  content: "|";
  margin: 0 10px;
  color: #434343;
  font-style: normal;
  font-weight: 400;
}
.block-event-image-headline-textblock--content .block-event-image-headline-textblock--group {
  display: block;
  margin-top: 25px;
  text-align: center;
  border-top: 1px solid #003e90;
  padding-top: 10px;
}
.block-event-image-headline-textblock--content .block-event-image-headline-textblock--group span {
  display: inline-block;
  border: none;
  padding: 0;
  font-size: 19px;
  margin: 0 5px 5px 0;
  margin-right: 5px;
  margin-left: 0px;
  box-sizing: border-box;
  color: #003e90;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .block-event-image-headline-textblock--content .block-event-image-headline-textblock--title {
    font-size: 19px;
  }
  .block-event-image-headline-textblock--content .block-event-image-headline-textblock--copyblock p {
    line-height: 24px;
    font-size: 20px;
  }
  .block-event-image-headline-textblock--content .block-event-date {
    font-size: 20px;
  }
  .block-event-image-headline-textblock--content .block-event-image-headline-textblock--group span {
    font-size: 20px;
  }
}

#archive-thw-termin .block-search, #archive-thw-aktuelles .block-search {
  background-color: #d5edfa;
}
#archive-thw-termin .suche-label, #archive-thw-aktuelles .suche-label {
  color: #009ee0;
  margin-bottom: 8px;
}
#archive-thw-termin .thw-searchform input[type=text], #archive-thw-aktuelles .thw-searchform input[type=text] {
  border-color: #009ee0;
}
#archive-thw-termin .thw-searchform button, #archive-thw-aktuelles .thw-searchform button {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
#archive-thw-termin .thw-searchform button i, #archive-thw-aktuelles .thw-searchform button i {
  color: #003e90;
}
#archive-thw-termin .block-filter .block-filter--items ul li.date-filter, #archive-thw-aktuelles .block-filter .block-filter--items ul li.date-filter {
  border: 2px solid #009ee0;
  border-radius: 10px;
}
#archive-thw-termin .block-filter .block-filter--items ul li.date-filter input, #archive-thw-aktuelles .block-filter .block-filter--items ul li.date-filter input {
  background-color: #FFFFFF;
  color: #434343;
}
#archive-thw-termin .block-filter .block-filter--items ul li.date-filter input:-ms-input-placeholder, #archive-thw-aktuelles .block-filter .block-filter--items ul li.date-filter input:-ms-input-placeholder {
  color: #434343;
}
#archive-thw-termin .block-filter .block-filter--items ul li.date-filter input::placeholder, #archive-thw-aktuelles .block-filter .block-filter--items ul li.date-filter input::placeholder {
  color: #434343;
}
#archive-thw-termin .block-filter .block-filter--items ul li.date-filter i, #archive-thw-aktuelles .block-filter .block-filter--items ul li.date-filter i {
  color: #003e90;
}
#archive-thw-termin .col-lg-10, #archive-thw-aktuelles .col-lg-10 {
  -ms-flex: unset;
      flex: unset;
  max-width: 100%;
}
#archive-thw-termin .offset-lg-1, #archive-thw-aktuelles .offset-lg-1 {
  margin-left: 0;
  margin-right: 0;
}
#archive-thw-termin .block-filter, #archive-thw-aktuelles .block-filter {
  background-color: #d5edfa;
  padding: 15px 20px;
}
#archive-thw-termin .category-filter, #archive-thw-aktuelles .category-filter {
  border: none;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #F1F1F1;
  box-shadow: 0px 0px 6px 0px rgba(0, 62, 144, 0.25);
}
#archive-thw-termin .category-filter.active, #archive-thw-aktuelles .category-filter.active {
  background-color: #FFFFFF;
  color: #009ee0;
}

.block-event-headline-teaser {
  background: #003e90;
  position: relative;
}
.block-event-headline-teaser .block-event-headline-teaser--content {
  padding: 50px 0;
}
.block-event-headline-teaser .block-event-headline-teaser--title {
  color: white;
}
.block-event-headline-teaser .block-event-headline-teaser--details {
  margin-top: 25px;
}
.block-event-headline-teaser .block-event-headline-teaser--details .block-headline {
  color: white;
  font-size: 22px;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  .block-event-headline-teaser .block-event-headline-teaser--title {
    font-size: 32px;
    line-height: 37px;
  }
  .block-event-headline-teaser .block-event-headline-teaser--details .block-headline {
    font-size: 20px;
    line-height: 18px;
  }
}
.block-search {
  background: #f49e00;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 2px 2px 0 0;
}
.block-search .thw-searchform input[type=text] {
  border-color: #f49e00;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.block-search--small {
  background: transparent;
  padding: 0;
}
.block-search--small .thw-searchform--input {
  width: 300px !important;
  max-width: 100%;
  margin-right: 1rem;
}
@media screen and (max-width: 480px) {
  .block-search--small .thw-searchform--input {
    margin-right: 0;
    width: 100% !important;
  }
}
.block-search--small .thw-searchform--input input {
  height: 40px !important;
}
.block-search--small .thw-searchform--submit {
  position: relative !important;
}
@media screen and (max-width: 480px) {
  .block-search--small .thw-searchform--submit {
    width: 100% !important;
  }
}
.block-search--small .btn, .block-search--small .new-design .wpcf7-form input[type=submit], .new-design .wpcf7-form .block-search--small input[type=submit] {
  background-color: #009ee0;
  color: #FFFFFF;
  padding: 7px 20px;
  width: auto !important;
  border: none !important;
  border-radius: 5px !important;
}
@media screen and (max-width: 480px) {
  .block-search--small .btn, .block-search--small .new-design .wpcf7-form input[type=submit], .new-design .wpcf7-form .block-search--small input[type=submit] {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .block-search .thw-searchform input[type=text] {
    font-size: 1rem;
  }
}
.block-contact-form {
  position: relative;
  /* only needed for preview page */
}
.block-contact-form.top-slant {
  position: relative;
  margin-top: 75px;
  margin-top: 125px;
}
.block-contact-form.top-slant:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 75px;
  background-image: url(../img/grey_top_slant_right.svg);
  background-size: 100% 100%;
}
.block-contact-form.top-slant .block-contact-form--content {
  padding: 50px 0;
}
body.preview_page .block-contact-form:first-of-type {
  margin-top: 75px !important;
}
.block-contact-form .block-headline.block-contact-form--title {
  color: #003e90;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .block-contact-form .block-contact-form--content {
    padding: 20px 0;
  }
}
.block-contact-form .block-contact-form--content .block-contact-form--wrapper .signup_successfull {
  display: none;
}
.block-contact-form .block-contact-form--content .block-contact-form--wrapper .thw_signup_successfull {
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  color: #f49e00;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  font-weight: 600;
}
.block-contact-form .block-contact-form--content .acf-notice p,
.block-contact-form .block-contact-form--content p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.block-contact-form .required_note {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.block-contact-form .wpcf7-form input:not([type=submit]):not([type=checkbox]), .block-contact-form .wpcf7-form textarea, .block-contact-form .wpcf7-form select {
  border: 2px solid #009EE0;
  border-radius: 8px;
}
.block-contact-form .wpcf7-form .form-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .block-contact-form .wpcf7-form .form-footer {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    gap: 3rem;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.block-contact-form .wpcf7-form .form-footer input[type=submit] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.block-contact-form .wpcf7-form .form-footer input[type=submit],
.block-contact-form .wpcf7-form .form-footer button {
  font-weight: 700;
  text-align: center;
}
.block-contact-form .wpcf7-form .form-footer .wpcf7-spinner {
  -ms-flex-order: 3;
      order: 3;
}
@media (min-width: 576px) {
  .block-contact-form .wpcf7-form .form-footer .wpcf7-spinner {
    margin-right: auto;
    -ms-flex-order: -1;
        order: -1;
  }
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row .col, .form-row [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-group,
.acf-fields > .acf-field.form-group {
  margin: 0 0 10px;
  padding: 0;
}
.form-group textarea,
.acf-fields > .acf-field.form-group textarea {
  overflow: auto;
  resize: vertical;
  min-height: 150px;
}
.form-group .form-control:not([type=checkbox]),
.form-group .acf-field .form-control:not([type=checkbox]),
.form-group input.hasDatepicker,
.acf-fields > .acf-field.form-group .form-control:not([type=checkbox]),
.acf-fields > .acf-field.form-group .acf-field .form-control:not([type=checkbox]),
.acf-fields > .acf-field.form-group input.hasDatepicker {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  height: 50px;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #009ee0;
  border-radius: 8px;
}
.form-group.form-check,
.acf-fields > .acf-field.form-group.form-check {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.form-group.acf-error .form-control:not([type=checkbox]),
.form-group.acf-error .acf-field .form-control:not([type=checkbox]),
.form-group.acf-error input.hasDatepicker,
.acf-fields > .acf-field.form-group.acf-error .form-control:not([type=checkbox]),
.acf-fields > .acf-field.form-group.acf-error .acf-field .form-control:not([type=checkbox]),
.acf-fields > .acf-field.form-group.acf-error input.hasDatepicker {
  border-color: #f33b28;
}

.acf-ui-datepicker .ui-datepicker-title {
  background: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .block-contact-form {
    -webkit-clip-path: polygon(0 30px, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 30px, 0 100%, 100% 100%, 100% 0);
    padding-top: 30px;
  }
  .block-contact-form .required_note {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 10px;
  }

  .form-group .form-control {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .form-group.form-check {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.form-check {
  position: relative;
  margin: 1em 0;
  text-align: left;
}
.form-check.form-check-inline {
  display: inline-block;
}
.form-check .acf-true-false {
  position: relative;
}
.form-check label .message {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
.form-check label .message:not(:empty) {
  padding-left: 0.75em;
}
.form-check label .message:before, .form-check label .message:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.form-check label .message:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 1px solid #434343;
  cursor: pointer;
  transition: background 0.3s;
}
.form-check.acf-error label .message:before {
  border-color: #f33b28;
}
.form-check input[type=checkbox] {
  outline: 0;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.form-check input[type=checkbox]:checked + .message:before {
  background: #009ee0;
  border: none;
}
.form-check input[type=checkbox]:checked + .message:after {
  -ms-transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
      transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.form-check input[type=checkbox]:disabled + .message:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.form-check input[type=checkbox]:disabled:checked + .message:before {
  background: rgba(0, 0, 0, 0.26);
}
.form-check input[type=checkbox]:focus + .message:before {
  outline: 5px auto rgba(0, 103, 244, 0.247);
  outline: 5px auto -webkit-focus-ring-color;
}

.textblock_imprint p {
  margin-bottom: 1em;
}

.preview-grid a,
.preview-grid a:hover,
.preview-grid a:active,
.preview-grid a:visited {
  text-decoration: none;
}
.preview-grid .row {
  margin-top: -30px;
}
.preview-grid .row .row {
  margin-top: 0;
}
.preview-grid .row > * {
  margin-top: 30px;
}

.thw-image-slider .owl-nav, .block-map--output .owl-nav {
  width: 100%;
  z-index: 99;
  -webkit-tap-highlight-color: transparent;
}

.thw-image-slider .owl-nav [class*=owl-], .block-map--output .owl-nav [class*=owl-] {
  color: #f49e00 !important;
  font-size: 50px !important;
  display: inline-block;
  cursor: pointer;
  width: 50px;
  outline: none;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.thw-image-slider .owl-nav .owl-prev, .block-map--output .owl-nav .owl-prev,
.thw-image-slider .owl-nav .owl-next,
.block-map--output .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.thw-image-slider .owl-nav .owl-prev.disabled, .block-map--output .owl-nav .owl-prev.disabled,
.thw-image-slider .owl-nav .owl-next.disabled,
.block-map--output .owl-nav .owl-next.disabled {
  opacity: 0.25;
}

.thw-image-slider .owl-nav .owl-prev, .block-map--output .owl-nav .owl-prev {
  left: 0;
}

.thw-image-slider .owl-nav .owl-next, .block-map--output .owl-nav .owl-next {
  right: 0;
}

.thw-image-slider .owl-dots, .block-map--output .owl-dots {
  text-align: center;
}
.thw-image-slider .owl-dots span, .block-map--output .owl-dots span {
  background: #434343;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1rem 0.5rem;
  border-radius: 50%;
}
.thw-image-slider .owl-dots .active span, .block-map--output .owl-dots .active span {
  background: #f49e00;
}

html .ui-datepicker,
html .acf-ui-datepicker .ui-datepicker {
  width: 270px;
  padding: 0.2em 0.2em 0;
  display: none;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 0px rgba(0, 62, 144, 0.25);
  background-color: #FFFFFF;
  z-index: 110 !important;
}
html .ui-datepicker .ui-datepicker-title,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-title {
  background: #FFFFFF;
  padding: 10px;
  text-align: center;
  color: #009ee0;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 2;
  min-height: 50px;
}
html .ui-datepicker.ui-corner-all,
html .acf-ui-datepicker .ui-datepicker.ui-corner-all {
  position: relative;
}
html .ui-datepicker table,
html .acf-ui-datepicker .ui-datepicker table {
  width: 100%;
  margin: 0 0 0.4em;
  font-size: 14px;
  border-collapse: collapse;
  font-weight: 400;
}
html .ui-datepicker.ui-datepicker-unselectable .ui-state-default,
html .acf-ui-datepicker .ui-datepicker.ui-datepicker-unselectable .ui-state-default {
  color: #aaaaaa;
}
html .ui-datepicker td span,
html .ui-datepicker td a,
html .acf-ui-datepicker .ui-datepicker td span,
html .acf-ui-datepicker .ui-datepicker td a {
  display: block;
  padding: 2px 10px;
  text-align: right;
  text-decoration: none;
}
html .ui-datepicker .ui-datepicker-days-cell-over.ui-datepicker-today a,
html .ui-datepicker td a:hover,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-days-cell-over.ui-datepicker-today a,
html .acf-ui-datepicker .ui-datepicker td a:hover {
  background: #003e90;
  border-radius: 4px;
  text-align: center;
  color: white;
}
html .ui-datepicker .ui-datepicker-next,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
html .ui-datepicker .ui-datepicker-prev,
html .ui-datepicker .ui-datepicker-next,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-prev,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-next {
  position: absolute;
  background-color: #009ee0;
  border-radius: 8px;
  top: 14px;
  width: 1.8em;
  height: 1.8em;
  margin: 0 4px;
}
html .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
html .ui-datepicker .ui-datepicker-next.ui-state-disabled,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
html .ui-datepicker .ui-datepicker-prev span:before,
html .ui-datepicker .ui-datepicker-next span:before,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-prev span:before,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-next span:before {
  content: "";
}
html .ui-datepicker .block-datepicker-item,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item {
  display: inline-block;
  position: relative;
}
html .ui-datepicker .block-datepicker-item input,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item input {
  background: #f49e00;
  border: none;
  padding: 10px;
  color: white;
  opacity: 1;
  font-size: 20px;
  max-width: 270px;
  font-weight: 300;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 0;
}
html .ui-datepicker .block-datepicker-item input::-webkit-input-placeholder, html .ui-datepicker .block-datepicker-item input::-ms-input-placeholder, html .ui-datepicker .block-datepicker-item input:-ms-input-placeholder, html .ui-datepicker .block-datepicker-item input:-moz-placeholder, html .ui-datepicker .block-datepicker-item input::-moz-placeholder, html .ui-datepicker .block-datepicker-item input::placeholder,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item input::-webkit-input-placeholder,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item input::-ms-input-placeholder,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item input:-ms-input-placeholder,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item input:-moz-placeholder,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item input::-moz-placeholder,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item input::placeholder {
  color: white !important;
  opacity: 1;
}
html .ui-datepicker .block-datepicker-item::after,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 6px;
  background: url(../img/icon-cal.svg);
  z-index: 10;
  width: 31px;
  height: 28px;
}
html .ui-datepicker .block-datepicker-item input:-ms-input-placeholder,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item input:-ms-input-placeholder {
  color: white;
}
html .ui-datepicker .block-datepicker-item input::placeholder,
html .acf-ui-datepicker .ui-datepicker .block-datepicker-item input::placeholder {
  color: white;
}
html .ui-datepicker tr,
html .acf-ui-datepicker .ui-datepicker tr {
  color: #003e90;
}
html .ui-datepicker .ui-datepicker-prev span,
html .ui-datepicker .ui-datepicker-next span,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-prev span,
html .acf-ui-datepicker .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 45%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
html .ui-datepicker .ui-widget-header .ui-icon,
html .acf-ui-datepicker .ui-datepicker .ui-widget-header .ui-icon {
  width: 20px;
  height: 20px;
}
html .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
html .acf-ui-datepicker .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
  background-image: url(../img/icon-cal-left.svg);
}
html .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon,
html .acf-ui-datepicker .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
  background-image: url(../img/icon-cal-right.svg);
}
html .ui-datepicker .ui-icon,
html .acf-ui-datepicker .ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #FFFFFF;
  text-decoration: none;
  text-align: center;
  color: #434343;
  font-size: 14px;
}

.block-map {
  margin-top: 2rem;
}
.block-map [class*=col-] {
  position: static !important;
}
.block-map__title {
  color: #009ee0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 1rem 0;
}
.block-map__map--no-cookies {
  min-height: 480px;
  height: calc(100vh - 450px);
  position: relative;
  background: url(../img/map_bg.jpg);
  background-size: cover;
}
.block-map__cookie-notice {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 6;
  text-align: center;
}
.block-map__cookie-notice p {
  max-width: 640px;
  margin: 0 auto;
}
.block-map--entry .row {
  row-gap: 2rem;
}
.block-map--output {
  transition: all linear 0.35s;
}
.block-map--output .owl-nav .owl-prev,
.block-map--output .owl-nav .owl-next {
  top: 0;
  -ms-transform: none;
      transform: none;
  background: transparent !important;
}
.block-map--output .owl-nav [class*=owl-] {
  font-size: 35px !important;
  width: 35px;
  height: 35px;
}
.block-map--output:empty:after {
  content: "Keine Standorte im Umkreis gefunden.";
  height: 100%;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
}
.block-map__entry-list {
  margin-top: 1.5rem;
}
.block-map__map {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 2;
}
.block-map__map .leaflet-container {
  font-family: "Fira Sans", "Open Sans", Helvetica, Arial !important;
}
.block-map__map .leaflet-popup-close-button {
  right: 1rem !important;
  font-size: 1.5rem !important;
  color: #003e90 !important;
}
.block-map__map .leaflet-popup-content-wrapper {
  max-height: 330px;
  overflow: auto;
  border-radius: 0;
}
.block-map__map .leaflet-popup-content {
  font-size: 1rem !important;
  margin: 1.5rem;
}
.block-map__map .leaflet-popup-content p,
.block-map__map .block-map--entry + .block-map--entry,
.block-map__map .leaflet-popup-content [data-drawer] {
  margin: 0.75rem 0 0;
}
.block-map--code {
  min-height: 480px;
  height: calc(100vh - 450px);
  transition: height 250ms ease;
  will-change: height;
}
.block-map__content {
  transition: all linear 0.35s;
}
.block-map__list-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.block-map__list-header--results {
  margin-top: 0.5rem;
  color: #009ee0;
}
.block-map__list-header--results a, .block-map__list-header--results a:visited {
  color: #434343;
  display: block;
  margin-bottom: 1.5rem;
}
.block-map__intro p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.block-map__map-wrapper {
  position: relative;
  margin-top: 3rem;
}
.block-map__search-area {
  padding: 0.75rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 0.75rem;
  left: 3.5rem;
  z-index: 5;
}
.block-map__search-area .block-search--small .btn, .block-map__search-area .block-search--small .new-design .wpcf7-form input[type=submit], .new-design .wpcf7-form .block-map__search-area .block-search--small input[type=submit],
.block-map__search-area .thw-searchform--input,
.block-map__search-area .block-search .thw-searchform input[type=text] {
  margin: 0;
}
.block-map__search-area .block-search--small .btn, .block-map__search-area .block-search--small .new-design .wpcf7-form input[type=submit], .new-design .wpcf7-form .block-map__search-area .block-search--small input[type=submit] {
  position: absolute;
  right: 0;
  top: 3.5px;
  height: 33px;
  margin-left: 10px;
  width: 33px !important;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #aaaaaa;
  border: 2px solid #f49e00;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f49e00;
  -webkit-appearance: none;
}
.block-map__search-area .block-search--small .btn:hover, .block-map__search-area .block-search--small .new-design .wpcf7-form input[type=submit]:hover, .new-design .wpcf7-form .block-map__search-area .block-search--small input[type=submit]:hover {
  background: #003e90;
  border-color: #003e90;
  transition: all 200ms ease;
}
.block-map__search-area .block-search--small .btn:hover i, .block-map__search-area .block-search--small .new-design .wpcf7-form input[type=submit]:hover i, .new-design .wpcf7-form .block-map__search-area .block-search--small input[type=submit]:hover i {
  color: white;
}
.block-map__search-area .block-search--small .btn:hover svg path, .block-map__search-area .block-search--small .new-design .wpcf7-form input[type=submit]:hover svg path, .new-design .wpcf7-form .block-map__search-area .block-search--small input[type=submit]:hover svg path {
  fill: white;
}
.block-map__search-area .block-search--small .btn svg, .block-map__search-area .block-search--small .new-design .wpcf7-form input[type=submit] svg, .new-design .wpcf7-form .block-map__search-area .block-search--small input[type=submit] svg {
  position: relative;
  top: 2px;
}
.block-map--output__header {
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  border-bottom: 1px solid #009ee0;
}
.block-map--entry {
  transition: all ease 150ms;
  overflow: hidden;
  margin-top: 3rem;
}
.block-map--entry strong {
  display: block;
}
.block-map--entry p {
  margin-top: 0.5rem;
}
.block-map--entry-headline {
  margin-bottom: 0.75rem;
  font-size: 1.313rem;
  line-height: 1.57rem;
  color: #003e90;
  font-weight: bold;
}
.block-map--entry-website a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.block-map__content .block-map--entry-headline {
  color: #003e90;
  padding: 0px 0 10px 0;
  font-weight: 700;
}
.block-map__content .block-map--entry + .block-map--entry {
  margin-top: 1rem;
}
.block-map__content .block-map--entry a {
  color: #434343;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .block-map__search-area {
    right: auto;
  }
  .block-map__search-area .thw-searchform--input {
    width: 150px !important;
  }
  .block-map__search-area .thw-searchform--submit {
    width: auto !important;
  }
  .block-map--entry {
    margin-top: 2rem;
  }
  .block-map--output__header {
    display: none;
  }
  .block-map--output__header + * {
    padding-top: 1.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid #009ee0;
  }
}
.block-teaser-text-icon--content {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 662px;
  margin: auto;
  margin-top: 128px;
  text-align: center;
}
.block-teaser-text-icon--content .row {
  margin-left: 0;
  margin-right: 0;
}
.block-teaser-text-icon--content a.btn-readmore:hover {
  color: #003e90 !important;
}
.block-teaser-text-icon--content a {
  text-decoration: none;
}
.block-teaser-text-icon--content a:hover {
  text-decoration: none;
}
.block-teaser-text-icon--content .block-button .btn, .block-teaser-text-icon--content .block-button .new-design .wpcf7-form input[type=submit], .new-design .wpcf7-form .block-teaser-text-icon--content .block-button input[type=submit] {
  min-width: 200px;
  background-color: #f49e00;
  border-color: #f49e00;
}
.block-teaser-text-icon--content .block-button .btn:hover, .block-teaser-text-icon--content .block-button .new-design .wpcf7-form input[type=submit]:hover, .new-design .wpcf7-form .block-teaser-text-icon--content .block-button input[type=submit]:hover {
  color: white;
  background-color: #C37E00;
  border-color: #C37E00;
}
.block-teaser-text-icon--content .text-wrapper {
  position: relative;
  width: 100%;
  min-height: 120px;
}
.block-teaser-text-icon--content .block-teaser-text-icon--copyblock {
  color: black;
  font-size: 20px;
  margin-top: 48px;
}
.block-teaser-text-icon--content .col-headline {
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
}
.block-teaser-text-icon--content .col-headline .block-teaser-text-icon--title {
  font-size: 32px;
  font-weight: 900;
}
.block-teaser-text-icon--content .col-text {
  z-index: 1;
}
.block-teaser-text-icon--content .col-img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -62px;
  text-align: center;
  z-index: -1;
}
.block-teaser-text-icon--content .col-img .image-wrapper {
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.block-teaser-text-icon--content .col-img .image-wrapper i {
  font-size: 16rem;
  color: #F1F1F1;
}
.block-teaser-text-icon--content .col-img .image-wrapper .image_element {
  background-position: center center;
}

@media screen and (min-width: 769px) {
  .col-img {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
}
@media screen and (max-width: 992px) {
  .block-teaser-text-icon--content .block-teaser-text-icon--copyblock {
    font-size: 20px;
    line-height: 24px;
  }
  .block-teaser-text-icon--content .col-headline .block-teaser-text-icon--title {
    font-size: 24px;
  }
  .block-teaser-text-icon--content .block-button {
    margin-top: 24px;
  }
  .block-teaser-text-icon--content .block-teaser-text-icon--copyblock {
    margin-top: 24px;
  }
  .block-teaser-text-icon--content .col-img .image-wrapper i {
    font-size: 12rem;
  }
}
.block-search-location--content {
  background: #009ee0;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #009ee0), color-stop(100%, #003e90));
  background: linear-gradient(to bottom, #009ee0 0%, #003e90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009ee0", endColorstr="#003e90", GradientType=0);
  padding: 15px;
}
.block-search-location--content .block-search-location--title {
  color: white;
  margin: 0 0 5px 0;
}
.block-search-location--content .block-search-location--copyblock, .block-search-location--content .block-search-location--copyblock p {
  color: white;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.block-search-location--content .thw-searchform {
  margin-top: 15px;
}
.block-search-location--content .thw-searchform .thw-searchform--input .autocomplete-list > li {
  font-size: 0.875rem;
}
.block-search-location--content .block-search-location--icon {
  float: right;
  margin-top: 25px;
}
.block-search-location--content .block-search-location--icon i {
  font-size: 8rem;
  color: white;
  opacity: 0.3;
}
.block-search-location--content .block-search-location--copyblock {
  float: left;
  max-width: 65%;
}
.block-search-location--content .clear {
  clear: both;
}

/*
// it makes no sense that the text gets bigger for smaller screens 
@media screen and (max-width:768px) {
    .block-search-location--content {
        .block-search-location--copyblock {
            line-height: 24px;
            font-size: 1rem;
        }

        .block-search-location--title {
            font-size: 2rem;
            line-height: 2.25rem;
        }

    }

}
*/
.block-article-tags .block-article-tags--items {
  display: -ms-flexbox;
  display: flex;
}
.block-article-tags .block-article-tags--items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
.block-article-tags .block-article-tags--items ul li {
  display: inline-block;
  border: none;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5rem;
  float: left;
  margin: 0 5px 5px 0;
  margin-right: 5px;
  margin-left: 0px;
  box-sizing: border-box;
  color: #003e90;
}
.block-article-tags .block-article-tags--items ul li::after {
  content: "|";
  margin-left: 5px;
}
.block-article-tags .block-article-tags--items ul li:first-child {
  margin-left: 0;
}
.block-article-tags .block-article-tags--items ul li:last-child {
  margin-right: 0;
}
.block-article-tags .block-article-tags--items ul li:last-child::after {
  display: none;
}
.block-article-tags .block-article-tags--meta {
  margin: 0 0 10px 0;
}
.block-article-tags .block-article-tags--meta ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.block-article-tags .block-article-tags--meta ul li {
  display: inline-block;
  margin-right: 8px;
}
.block-article-tags .block-article-tags--meta ul li + li::before {
  content: "|";
  padding-right: 8px;
}
.block.large-margin + .block-article-tags {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .block-article-tags .block-article-tags--meta ul li {
    display: block;
  }
  .block-article-tags .block-article-tags--meta ul li + li::before {
    display: none;
  }
}

.block.block-contact-accordion .block {
  margin-top: 0 !important;
}
.block.block-contact-accordion .nothing-found {
  padding: 0;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: all linear 0.5s;
}
.block.block-contact-accordion.empty .nothing-found {
  max-height: 100px;
  padding: 20px 10px;
  display: block;
}

.block-contact-accordion--title {
  color: #003e90;
  margin: 0px 0 20px 0;
  line-height: 1.2;
}

.block-contact-accordion--items {
  border: 3px solid #f49e00;
  padding: 5px 15px;
  box-sizing: border-box;
}

.block-headline-text-bluebox + .block-headline-text-bluebox > .block-headline-text-bluebox-wrapper::before {
  border-top: 2px dotted #434343 !important;
  content: "";
  display: block;
  padding-top: 20px;
}

.accordion {
  list-style: none;
  padding: 0;
}
.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 25px;
}
.accordion .inner .block-headline-text-bluebox-wrapper {
  border: none !important;
}
.accordion .inner .block-headline-text-bluebox-wrapper .block {
  padding: 0;
}
.accordion li {
  border-bottom: 2px solid #434343;
}
.accordion li a.toggle {
  width: 100%;
  display: block;
  padding: 0;
  text-decoration: none;
  padding: 10px 0;
  margin-top: 15px;
  margin-left: 10px;
  position: relative;
}
.accordion li a.toggle:hover {
  color: #f49e00;
}
.accordion li a.toggle.show::after {
  -ms-transform: rotate(0deg) !important;
      transform: rotate(0deg) !important;
}
.accordion li a.toggle::after, .accordion li a.toggle::before {
  background: #434343;
  content: "";
  height: 2px;
  right: 20px;
  position: absolute;
  top: 22px;
  width: 16px;
  transition: transform 500ms ease;
}
.accordion li a.toggle:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.accordion li a.toggle:before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.accordion li a.toggle .accordion-item-headline {
  color: #434343;
  font-size: 1.313rem;
  line-height: 1.57rem;
  font-weight: 500;
  margin-right: 50px;
}

@media (max-width: 991.98px) {
  .block-contact-accordion--title {
    font-size: 1.563rem;
  }

  .accordion-item-headline {
    font-size: 1.188rem !important;
    margin-right: 50px;
  }

  .accordion .inner {
    padding-left: 0;
  }
  .accordion .inner .block {
    padding: 0;
  }
}
.block-headline-text-bluebox-wrapper {
  background: #d5edfa;
  border: 2px solid #003e90;
  box-sizing: border-box;
  padding: 15px;
}
.block-headline-text-bluebox-wrapper .block-headline-text-bluebox--title {
  color: #434343;
  padding: 0px 0 5px 0;
}
.block-headline-text-bluebox-wrapper .block-headline-text-bluebox--copyblock {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.block-headline-text-bluebox-wrapper .block-headline-text-bluebox--copyblock a {
  color: #434343;
}
.block-headline-text-bluebox-wrapper .btn-arrow {
  border-color: #003e90;
  margin-top: 25px;
}
.block-headline-text-bluebox-wrapper .btn-arrow svg path, .block-headline-text-bluebox-wrapper .btn-arrow svg line {
  stroke: #003e90;
}
.block-headline-text-bluebox-wrapper .block-article-tags--items {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.block-headline-text-bluebox-wrapper .block-article-tags--items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
.block-headline-text-bluebox-wrapper .block-article-tags--items ul li {
  display: inline-block;
  border: none;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5rem;
  float: left;
  margin: 0 5px 5px 0;
  margin-right: 5px;
  margin-left: 0px;
  box-sizing: border-box;
  color: #003e90;
}
.block-headline-text-bluebox-wrapper .block-article-tags--items ul li::after {
  content: "|";
  margin-left: 5px;
}
.block-headline-text-bluebox-wrapper .block-article-tags--items ul li:first-child {
  margin-left: 0;
}
.block-headline-text-bluebox-wrapper .block-article-tags--items ul li:last-child {
  margin-right: 0;
}
.block-headline-text-bluebox-wrapper .block-article-tags--items ul li:last-child::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .block-headline-text-bluebox-wrapper .block-headline-text-bluebox--img {
    margin-bottom: 25px;
  }
  .block-headline-text-bluebox-wrapper .block-headline-text-bluebox--title {
    font-size: 19px;
  }
  .block-headline-text-bluebox-wrapper .block-article-tags--items ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .block-headline-text-bluebox-wrapper .col-img {
    margin: 0 auto;
  }
}
.contact-person-item {
  height: 100%;
}
.contact-person-item .block-headline-text-bluebox-wrapper {
  height: 100%;
}
.contact-person-item .avatar {
  font-size: 4rem;
  text-align: center;
}
@media (min-width: 576px) {
  .contact-person-item .avatar {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .contact-person-item .avatar {
    text-align: center;
  }
}
.contact-person-item .col-img {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 575.98px) {
  .contact-person-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-person-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-person-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-person-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-person-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .contact-person-item .col-img {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .contact-person-item .col-img {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .contact-person-item .col-img {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.contact-person-item .col-content {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .contact-person-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-person-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-person-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-person-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-person-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .contact-person-item .col-content {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .contact-person-item .col-content {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.contact-person-item .col-tags {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .contact-person-item .col-tags {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-person-item .col-tags {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-person-item .col-tags {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-person-item .col-tags {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-person-item .col-tags {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contact-person-item .col-tags {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.teaser_text_icon_with_search_location_widget > .row > * {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .teaser_text_icon_with_search_location_widget > .row > * {
    min-height: unset;
  }
}
.teaser_text_icon_with_search_location_widget > .row > .widget-col > .block {
  height: 100%;
}
@media (max-width: 991.98px) {
  .teaser_text_icon_with_search_location_widget > .row > .widget-col > .block {
    padding-left: 0;
  }
}
.teaser_text_icon_with_search_location_widget > .row > .widget-col > .block .block-search-location--content {
  height: 100%;
}
@media (max-width: 991.98px) {
  .teaser_text_icon_with_search_location_widget > .row > .widget-col > .block .block-search-location--content {
    height: auto;
  }
}
.teaser_text_icon_with_search_location_widget > .row > .teaser-col > .block,
.teaser_text_icon_with_search_location_widget > .row > .teaser-col > .block > .block-teaser-text-icon-wrapper {
  height: 100%;
}
@media (max-width: 991.98px) {
  .teaser_text_icon_with_search_location_widget > .row > .teaser-col > .block,
.teaser_text_icon_with_search_location_widget > .row > .teaser-col > .block > .block-teaser-text-icon-wrapper {
    height: auto;
  }
}
.teaser_text_icon_with_search_location_widget > .row > .teaser-col .col-headline {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}
.teaser_text_icon_with_search_location_widget > .row > .teaser-col .col-text {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}
.teaser_text_icon_with_search_location_widget > .row > .teaser-col .col-img {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media (min-width: 992px) {
  .teaser_text_icon_with_search_location_widget > .row > .teaser-col .row {
    height: 100%;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .teaser_text_icon_with_search_location_widget > .row > .teaser-col .col-img {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

.download-item {
  height: 100%;
}
.download-item .block-headline-text-bluebox-wrapper {
  height: 100%;
  background: none;
  border-color: #009ee0;
}
.download-item .col-img {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 575.98px) {
  .download-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .download-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .download-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .download-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .download-item .col-img {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .download-item .col-img {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.download-item .col-content {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .download-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .download-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .download-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .download-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .download-item .col-content {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .download-item .col-content {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.download-item .image_element {
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.download-item .block-headline-text-bluebox--copyblock .filesize {
  color: #003e90;
  display: inline-block;
  font-weight: 600;
}
.download-item .block-headline-text-bluebox--copyblock .divider:after {
  content: "|";
  margin: 0 10px;
  color: #434343;
  font-style: normal;
  font-weight: 400;
}

.download-item-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.5rem 0;
  width: 100%;
  max-width: 45rem;
}
@media (min-width: 576px) {
  .download-item-small {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.download-item-small a {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.download-item-small a:last-of-type {
  margin-left: 1rem;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .download-item-small a:last-of-type:first-of-type {
    margin-left: 0;
  }
}
.download-item-small__actions {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin-top: 1rem;
  padding-left: 4.75rem;
}
@media (min-width: 576px) {
  .download-item-small__actions {
    width: auto;
    margin-top: 0;
    padding-left: 0;
  }
}
.download-item-small__content {
  display: -ms-flexbox;
  display: flex;
}
.download-item-small img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .download-item-small {
    margin: 0.75rem 0;
    width: calc(100% - 4rem);
  }
}
@media (min-width: 768px) {
  .download-area .download-item-small {
    margin: 0.75rem 2rem;
  }
}
.download-item-small .download-item-small__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 3.5rem;
}
.download-item-small .download-item-small__image svg {
  max-width: 100%;
}
.download-item-small .download-item-small__infos {
  margin-top: 0.5rem;
  margin-right: 1rem;
  margin-left: 1.5rem;
}
@media (min-width: 768px) {
  .download-item-small .download-item-small__infos {
    margin-left: 2.5rem;
    margin-right: 4rem;
  }
}
.download-item-small .download-item-small__title {
  font-weight: 700;
  font-size: 1.125rem;
}
.download-item-small .download-item-small__filesize {
  color: #434343;
  margin-top: 0.75rem;
}
.download-item-small .download-item-small__button {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.download-item-highlight {
  color: #FFFFFF;
  background: #f49e00;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -3rem;
}
@media screen and (min-width: 1400px) {
  .download-item-highlight {
    margin-right: -3rem;
  }
}
.download-item-highlight .download-item-small {
  width: 100%;
  max-width: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.download-item-highlight .download-item-small__filesize {
  color: #FFFFFF;
}
.download-item-highlight .download-item-small__infos {
  margin-left: 1.5rem;
  margin-right: 0;
}
@media (min-width: 768px) {
  .download-item-highlight .download-item-small__infos {
    margin-right: 2rem;
    margin-left: 2.5rem;
  }
}
.download-item-highlight .download-item-small__image {
  color: #FFFFFF;
}
.download-item-highlight .download-item__badge {
  background: #003e90;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0.25rem;
  font-weight: bold;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  display: block;
  line-height: 1;
}
.download-item-highlight__headline {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .download-item-highlight__headline {
    font-size: 2rem;
  }
}
.download-item-highlight__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 3rem;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.download-item-highlight__actions a {
  display: block;
}
.download-item-highlight__actions a.show-link {
  width: 100%;
}
@media (min-width: 1200px) {
  .download-item-highlight__actions a.show-link {
    min-width: 10rem;
    width: auto;
  }
}
.download-item-highlight__actions a.download-link {
  color: #FFFFFF;
  line-height: 1;
  margin-top: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.download-item-highlight__actions a.download-link:last-of-type {
  margin-left: 1rem;
}
.blue-design .download-item-highlight {
  background-color: #009ee0;
}
.blue-design .download-item-highlight .show-link {
  background-color: #f49e00;
}
.blue-design .download-item-highlight .show-link:hover {
  background-color: #f49e00;
}

.block-download-highlights a,
.block-download-highlights a:hover,
.block-download-highlights a:active,
.block-download-highlights a:visited {
  text-decoration: none;
}
.block-download-highlights > .row {
  margin-top: -50px;
}
.block-download-highlights > .row > * {
  margin-top: 50px;
}
.block-download-highlights .download-item .block-headline-text-bluebox-wrapper {
  border-color: #003e90;
}
.block-download-highlights .download-item .col-img {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 575.98px) {
  .block-download-highlights .download-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-download-highlights .download-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-download-highlights .download-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-download-highlights .download-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .block-download-highlights .download-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .block-download-highlights .download-item .col-img {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .block-download-highlights .download-item .col-img {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.block-download-highlights .download-item .col-content {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .block-download-highlights .download-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-download-highlights .download-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-download-highlights .download-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-download-highlights .download-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .block-download-highlights .download-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .block-download-highlights .download-item .col-content {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .block-download-highlights .download-item .col-content {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.contact_grid > .row {
  position: relative;
}
@media (max-width: 575.98px) {
  .contact_grid > .row {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_grid > .row {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact_grid > .row {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact_grid > .row {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
@media (min-width: 1200px) {
  .contact_grid > .row {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
.contact_grid > .row > .col {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575.98px) {
  .contact_grid > .row > .col {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_grid > .row > .col {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact_grid > .row > .col {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact_grid > .row > .col {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .contact_grid > .row > .col {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.contact_grid > .row > .col .block {
  margin-top: 0;
}
.contact_grid .contact-person-item .col-img {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 575.98px) {
  .contact_grid .contact-person-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_grid .contact-person-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact_grid .contact-person-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact_grid .contact-person-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .contact_grid .contact-person-item .col-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .contact_grid .contact-person-item .col-img {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .contact_grid .contact-person-item .col-img {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .contact_grid .contact-person-item .col-img {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.contact_grid .contact-person-item .col-content {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .contact_grid .contact-person-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_grid .contact-person-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact_grid .contact-person-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact_grid .contact-person-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .contact_grid .contact-person-item .col-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contact_grid .contact-person-item .col-content {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.contact_grid .contact-person-item .col-tags {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .contact_grid .contact-person-item .col-tags {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_grid .contact-person-item .col-tags {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact_grid .contact-person-item .col-tags {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact_grid .contact-person-item .col-tags {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .contact_grid .contact-person-item .col-tags {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contact_grid .contact-person-item .col-tags {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

.block-logo-teaser__title {
  color: #003e90;
  margin-bottom: 1.5rem;
}
.block-logo-teaser__image {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .block-logo-teaser--odd .block-logo-teaser__image-wrapper {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media (min-width: 769px) {
  .block-logo-teaser--odd .block-logo-teaser__text-wrapper {
    -ms-flex-order: 2;
        order: 2;
  }
  .block-logo-teaser__text-wrapper--centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.block-logo-teaser__text-wrapper .block-text p:first-child {
  margin-top: 0;
}
.block-logo-teaser__text-wrapper ul {
  list-style-type: square;
}
.block-logo-teaser__text-wrapper ul li {
  margin-top: 1rem;
}
.block-logo-teaser__text-wrapper ul li::marker {
  color: #f49e00;
}

.link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #009ee0;
  color: #FFFFFF;
  padding: 1rem 1.5rem;
  font-weight: 800;
}
.link svg,
.link img {
  margin-right: 0.5rem;
  display: block;
  width: 2rem;
}

.link--orange {
  background-color: #f49e00;
}

.checklist {
  margin-top: 2.5rem;
}
.checklist ul {
  list-style-type: none;
  padding: 0 0 0 0.5rem;
}
.checklist li {
  margin-top: 1.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #434343;
  font-weight: bold;
}
.checklist li:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #f49e00;
  background: url(../img/icons/icon-checkmark-orange.svg) no-repeat center center;
}

.block-quick-access__list {
  padding: 0;
  margin: 0;
  gap: 1rem;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.block-quick-access__list .collector {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.block-quick-access__list .element {
  width: calc(50% - 0.5rem);
  min-width: 250px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.block-quick-access__item {
  background-color: #009ee0;
  text-transform: uppercase;
  transition: background-color 200ms ease;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.block-quick-access__item i {
  font-size: 2.5rem;
}
.block-quick-access__item:hover {
  background-color: #f49e00;
}
.block-quick-access__item, .block-quick-access__item:visited, .block-quick-access__item:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
  font-size: 1.25rem;
}

.block-accordion {
  margin-bottom: 2rem;
}
.block-accordion-headline {
  color: #003e90;
}
.block-accordion-headline-section {
  margin-bottom: 1rem;
}
.block-accordion-content ul {
  list-style-type: square;
}
.block-accordion-content ul li {
  margin-top: 1rem;
}
.block-accordion-content ul li::marker {
  color: #f49e00;
}
.block .block-accordion-item {
  border-bottom: 1px solid #ccc;
}
.block .block-accordion-item.active .block-accordion-content {
  display: block;
}
.block .block-accordion-item .block-accordion-header {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  padding-left: 0;
  transition: transform 0.3s ease;
  color: #f49e00;
  font-size: 1.25rem;
  font-weight: 500;
}
.block .block-accordion-item .block-accordion-header:hover {
  color: #C37E00;
}
.block .block-accordion-item .block-accordion-header i {
  transition: transform 0.3s ease;
}
.block .block-accordion-item .block-accordion-content {
  display: none;
  padding: 10px;
}

.block {
  margin-bottom: 50px;
}

.block-highlight_topics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  row-gap: 58px;
}
.block-highlight_topics-item {
  box-shadow: 0 0 20px 0 #D8E6F8;
  -ms-flex: 1 1 calc((100% - 64px) / 3);
      flex: 1 1 calc((100% - 64px) / 3);
  min-height: 350px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: white;
}
.block-highlight_topics-item:nth-child(1):nth-last-child(2), .block-highlight_topics-item:nth-child(2):nth-last-child(1) {
  -ms-flex: 1 1 calc((100% - 32px) / 2);
      flex: 1 1 calc((100% - 32px) / 2);
}
.block-highlight_topics-item:only-child {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.block-highlight_topics-item:nth-child(4):nth-last-child(1) {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
@media screen and (max-width: 1024px) {
  .block-highlight_topics-item {
    -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
  }
}
.block-highlight_topics-item:nth-child(3n+1) {
  border-top: 12px solid #f49e00;
}
.block-highlight_topics-item:nth-child(3n+2) {
  border-top: 12px solid #003e90;
}
.block-highlight_topics-item:nth-child(3n) {
  border-top: 12px solid #009ee0;
}
.block-highlight_topics-item::after {
  content: "";
  display: block;
  background-image: url(../img/icons/bg-thw-icon.png);
  background-repeat: no-repeat;
  background-size: 200px;
  height: 300px;
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
}
.block-highlight_topics .text-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.block-highlight_topics-content {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 32px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 32px;
  position: relative;
  z-index: 1;
}
.block-highlight_topics-content p {
  margin-top: 0;
  margin-bottom: 1em;
}
.block-highlight_topics-content h3 {
  color: #003e90;
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .block-highlight_topics-content h3 {
    min-height: 6rem;
  }
}
.block-highlight_topics-content-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
}
.block-highlight_topics-content .btn-readmore {
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #003e90;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  color: #003e90;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block-highlight_topics-content .btn-readmore:hover {
  background-color: #003e90;
  color: white !important;
  transition: background-color 100ms ease-in-out;
}
.block-highlight_topics .image-wrapper {
  position: relative;
  z-index: 1;
}

.banner-section {
  margin-top: 100px;
  background-color: white;
  position: relative;
}
.banner-section-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  background-color: #003E90;
}
@media (max-width: 1199.98px) {
  .banner-section-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.banner-section-blue {
  -ms-flex: 1;
      flex: 1;
}
.banner-section-image {
  -ms-flex: 1;
      flex: 1;
}
.banner-section img {
  width: 100%;
}
.banner-section .image_element {
  height: 100%;
}
.banner-section .orange-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  background-color: #f49e00;
  padding: 15px 30px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .banner-section .orange-overlay {
    width: unset;
    margin: 0 12px;
    padding: 6px;
  }
}
.banner-section .orange-overlay .text {
  color: #FFFFFF;
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .banner-section .orange-overlay .text {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .orange-overlay .text {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .orange-overlay .text {
    font-size: 22px;
  }
}
.banner-section .text-link-wrapper {
  text-align: start;
  margin-top: 84px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  max-width: 640px;
  padding: 0 32px;
}
@media (max-width: 1199.98px) {
  .banner-section .text-link-wrapper {
    padding-top: 32px;
    text-align: center;
    margin: auto;
  }
}
.banner-section .text-link-wrapper .text {
  line-height: 1.6;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .banner-section .text-link-wrapper .text {
    font-size: 20px;
  }
}
.banner-section .text-link-wrapper .btn-readmore {
  color: #f49e00;
}
.banner-section .text-link-wrapper .btn-readmore:hover {
  color: #C37E00 !important;
}
.banner-section .banner-link {
  color: #f49e00;
  font-weight: 500;
  color: white;
  font-style: normal;
}
.banner-section .banner-link:hover {
  color: #C37E00;
}
.banner-section .btn-secondary {
  background-color: #f49e00;
}
.banner-section .btn-secondary:hover {
  background-color: #C37E00;
  color: white;
}
.banner-section .links-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  padding: 46px 32px 24px 32px;
  text-align: center;
  -ms-flex-align: start;
      align-items: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767.98px) {
  .banner-section .links-wrapper {
    gap: 12px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .links-wrapper {
    text-align: center;
    margin: auto;
  }
}

.drawer {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 10000;
}
.drawer__headline {
  line-height: 1.3;
  color: #f49e00;
  font-weight: 700;
  font-family: "Fira Sans", "Open Sans", Helvetica, Arial;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .drawer__headline {
    font-size: 2rem;
  }
}
.drawer__info {
  line-height: 2;
  color: #434343;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .drawer__info {
    margin-top: 1.5rem;
  }
}
.drawer__content {
  padding: 1.5rem;
  width: 576px;
  background-color: white;
  max-width: 100vw;
  height: 100vh;
  overflow: auto;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .drawer__content {
    padding: 1.5rem 3rem 3rem;
  }
}
.drawer__success__message {
  border: 2px solid #28a745;
  color: #1b702e;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  background: #c3eccd;
  margin-top: 1rem;
  font-weight: bold;
}
.drawer.is-open .drawer__content {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}
.drawer .wpcf7-response-output {
  display: none !important;
}

.close-drawer {
  margin-bottom: 1.5rem;
  background: transparent;
  color: #003e90;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.75rem;
  border: none;
  cursor: pointer;
  font-family: "Fira Sans", "Open Sans", Helvetica, Arial;
  font-size: 20px;
}
.form-footer .close-drawer {
  margin-bottom: 0;
  color: #434343;
  display: block;
}
@media (max-width: 767.98px) {
  .form-footer .close-drawer {
    -ms-flex-order: 2;
        order: 2;
  }
}

.drawer-bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #0000004D 0% 0% no-repeat padding-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
  cursor: pointer;
}
.is-open .drawer-bg {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#footer-widgets--block {
  background: #f49e00;
  padding: 30px 0 20px 0;
  color: white;
}
#footer-widgets--block .widget-title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: white;
}
#footer-widgets--block .container {
  overflow: visible;
}

.footer-widgets--divider {
  display: block;
  background: white;
  height: 1px;
  max-width: 200px;
  box-sizing: border-box;
  margin: 10px 0 5px 0;
}

.footer-widgets--adress i {
  font-size: 4rem;
  display: inline-block;
  position: absolute;
  left: -55px;
  z-index: 1;
  opacity: 0.3;
}

.footer-widgets--contact {
  position: relative;
}
.footer-widgets--contact i {
  font-size: 4rem;
  display: inline-block;
  position: absolute;
  right: 120px;
  z-index: 1;
  opacity: 0.3;
}
.footer-widgets--contact .footer-widgets--contact--inner-wrapper {
  position: relative;
  z-index: 2;
}
.footer-widgets--contact .footer-widgets--contact--inner-wrapper a, .footer-widgets--contact .footer-widgets--contact--inner-wrapper a:hover, .footer-widgets--contact .footer-widgets--contact--inner-wrapper a:active, .footer-widgets--contact .footer-widgets--contact--inner-wrapper a:visited {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  #footer-widgets--block .widget {
    margin-bottom: 20px;
  }

  .footer-widgets--adress i,
.footer-widgets--contact i {
    display: none;
  }

  .footer-widgets--contact {
    margin: 20px 0px;
  }
}
#footer-menu--block {
  padding: 20px 0;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  #footer-menu--block {
    padding: 20px 0 40px 0;
  }
}

#footer-menu {
  text-align: center;
  width: 100%;
}
#footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-menu ul li {
  display: inline-block;
}
#footer-menu ul li:before {
  content: "|";
  color: #434343;
}
#footer-menu ul li:first-child::before {
  display: none;
}
#footer-menu ul li a, #footer-menu ul li a:active, #footer-menu ul li a:visited {
  color: #434343;
}
#footer-menu ul li a {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0 6px;
  color: #434343;
  display: inline-block;
}
#footer-menu ul li a:hover {
  color: #f49e00;
}

@media screen and (max-width: 767px) {
  #footer-menu ul li {
    display: block;
  }
  #footer-menu ul li:before {
    display: none;
  }
  #footer-menu ul li a {
    margin: 10px 0;
  }
}
#footer-socialmedia--block {
  background: #003e90;
  color: white;
  border-radius: 8px 0 0 8px;
  position: fixed;
  right: 0;
  padding: 10px 15px;
  top: 50%;
}
@media (min-width: 767px) {
  #footer-socialmedia--block {
    z-index: 999;
  }
}

#footer-socialmedia {
  text-align: center;
  width: 100%;
}
#footer-socialmedia ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-socialmedia ul li {
  display: block;
  margin: 8px 0;
}
#footer-socialmedia ul li a {
  display: inline-block;
  cursor: pointer;
}
#footer-socialmedia ul li a i {
  color: white;
  font-size: 1.5rem;
}
#footer-socialmedia ul li a:hover i {
  color: #f49e00;
}
#footer-socialmedia ul li a:hover svg path {
  fill: #f49e00;
  stroke: #f49e00;
}
#footer-socialmedia ul li svg {
  height: 30px;
  width: 25px;
}

@media screen and (max-width: 767px) {
  #footer-socialmedia--block {
    position: relative;
    padding: 10px;
  }

  #footer-socialmedia ul li {
    display: inline-block;
    margin: 0 20px;
  }
}
.logo, .navbar-brand {
  margin: 0;
}
.logo a, .logo svg, .navbar-brand a, .navbar-brand svg {
  display: block;
}

#top-menu {
  background-color: #009ee0;
  color: #FFFFFF;
  padding: 3px 0;
}
@media screen and (max-width: 991px) {
  #top-menu {
    display: none;
  }
}
@media (min-width: 1320px) {
  #top-menu > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#top-menu .menu-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
#top-menu .menu-row .col-menu {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 2rem;
}
#top-menu ul {
  padding: 0;
}
#top-menu ul li {
  display: inline-block;
  position: relative;
}
#top-menu ul li:before {
  content: "|";
  color: #FFFFFF;
}
#top-menu ul li:first-child::before {
  display: none;
}
#top-menu ul li a, #top-menu ul li a:active, #top-menu ul li a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#top-menu ul li a {
  margin: 0 6px;
  font-size: 0.875rem;
  display: inline-block;
}
#top-menu ul li a:hover {
  text-decoration: underline;
}

.top-menu--button {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: #f49e00;
  padding: 10px 21px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 25px;
  box-shadow: 0px 3px 6px #003E904D;
  border-radius: 0px 0px 8px 8px;
  text-align: center;
}
.top-menu--button a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.top-menu--button a:hover, .top-menu--button a:visited {
  color: white;
}
@media (max-width: 990.98px) {
  .top-menu--button {
    display: none;
  }
}
@media (max-width: 478.98px) {
  .top-menu--button {
    left: 0;
    right: 0;
    -ms-transform: none;
        transform: none;
  }
}

.top-menu--search {
  display: inline-block;
  width: 200px;
  display: -ms-flexbox;
  display: flex;
}
.top-menu--search .thw-searchform--input {
  width: 100% !important;
}
.top-menu--search .thw-searchform--input input {
  margin: 0 !important;
  height: 26px !important;
  border-radius: 8px !important;
  padding-right: 30px !important;
  border: none !important;
}
.top-menu--search .thw-searchform--submit {
  top: 0 !important;
  right: 1px !important;
}
.top-menu--search .thw-searchform--submit button {
  margin: 0 !important;
  height: 24px !important;
  width: 24px !important;
  border-radius: 8px !important;
  color: #FFFFFF !important;
  background-color: #009ee0 !important;
  font-size: 14px !important;
  border: none !important;
  transition: all 200ms ease;
}
.top-menu--search .thw-searchform--submit button:hover {
  background-color: #f49e00 !important;
}
.top-menu--search .thw-searchform--submit button i {
  font-size: 14px !important;
}
.top-menu--search .thw-searchform--submit button i:before {
  color: #FFFFFF !important;
  background-color: none !important;
}

.top-menu--nav-mobile .top-menu {
  list-style: none;
  padding: 0;
}
.top-menu--nav-mobile .top-menu li {
  padding: 0.75rem 0px;
}
.top-menu--nav-mobile .top-menu li:first-child {
  margin-top: 1.5rem;
}

@media screen and (max-width: 992px) {
  .top-menu--nav-mobile {
    width: 100%;
    padding: 1.5rem;
    background: #009ee0;
    color: #FFFFFF;
  }
  .top-menu--nav-mobile .thw-searchform--submit {
    top: 1px !important;
    right: 1px !important;
  }
  .top-menu--nav-mobile a, .top-menu--nav-mobile a:active, .top-menu--nav-mobile a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  .top-menu--nav-mobile a:hover, .top-menu--nav-mobile a:active:hover, .top-menu--nav-mobile a:visited:hover {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .top-menu--nav-mobile .top-menu--search,
.top-menu--nav-mobile .top-menu--search form {
    width: 100%;
  }
  .top-menu--nav-mobile .top-menu--search .thw-searchform--input input {
    height: 32px !important;
  }
  .top-menu--nav-mobile .top-menu--search .thw-searchform--submit button {
    width: 30px !important;
    height: 30px !important;
  }
}
header.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.admin-bar header.header {
  top: 32px;
}

#main-menu {
  position: relative;
  background-color: #FFFFFF;
}
#main-menu .container {
  overflow: visible;
}
@media (min-width: 1320px) {
  #main-menu > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#main-menu .main-menu__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 0 0.5rem;
}
@media (max-width: 990.98px) {
  #main-menu .main-menu__wrapper {
    -ms-flex-align: center;
        align-items: center;
    padding: 0.5rem 0 0;
  }
}
#main-menu .main-menu__wrapper .logo img {
  height: 58px;
}
#main-menu .navbar-nav {
  margin: 0;
  margin-left: auto;
  webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#main-menu .navbar-nav .dropdown.show .dropdown-menu {
  display: block;
  border-bottom: 2px solid #f49e00;
}
#main-menu .navbar-nav li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
#main-menu .navbar-nav li.dropdown > a {
  padding-right: 1.5rem;
}
#main-menu .navbar-nav li.dropdown::after {
  content: "";
  color: #003e90;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  right: 0;
  position: absolute;
  top: 6px;
  transition: transform 500ms ease;
}
#main-menu .navbar-nav li.dropdown.show:after {
  transform: rotateX(180deg) translateY(-2px);
}
#main-menu .navbar-nav li.dropdown.show {
  border-bottom: none;
}
#main-menu .navbar-nav li.current-menu-item a {
  color: #f49e00;
}
#main-menu .navbar-nav li:last-child {
  margin-right: 0;
}
#main-menu .navbar-nav li a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #003e90;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10;
  position: relative;
  transition: all 150ms ease;
}
@media (min-width: 992px) {
  #main-menu .navbar-nav li a:hover {
    color: #f49e00;
  }
}

.navbar-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: fixed;
  overflow: hidden;
  z-index: 1001;
  left: 0;
  top: 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .navbar-overlay {
    display: none !important;
  }
}
.navbar-overlay.show {
  display: block;
}

#navbarmenu.collapse:not(.show) + .navbar-overlay {
  display: none;
}

.navbar-menu--search {
  position: relative;
  z-index: 1;
}
.navbar-menu--search .navbar-menu--search-wrapper {
  background: #f0f0f0;
  padding: 15px 0;
  margin-top: 15px;
}
.navbar-menu--search .thw-searchform {
  margin: 0;
  margin-bottom: 0;
}

#menu-divider {
  margin: 0 0 0 0;
  height: 4px;
}
#menu-divider > * {
  height: 4px;
  display: inline-block;
  float: left;
}
#menu-divider .azure {
  background: #009ee0;
  width: 15%;
}
#menu-divider .blue {
  background: #003e90;
  width: 30%;
}
#menu-divider .orange {
  background: #f49e00;
  width: 55%;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 990.98px) {
  .navbar {
    max-height: 100vh;
    position: absolute;
    top: 90px;
    left: -20px;
    right: -20px;
    height: calc(var(--app-height) - 90px);
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .navbar .navbar-menu--search,
.navbar .navbar-nav,
.navbar .top-menu {
    max-width: 500px;
    margin: 0 auto;
  }
}

button.navbar-close {
  color: #003e90;
  font-size: 2rem;
  height: 2.5rem;
  width: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
}
@media (min-width: 992px) {
  button.navbar-close {
    display: none;
  }
}

.navbar-mobile-wrapper {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.25rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px #0A3E9074;
  transition: all 200ms ease;
}

.navbar-mobile-wrapper__button a {
  background: #f49e00;
  padding: 10px 21px;
  border-radius: 8px;
  text-align: center;
  color: #FFFFFF !important;
  text-decoration: none !important;
  display: block;
  font-weight: bold;
}

button.navbar-toggler {
  cursor: pointer;
  background-color: transparent;
  color: #003e90;
  text-align: center;
  border: none;
}
button.navbar-toggler span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
button.navbar-toggler span:first-child {
  font-family: "Fira Sans";
  margin-bottom: 0.5rem;
}
button.navbar-toggler i {
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .navbar-mobile-wrapper {
    display: none;
  }

  .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% - -1px);
  left: 0;
  z-index: 1002;
  display: none;
  float: left;
  padding: 1.5rem 1.5rem 1rem;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  border-top: 2px solid #f49e00 !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  min-width: 200px;
}
@media (min-width: 992px) {
  .dropdown-menu {
    border-radius: 0px 0px 8px 8px;
  }
}
.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-transform: none !important;
  font-size: 0.875rem !important;
}
.dropdown-menu .dropdown-item.current-menu-item {
  color: #009ee0 !important;
}
.dropdown-menu ul {
  padding: 0;
}
.dropdown-menu ul li {
  margin: 0 0 15px 0 !important;
  display: block !important;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
}
.dropdown-menu ul li.dropdown-set {
  margin-bottom: 0 !important;
}
.dropdown-menu ul li.dropdown-set.show .new-dropdown {
  display: block;
}
.dropdown-menu ul li.dropdown-set a {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .dropdown-menu ul li.dropdown-set .new-dropdown {
    padding-left: 1rem;
    margin-top: 0.425rem;
  }
}
.dropdown-menu ul li.dropdown-set .new-dropdown > li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.dropdown-menu ul li.dropdown-set .new-dropdown a {
  font-weight: 400 !important;
}

.logo-mobile {
  padding: 2rem 0 0;
  text-align: center;
}
.logo-mobile figure {
  margin: 0;
}
.logo-mobile a {
  display: block;
}
.logo-mobile img {
  max-width: 100%;
  width: 200px;
}

body.bodylock {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  #menu-divider {
    margin: 0;
  }

  #main-menu {
    position: fixed;
    top: 100%;
    height: var(--app-height);
    z-index: 1030;
    width: 100%;
    transition: all 450ms ease;
  }
  #main-menu.active {
    -ms-transform: translateY(calc(-100% + 74px));
        transform: translateY(calc(-100% + 74px));
  }
  #main-menu.active button.navbar-toggler {
    display: none;
  }
  #main-menu.active button.navbar-close {
    display: block;
  }
  #main-menu .navbar-brand {
    -ms-flex: 1;
        flex: 1;
    margin: auto;
    text-align: center;
    margin: 15px 0;
    margin-right: -45px;
  }
  #main-menu .navbar-brand img {
    max-height: 60px;
    max-width: 200px;
    margin: 0 55px;
  }
  #main-menu .navbar-nav {
    margin: 1rem 0 1.5rem 0 !important;
    padding: 0;
    width: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 0 1rem;
  }
  #main-menu .navbar-nav li {
    margin: 0;
    padding-bottom: 10px;
    display: block;
    clear: both;
  }

  .dropdown-menu ul li.dropdown-set::after,
.dropdown-menu ul li.dropdown-set::before {
    top: 20px;
  }

  .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    float: none;
    border: none;
    left: 0;
    box-shadow: none;
    padding-bottom: 1.5rem;
  }
  .dropdown-menu li {
    border-color: #009ee0 !important;
    padding-top: 10px;
  }

  #main-menu .navbar-nav li.dropdown > a {
    padding-right: 1.5rem;
    padding-bottom: 0;
  }

  .navbar-collapse {
    clear: both;
    width: 100%;
  }

  .navbar-menu--search .navbar-menu--search-wrapper {
    margin-top: 0;
  }

  .navbar-nav li.current-menu-item a {
    color: #f49e00 !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .navbar-nav li a:hover {
    color: #003e90 !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav li.dropdown.show .nav-top::after {
    display: none !important;
  }
}
.icon-bar {
  transition: all 0.2s;
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background: #003e90;
  position: relative;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

form.thw-searchform {
  position: relative;
  clear: both;
}
form.thw-searchform > .container {
  overflow: visible;
}
form.thw-searchform .thw-searchform--input {
  width: 100%;
  position: relative;
}
.new-design form.thw-searchform .thw-searchform--input {
  width: 100%;
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .new-design form.thw-searchform .thw-searchform--input {
    margin: 0;
  }
}
.block-map form.thw-searchform .thw-searchform--input {
  margin: 0;
}
form.thw-searchform .thw-searchform--input .autocomplete-list {
  z-index: 1001;
  position: absolute;
  top: 100%;
  width: 100%;
  background: white;
  margin-top: 0;
  padding: 5px 0;
  list-style: none;
  border: 1px solid #aaaaaa;
}
form.thw-searchform .thw-searchform--input .autocomplete-list > li {
  padding: 0.313rem 0.625rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
form.thw-searchform .thw-searchform--input .autocomplete-list > li:not(.no-click) {
  cursor: pointer;
}
form.thw-searchform .thw-searchform--input .autocomplete-list > li:not(.no-click):hover {
  background: #DDDDDD;
}
form.thw-searchform .thw-searchform--input.loading:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  position: absolute;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  right: 0;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
form.thw-searchform .thw-searchform--submit {
  position: absolute;
  right: 3.5px;
  top: 3.5px;
}
.new-design form.thw-searchform .thw-searchform--submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 0;
}
form.thw-searchform .thw-searchform--submit i {
  font-size: 1.25rem;
  color: #FFFFFF;
}
form.thw-searchform input[type=text] {
  outline: none;
  height: 40px;
  padding: 10px;
  padding-right: 40px;
  box-sizing: border-box;
  border: 2px solid #f49e00;
  font-size: 1rem;
  line-height: 1.2rem;
  width: 100%;
  color: grey;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  border-radius: 8px;
}
form.thw-searchform button {
  height: 33px;
  margin-left: 10px;
  width: 33px;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #aaaaaa;
  border: 2px solid #f49e00;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f49e00;
  -webkit-appearance: none;
}
form.thw-searchform button:hover {
  background: #003e90;
  border-color: #003e90;
  transition: all 200ms ease;
}
form.thw-searchform button:hover i {
  color: white;
}
form.thw-searchform button:hover svg path {
  fill: white;
}
form.thw-searchform button svg {
  position: relative;
  top: 2px;
}
.new-design form.thw-searchform button {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  margin: 0;
}
@media (min-width: 768px) {
  .new-design form.thw-searchform button {
    width: auto;
    margin-left: 1rem;
  }
}
.block-map form.thw-searchform button {
  height: 40px;
}

#breadcrumbs--block {
  margin: 5px 0;
}
@media (min-width: 1320px) {
  #breadcrumbs--block .container {
    padding: 0;
  }
}
#breadcrumbs--block a, #breadcrumbs--block a:hover, #breadcrumbs--block a:active, #breadcrumbs--block a:visited {
  color: #434343;
}

.main-breadcrumbs {
  margin-top: 5px;
}

.main-breadcrumbs > span {
  background-color: #F4F4F4;
  padding: 3px 8px;
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  #breadcrumbs--block {
    display: none;
  }
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
  display: none !important;
}

body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar {
  content-visibility: visible;
  font-family: "Fira Sans", "Open Sans", Helvetica, Arial;
}
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 3px solid #f49e00;
  min-height: none;
  max-height: none;
  width: auto;
  padding: 3rem 1.5rem 1.5rem;
}
@media screen and (min-width: 520px) {
  body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    padding: 5rem 1.5rem 1.5rem;
    right: 2rem;
    left: auto;
    bottom: 2rem;
    width: 410px;
    max-width: calc(100vw - 4rem);
  }
}
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme:before {
  content: "Datenschutzhinweis";
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
  padding: 1rem 1rem;
  background-color: #009ee0;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (min-width: 520px) {
  body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme:before {
    left: -1.5rem;
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
}
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
  display: block;
  padding: 0;
}
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p,
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a {
  font-size: 1rem;
  line-height: 1.5;
  color: #434343;
}
@media screen and (min-width: 520px) {
  body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p,
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a {
    font-size: 1.25rem;
  }
}
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-weight: normal;
}
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a,
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p [role=link],
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p [data-href] {
  font-weight: bold;
}
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  margin-top: 2rem;
  padding: 0;
}
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton {
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  width: 100%;
}
@media screen and (min-width: 520px) {
  body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton {
    width: auto;
  }
}
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-reject-btn {
  background-color: transparent;
  color: #434343;
  border: 1px solid #434343;
  font-weight: normal;
}
body:not(.page-template-page-datenschutz) #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 0;
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.image_element {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
}
.image_element.image_21_9 {
  padding-top: 42.5% !important;
}
.image_element.image_16_9 {
  padding-top: 56.25%;
}
.image_element.image_4_3 {
  padding-top: 75%;
}
.image_element.image_3_4 {
  padding-top: 133.3333333333%;
}
.image_element.image_2_1 {
  padding-top: 50%;
}
.image_element.image_5_2 {
  padding-top: 40%;
}
.image_element.image_20_7 {
  padding-top: 35%;
}
.image_element.image_20_5 {
  padding-top: 25%;
}
.image_element.image_donation_section {
  padding-top: 33.3333333333%;
}
@media (max-width: 991.98px) {
  .image_element.image_donation_section {
    padding-top: 66.6666666667%;
  }
}
.image_element.image_contain_grow {
  height: 100%;
  padding-top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.relative {
  position: relative;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.overflow-visible {
  overflow: visible !important;
}

@media (max-width: 991.98px) {
  .mobile-first {
    -ms-flex-order: -1;
        order: -1;
  }
}

/***************************************************************
**** GLOBAL HANDLING FOR SMOOTHER FONT DISPLAY
***************************************************************/
body, html {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/***************************************************************
**** TAGS AND SPECIFIC CLASSES
***************************************************************/
html {
  font-size: 16px;
  line-height: 1.25rem;
}

body {
  font-family: "Fira Sans", "Open Sans", Helvetica, Arial;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #434343;
  font-size: 1.2rem;
  line-height: 1.5rem;
  /*	@include media-breakpoint-down(mobile) {
  		font-size: 14px;
  	}*/
}

a, a:hover, a:active, a:visited {
  text-decoration: underline;
  color: #003e90;
  cursor: pointer;
}

p a,
.more:not(.arrow) {
  display: inline-block;
  color: #003e90;
  outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: black;
}

p, .p {
  font-weight: 400;
  margin: 0;
  margin-top: 1em;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  overflow-wrap: break-word;
}

h1, h2,
.h1, .h2 {
  font-weight: 900;
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
  font-weight: 600;
}

h1,
.h1 {
  font-size: 2rem;
  line-height: 2.4rem;
}

h1.main-headline,
.h1.main-headline {
  padding: 1.6rem 0 0.5rem;
  color: #434343;
}

h2,
.h2 {
  font-size: 1.563rem;
  line-height: 1.875rem;
}

h3,
.h3 {
  font-size: 1.313rem;
  line-height: 1.57rem;
  color: #003e90;
}

h4, h5, h6,
.h4, .h5, .h6 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

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

ul {
  margin-top: 0;
  margin-bottom: 0;
}

.highlight {
  color: #f49e00;
}

:root {
  --app-height: 100%;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}
body > #moove_gdpr_cookie_info_bar ~ .last_element {
  height: 63px;
}
body > #moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden ~ .last_element {
  height: 0px;
}
body #menu-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vh;
  z-index: 10;
  background-color: white;
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 767.98px) {
  body #wpadminbar {
    top: -46px;
  }
}
@media (max-width: 767.98px) {
  body.menu-open #menu-background {
    display: block;
    opacity: 1;
  }
}

.hidden {
  display: none;
}

.container {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 575.98px) {
  .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.container .row .col {
  position: relative;
  width: 100%;
}
@media (max-width: 575.98px) {
  .container .row .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container .row .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container .row .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container .row .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .container .row .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .container .row--no-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 575.98px) {
  .container main .row > * {
    margin-bottom: 80px;
  }
  .container main .row > * .row:not(.normal-space) > * {
    margin-bottom: 0;
  }
  .container main .row.less-space > * {
    margin-bottom: 40px;
  }
  .container main .row.less-space > * .row:not(.normal-space) > * {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container main .row > * {
    margin-bottom: 80px;
  }
  .container main .row > * .row:not(.normal-space) > * {
    margin-bottom: 0;
  }
  .container main .row.less-space > * {
    margin-bottom: 40px;
  }
  .container main .row.less-space > * .row:not(.normal-space) > * {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container main .row > * {
    margin-bottom: 80px;
  }
  .container main .row > * .row:not(.normal-space) > * {
    margin-bottom: 0;
  }
  .container main .row.less-space > * {
    margin-bottom: 40px;
  }
  .container main .row.less-space > * .row:not(.normal-space) > * {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container main .row > * {
    margin-bottom: 80px;
  }
  .container main .row > * .row:not(.normal-space) > * {
    margin-bottom: 0;
  }
  .container main .row.less-space > * {
    margin-bottom: 40px;
  }
  .container main .row.less-space > * .row:not(.normal-space) > * {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .container main .row > * {
    margin-bottom: 80px;
  }
  .container main .row > * .row:not(.normal-space) > * {
    margin-bottom: 0;
  }
  .container main .row.less-space > * {
    margin-bottom: 40px;
  }
  .container main .row.less-space > * .row:not(.normal-space) > * {
    margin-bottom: 0;
  }
}
.container .full-width-col {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .container .full-width-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container .full-width-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container .full-width-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container .full-width-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .container .full-width-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .lg-mb {
    margin-bottom: 25px;
  }
}
:target.offset-anchor {
  display: block;
  position: relative;
  top: -50px;
}

.is-os-Android a[href^=webcal] {
  display: none;
}

.is-os-Android .webcal {
  display: none;
}
/*# sourceMappingURL=079e4bf5.style.css.map */