/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 *
 * Compiled using Bootstrap Less Port v2.5.0 (https://github.com/seanCodes/bootstrap-less-port)
 * A port of Bootstrap’s Sass source code to Less.
 * Copyright 2017–2021 Sean Juarez
 * Licensed under MIT (https://github.com/seanCodes/bootstrap-less-port/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
\%responsive-container,
.container {
  max-width: 640px;
}
@media (min-width: 768px) {
  \%responsive-container,
  .container,
  .container-sm,
  .container {
    max-width: 640px;
  }
}
@media (min-width: 940px) {
  \%responsive-container,
  .container,
  .container-sm,
  .container-md,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  \%responsive-container,
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  \%responsive-container,
  .container,
  .container-sm,
  .container-md,
  .container-xl,
  .container {
    max-width: 960px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
\%grid-column,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 940px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1300px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 940px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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: 768px) {
  .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: 940px) {
  .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: 1300px) {
  .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: 1300px) {
  .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;
  }
}
/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 *
 * Compiled using Bootstrap Less Port v2.5.0 (https://github.com/seanCodes/bootstrap-less-port)
 * A port of Bootstrap’s Sass source code to Less.
 * Copyright 2017–2021 Sean Juarez
 * Licensed under MIT (https://github.com/seanCodes/bootstrap-less-port/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #304b50;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #304b50;
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a1a1a1;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 940px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.text-monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 940px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-primary {
  color: #06E481 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #049957 !important;
}
.text-danger {
  color: #DC002D !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #90001d !important;
}
.text-warning {
  color: #E1B400 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #947700 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #a1a1a1 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #06E481 !important;
}
.border-danger {
  border-color: #DC002D !important;
}
.border-warning {
  border-color: #E1B400 !important;
}
.border-white {
  border-color: #FFFFFF !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8203125rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #2a2a2a;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #2a2a2a;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #2a2a2a;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #2a2a2a;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #2a2a2a;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}
.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b9f7dc;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ef1bd;
}
.table-hover .table-primary:hover {
  background-color: #a2f4d1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a2f4d1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5b8c4;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed7a92;
}
.table-hover .table-danger:hover {
  background-color: #f2a2b1;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f2a2b1;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f7eab8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #efd87a;
}
.table-hover .table-warning:hover {
  background-color: #f4e3a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f4e3a1;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ddd;
}
.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 939.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1299.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1299.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sn-clean-typo.sn-clean-typo,
.sn-clean-typo.sn-clean-typo h3,
.sn-clean-typo.sn-clean-typo .h3,
.sn-clean-typo.sn-clean-typo h4,
.sn-clean-typo.sn-clean-typo .h4 {
  font-size: 18px;
  line-height: 1.45;
}
.sn-clean-typo.sn-clean-typo h2,
.sn-clean-typo.sn-clean-typo .h2 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.sn-clean-typo.sn-clean-typo h1,
.sn-clean-typo.sn-clean-typo .h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.sn-clean-typo small,
.sn-clean-typo .small {
  font-size: 15px;
  line-height: 1.1;
}
.sn-hl-striking.sn-hl-striking.sn-hl-striking {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  hyphens: auto;
}
.sn-hl-striking.sn-hl-striking.sn-hl-striking.sn-hl-striking--sm {
  font-size: 32px;
}
@media (min-width: 768px) {
  .sn-hl-striking.sn-hl-striking.sn-hl-striking.sn-hl-striking {
    font-size: 65px;
    hyphens: none;
  }
}
.sn-aspect-ratio-9by16 {
  aspect-ratio: 0.5625;
}
.sn-aspect-ratio-1by1 {
  aspect-ratio: 1;
}
.sn-aspect-ratio-2by1 {
  aspect-ratio: 2;
}
.sn-aspect-ratio-3by2 {
  aspect-ratio: 1.5;
}
.sn-contain {
  object-fit: contain;
}
/**
 * Text Sizes
 */
.sn-text-xsmall.sn-text-xsmall.sn-text-xsmall.sn-text-xsmall {
  font-size: 12px;
}
.sn-text-small {
  font-size: 86%;
  font-size: 12px;
}
.sn-text-small.sn-text-small.sn-text-small.sn-text-small {
  font-size: 13px;
}
.sn-text-base.sn-text-base.sn-text-base.sn-text-base {
  font-size: 15px;
}
.sn-text-large.sn-text-large.sn-text-large.sn-text-large {
  font-size: 18px;
}
.sn-text-xlarge.sn-text-xlarge.sn-text-xlarge {
  font-size: 20px;
}
.sn-text-xxlarge.sn-text-xxlarge.sn-text-xxlarge {
  font-size: 22px;
}
.sn-text-xxxlarge.sn-text-xxxlarge.sn-text-xxxlarge {
  font-size: 28px;
}
.sn-text-xxxxlarge.sn-text-xxxxlarge.sn-text-xxxxlarge {
  font-size: 38px;
}
@media (min-width: 768px) {
  .sn-text-sm-base.sn-text-sm-base.sn-text-sm-base.sn-text-sm-base {
    font-size: 15px;
  }
  .sn-text-sm-large.sn-text-sm-large.sn-text-sm-large.sn-text-sm-large {
    font-size: 18px;
  }
  .sn-text-sm-xlarge.sn-text-sm-xlarge.sn-text-sm-xlarge {
    font-size: 20px;
  }
  .sn-text-sm-xxlarge.sn-text-sm-xxlarge.sn-text-sm-xxlarge {
    font-size: 22px;
  }
  .sn-text-sm-xxxlarge.sn-text-sm-xxxlarge.sn-text-sm-xxxlarge {
    font-size: 28px;
  }
  .sn-text-sm-xxxxlarge.sn-text-sm-xxxxlarge.sn-text-sm-xxxxlarge {
    font-size: 38px;
  }
  .sn-text-clamp-sm-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
/**
 * Text Color
 */
.sn-text-white {
  color: #FFFFFF;
}
/**
 * Font Weight
 */
.sn-text-semibold {
  font-weight: 600;
}
/**
 * dim
 */
.sn-text-dim {
  opacity: 0.66;
}
/**
 * Font Families
 */
.sn-playfair-bold {
  font-family: 'PlayFair';
}
@font-face {
  font-family: 'PFDIN-fallback';
  size-adjust: 92%;
  ascent-override: 70%;
  src: local('Tahoma');
}
@font-face {
  font-family: 'PFDIN-fallback';
  size-adjust: 87%;
  ascent-override: 75%;
  font-weight: 600;
  src: local('Tahoma Bold');
}
@font-face {
  font-family: 'PFDIN';
  src: local('PFDIN'), url('/templates/fonts/PFDIN/PFDin-subset.woff2') format('woff2'), url('/templates/fonts/PFDIN/PFDin-subset.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'PFDIN';
  src: local('PFDIN'), url('/templates/fonts/PFDIN/PFDin-medium-subset.woff2') format('woff2'), url('/templates/fonts/PFDIN/PFDin-medium-subset.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'PFDIN';
  src: local('PFDIN'), url('/templates/fonts/PFDIN/PFDin-bold-subset.woff2') format('woff2'), url('/templates/fonts/PFDIN/PFDin-bold-subset.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Playfair';
  src: local('Playfair'), url('/templates/fonts/Playfair/PlayfairDisplay-Bold.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #304b50;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a1a1a1;
}
strong.h1,
strong.h2,
strong.h3,
strong.h4,
strong.h5,
strong.h6 {
  display: block;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 15px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 38px;
  line-height: 1.10526316;
  letter-spacing: normal;
}
h2,
.h2 {
  font-size: 28px;
  line-height: 1.28571429;
  letter-spacing: normal;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 1.22222222;
  letter-spacing: normal;
}
h4,
.h4 {
  font-size: 15px;
  line-height: 1.33333333;
}
h5,
.h5 {
  font-size: 15px;
  line-height: 1.35714286;
}
h6,
.h6 {
  font-size: 15px;
  line-height: 1.35714286;
}
p {
  margin: 0 0 15px 0;
}
strong,
b {
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
a,
a:visited,
a:active,
a:focus,
input,
select,
textarea {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus-visible {
  outline: 3px solid -webkit-focus-ring-color;
  outline-offset: -3px;
}
small,
.small {
  font-size: 86%;
}
img[height] {
  height: auto;
}
#chatbase-message-bubbles,
#chatbase-bubble-button,
#chatbase-bubble-window {
  z-index: 999 !important;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 1300px) {
  .container-lg {
    max-width: 1220px;
  }
}
.fr-dib {
  margin: 15px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-dib.fr-fil {
  margin-left: 0;
}
.fr-dib.fr-fir {
  margin-right: 0;
}
.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 7.5px;
  max-width: 100%;
}
.fr-dii.fr-fil {
  float: left;
  margin: 0 15px 7.5px 0;
}
.fr-dii.fr-fir {
  float: right;
  margin: 0 0 7.5px 15px;
}
.fr-rounded {
  border-radius: 10px;
}
.fr-img-caption {
  text-align: center;
  max-width: 100%;
}
.fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}
.fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 15px;
  font-weight: initial;
  box-sizing: border-box;
  opacity: 0.9;
  width: 100%;
  text-align: center;
}
.fr-bordered {
  border: 1px solid #CCC;
}
@media (max-width: 767px) {
  .fr-dii.fr-fil,
  .fr-dii.fr-fir {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.fr-element {
  min-width: 1em;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1.45;
  color: #304b50;
  background: #FFFFFF;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
footer a:hover {
  text-decoration: underline;
}
.pageContentWrap {
  margin-top: 80px;
  min-height: calc(100vh - 140px);
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.headbar + .pageContentWrap {
  margin-top: 140px;
}
.borvo-offset + .pageContentWrap,
.borvo--static + .pageContentWrap,
.fullwidth-content + .pageContentWrap,
.header-light ~ .pageContentWrap,
.header + .pageContentWrap {
  margin-top: 0;
  padding: 80px 0;
  min-height: 0;
}
.fullwidth-content + .pageContentWrap,
.borvo-offset + .pageContentWrap {
  padding-bottom: 0;
}
.fullwidth-content + .pageContentWrap > section:last-child:not(.d-bg),
.borvo-offset + .pageContentWrap > section:last-child:not(.d-bg) {
  margin-bottom: 80px;
}
.pageContentWrap section {
  margin-bottom: 80px;
}
.pageContentWrap section.half-space {
  margin-bottom: 50px;
}
.pageContentWrap.page-fullheight {
  padding-top: 80px;
  overflow: hidden;
}
.cofunding-preview.cofunding-preview {
  border-top: 2px solid #e4e4e4;
  padding: 25px 0;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: none;
  border-top: 2px solid #f1f1f1;
  margin: 20px 0;
  padding: 0;
}
.btn {
  transition: all 0.3s linear;
}
.btn.btn.btn {
  font-size: 18px;
  outline: none;
}
.btn.is-disabled {
  border-color: #c1c1c1;
  background-color: #c1c1c1;
  pointer-events: none;
}
.facts-row .icon--xs {
  top: 0;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hidden {
  display: none !important;
}
.loading-spinner {
  width: 30px;
  height: 30px;
  display: none;
  opacity: 1 !important;
}
.loading-spinner .spinner {
  width: 90%;
  height: 90%;
  border: 2px solid #304b50;
  border-right-color: transparent;
  border-radius: 17px;
  animation: spin 0.75s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.lazy-loading {
  height: 30px;
  width: 100%;
  margin: 20px auto;
  opacity: 1 !important;
}
.lazy-loading::after {
  display: block;
  clear: both;
  content: "";
}
.lazy-loading img {
  display: none;
}
.lazy-loading .loading-spinner {
  float: left;
  display: block;
}
.lazy-loading .caption {
  display: block;
  float: left;
  padding-left: 60px;
  margin-left: -30px;
  line-height: 30px;
  width: 100%;
  color: #304b50;
}
.lazy-loading.centered {
  text-align: center;
}
.lazy-loading.centered .loading-spinner {
  float: none;
  display: inline-block;
}
.more-link,
.less-link {
  font-weight: 600;
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.more-link:focus,
.less-link:focus,
.more-link:hover,
.less-link:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
.tooltip-inner {
  padding: 7.5px 15px 4.5px;
  border-radius: 4px;
  line-height: normal;
}
.tippy-content {
  line-height: normal;
}
.text-primary,
.alert-primary {
  color: #087345 !important;
}
a.text-primary:hover,
.alert-primary:hover,
a.text-primary:focus,
.alert-primary:focus {
  color: #032b1a !important;
}
.text-success,
.alert-success {
  color: #087345 !important;
}
a.text-success:hover,
.alert-success:hover,
a.text-success:focus,
.alert-success:focus {
  color: #032b1a !important;
}
.text-info,
.alert-info {
  color: #304b50 !important;
}
a.text-info:hover,
.alert-info:hover,
a.text-info:focus,
.alert-info:focus {
  color: #131e20 !important;
}
.text-warning,
.alert-warning {
  color: #E1B400 !important;
}
a.text-warning:hover,
.alert-warning:hover,
a.text-warning:focus,
.alert-warning:focus {
  color: #947700 !important;
}
.text-danger,
.alert-error {
  color: #DC002D !important;
}
a.text-danger:hover,
.alert-error:hover,
a.text-danger:focus,
.alert-error:focus {
  color: #90001d !important;
}
@media (min-width: 768px) {
  .pageContentWrap {
    font-size: 18px;
  }
  .container-mini {
    max-width: 390px;
  }
}
.blog-more {
  font-weight: 600;
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.blog-more:focus,
.blog-more:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
.limited {
  max-width: 610px;
}
.limited-text {
  max-width: 800px;
}
.richtext img {
  max-width: 100%;
  margin-bottom: 1.5em;
}
.img-responsive {
  display: block;
  max-width: 100%;
}
.hide.hide {
  display: none;
}
.swiper-button-prev.swiper-button-prev,
.swiper-button-prev.swiper-button-next,
.swiper-button-next.swiper-button-prev,
.swiper-button-next.swiper-button-next {
  color: white;
}
@media (max-width: 939px) {
  .visible-md {
    display: none;
  }
}
.btn,
.richtext .btns a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.15s ease-out;
  padding: 9px 15px;
  font-size: 0.9375rem;
  line-height: 1.45;
  border-radius: 0;
  border-radius: 6px;
  padding-bottom: 7px;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: none;
}
.btn:focus-visible,
.richtext .btns a:focus-visible,
.btn:active:focus-visible,
.richtext .btns a:active:focus-visible,
.btn.active:focus-visible,
.richtext .btns a.active:focus-visible,
.btn.focus,
.richtext .btns a.focus,
.btn:active.focus,
.richtext .btns a:active.focus,
.btn.active.focus,
.richtext .btns a.active.focus {
  outline: 3px solid -webkit-focus-ring-color;
  outline-offset: -3px;
}
.btn:hover,
.richtext .btns a:hover,
.btn:focus,
.richtext .btns a:focus,
.btn.focus,
.richtext .btns a.focus {
  text-decoration: none;
}
.btn:active,
.richtext .btns a:active,
.btn.active,
.richtext .btns a.active {
  background-image: none;
}
.btn.btn.disabled,
.btn.richtext .btns a.disabled,
.richtext .btns a.btn.disabled,
.richtext .btns a.richtext .btns a.disabled,
.btn.btn[disabled],
.btn.richtext .btns a[disabled],
.richtext .btns a.btn[disabled],
.richtext .btns a.richtext .btns a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .richtext .btns a {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #304b50;
  background-color: #EAEDEE;
  border-color: #EAEDEE;
}
.btn.btn.disabled-ghost,
.btn.richtext .btns a.disabled-ghost,
.richtext .btns a.btn.disabled-ghost,
.richtext .btns a.richtext .btns a.disabled-ghost {
  background-color: transparent;
  border-color: transparent;
}
.btn.invisible,
.richtext .btns a.invisible {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.btn p {
  display: inline;
}
.btn .icon {
  top: -1px;
}
.btn,
.btn-primary,
.richtext .btns a {
  color: #304b50;
  background-color: #06E481;
  border-color: #06E481;
}
.btn .icon,
.btn-primary .icon,
.richtext .btns a .icon {
  fill: #304b50;
}
.btn:hover,
.btn-primary:hover,
.richtext .btns a:hover,
.btn:focus,
.btn-primary:focus,
.richtext .btns a:focus,
.btn.focus,
.btn-primary.focus,
.richtext .btns a.focus,
.btn:active,
.btn-primary:active,
.richtext .btns a:active,
.btn.active,
.btn-primary.active,
.richtext .btns a.active {
  color: #304b50;
  background-color: #05cd74;
  border-color: #05cd74;
}
.btn:hover .icon,
.btn-primary:hover .icon,
.richtext .btns a:hover .icon,
.btn:focus .icon,
.btn-primary:focus .icon,
.richtext .btns a:focus .icon,
.btn.focus .icon,
.btn-primary.focus .icon,
.richtext .btns a.focus .icon,
.btn:active .icon,
.btn-primary:active .icon,
.richtext .btns a:active .icon,
.btn.active .icon,
.btn-primary.active .icon,
.richtext .btns a.active .icon {
  fill: #304b50;
}
.btn:active,
.btn-primary:active,
.richtext .btns a:active,
.btn.active,
.btn-primary.active,
.richtext .btns a.active {
  background-image: none;
}
.btn.disabled,
.btn-primary.disabled,
.richtext .btns a.disabled,
.btn[disabled],
.btn-primary[disabled],
.richtext .btns a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn-primary,
fieldset[disabled] .richtext .btns a,
.btn.disabled:hover,
.btn-primary.disabled:hover,
.richtext .btns a.disabled:hover,
.btn[disabled]:hover,
.btn-primary[disabled]:hover,
.richtext .btns a[disabled]:hover,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .richtext .btns a:hover,
.btn.disabled:focus,
.btn-primary.disabled:focus,
.richtext .btns a.disabled:focus,
.btn[disabled]:focus,
.btn-primary[disabled]:focus,
.richtext .btns a[disabled]:focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .richtext .btns a:focus,
.btn.disabled.focus,
.btn-primary.disabled.focus,
.richtext .btns a.disabled.focus,
.btn[disabled].focus,
.btn-primary[disabled].focus,
.richtext .btns a[disabled].focus,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .richtext .btns a.focus,
.btn.disabled:active,
.btn-primary.disabled:active,
.richtext .btns a.disabled:active,
.btn[disabled]:active,
.btn-primary[disabled]:active,
.richtext .btns a[disabled]:active,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .richtext .btns a:active,
.btn.disabled.active,
.btn-primary.disabled.active,
.richtext .btns a.disabled.active,
.btn[disabled].active,
.btn-primary[disabled].active,
.richtext .btns a[disabled].active,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .richtext .btns a.active {
  background-color: hsl(153.24324324, 64.87179487%, 45.88235294%);
  border-color: hsl(153.24324324, 64.87179487%, 45.88235294%);
  color: #0a0f10;
}
.btn-2nd,
.btn-2nd.mytyFormBtn {
  color: #304b50;
  background-color: #cdfae6;
  border-color: #cdfae6;
}
.btn-2nd .icon,
.btn-2nd.mytyFormBtn .icon {
  fill: #304b50;
}
.btn-2nd:hover,
.btn-2nd.mytyFormBtn:hover,
.btn-2nd:focus,
.btn-2nd.mytyFormBtn:focus,
.btn-2nd.focus,
.btn-2nd.mytyFormBtn.focus,
.btn-2nd:active,
.btn-2nd.mytyFormBtn:active,
.btn-2nd.active,
.btn-2nd.mytyFormBtn.active {
  color: #304b50;
  background-color: #b4f7d9;
  border-color: #b4f7d9;
}
.btn-2nd:hover .icon,
.btn-2nd.mytyFormBtn:hover .icon,
.btn-2nd:focus .icon,
.btn-2nd.mytyFormBtn:focus .icon,
.btn-2nd.focus .icon,
.btn-2nd.mytyFormBtn.focus .icon,
.btn-2nd:active .icon,
.btn-2nd.mytyFormBtn:active .icon,
.btn-2nd.active .icon,
.btn-2nd.mytyFormBtn.active .icon {
  fill: #304b50;
}
.btn-2nd:active,
.btn-2nd.mytyFormBtn:active,
.btn-2nd.active,
.btn-2nd.mytyFormBtn.active {
  background-image: none;
}
.btn-2nd.disabled,
.btn-2nd.mytyFormBtn.disabled,
.btn-2nd[disabled],
.btn-2nd.mytyFormBtn[disabled],
fieldset[disabled] .btn-2nd,
fieldset[disabled] .btn-2nd.mytyFormBtn,
.btn-2nd.disabled:hover,
.btn-2nd.mytyFormBtn.disabled:hover,
.btn-2nd[disabled]:hover,
.btn-2nd.mytyFormBtn[disabled]:hover,
fieldset[disabled] .btn-2nd:hover,
fieldset[disabled] .btn-2nd.mytyFormBtn:hover,
.btn-2nd.disabled:focus,
.btn-2nd.mytyFormBtn.disabled:focus,
.btn-2nd[disabled]:focus,
.btn-2nd.mytyFormBtn[disabled]:focus,
fieldset[disabled] .btn-2nd:focus,
fieldset[disabled] .btn-2nd.mytyFormBtn:focus,
.btn-2nd.disabled.focus,
.btn-2nd.mytyFormBtn.disabled.focus,
.btn-2nd[disabled].focus,
.btn-2nd.mytyFormBtn[disabled].focus,
fieldset[disabled] .btn-2nd.focus,
fieldset[disabled] .btn-2nd.mytyFormBtn.focus,
.btn-2nd.disabled:active,
.btn-2nd.mytyFormBtn.disabled:active,
.btn-2nd[disabled]:active,
.btn-2nd.mytyFormBtn[disabled]:active,
fieldset[disabled] .btn-2nd:active,
fieldset[disabled] .btn-2nd.mytyFormBtn:active,
.btn-2nd.disabled.active,
.btn-2nd.mytyFormBtn.disabled.active,
.btn-2nd[disabled].active,
.btn-2nd.mytyFormBtn[disabled].active,
fieldset[disabled] .btn-2nd.active,
fieldset[disabled] .btn-2nd.mytyFormBtn.active {
  background-color: hsl(153.24324324, 50.43478261%, 89.17647059%);
  border-color: hsl(153.24324324, 50.43478261%, 89.17647059%);
  color: #0a0f10;
}
.btn-3rd,
.btn-3nd.mytyFormBtn {
  color: #304b50;
  background-color: #EAEDEE;
  border-color: #EAEDEE;
}
.btn-3rd .icon,
.btn-3nd.mytyFormBtn .icon {
  fill: #304b50;
}
.btn-3rd:hover,
.btn-3nd.mytyFormBtn:hover,
.btn-3rd:focus,
.btn-3nd.mytyFormBtn:focus,
.btn-3rd.focus,
.btn-3nd.mytyFormBtn.focus,
.btn-3rd:active,
.btn-3nd.mytyFormBtn:active,
.btn-3rd.active,
.btn-3nd.mytyFormBtn.active {
  color: #304b50;
  background-color: #d3d5d6;
  border-color: #d3d5d6;
}
.btn-3rd:hover .icon,
.btn-3nd.mytyFormBtn:hover .icon,
.btn-3rd:focus .icon,
.btn-3nd.mytyFormBtn:focus .icon,
.btn-3rd.focus .icon,
.btn-3nd.mytyFormBtn.focus .icon,
.btn-3rd:active .icon,
.btn-3nd.mytyFormBtn:active .icon,
.btn-3rd.active .icon,
.btn-3nd.mytyFormBtn.active .icon {
  fill: #304b50;
}
.btn-3rd:active,
.btn-3nd.mytyFormBtn:active,
.btn-3rd.active,
.btn-3nd.mytyFormBtn.active {
  background-image: none;
}
.btn-3rd.disabled,
.btn-3nd.mytyFormBtn.disabled,
.btn-3rd[disabled],
.btn-3nd.mytyFormBtn[disabled],
fieldset[disabled] .btn-3rd,
fieldset[disabled] .btn-3nd.mytyFormBtn,
.btn-3rd.disabled:hover,
.btn-3nd.mytyFormBtn.disabled:hover,
.btn-3rd[disabled]:hover,
.btn-3nd.mytyFormBtn[disabled]:hover,
fieldset[disabled] .btn-3rd:hover,
fieldset[disabled] .btn-3nd.mytyFormBtn:hover,
.btn-3rd.disabled:focus,
.btn-3nd.mytyFormBtn.disabled:focus,
.btn-3rd[disabled]:focus,
.btn-3nd.mytyFormBtn[disabled]:focus,
fieldset[disabled] .btn-3rd:focus,
fieldset[disabled] .btn-3nd.mytyFormBtn:focus,
.btn-3rd.disabled.focus,
.btn-3nd.mytyFormBtn.disabled.focus,
.btn-3rd[disabled].focus,
.btn-3nd.mytyFormBtn[disabled].focus,
fieldset[disabled] .btn-3rd.focus,
fieldset[disabled] .btn-3nd.mytyFormBtn.focus,
.btn-3rd.disabled:active,
.btn-3nd.mytyFormBtn.disabled:active,
.btn-3rd[disabled]:active,
.btn-3nd.mytyFormBtn[disabled]:active,
fieldset[disabled] .btn-3rd:active,
fieldset[disabled] .btn-3nd.mytyFormBtn:active,
.btn-3rd.disabled.active,
.btn-3nd.mytyFormBtn.disabled.active,
.btn-3rd[disabled].active,
.btn-3nd.mytyFormBtn[disabled].active,
fieldset[disabled] .btn-3rd.active,
fieldset[disabled] .btn-3nd.mytyFormBtn.active {
  background-color: hsl(0, 0%, 92.54901961%);
  border-color: hsl(0, 0%, 92.54901961%);
  color: #0a0f10;
}
.btn-block {
  display: block;
}
button.btn-block.btn-block {
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .btn-block--sm-centered.btn-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
  }
}
.btn-round.btn-round.btn-round {
  border-radius: 40px;
}
.btn-ghost {
  background: transparent;
  color: #304b50;
  border-width: 2px;
  border-color: #304b50;
}
.btn-ghost .icon {
  fill: #304b50;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active {
  background: rgba(48, 75, 80, 0.05);
  border-color: #304b50;
  color: #304b50;
}
.btn-ghost:hover .icon,
.btn-ghost:focus .icon,
.btn-ghost:active .icon {
  fill: #304b50;
}
.btn-ghost.btn-2nd {
  color: #cdfae6;
}
.btn-ghost.btn-2nd .icon {
  fill: #cdfae6;
}
.btn-ghost.btn-2nd:hover,
.btn-ghost.btn-2nd:focus,
.btn-ghost.btn-2nd:active {
  color: #b4f7d9;
}
.btn-ghost.btn-2nd:hover .icon,
.btn-ghost.btn-2nd:focus .icon,
.btn-ghost.btn-2nd:active .icon {
  fill: #b4f7d9;
}
.btn-ghost.btn-3rd {
  color: #304b50;
  border-color: #c1c1c1;
}
.btn-ghost.btn-3rd .icon {
  fill: #304b50;
}
.btn-ghost.btn-3rd:hover,
.btn-ghost.btn-3rd:focus,
.btn-ghost.btn-3rd:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn-ghost.btn-ghost.disabled,
.btn-ghost.btn-ghost[disabled],
fieldset[disabled] .btn-ghost {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #EAEDEE;
  border-color: #EAEDEE;
  background-color: transparent;
}
.btn-ghost-bg {
  background-color: #FFFFFF;
}
.btn-ghost-bg:hover {
  background-color: #FFFFFF;
}
.btn-ghost-inverted {
  background: transparent;
  color: #304b50;
  border-width: 2px;
  border-color: #304b50;
  transition: all 0.15s ease-out !important;
}
.btn-ghost-inverted .icon {
  fill: #304b50;
}
.btn-ghost-inverted:hover,
.btn-ghost-inverted:focus,
.btn-ghost-inverted:active {
  background: rgba(48, 75, 80, 0.05);
  border-color: #304b50;
  color: #304b50;
}
.btn-ghost-inverted:hover .icon,
.btn-ghost-inverted:focus .icon,
.btn-ghost-inverted:active .icon {
  fill: #304b50;
}
.btn-ghost-inverted.btn-2nd {
  color: #cdfae6;
}
.btn-ghost-inverted.btn-2nd .icon {
  fill: #cdfae6;
}
.btn-ghost-inverted.btn-2nd:hover,
.btn-ghost-inverted.btn-2nd:focus,
.btn-ghost-inverted.btn-2nd:active {
  color: #b4f7d9;
}
.btn-ghost-inverted.btn-2nd:hover .icon,
.btn-ghost-inverted.btn-2nd:focus .icon,
.btn-ghost-inverted.btn-2nd:active .icon {
  fill: #b4f7d9;
}
.btn-ghost-inverted.btn-3rd {
  color: #304b50;
  border-color: #c1c1c1;
}
.btn-ghost-inverted.btn-3rd .icon {
  fill: #304b50;
}
.btn-ghost-inverted.btn-3rd:hover,
.btn-ghost-inverted.btn-3rd:focus,
.btn-ghost-inverted.btn-3rd:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn-ghost-inverted.btn-ghost-inverted.disabled,
.btn-ghost-inverted.btn-ghost-inverted[disabled],
fieldset[disabled] .btn-ghost-inverted {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #EAEDEE;
  border-color: #EAEDEE;
  background-color: transparent;
}
.btn-ghost-inverted,
.btn-ghost-inverted:hover,
.btn-ghost-inverted:focus,
.btn-ghost-inverted:active {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-ghost-inverted:hover,
.btn-ghost-inverted:active,
.btn-ghost-inverted:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.btn-ghost--highlighted {
  background-color: #FFFC04;
}
.btn-ghost--highlighted:hover,
.btn-ghost--highlighted:focus,
.btn-ghost--highlighted:active {
  color: #FFFFFF;
  background-color: #05b265;
  border-color: #05b265;
}
.btn-skeleton,
.btn-skeleton:hover,
.btn-skeleton:focus,
.btn-skeleton:active {
  background-color: #F5F5F5;
  border: none;
}
.btn-success {
  background-color: #087345;
  border-color: #087345;
}
.btn-success.btn-success {
  color: #FFFFFF;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #07623b;
  border-color: #07623b;
}
.btn-power {
  background-color: #95138E;
  border-color: #95138E;
}
.btn-power.btn-power {
  color: #FFFFFF;
}
.btn-power:hover,
.btn-power:focus,
.btn-power:active {
  background-color: #7f1079;
  border-color: #7f1079;
}
.btn-gray {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-gray.btn-gray {
  color: #304b50;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
  background-color: #a4a4a4;
  border-color: #a4a4a4;
}
.btn-loveneondark {
  background-color: #94400C;
  border-color: #94400C;
}
.btn-loveneondark.btn-loveneondark {
  color: #FFFFFF;
}
.btn-loveneondark:hover,
.btn-loveneondark:focus,
.btn-loveneondark:active {
  background-color: #7e360a;
  border-color: #7e360a;
}
.btn-sense {
  background-color: #FF85FF;
  border-color: #FF85FF;
  color: #304b50;
}
.btn-sense:hover,
.btn-sense:focus {
  background-color: #ff52ff;
  border-color: #ff52ff;
  color: #304b50;
}
.btn-sense.btn-2nd {
  background-color: #ffe7ff;
  border-color: #ffe7ff;
}
.btn-sense.btn-2nd:hover,
.btn-sense.btn-2nd:focus {
  background-color: #ffdaff;
  border-color: #ffdaff;
  color: #304b50;
}
.btn-sense.btn-2nd .icon {
  fill: #304b50;
}
.btn-loveneon {
  background-color: #FFC21C;
  border-color: #FFC21C;
  color: #304b50;
}
.btn-loveneon:hover,
.btn-loveneon:focus {
  background-color: #e8aa00;
  border-color: #e8aa00;
  color: #304b50;
}
.btn-loveneon.btn-2nd {
  background-color: #fff3d2;
  border-color: #fff3d2;
}
.btn-loveneon.btn-2nd:hover,
.btn-loveneon.btn-2nd:focus {
  background-color: #ffedbb;
  border-color: #ffedbb;
  color: #304b50;
}
.btn-loveneon.btn-2nd .icon {
  fill: #304b50;
}
.mytyForm {
  margin-bottom: 15px;
}
.mytyFormBox,
.mytyFormField {
  margin-bottom: 20px;
}
.mytyFormBox .mytyFormElementDescription,
.mytyFormField .mytyFormElementDescription,
.mytyFormBox .mytyFormElementSuccessMsg,
.mytyFormField .mytyFormElementSuccessMsg,
.mytyFormBox .mytyFormElementErrorMsg,
.mytyFormField .mytyFormElementErrorMsg {
  margin-top: 5px;
  font-size: 12px;
}
.mytyFormElementDescription > *:last-child {
  margin-bottom: 0;
}
.mytyFormLegend {
  display: none;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
fieldset + fieldset {
  margin-top: 30px;
}
.mytyFormBtn {
  transition: all 0.3s linear;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.15s ease-out;
  padding: 9px 15px;
  font-size: 0.9375rem;
  line-height: 1.45;
  border-radius: 0;
  border-radius: 6px;
  padding-bottom: 7px;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: none;
  color: #304b50;
  background-color: #06E481;
  border-color: #06E481;
}
.mytyFormBtn.mytyFormBtn.mytyFormBtn {
  font-size: 18px;
  outline: none;
}
.mytyFormBtn.is-disabled {
  border-color: #c1c1c1;
  background-color: #c1c1c1;
  pointer-events: none;
}
.mytyFormBtn:focus-visible,
.mytyFormBtn:active:focus-visible,
.mytyFormBtn.active:focus-visible,
.mytyFormBtn.focus,
.mytyFormBtn:active.focus,
.mytyFormBtn.active.focus {
  outline: 3px solid -webkit-focus-ring-color;
  outline-offset: -3px;
}
.mytyFormBtn:hover,
.mytyFormBtn:focus,
.mytyFormBtn.focus {
  text-decoration: none;
}
.mytyFormBtn:active,
.mytyFormBtn.active {
  background-image: none;
}
.mytyFormBtn.mytyFormBtn.disabled,
.mytyFormBtn.mytyFormBtn[disabled],
fieldset[disabled] .mytyFormBtn {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #304b50;
  background-color: #EAEDEE;
  border-color: #EAEDEE;
}
.mytyFormBtn.mytyFormBtn.disabled-ghost {
  background-color: transparent;
  border-color: transparent;
}
.mytyFormBtn.invisible {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.mytyFormBtn .icon {
  fill: #304b50;
}
.mytyFormBtn:hover,
.mytyFormBtn:focus,
.mytyFormBtn.focus,
.mytyFormBtn:active,
.mytyFormBtn.active {
  color: #304b50;
  background-color: #05cd74;
  border-color: #05cd74;
}
.mytyFormBtn:hover .icon,
.mytyFormBtn:focus .icon,
.mytyFormBtn.focus .icon,
.mytyFormBtn:active .icon,
.mytyFormBtn.active .icon {
  fill: #304b50;
}
.mytyFormBtn:active,
.mytyFormBtn.active {
  background-image: none;
}
.mytyFormBtn.disabled,
.mytyFormBtn[disabled],
fieldset[disabled] .mytyFormBtn,
.mytyFormBtn.disabled:hover,
.mytyFormBtn[disabled]:hover,
fieldset[disabled] .mytyFormBtn:hover,
.mytyFormBtn.disabled:focus,
.mytyFormBtn[disabled]:focus,
fieldset[disabled] .mytyFormBtn:focus,
.mytyFormBtn.disabled.focus,
.mytyFormBtn[disabled].focus,
fieldset[disabled] .mytyFormBtn.focus,
.mytyFormBtn.disabled:active,
.mytyFormBtn[disabled]:active,
fieldset[disabled] .mytyFormBtn:active,
.mytyFormBtn.disabled.active,
.mytyFormBtn[disabled].active,
fieldset[disabled] .mytyFormBtn.active {
  background-color: hsl(153.24324324, 64.87179487%, 45.88235294%);
  border-color: hsl(153.24324324, 64.87179487%, 45.88235294%);
  color: #0a0f10;
}
.mytyFormBtn p {
  display: inline;
}
.mytyFormBtnBox {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.mytyFormBtnBox .mytyFormBtn {
  width: 100%;
}
@media (min-width: 768px) {
  .mytyFormBtnBox .mytyFormBtn {
    align-self: flex-end;
    width: calc(50% - 15px);
  }
}
.mytyFormBtnBox .mytyFormBtn + .mytyFormBtn {
  margin-top: 15px;
}
.mytyFormLabel {
  transition: color 0.2s linear;
  z-index: 3;
  pointer-events: none;
  font-weight: 600;
}
.mytyFormLabel label {
  pointer-events: all;
  cursor: pointer;
  margin-bottom: 0;
}
.mytyFormLabel p {
  display: inline;
}
.mytyFormLabel a,
.mytyFormFieldsetDescription a {
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.mytyFormLabel a:focus,
.mytyFormFieldsetDescription a:focus,
.mytyFormLabel a:hover,
.mytyFormFieldsetDescription a:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
.mytyFormControl {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #c1c1c1;
  border-radius: 0;
  color: #304b50;
  background: #FFFFFF;
  height: 30px;
  padding: 0;
  margin: 0;
  transition: border-color 0.2s linear;
  font-size: 15px;
}
.mytyFormControl[disabled],
.mytyFormControl[readonly] {
  cursor: not-allowed;
  color: #97a5a7;
}
.mytyFormControl[disabled]:focus,
.mytyFormControl[readonly]:focus {
  border-color: #e4e4e4;
}
.mytyFormControl::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.mytyFormControl:-ms-input-placeholder {
  color: #999999;
}
.mytyFormControl::-webkit-input-placeholder {
  color: #999999;
}
.mytyFormControl[disabled] {
  cursor: not-allowed;
  color: #97a5a7;
}
.mytyFormControl .mytyFormElementErrorMsg {
  margin-top: 10px;
}
.mytyFormControl--large {
  font-size: 20px;
}
.mytyFormFieldsetDescription,
.mytyFormPasswordQualityBox,
.mytyFormFileRequirements {
  font-size: 12px;
}
.mytyFormPasswordValidation,
.mytyFormFlexbox {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
}
.mytyFormPasswordValidation > .mytyFormFieldsetDescription,
.mytyFormFlexbox > .mytyFormFieldsetDescription {
  margin: 30px 15px 15px;
}
.mytyFormFlexbox > .mytyFormPasswordValidation {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.col-fm-12,
.mytyFormBox:not(.mytyFormPasswordValidation),
.mytyFormCheckboxField .mytyFormElementDescription {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
}
.mytyFormFieldset > .mytyFormFieldsetDescription {
  font-size: 15px;
  margin-bottom: 10px;
}
.mytyFormFieldset > .mytyFormFieldsetDescription:has(p:only-child:empty) {
  display: none;
}
.mytyFormLegend + .mytyFormFieldsetDescription {
  margin-top: -10px;
}
.mytyFormRichtextBox .mytyFormControl.fr-box {
  height: auto;
  min-height: 30px;
}
.mytyFormRichtextBox .mytyFormControl.fr-box.has-focus {
  border-color: #06E481;
}
.mytyFormRichtextBox .mytyFormControl.fr-box .fr-wrapper {
  padding: 0;
  max-width: unset;
  height: 100%;
}
.mytyFormRichtextBox .mytyFormControl.fr-box .fr-wrapper .fr-view {
  display: inline-block;
  width: 100%;
}
.mytyFormRichtextBox .mytyFormControl.fr-box .fr-wrapper p > br {
  display: block;
}
.mytyFormRichtextBox .mytyFormControl.fr-box .fr-counter {
  top: -21px;
  padding-right: 0;
  bottom: unset !important;
  border: none;
  font-size: 12px;
  color: #999999;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
.mytyFormCaptchaBox {
  position: relative;
  display: flex;
}
.mytyFormCaptchaBox:after,
.mytyFormCaptchaBox .mytyFormLabel.mytyFormLabel {
  left: 170px;
}
@media (max-width: 374px) {
  .mytyFormCaptchaBox:after,
  .mytyFormCaptchaBox .mytyFormLabel.mytyFormLabel {
    left: 115px;
  }
}
.mytyFormCaptchaBox .mytyFormCaptchaImg {
  height: 30px;
  width: 124px;
  margin-right: 30px;
}
@media (max-width: 374px) {
  .mytyFormCaptchaBox .mytyFormCaptchaImg {
    width: 84px;
    margin-right: 15px;
  }
}
.mytyFormCaptchaBox .mytyFormCaptchaInputBox {
  flex: 1;
}
.mytyFormTextBox,
.mytyFormSelectBox,
.mytyUIDatePickerBox,
.mytyFormPasswordBox,
.mytyFormCurrentPasswordBox,
.mytyFormPasswordValidationBox,
.mytyFormCaptchaBox,
.linkCaption,
.mytyFormTextAreaBox,
.mytyFormTextBoxBB,
.mytyFormRichtextBox,
.mytyFormAutoSuggest {
  position: relative;
  padding-top: 17px;
  min-width: 0;
}
.mytyFormTextBox > .mytyFormLabel,
.mytyFormSelectBox > .mytyFormLabel,
.mytyUIDatePickerBox > .mytyFormLabel,
.mytyFormPasswordBox > .mytyFormLabel,
.mytyFormCurrentPasswordBox > .mytyFormLabel,
.mytyFormPasswordValidationBox > .mytyFormLabel,
.mytyFormCaptchaBox > .mytyFormLabel,
.linkCaption > .mytyFormLabel,
.mytyFormTextAreaBox > .mytyFormLabel,
.mytyFormTextBoxBB > .mytyFormLabel,
.mytyFormRichtextBox > .mytyFormLabel,
.mytyFormAutoSuggest > .mytyFormLabel {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  transition: transform 0.2s ease-in-out, color 0.2s linear;
  transform-origin: top left;
  z-index: 3;
  font-size: 12px;
  color: #999999;
}
.mytyFormTextBox > .mytyFormLabel label,
.mytyFormSelectBox > .mytyFormLabel label,
.mytyUIDatePickerBox > .mytyFormLabel label,
.mytyFormPasswordBox > .mytyFormLabel label,
.mytyFormCurrentPasswordBox > .mytyFormLabel label,
.mytyFormPasswordValidationBox > .mytyFormLabel label,
.mytyFormCaptchaBox > .mytyFormLabel label,
.linkCaption > .mytyFormLabel label,
.mytyFormTextAreaBox > .mytyFormLabel label,
.mytyFormTextBoxBB > .mytyFormLabel label,
.mytyFormRichtextBox > .mytyFormLabel label,
.mytyFormAutoSuggest > .mytyFormLabel label {
  cursor: pointer;
  margin-bottom: 0;
}
.mytyFormTextBox > .mytyFormLabel p,
.mytyFormSelectBox > .mytyFormLabel p,
.mytyUIDatePickerBox > .mytyFormLabel p,
.mytyFormPasswordBox > .mytyFormLabel p,
.mytyFormCurrentPasswordBox > .mytyFormLabel p,
.mytyFormPasswordValidationBox > .mytyFormLabel p,
.mytyFormCaptchaBox > .mytyFormLabel p,
.linkCaption > .mytyFormLabel p,
.mytyFormTextAreaBox > .mytyFormLabel p,
.mytyFormTextBoxBB > .mytyFormLabel p,
.mytyFormRichtextBox > .mytyFormLabel p,
.mytyFormAutoSuggest > .mytyFormLabel p {
  display: inline;
}
@media (max-width: 767px) {
  .mytyFormTextBox > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyFormTextBox > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyFormSelectBox > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyUIDatePickerBox > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyFormPasswordBox > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyFormCurrentPasswordBox > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyFormPasswordValidationBox > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyFormCaptchaBox > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .linkCaption > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyFormTextAreaBox > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyFormTextBoxBB > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyFormRichtextBox > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyFormTextBox > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyFormSelectBox > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyUIDatePickerBox > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyFormPasswordBox > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyFormCurrentPasswordBox > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyFormPasswordValidationBox > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyFormCaptchaBox > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.linkCaption > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyFormTextAreaBox > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyFormTextBoxBB > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyFormRichtextBox > .mytyFormLabel,
  .mytyFormAutoSuggest > .mytyFormLabel.mytyFormAutoSuggest > .mytyFormLabel {
    width: 100%;
  }
}
.mytyFormTextBox .tyFormTextCounter,
.mytyFormSelectBox .tyFormTextCounter,
.mytyUIDatePickerBox .tyFormTextCounter,
.mytyFormPasswordBox .tyFormTextCounter,
.mytyFormCurrentPasswordBox .tyFormTextCounter,
.mytyFormPasswordValidationBox .tyFormTextCounter,
.mytyFormCaptchaBox .tyFormTextCounter,
.linkCaption .tyFormTextCounter,
.mytyFormTextAreaBox .tyFormTextCounter,
.mytyFormTextBoxBB .tyFormTextCounter,
.mytyFormRichtextBox .tyFormTextCounter,
.mytyFormAutoSuggest .tyFormTextCounter {
  pointer-events: all;
  margin-left: 5px;
}
.mytyFormTextBox .tyFormTextCounter:before,
.mytyFormSelectBox .tyFormTextCounter:before,
.mytyUIDatePickerBox .tyFormTextCounter:before,
.mytyFormPasswordBox .tyFormTextCounter:before,
.mytyFormCurrentPasswordBox .tyFormTextCounter:before,
.mytyFormPasswordValidationBox .tyFormTextCounter:before,
.mytyFormCaptchaBox .tyFormTextCounter:before,
.linkCaption .tyFormTextCounter:before,
.mytyFormTextAreaBox .tyFormTextCounter:before,
.mytyFormTextBoxBB .tyFormTextCounter:before,
.mytyFormRichtextBox .tyFormTextCounter:before,
.mytyFormAutoSuggest .tyFormTextCounter:before {
  content: "(";
}
.mytyFormTextBox .tyFormTextCounter:after,
.mytyFormSelectBox .tyFormTextCounter:after,
.mytyUIDatePickerBox .tyFormTextCounter:after,
.mytyFormPasswordBox .tyFormTextCounter:after,
.mytyFormCurrentPasswordBox .tyFormTextCounter:after,
.mytyFormPasswordValidationBox .tyFormTextCounter:after,
.mytyFormCaptchaBox .tyFormTextCounter:after,
.linkCaption .tyFormTextCounter:after,
.mytyFormTextAreaBox .tyFormTextCounter:after,
.mytyFormTextBoxBB .tyFormTextCounter:after,
.mytyFormRichtextBox .tyFormTextCounter:after,
.mytyFormAutoSuggest .tyFormTextCounter:after {
  content: ")";
}
.mytyFormTextBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.mytyFormSelectBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.mytyUIDatePickerBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.mytyFormPasswordBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.mytyFormCurrentPasswordBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.mytyFormPasswordValidationBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.mytyFormCaptchaBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.linkCaption:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.mytyFormTextAreaBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.mytyFormTextBoxBB:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.mytyFormRichtextBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter,
.mytyFormAutoSuggest:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) .tyFormTextCounter {
  display: none;
}
.mytyFormTextBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.mytyFormSelectBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.mytyUIDatePickerBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.mytyFormPasswordBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.mytyFormCurrentPasswordBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.mytyFormPasswordValidationBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.mytyFormCaptchaBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.linkCaption:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.mytyFormTextAreaBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.mytyFormTextBoxBB:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.mytyFormRichtextBox:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel,
.mytyFormAutoSuggest:has(.mytyFormControl:placeholder-shown, textarea:placeholder-shown, .select2-search:only-child):not(:focus-within, .linkCaption, .inputGroupMultiple) > .mytyFormLabel {
  transform: translateY(21px) scale(1.25);
  width: calc((100% - 30px) * 0.8);
  font-weight: 400;
}
.mytyFormTextBox label,
.mytyFormSelectBox label,
.mytyUIDatePickerBox label,
.mytyFormPasswordBox label,
.mytyFormCurrentPasswordBox label,
.mytyFormPasswordValidationBox label,
.mytyFormCaptchaBox label,
.linkCaption label,
.mytyFormTextAreaBox label,
.mytyFormTextBoxBB label,
.mytyFormRichtextBox label,
.mytyFormAutoSuggest label {
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mytyFormPasswordQualityBox {
  margin-top: 5px;
  margin-bottom: -5px;
}
.mytyFormPasswordQualityBox .mytyFormPasswordQualityBar {
  border: none;
  background-color: #f1f1f1;
  width: 100%;
}
.mytyFormPasswordQualityBox .mytyFormPasswordQualityBar,
.mytyFormPasswordQualityBox .mytyFormPasswordQualityBarProgress {
  height: 5px;
}
.mytyFormPasswordStrength .mytyFormElementDescription {
  display: none;
}
.linkCaption.linkCaption.linkCaption.linkCaption .mytyFormInputGroup-addon {
  font-size: 15px;
  font-weight: normal;
  color: #999999;
  margin-right: 0;
}
.linkCaption.linkCaption.linkCaption.linkCaption .mytyFormControl.mytyFormControl {
  text-align: left;
}
.linkCaption .mytyFormElementLoading {
  display: none;
  width: 26px;
  height: 26px;
  margin-bottom: 4px;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
  border: 2px solid #304b50;
  border-right-color: transparent;
  position: absolute;
  top: 5px;
  right: 0;
  width: 18px;
  height: 18px;
}
.linkCaption .mytyFormElementLoading.is-active {
  display: block;
}
.linkCaptionVerification {
  flex: 1;
}
.linkCaptionVerification .mytyFormElementDescription span {
  display: none;
}
.mytyFormElementSuccessMsg {
  color: #087345;
}
.mytyFormElementErrorMsg {
  color: #DC002D;
  display: none;
}
.mytyFormControl + .mytyFormElementErrorMsg {
  margin-top: 0;
}
.mytyFormInputGroup {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 1px;
  width: 100%;
}
.mytyFormInputGroup .mytyFormControl {
  flex: 1;
  min-width: 0;
  border-bottom: none;
}
.mytyFormInputGroup .mytyFormControl[type="number"] {
  -moz-appearance: textfield;
}
.mytyFormInputGroup .mytyFormControl[type="number"]::-webkit-inner-spin-button,
.mytyFormInputGroup .mytyFormControl[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mytyFormInputGroup .mytyFormControl + *:after {
  content: " ";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #c1c1c1;
  transition: background-color 0.2s linear;
}
.mytyFormError.mytyFormError.mytyFormError.mytyFormError .mytyFormInputGroup .mytyFormControl + *:after {
  background-color: #DC002D;
}
.mytyFormInputGroup .mytyFormControl:focus + *:after {
  background-color: #06E481;
}
.mytyFormInputGroup .mytyFormInputGroup-addon {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 0;
  transition: border-color 0.2s linear;
  background-color: #FFFFFF;
}
.mytyFormInputGroup .mytyFormInputGroup-addon.is-disabled {
  color: #e4e4e4;
  pointer-events: none;
}
.mytyFormInputGroup .mytyFormInputGroup-addon:hover {
  text-decoration: none;
}
.mytyFormInputGroup .mytyFormInputGroup-addon .icon {
  top: -2px;
}
.mytyFormBoxUploadedFiles {
  background-color: #f1f1f1;
}
.mytyFormBoxMultiUpload {
  position: relative;
  min-height: 1px;
}
.mytyFormBoxMultiUpload::after {
  display: block;
  clear: both;
  content: "";
}
.mytyFormBoxMultiUpload input[type="file"] {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
}
.mytyFormBoxMultiUpload.noHTML5 input[type="file"] {
  width: 100%;
  height: auto;
  position: static;
  left: auto;
}
.mytyFormBoxMultiUpload .mytyFormLabel {
  color: #999999;
  cursor: default;
  font-size: 13px;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload {
  width: 100%;
  padding: 0;
  min-height: 1px;
  display: inline-block;
  float: none;
  clear: left;
  position: relative;
  cursor: pointer;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile {
  position: relative;
  cursor: pointer;
  padding: 20px;
  min-height: 128px;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile img {
  max-width: 100%;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .tyUploadFile {
  width: 128px;
  height: 128px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNTM3LjYgMjI2LjZjNC4xLTEwLjcgNi40LTIyLjQgNi40LTM0LjYgMC01My00My05Ni05Ni05Ni0xOS43IDAtMzguMSA2LTUzLjMgMTYuMi0yNy43LTQ4LTc5LjQtODAuMi0xMzguNy04MC4yLTg4LjQgMC0xNjAgNzEuNi0xNjAgMTYwIDAgMi43LjEgNS40LjIgOC4xLTU2IDE5LjctOTYuMiA3My4xLTk2LjIgMTM1LjkgMCA3OS41IDY0LjUgMTQ0IDE0NCAxNDRoMzY4YzcwLjcgMCAxMjgtNTcuMyAxMjgtMTI4IDAtNjEuOS00NC0xMTMuNi0xMDIuNC0xMjUuNHptLTE0NC4yIDYxLjRoLTY1LjR2MTEyYzAgOC44LTcuMiAxNi0xNiAxNmgtNDhjLTguOCAwLTE2LTcuMi0xNi0xNnYtMTEyaC02NS40Yy0xNC4zIDAtMjEuNC0xNy4yLTExLjMtMjcuM2wxMDUuNC0xMDUuNGM2LjItNi4yIDE2LjQtNi4yIDIyLjYgMGwxMDUuNCAxMDUuNGMxMC4xIDEwLjEgMi45IDI3LjMtMTEuMyAyNy4zeiIvPjwvc3ZnPg==') no-repeat center center / 75px;
  background-color: rgba(48, 75, 80, 0.3);
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .tyUploadFile .tyPreview {
  display: none;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .tyUploadFile img {
  display: none;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .mytyFormElementDescription {
  padding: 5px 10px;
  margin-left: 0;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .mytyFormElementDescription:empty {
  display: none;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .btn-group {
  display: none;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile.has-preview .btn-group {
  padding: 15px;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile.has-preview .btn-group .btn [class*="icon-"] {
  display: none;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .tyUploadedInfoContainer {
  padding: 20px;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload img {
  max-width: 100%;
  display: block;
}
.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormControl {
  height: 27px;
  line-height: 1.2;
  font-size: 13px;
  padding: 5px 10px;
  float: none;
  width: 100%;
}
.mytyFormBoxMultiUpload .tyProgressBar {
  background-color: transparent;
  height: 5px;
  padding: 0;
  width: 100%;
  border-radius: 0;
  float: none;
  clear: left;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mytyFormBoxMultiUpload .tyProgressBar .tyProgressBarProgress {
  display: inline-block;
  height: 100%;
  transition: width 0.4s ease-in-out;
  position: relative;
  background: #06E481 linear-gradient(to bottom, #06E481, #24f99a);
}
.mytyFormBoxMultiUpload .tyProgressBar .tyProgressBarProgress:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 0;
  animation: animate-shine 2s ease-out infinite;
}
@keyframes animate-shine {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    width: 95%;
  }
}
.mytyFormTextAreaBox + .mytyFormBoxMultiUpload,
.mytyFormTextBox + .mytyFormBoxMultiUpload {
  margin-top: 5px;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded {
  padding: 0;
  background: #e4e4e4;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded::after {
  display: block;
  clear: both;
  content: "";
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .mytyFormControl.js_myty_file_description {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 20px;
  width: calc(100% - 60px - 8em);
  padding: 5px;
  resize: none;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-group {
  width: 32px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  text-align: center;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-edit,
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-move,
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-remove {
  width: 32px;
  height: 32px;
  border-radius: 0;
  padding: 0;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-edit.btn.btn,
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-move.btn.btn,
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-remove.btn.btn {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-edit .caption,
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-move .caption,
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-remove .caption {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-edit [class*="icon-"],
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-move [class*="icon-"],
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-remove [class*="icon-"] {
  display: block;
  width: 100%;
  height: 32px;
  padding-top: 3px;
  color: #4e666b;
  transition: color 0.15s ease-in-out;
  background: none;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-edit [class*="icon-"]:before,
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-move [class*="icon-"]:before,
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-remove [class*="icon-"]:before {
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
  padding: 5px 0;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-edit:hover [class*="icon-"],
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-move:hover [class*="icon-"],
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-remove:hover [class*="icon-"] {
  color: #304b50;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-move:hover {
  cursor: grab;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-edit {
  background-image: url("/tycon/modules/crowdfunding/styles/img/crop.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .icon-move:before {
  content: ":::";
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .icon-remove:before {
  content: "×";
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .tyUploadedInfoContainer {
  float: left;
  position: relative;
  padding: 20px;
  height: 128px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .tyUploadedInfoContainer > span,
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .tyUploadedInfoContainer > a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .tyUploadedInfoContainer .tyFilename {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .tyPreview {
  height: 128px;
  width: auto;
  float: left;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin: 0;
  z-index: 1;
}
.mytyFormBoxMultiUpload .mytyFormBoxUploaded .tyPreview img {
  max-height: 100% !important;
  max-width: 100%;
}
.img-wide .mytyFormBoxUpload .mytyFormBoxFile {
  padding: 0;
}
.img-wide .mytyFormBoxMultiUpload .mytyFormBoxUploaded .tyUploadedInfoContainer {
  margin-right: 0;
}
.img-wide .mytyFormBoxUpload .mytyFormBoxFile .tyUploadFile {
  width: 100%;
  height: 8em;
  position: static;
  left: auto;
  top: auto;
  margin-top: 0;
}
.img-wide .tyUploadedFileInfo {
  width: 100%;
  float: left;
  position: relative;
  margin-right: 0;
  padding: 1.5em 2em;
  padding-left: 1.33333333em;
  height: auto;
  overflow: hidden;
  background: #f1f1f1;
  background-color: rgba(255, 255, 255, 0.3);
}
.img-wide .tyUploadedFileInfo > span,
.img-wide .tyUploadedFileInfo > a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.img-wide .tyUploadedFileInfo .tyFilename {
  display: none;
}
.img-wide .mytyFormBoxUploaded .tyPreview {
  display: block;
  float: none;
  width: 100%;
  height: auto;
}
.img-wide .mytyFormBoxUploaded .tyPreview .tyDownloadAnchor {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.img-wide .mytyFormBoxUploaded .tyPreview .tyDownloadAnchor img {
  width: 100% !important;
  max-height: 53.33333333em !important;
}
.mytyFormError {
  color: #DC002D;
  /*&:before {
        content: ' ';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: @brand-danger;
        position: absolute;
        right: (@grid-gutter-width/2 - 4px);
        top: 35px;
        animation: lazer 5s ease-in-out infinite;
        filter: blur(8px);
    }*/
}
.mytyFormError .mytyFormElementErrorMsg {
  display: block;
}
.mytyFormError .mytyFormControl,
.mytyFormError.mytyFormControl,
.mytyFormError .mytyFormInputGroup-addon.mytyFormInputGroup-addon.mytyFormInputGroup-addon {
  border-color: #DC002D;
}
.mytyFormError .mytyFormLabel.mytyFormLabel.mytyFormLabel {
  color: #DC002D;
}
.mytyFormError a {
  color: #DC002D;
  font-weight: 700;
}
.mytyFormError a:focus,
.mytyFormError a:hover {
  color: #DC002D;
  text-decoration: underline;
}
/*@keyframes lazer {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(0);
    }
}*/
.mytyFormCheckboxBox,
.mytyFormRadioBox {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.mytyFormFlexbox .mytyFormCheckboxBox,
.mytyFormFlexbox .mytyFormRadioBox {
  margin-left: 0;
  margin-right: 0;
}
.mytyFormCheckboxBox input,
.mytyFormRadioBox input {
  width: 18px;
  height: 18px;
  appearance: none;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #c1c1c1;
  background-color: #FFFFFF;
  border-radius: 0;
  margin-right: 10px;
  margin-top: 1px;
  position: relative;
  transition: border-color 0.2s linear;
  cursor: pointer;
}
.mytyFormCheckboxBox input:after,
.mytyFormRadioBox input:after {
  content: " ";
  display: block;
  position: absolute;
  left: 3px;
  top: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #304b50;
  border-bottom: 2px solid #304b50;
  transform: rotate(-20deg) scale(0);
  transition: transform 0.2s cubic-bezier(0.54, 0.35, 0.27, 1.55);
  will-change: transform;
}
.mytyFormCheckboxBox input:hover,
.mytyFormRadioBox input:hover {
  border-color: #8e8e8e;
}
.mytyFormCheckboxBox input:checked,
.mytyFormRadioBox input:checked {
  border-color: #304b50;
}
.mytyFormCheckboxBox input:checked:after,
.mytyFormRadioBox input:checked:after {
  transform: rotate(-45deg) scale(1);
}
@media (min-width: 768px) {
  :not(.checkbox-sm) .mytyFormCheckboxBox input,
  :not(.checkbox-sm) .mytyFormRadioBox input,
  :not(.radio-sm) .mytyFormCheckboxBox input,
  :not(.radio-sm) .mytyFormRadioBox input {
    width: 22px;
    height: 22px;
  }
  :not(.checkbox-sm) .mytyFormCheckboxBox input:after,
  :not(.checkbox-sm) .mytyFormRadioBox input:after,
  :not(.radio-sm) .mytyFormCheckboxBox input:after,
  :not(.radio-sm) .mytyFormRadioBox input:after {
    width: 14px;
    height: 7px;
  }
}
.mytyFormCheckboxBox .mytyFormLabel,
.mytyFormRadioBox .mytyFormLabel {
  font-weight: 400;
  cursor: pointer;
}
.mytyFormRadio-headline {
  margin-bottom: 15px;
  margin-left: 15px;
}
.mytyFormRadio-headline p {
  display: inline;
}
.field-radio-inline .mytyFormRadio-headline {
  margin-left: 0;
}
.field-radio-inline .mytyFormLabel {
  margin-right: 15px;
}
.mytyFormSelectBox + .mytyFormCheckboxBox,
.mytyFormTextBox + .mytyFormCheckboxBox,
.mytyFormSelectBox + .mytyFormCheckboxField,
.mytyFormTextBox + .mytyFormCheckboxField {
  margin-top: 15px;
}
.mytyFormRadioBox input {
  border-radius: 50%;
  border-width: 1px;
}
.mytyFormRadioBox input:after {
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  border: none;
  border-radius: 50%;
  background: #304b50;
  opacity: 1;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.54, 0.35, 0.27, 1.55);
  will-change: transform;
}
.mytyFormRadioBox input:checked:after {
  transform: scale(1);
}
@media (min-width: 768px) {
  :not(.radio-sm) .mytyFormRadioBox input:after {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
  }
}
.select2-container {
  width: 100%;
}
.select2-container .select2-selection.select2-selection .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
.select2-container.select2-container.select2-container .select2-search__field {
  margin-top: 0;
}
.select2-container.select2-container.select2-container .select2-selection--multiple {
  border: none;
  border-bottom: 2px solid #c1c1c1;
  border-radius: 0;
}
.select2-container.select2-container .select2-search__field::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.select2-container.select2-container .select2-search__field:-ms-input-placeholder {
  color: transparent;
}
.select2-container.select2-container .select2-search__field::-webkit-input-placeholder {
  color: transparent;
}
.select2-container .select2-search__field {
  width: 100% !important;
}
.select2-container .select2-dropdown {
  border-color: #c1c1c1;
  border-radius: 0;
}
.mytyFormSelect2SelectBox:has(:placeholder-shown) .mytyFormLabel,
.mytyFormSelect2SelectBox:has(:placeholder-shown) label {
  pointer-events: none;
}
.mytyFormBody .col-fm-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.mytyFormBody .col-fm-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
}
.mytyFormBody .col-fm-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.mytyFormBody .col-fm-6,
.mytyFormBody .div-mytyFormBoxHs,
.mytyFormBody .div-mytyFormBoxHsr {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.mytyFormBody .col-fm-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.mytyFormBody .col-fm-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
}
.mytyFormBody .col-fm-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.mytyFormBody .break-after {
  break-after: always;
}
.mytyFormBody .break-after.col-fm-6 {
  margin-right: 50%;
}
.mytyFormBody .right {
  margin-left: auto;
}
.mytyFormElementDescription {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s linear;
}
.mytyFormBox:focus-within .mytyFormElementDescription,
.mytyFormSelect2SelectBox .mytyFormElementDescription,
.mytyUIDatePickerBox .mytyFormElementDescription {
  max-height: 70px;
}
.mytyFormRadioField .mytyFormElementDescription,
.mytyFormCheckboxField .mytyFormElementDescription {
  max-height: none;
  padding-left: 15px;
  padding-right: 15px;
}
.mytyFormBox:not(.mytyFormCheckboxBox):focus-within .mytyFormLabel {
  color: #06E481;
}
.mytyFormBox:not(.mytyFormCheckboxBox):focus-within .mytyFormControl {
  border-color: #06E481;
}
.mytyFormSelectBox:not(.mytyFormSelect2SelectBox):before {
  content: " ";
  display: block;
  position: absolute;
  top: 22px;
  right: 15px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMSAxOTAuNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIwLjEgMTkwLjciPjxwYXRoIGZpbGw9IiMzMDRiNTAiIGQ9Ik0xNTEuNSAxODcuMWwtMTQ4LTE0Ni44Yy00LjctNC43LTQuNy0xMi4zIDAtMTdsMTkuOC0xOS44YzQuNy00LjcgMTIuMy00LjcgMTcgMGwxMTkuNyAxMTguNSAxMTkuNy0xMTguNWM0LjctNC43IDEyLjMtNC43IDE3IDBsMTkuOCAxOS44YzQuNyA0LjcgNC43IDEyLjMgMCAxN2wtMTQ4IDE0Ni44Yy00LjcgNC43LTEyLjMgNC43LTE3IDB6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px;
  background-size: 12px 12px;
  background-position: center center;
  filter: grayscale(1);
  opacity: 0.5;
}
.mytyFormSelectBox:not(.mytyFormSelect2SelectBox) select {
  appearance: none;
  transition: color 0.2s linear;
}
.mytyFormTextAreaBox .mytyFormControl,
.mytyFormTextBoxBB .mytyFormControl {
  min-height: 30px;
  height: 112px;
  resize: vertical;
}
@media (pointer: coarse) {
  .mytyFormTextAreaBox .mytyFormControl,
  .mytyFormTextBoxBB .mytyFormControl {
    height: 224px;
  }
}
.mytyFormTextAreaBox .mytyFormControl:placeholder-shown:not(:focus),
.mytyFormTextBoxBB .mytyFormControl:placeholder-shown:not(:focus) {
  height: 30px;
}
.mytyFormBox + .mytyFormTextAreaBox,
.mytyFormBox + .mytyFormTextBoxBB {
  margin-top: 40px;
}
.mytyFormTextBoxBB .mytyFormBtnGroup {
  max-height: 50px;
  height: 50px;
  overflow: hidden;
}
.mytyFormTextBoxBB:has(:placeholder-shown):not(:focus-within) .mytyFormBtnGroup {
  max-height: 0;
}
.tyBBCodeFormatting {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  transition: max-height 0.3s linear;
  padding: 5px;
  background-color: #f1f1f1;
}
.mytyFormTextBoxBB:focus-within .tyBBCodeFormatting,
.mytyFormTextBoxBB:focus-within .tyBBCodeFormatting .tyBBCodeUrl {
  background-color: #e6fcf2;
}
.tyBBCodeFormatting li {
  position: relative;
}
.tyBBCodeFormatting li:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
.tyBBCodeFormatting li:hover:before {
  opacity: 1;
}
.tyBBCodeFormatting a {
  display: flex;
  justify-content: center;
  line-height: 30px;
  font-weight: 600;
  width: 30px;
  height: 30px;
  transition: filter 0.3s linear;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tyBBCodeFormatting .tyBBCodeBold:before {
  content: "B";
}
.tyBBCodeFormatting .tyBBCodeItalic:before {
  content: "I";
  font-style: italic;
}
.tyBBCodeFormatting .tyBBCodeUnderline:before {
  content: "U";
  text-decoration: underline;
}
.tyBBCodeFormatting .tyBBCodeQuote:before {
  content: '“';
  font-size: 28px;
  line-height: 46px;
}
.tyBBCodeFormatting .tyBBCodeCode:before {
  content: "<>";
}
.tyBBCodeFormatting .tyBBCodeList {
  font-size: 13px;
  line-height: 5px;
  padding-top: 10px;
}
.tyBBCodeFormatting .tyBBCodeList:before {
  content: "•-\a•-";
  white-space: pre;
}
.tyBBCodeFormatting .tyBBCodeOrderedList {
  font-size: 8px;
  line-height: 8px;
  padding-top: 7px;
  font-weight: 700;
}
.tyBBCodeFormatting .tyBBCodeOrderedList:before {
  content: "1)\a 2)";
  white-space: pre;
}
.tyBBCodeFormatting .tyBBCodeUrl {
  background-color: #f1f1f1;
}
.tyBBCodeFormatting .tyBBCodeUrl:before {
  content: "🔗";
  filter: brightness(0);
  position: relative;
  z-index: 1;
}
.tyBBCodeFormatting .tyBBCodeUrl:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #304b50;
  z-index: 2;
  mix-blend-mode: lighten;
}
.mytyUIDatePickerBox:has(.time) {
  display: flex;
  flex-wrap: wrap;
}
.mytyUIDatePickerBox:has(.time) .mytyFormControl {
  width: 66%;
}
.mytyUIDatePickerBox:has(.time) .time {
  width: 30%;
  margin-left: 2%;
}
.mytyUIDatePickerBox:has(.time) .mytyFormElementErrorMsg {
  margin-top: 5px;
}
.mytyFormCheckboxField .mytyFormElementDescription {
  max-height: none;
  margin-top: -10px;
}
.variantOptions.variantOptions {
  padding: 0;
}
.variantOptions > .mytyFormLabel {
  display: none;
}
.variantOptions .mytyFormCheckboxField,
.variantOptions .mytyFormCheckboxBox {
  margin-bottom: 5px;
}
.variantOptions > .mytyFormInputGroup {
  padding-left: 15px;
  padding-right: 15px;
}
.mytyFormAutoSuggest.mytyFormAutoSuggest {
  min-height: 52px;
}
.mytyFormAutoSuggest .mytyFormControlGroup {
  clear: none;
  float: left;
  width: 100%;
  position: relative;
}
.mytyFormAutoSuggest .as-selections {
  margin: 0;
  padding: 42px 0 0 0;
  list-style: none none;
  position: relative;
}
.mytyFormAutoSuggest .as-selections::after {
  display: block;
  clear: both;
  content: "";
}
.mytyFormAutoSuggest .as-selections li {
  height: 21px;
  line-height: 21px;
  font-size: 15px;
  border: 0;
  padding: 0 5px;
  margin: 0;
  display: inline;
  float: left;
}
.mytyFormAutoSuggest .as-selections li.as-selection-item {
  display: inline-block;
  background-color: #c1c1c1;
  color: #304b50;
  padding: 5px 20px 5px 7px;
  margin: 2px 8px 2px 0;
  height: auto;
  line-height: initial;
  position: relative;
}
.mytyFormAutoSuggest .as-selections li.as-selection-item .as-close {
  color: #304b50;
  padding: 0 0 0 10px;
  display: block;
  position: absolute;
  right: 6px;
  top: 2px;
  cursor: pointer;
  vertical-align: middle;
  width: 18px;
  font-size: 18px;
}
.mytyFormAutoSuggest .as-selections li.as-original {
  border: 0;
  padding: 0;
  display: block;
  float: none;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.mytyFormAutoSuggest .as-selections li.as-original .mytyFormControl {
  width: 100%;
}
.mytyFormAutoSuggest .as-results {
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 15;
  width: 100%;
  max-height: 142px;
  overflow-y: auto;
  overflow-x: hidden;
}
.mytyFormAutoSuggest .as-results ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #FFFFFF;
  border: 1px solid #c1c1c1;
}
.mytyFormAutoSuggest .as-results ul li {
  display: block;
  padding: 3px;
  border-top: 1px solid #c1c1c1;
}
.mytyFormAutoSuggest .as-results ul li:first-child {
  border-top: 0;
}
.mytyFormAutoSuggest .as-results ul li.as-result-item {
  cursor: pointer;
}
.mytyFormAutoSuggest .as-results ul li.as-result-item::after {
  display: block;
  clear: both;
  content: "";
}
.mytyFormAutoSuggest .as-results ul li.as-result-item img {
  max-width: 50px;
  float: left;
}
.mytyFormAutoSuggest .as-results ul li.as-result-item .as-displayname {
  display: inline;
  margin-left: 10px;
  padding-top: 4px;
}
.mytyFormAutoSuggest .as-results ul li.as-result-item.active {
  background: #DDDDDD;
}
.mytyFormAutoSuggest .as-results ul li .as-avatar {
  width: 40px;
  float: left;
  margin-right: -40px;
  padding: 5px;
}
.mytyFormAutoSuggest .as-results ul li .as-avatar img {
  max-width: 100%;
}
.mytyFormAutoSuggest .as-results ul li .as-caption {
  width: 100%;
  float: left;
  padding-left: 60px;
  font-size: 12px;
}
.mytyFormAutoSuggest .as-results ul li::after {
  display: block;
  clear: both;
  content: "";
}
.mytyFormAutoSuggest .cfiAppLoader {
  display: none;
  position: absolute;
  top: 0;
  right: 8px;
  margin: 0;
}
.mytyFormAutoSuggest .cfiAppLoader .loader {
  margin: 0;
  width: 24px;
  height: 24px;
}
.mytyFormAutoSuggest .loading .cfiAppLoader {
  display: block;
}
@media (min-width: 768px) {
  .mytyFormCheckboxBox:not(.checkbox-sm) input,
  .mytyFormRadioBox:not(.radio-sm) input {
    width: 22px;
    height: 22px;
  }
  .mytyFormCheckboxBox:not(.checkbox-sm) input:after,
  .mytyFormRadioBox:not(.radio-sm) input:after {
    width: 14px;
    height: 7px;
  }
  .mytyFormRadioBox:not(.radio-sm) input:after {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
  }
}
.ui-datepicker {
  display: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #FFFFFF;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 5px 0;
}
.ui-datepicker .ui-datepicker-header a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  color: #304b50;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header a span.ui-icon-circle-triangle-w,
.ui-datepicker .ui-datepicker-header a span.ui-icon-circle-triangle-e {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-header a span.ui-icon-circle-triangle-w:before,
.ui-datepicker .ui-datepicker-header a span.ui-icon-circle-triangle-e:before {
  padding-right: 20px;
  vertical-align: middle;
  font-size: 22px;
  line-height-base: 1em;
}
.ui-datepicker .ui-datepicker-header a span.ui-icon-circle-triangle-w:after,
.ui-datepicker .ui-datepicker-header a span.ui-icon-circle-triangle-e:after {
  padding-left: 20px;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1em;
}
.ui-datepicker .ui-datepicker-header a span.ui-icon-circle-triangle-w:before {
  content: "<";
  padding-left: 5px;
}
.ui-datepicker .ui-datepicker-header a span.ui-icon-circle-triangle-e:before {
  content: ">";
  padding-left: 5px;
}
.ui-datepicker .ui-datepicker-header a:hover {
  color: #06E481;
}
.ui-datepicker .ui-datepicker-header a.ui-state-disabled {
  opacity: 0.33;
}
.ui-datepicker .ui-datepicker-header a.ui-state-disabled:hover {
  color: #304b50;
  cursor: not-allowed;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  color: #97a5a7;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 1px;
  width: 1.8em;
  height: 1.8em;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  /*display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    text-indent: -999em; */
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.45;
  text-align: center;
  background-color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 35%;
}
.ui-datepicker select.ui-datepicker-year + select.ui-datepicker-month {
  margin-left: 15%;
}
.ui-datepicker select {
  color: #304b50;
  border-color: #FFFFFF;
  cursor: pointer;
}
.ui-datepicker select:hover,
.ui-datepicker select:focus {
  color: #06E481;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
}
.ui-datepicker th {
  padding: 0.2em;
  text-align: center;
  font-weight: 400;
  border: 0;
  color: #FFFFFF;
  background-color: #304b50;
  text-transform: uppercase;
}
.ui-datepicker td {
  border: 0;
  padding: 0;
  background-color: #FFFFFF;
}
.ui-datepicker td.ui-datepicker-today {
  background-color: #fff274;
  color: #FFFFFF;
}
.ui-datepicker td .ui-state-default {
  border: none;
  text-align: center;
  font-weight: 400;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em 0.5em;
  text-align: right;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #304b50;
}
.ui-datepicker td a {
  transition: background 0.3s ease-in-out;
}
.ui-datepicker td a:hover {
  background-color: #e6e6e6;
}
.ui-datepicker td span {
  background-color: #FFFFFF;
  color: #304b50;
  opacity: 0.33;
}
.ui-datepicker td span:hover {
  cursor: not-allowed;
}
.ui-datepicker td.ui-datepicker-today span,
.ui-datepicker td.ui-datepicker-today a {
  background-color: #a0c0c6;
  color: #FFFFFF;
  opacity: 1;
}
.ui-datepicker td.ui-datepicker-today span:hover,
.ui-datepicker td.ui-datepicker-today a:hover {
  background-color: #90b5bc;
}
.ui-datepicker td.ui-datepicker-current-day span,
.ui-datepicker td.ui-datepicker-current-day a {
  background-color: #06E481;
  color: #304b50;
}
.ui-datepicker td.ui-datepicker-current-day span:hover,
.ui-datepicker td.ui-datepicker-current-day a:hover {
  background-color: #05cd74;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker .ui-datepicker-other-month {
  background-color: #f1f1f1;
  opacity: 1;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-cover {
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
@keyframes splashIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.checkbox-switch,
.formmanager .checkbox-switch {
  padding: 0 15px;
  margin: 30px 0 0 0;
}
.checkbox-switch + .checkbox-switch,
.formmanager .checkbox-switch + .checkbox-switch {
  margin-top: 15px;
}
.checkbox-switch.mytyFormBox,
.formmanager .checkbox-switch.mytyFormBox {
  margin: 0 0 20px 0;
}
.mytyFormFlexbox .checkbox-switch:not(.mytyFormBox) {
  margin-left: 15px;
  margin-right: 15px;
}
.checkbox-switch_container {
  position: relative;
}
.checkbox-switch_label,
.checkbox-switch_button {
  padding-top: 0;
  padding-bottom: 0;
}
.checkbox-switch_element {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 0;
  cursor: pointer;
  opacity: 0;
}
.checkbox-switch_element:checked ~ .checkbox-switch_caption:after {
  margin-left: 22px;
  content: "";
}
.checkbox-switch_element:checked ~ .checkbox-switch_caption:before {
  transition: background 0.2s ease-in;
}
.checkbox-switch_button {
  padding: 0;
  border: 0;
  background-color: transparent;
  line-height: inherit;
}
.checkbox-switch_caption {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  padding-left: 66.5px;
  line-height: 1.2;
  white-space: normal;
}
.checkbox-switch_caption a {
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.checkbox-switch_caption a:focus,
.checkbox-switch_caption a:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
.checkbox-switch_caption p {
  display: inline;
}
.checkbox-switch_caption:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  height: 22px;
  width: 44px;
  transition: background 0.15s ease-out;
}
.checkbox-switch_caption:after {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #FFFFFF;
  transition: margin-left 0.1s ease-in-out;
  text-align: center;
  font-weight: bold;
  content: "";
}
.checkbox-switch.field--always-on .checkbox-switch_caption {
  padding: 0;
}
.checkbox-switch.field--always-on .checkbox-switch_caption:before,
.checkbox-switch.field--always-on .checkbox-switch_caption:after {
  display: none;
}
.checkbox-switch.field--always-on .mytyFormInputGroup {
  justify-content: space-between;
}
.checkbox-switch.field--always-on .mytyFormInputGroup-addon {
  font-size: 15px;
  color: #06E481;
  float: right;
}
.checkbox-switch_element:checked ~ .checkbox-switch_caption:after {
  margin-left: 22px;
  content: "";
}
.checkbox-switch_element:checked ~ .checkbox-switch_caption:before {
  transition: background 0.2s ease-in;
}
.checkbox-switch_button[data-status=checked] .checkbox-switch_caption:after {
  margin-left: 22px;
  content: "";
}
.checkbox-switch_button[data-status=checked] .checkbox-switch_caption:before {
  transition: background 0.2s ease-in;
}
.checkbox-switch_caption--left {
  padding-left: 0;
  padding-right: 66.5px;
}
.checkbox-switch_caption--left:before {
  left: auto;
  right: 0;
}
.checkbox-switch_caption--left:after {
  left: auto;
  right: 0;
  margin-right: 22px;
  transition: margin-right 0.1s ease-in-out;
}
.checkbox-switch_element:checked ~ .checkbox-switch_caption--left:after {
  margin-left: 0;
  margin-right: 0;
}
.checkbox-switch_button[data-status=checked] .checkbox-switch_caption--left:after {
  margin-left: 0;
  margin-right: 0;
}
.checkbox-switch_caption:before {
  height: 14px !important;
  border-radius: 8px;
  top: 4px;
  box-shadow: none;
  width: 44px;
  background: #c1c1c1;
}
.checkbox-switch_caption:after {
  border: 2px solid #c1c1c1;
  border-radius: 22px;
}
.checkbox-switch_element:checked ~ .checkbox-switch_caption:after,
.checkbox-switch_button[data-status=checked] .checkbox-switch_caption:after {
  background: #06E481;
  margin-left: 22px;
  border: 2px solid #06E481;
  box-shadow: none;
  animation: splashIn ease-in 0.3s normal;
}
.checkbox-switch_element:checked ~ .checkbox-switch_caption:before,
.checkbox-switch_button[data-status=checked] .checkbox-switch_caption:before {
  background: #55fbb1;
  background: rgba(6, 228, 129, 0.5);
}
.checkbox-switch_element:disabled:checked ~ .checkbox-switch_caption:after {
  background: #e4e4e4;
}
.checkbox-switch_element:disabled:checked ~ .checkbox-switch_caption::before {
  background: rgba(228, 228, 228, 0.5);
}
.checkbox-switch_element:disabled + .checkbox-switch_caption:after {
  border-color: #e4e4e4;
}
.checkbox-switch_element:disabled + .checkbox-switch_caption:before {
  background: #e4e4e4;
}
.checkbox-switch_element:disabled + .checkbox-switch_caption {
  color: #e4e4e4;
}
.checkbox-switch_element:checked ~ .checkbox-switch_caption.checkbox-switch_caption:before {
  background-color: #cdfae6;
}
.checkbox-switch_button--disabled[data-status=checked] .checkbox-switch_caption:after {
  background: #e4e4e4;
}
.checkbox-switch_button--disabled[data-status=checked] .checkbox-switch_caption::before {
  background: rgba(228, 228, 228, 0.5);
}
.checkbox-switch_button--disabled[data-status=checked] .checkbox-switch_caption:after,
.checkbox-switch_button--disabled .checkbox-switch_caption:after {
  border-color: #e4e4e4;
}
.checkbox-switch_button--disabled .checkbox-switch_caption:before {
  background: #e4e4e4;
}
.checkbox-switch_button--disabled .checkbox-switch_caption {
  color: #e4e4e4;
}
.formmanager .checkbox-switch {
  padding: 22.5px 0 0;
  margin-bottom: 0;
}
.richtext *:not(.btns) a:not(.btn):not(.nb),
.richtext.richtext > a {
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.richtext *:not(.btns) a:not(.btn):not(.nb):focus,
.richtext.richtext > a:focus,
.richtext *:not(.btns) a:not(.btn):not(.nb):hover,
.richtext.richtext > a:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
.richtext a[href^="http"]:empty:before {
  content: attr(href);
}
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
  margin: 0;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #304b50;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.33333333;
  margin-top: 0;
}
.richtext h3 small,
.richtext h4 small,
.richtext h5 small,
.richtext h6 small,
.richtext h3 .small,
.richtext h4 .small,
.richtext h5 .small,
.richtext h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a1a1a1;
}
strong.richtext h3,
strong.richtext h4,
strong.richtext h5,
strong.richtext h6 {
  display: block;
}
.richtext h3 small,
.richtext h4 small,
.richtext h5 small,
.richtext h6 small,
.richtext h3 .small,
.richtext h4 .small,
.richtext h5 .small,
.richtext h6 .small {
  font-size: 75%;
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5 {
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
.richtext ul,
.richtext ol,
.richtext li,
.richtext p,
.richtext a {
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
.richtext ol,
.richtext ul,
.richtext p,
.richtext table {
  margin-bottom: 2em;
}
.richtext ol:last-child,
.richtext ul:last-child,
.richtext p:last-child,
.richtext table:last-child {
  margin-bottom: 0;
}
.richtext ol + h1,
.richtext ul + h1,
.richtext p + h1,
.richtext table + h1,
.richtext ol + h2,
.richtext ul + h2,
.richtext p + h2,
.richtext table + h2 {
  margin-top: 40px;
}
.richtext ol + h3,
.richtext ul + h3,
.richtext p + h3,
.richtext table + h3 {
  margin-top: 30px;
}
.richtext p {
  margin-bottom: 1.5em;
  line-height: 1.45;
}
.richtext + .buttons {
  margin-top: 20px;
}
.richtext ol {
  margin-left: 0;
  margin-bottom: 0.66666667em;
  padding: 0;
  list-style: none !important;
  counter-reset: ol-counter;
}
.richtext ol li {
  counter-increment: ol-counter;
  position: relative;
}
.richtext ol li:before {
  content: counter(ol-counter) ".";
  color: #99d1c8;
  font-weight: 600;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.richtext ul li,
.richtext ol li {
  padding: 0 0 0 25px;
  margin: 0 0 0.66666667em;
}
.richtext ul li:last-child,
.richtext ol li:last-child {
  margin-bottom: 0;
}
.richtext ul li ul,
.richtext ol li ul {
  margin-left: 1.4em;
  margin-top: 0.66666667em;
}
.richtext blockquote {
  padding: 0 2rem 0 2.33333333rem;
  margin: 2em 0;
  position: relative;
  font-style: italic !important;
  font-size: 20px !important;
  letter-spacing: 0.04em;
  color: #3f636a;
}
.richtext blockquote:before {
  content: " ";
  display: inline-block;
  width: 2.66666667em;
  height: 2.66666667em;
  position: absolute;
  top: -6px;
  left: 0.66666667em;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMzA0YjUwIiBkPSJNNDY0IDMySDMzNmMtMjYuNSAwLTQ4IDIxLjUtNDggNDh2MTI4YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDgwdjY0YzAgMzUuMy0yOC43IDY0LTY0IDY0aC04Yy0xMy4zIDAtMjQgMTAuNy0yNCAyNHY0OGMwIDEzLjMgMTAuNyAyNCAyNCAyNGg4Yzg4LjQgMCAxNjAtNzEuNiAxNjAtMTYwVjgwYzAtMjYuNS0yMS41LTQ4LTQ4LTQ4em0tMjg4IDBINDhDMjEuNSAzMiAwIDUzLjUgMCA4MHYxMjhjMCAyNi41IDIxLjUgNDggNDggNDhoODB2NjRjMCAzNS4zLTI4LjcgNjQtNjQgNjRoLThjLTEzLjMgMC0yNCAxMC43LTI0IDI0djQ4YzAgMTMuMyAxMC43IDI0IDI0IDI0aDhjODguNCAwIDE2MC03MS42IDE2MC0xNjBWODBjMC0yNi41LTIxLjUtNDgtNDgtNDh6Ii8+PC9zdmc+Cg==');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.06;
}
.richtext .contents + .contents {
  padding-top: 0;
}
.richtext h1:empty,
.richtext h2:empty,
.richtext h3:empty,
.richtext h4:empty,
.richtext h5:empty,
.richtext ul:empty,
.richtext ol:empty,
.richtext li:empty,
.richtext blockquote:empty,
.richtext p:empty {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: 0;
  padding: 0;
}
.richtext .btns a + a {
  margin-left: 5px;
}
.richtext .btns.btns.btns.btns a {
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
.richtext caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a1a1a1;
  text-align: left;
}
.richtext th {
  text-align: left;
}
.richtext table {
  width: 100%;
  background-color: transparent;
  max-width: 100%;
  margin-bottom: 22px;
}
.richtext table > thead > tr > th,
.richtext table > tbody > tr > th,
.richtext table > tfoot > tr > th,
.richtext table > thead > tr > td,
.richtext table > tbody > tr > td,
.richtext table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.45;
  vertical-align: top !important;
  border-top: 1px solid #ddd;
}
.richtext table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.richtext table > caption + thead > tr:first-child > th,
.richtext table > colgroup + thead > tr:first-child > th,
.richtext table > thead:first-child > tr:first-child > th,
.richtext table > caption + thead > tr:first-child > td,
.richtext table > colgroup + thead > tr:first-child > td,
.richtext table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.richtext table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.richtext table table {
  background-color: #FFFFFF;
}
.richtext .table-condensed > thead > tr > th,
.richtext .table-condensed > tbody > tr > th,
.richtext .table-condensed > tfoot > tr > th,
.richtext .table-condensed > thead > tr > td,
.richtext .table-condensed > tbody > tr > td,
.richtext .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.richtext .table-bordered {
  border: 1px solid #ddd;
}
.richtext .table-bordered > thead > tr > th,
.richtext .table-bordered > tbody > tr > th,
.richtext .table-bordered > tfoot > tr > th,
.richtext .table-bordered > thead > tr > td,
.richtext .table-bordered > tbody > tr > td,
.richtext .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.richtext .table-bordered > thead > tr > th,
.richtext .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.richtext .btn {
  font-weight: 700;
}
.richtext ul,
.faq-detail .accordeon ul,
.js-contact-help .accordeon ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.richtext ul li,
.faq-detail .accordeon ul li,
.js-contact-help .accordeon ul li {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  vertical-align: middle;
}
.richtext ul li:before,
.faq-detail .accordeon ul li:before,
.js-contact-help .accordeon ul li:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #99d1c8;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0.27em;
  left: 0;
}
.richtext--inverse {
  color: #FFFFFF;
}
.richtext--inverse ul,
.richtext--inverse ol,
.richtext--inverse li,
.richtext--inverse blockquote,
.richtext--inverse p,
.richtext--inverse.richtext--inverse.richtext--inverse.richtext--inverse.richtext--inverse a {
  color: #FFFFFF;
}
.richtext--inverse h1,
.richtext--inverse h2,
.richtext--inverse h3,
.richtext--inverse h4,
.richtext--inverse h5,
.richtext--inverse h6,
.richtext--inverse .h1,
.richtext--inverse .h2,
.richtext--inverse .h3,
.richtext--inverse .h4,
.richtext--inverse .h5,
.richtext--inverse .h6 {
  color: #FFFFFF;
}
.richtext--inverse h1 small,
.richtext--inverse h2 small,
.richtext--inverse h3 small,
.richtext--inverse h4 small,
.richtext--inverse h5 small,
.richtext--inverse h6 small,
.richtext--inverse .h1 small,
.richtext--inverse .h2 small,
.richtext--inverse .h3 small,
.richtext--inverse .h4 small,
.richtext--inverse .h5 small,
.richtext--inverse .h6 small,
.richtext--inverse h1 .small,
.richtext--inverse h2 .small,
.richtext--inverse h3 .small,
.richtext--inverse h4 .small,
.richtext--inverse h5 .small,
.richtext--inverse h6 .small,
.richtext--inverse .h1 .small,
.richtext--inverse .h2 .small,
.richtext--inverse .h3 .small,
.richtext--inverse .h4 .small,
.richtext--inverse .h5 .small,
.richtext--inverse .h6 .small {
  color: #FFFFFF;
}
@media (min-width: 940px) {
  .richtext h1,
  .richtext .h1 {
    font-size: 38px;
    line-height: 1.10526316;
  }
  .richtext h2,
  .richtext .h2 {
    font-size: 28px;
    line-height: 1.28571429;
  }
  .richtext h3,
  .richtext .h3 {
    font-size: 18px;
    line-height: 1.22222222;
  }
}
.pin-board-section .center {
  margin: 0 0 15px 0;
  text-align: center;
  height: 40px;
}
.pin-board-section .loading-spinner {
  display: block;
  margin: 2em auto;
}
.pinboard-entry {
  position: relative;
  padding: 22.5px 15px;
  margin-bottom: 30px;
  background: #f7f7f7;
}
@media screen and (min-width: 940px) {
  .pinboard-entry {
    padding: 30px;
  }
}
.pinboard-entry .pinboard-entry__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.pinboard-entry .pinboard-entry__wrap:before {
  content: "";
  display: block;
  background: #06E481;
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  width: 5px;
  opacity: 0;
  transition: all 300ms ease-out;
}
@media screen and (min-width: 940px) {
  .pinboard-entry .pinboard-entry__wrap:before {
    left: -30px;
  }
}
.pinboard-entry.unread .pinboard-entry__wrap {
  cursor: pointer;
}
.pinboard-entry.unread .pinboard-entry__wrap:before {
  opacity: 1;
}
.pinboard-entry .author {
  margin-bottom: 0.33333333em;
}
.pinboard-entry .content {
  width: 100%;
  padding-top: 0.33333333em;
}
@media (min-width: 640px) {
  .pinboard-entry .content {
    padding-top: 0;
  }
  .pinboard-entry .content:not(.post-comment) {
    margin-left: 50px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.pinboard-entry:has(.options.active) {
  z-index: 1;
}
.pinboard-entry .options {
  color: #999999;
  position: absolute;
  top: 10px;
  right: 0;
}
.pinboard-entry .options .options-toggle {
  cursor: pointer;
  padding: 0.66666667em;
}
.pinboard-entry .options .options-toggle .icon--link {
  fill: #999999;
  top: -2px;
}
.pinboard-entry .options .like-count {
  cursor: pointer;
  fill: #999999;
  padding: 0.66666667em;
}
.pinboard-entry .options .like-count > .icon {
  top: -2px;
}
.pinboard-entry .options .like-count.liked {
  color: #304b50;
  fill: #304b50;
}
.pinboard-entry .options .like-count.liked > .icon {
  animation: pulse 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.pinboard-entry .filter-content.filter-content {
  left: auto;
  right: 0;
  min-width: 0;
  z-index: 3;
}
.pinboard-entry .filter-content.filter-content .headline {
  text-align: right;
  cursor: pointer;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 0;
}
.pinboard-entry .filter-content.filter-content .value {
  cursor: pointer;
}
.pinboard-entry .active .filter-content {
  display: block;
  animation: fadeInDown 150ms cubic-bezier(0.23, 1, 0.32, 1) both;
}
.pinboard-entry .post-comment input[type="text"] {
  border-radius: 6px;
}
.pinboard-entry .post-comment:not(.expanded) .editor {
  margin-bottom: 0;
}
.pinboard-entry .post-comment .editor {
  position: relative;
  margin-bottom: 15px;
}
.pinboard-entry .post-comment .editor > .loading-spinner {
  z-index: 9;
  margin: 0.66666667em;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 18px;
  width: 18px;
}
.pinboard-entry .post-comment .editor .editor__options {
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}
.pinboard-entry .post-comment .editor .editor__options::after {
  display: block;
  clear: both;
  content: "";
}
.pinboard-entry .post-comment .editor .editor__options .icon {
  float: left;
  padding: 7.5px 15px;
  border-right: 1px solid #F5F5F5;
  cursor: pointer;
  fill: #4e666b;
  box-sizing: content-box;
  top: 0;
}
.pinboard-entry .post-comment .editor .editor__options .icon:hover {
  fill: #304b50;
  background: #F5F5F5;
}
.pinboard-entry .post-comment .editor .editor__options + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pinboard-entry .text {
  white-space: pre-wrap;
}
.pinboard-entry .text a {
  color: #06E481;
}
.pinboard-entry .text a.toggle-text {
  padding: 0.33333333em;
  margin-left: 0.33333333em;
}
.pinboard-entry .text blockquote {
  margin: 15px 0;
  opacity: 0.6;
  padding-left: 25px;
  position: relative;
}
.pinboard-entry .text blockquote:before {
  content: '„';
  display: block;
  font-size: 50px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -45px;
}
.pinboard-entry .entry__replies {
  margin: 15px 0 0;
}
.pinboard-entry .entry__replies .pinboard-entry .entry__replies {
  display: none;
}
.pinboard-entry .entry__replies.show .pinboard-entry {
  animation: fadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1) both !important;
}
.pinboard-entry .entry__replies.reduce {
  margin-top: -45px;
  transform: scaleY(0);
  opacity: 0;
  transition: transform 300ms ease-in, margin 300ms ease-in, opacity 300ms;
}
.pinboard-entry .entry__replies .pinboard-entry__wrap {
  padding: 0;
}
.pinboard-entry .entry__replies .pinboard-entry__wrap .options {
  top: 0;
  right: 0;
}
.pinboard-entry .entry__replies .pinboard-entry {
  padding: 15px 0;
  margin-bottom: 0;
  will-change: transform, opacity, max-height;
}
.pinboard-entry .entry__replies .pinboard-entry.create-entry-container {
  padding-bottom: 0;
}
@media (max-width: 639px) {
  .pinboard-entry .entry__replies .pinboard-entry:not(.create-entry-container) {
    padding-left: 15px;
  }
}
.pinboard-entry .entry__replies .pinboard-entry:not(.create-entry-container):first-child {
  border-top: 1px solid #DDDDDD;
  padding-top: 22.5px;
}
.pinboard-entry .entry__replies .pinboard-entry.row {
  margin-left: 0;
  margin-right: 0;
}
.pinboard-entry .entry__replies .pinboard-entry .pinboard-entry__wrap.col-md-8 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.pinboard-entry .entry__replies .author__info {
  line-height: 1.2;
}
.pinboard-entry__attachments {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.pinboard-entry__attachment {
  word-wrap: break-word;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  display: flex;
  line-height: 1;
  margin: 0 5px 5px 0;
}
.pinboard-entry__attachment:hover {
  text-decoration: none;
}
.pinboard-entry__attachment-icon {
  padding: 5px;
  border-right: 1px solid #DDDDDD;
}
.pinboard-entry__attachment-title {
  padding: 5px 10px;
}
.sn-selection-menu {
  position: fixed;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  border-radius: 6px;
  line-height: 1;
  display: flex;
}
.sn-selection-menu__item {
  padding: 5px 10px;
}
:not(.entry__replies) > .pinboard-entry > .spam > .options {
  top: 20px;
  z-index: 1;
  right: 20px;
}
.pinboard-entry.create-entry-container .content {
  flex-grow: 1;
  width: calc(100% - 50px);
  padding: 0;
  margin-left: 0;
}
.pinboard-entry.create-entry-container .description {
  z-index: 1;
  width: 30%;
  display: none;
  float: right;
  position: relative;
  margin-top: -175px;
}
.create-entry__actions {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .create-entry__actions .btn {
    flex-basis: 100%;
  }
}
.create-entry__actions .btn-2nd[disabled] {
  color: #304b50;
  background-color: #cdfae6;
  border-color: #cdfae6;
}
.create-entry__actions .btn-2nd[disabled] .icon {
  fill: #304b50;
}
.create-entry__actions .btn-2nd[disabled]:hover,
.create-entry__actions .btn-2nd[disabled]:focus,
.create-entry__actions .btn-2nd[disabled].focus,
.create-entry__actions .btn-2nd[disabled]:active,
.create-entry__actions .btn-2nd[disabled].active {
  color: #304b50;
  background-color: #b4f7d9;
  border-color: #b4f7d9;
}
.create-entry__actions .btn-2nd[disabled]:hover .icon,
.create-entry__actions .btn-2nd[disabled]:focus .icon,
.create-entry__actions .btn-2nd[disabled].focus .icon,
.create-entry__actions .btn-2nd[disabled]:active .icon,
.create-entry__actions .btn-2nd[disabled].active .icon {
  fill: #304b50;
}
.create-entry__actions .btn-2nd[disabled]:active,
.create-entry__actions .btn-2nd[disabled].active {
  background-image: none;
}
.create-entry__actions .btn-2nd[disabled].disabled,
.create-entry__actions .btn-2nd[disabled][disabled],
fieldset[disabled] .create-entry__actions .btn-2nd[disabled],
.create-entry__actions .btn-2nd[disabled].disabled:hover,
.create-entry__actions .btn-2nd[disabled][disabled]:hover,
fieldset[disabled] .create-entry__actions .btn-2nd[disabled]:hover,
.create-entry__actions .btn-2nd[disabled].disabled:focus,
.create-entry__actions .btn-2nd[disabled][disabled]:focus,
fieldset[disabled] .create-entry__actions .btn-2nd[disabled]:focus,
.create-entry__actions .btn-2nd[disabled].disabled.focus,
.create-entry__actions .btn-2nd[disabled][disabled].focus,
fieldset[disabled] .create-entry__actions .btn-2nd[disabled].focus,
.create-entry__actions .btn-2nd[disabled].disabled:active,
.create-entry__actions .btn-2nd[disabled][disabled]:active,
fieldset[disabled] .create-entry__actions .btn-2nd[disabled]:active,
.create-entry__actions .btn-2nd[disabled].disabled.active,
.create-entry__actions .btn-2nd[disabled][disabled].active,
fieldset[disabled] .create-entry__actions .btn-2nd[disabled].active {
  background-color: hsl(153.24324324, 50.43478261%, 89.17647059%);
  border-color: hsl(153.24324324, 50.43478261%, 89.17647059%);
  color: #0a0f10;
}
.sn-simple-progress-bar {
  height: 3px;
  position: relative;
}
.sn-simple-progress-bar.is-active {
  background-color: #DDDDDD;
}
.sn-simple-progress-bar--msg-file-upload {
  margin: 5px 10px;
  flex: 1;
}
.sn-simple-progress-bar__inner {
  height: 100%;
  background-color: #06E481;
  transition: width 0.1s ease-out;
}
.mouse-msg {
  display: none;
  position: absolute;
  top: 400px;
  left: 400px;
  z-index: 4;
  background: #06E481;
  font-size: 12px;
  color: #FFFFFF;
  padding: 3px 8px;
  border-radius: 6px;
}
.cf-avatar__icon-wrap {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #6d8083;
  color: white;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
}
.cf-avatar__icon-wrap .cf-avatar__icon.cf-avatar__icon {
  line-height: inherit;
  top: 0;
}
.cf-avatar__icon-wrap--small {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.cf-avatar__icon-wrap--small .cf-avatar__icon.cf-avatar__icon {
  font-size: 20px;
}
.cf-avatar__icon-wrap--mid {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.cf-avatar__icon-wrap--mid .cf-avatar__icon.cf-avatar__icon {
  font-size: 22px;
}
.cf-notifications__list.cf-notifications__list {
  padding-bottom: 1em;
}
.cf-notifications__list.cf-notifications__list:empty {
  padding-bottom: 0;
  border-bottom: none;
}
.cf-notifications__list-element-anchor {
  font-size: 13px;
  line-height: 1.28571429;
  color: #304b50;
}
.cf-notifications__list-element-anchor.cf-notifications__list-element-anchor {
  border-bottom-width: 1px;
  display: flex;
  padding: 10px 0;
}
.cf-notifications__list-element-text {
  max-width: 100%;
}
.cf-notifications__list-element-title {
  font-weight: 600;
  max-width: 80%;
}
.cf-notifications__list-element-date {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
  color: #a1a1a1;
}
.cf-notifications__list-element-img-wrap {
  width: 35px;
  margin-right: 5px;
}
.cf-notifications__list-element-content-wrap {
  flex: 1;
  padding-top: 5px;
  max-width: 205px;
  position: relative;
}
.cf-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cf-avatar__img {
  border-radius: 50%;
  width: 100%;
}
@media (min-width: 940px) {
  .create-entry-container .description {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .pin-board-section .cf-avatar__icon-wrap {
    display: inline-block;
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
.appSuggest {
  margin: 30px auto 0;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 640px;
}
.appSuggest *,
.appSuggest *:before,
.appSuggest *:after {
  box-sizing: border-box;
}
.appSuggest .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.appSuggest .mytyFormControl {
  box-sizing: border-box !important;
  display: table-cell;
  position: relative;
  z-index: 2;
  height: 50px;
  padding: 14px 15px;
  font-size: 17px;
  line-height: 1.45;
  color: #304b50;
  background-image: none;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none !important;
  appearance: none;
}
.appSuggest .mytyFormControl::-moz-placeholder {
  color: #304b50;
  opacity: 1;
}
.appSuggest .mytyFormControl:-ms-input-placeholder {
  color: #304b50;
}
.appSuggest .mytyFormControl::-webkit-input-placeholder {
  color: #304b50;
}
.appSuggest .mytyFormControl:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.appSuggest .mytyFormControl:focus:-ms-input-placeholder {
  color: transparent;
}
.appSuggest .mytyFormControl:focus::-webkit-input-placeholder {
  color: transparent;
}
.appSuggest .appSuggestResult {
  position: absolute;
  min-height: 1px;
  max-height: 400px;
  overflow: auto;
  width: 100%;
  z-index: 1;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.appSuggest .appSuggestResult ul {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 12px;
  display: none;
  background: #FFFFFF;
  z-index: 1;
  list-style: none;
}
.appSuggest .appSuggestResult ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid #304b50;
  color: #304b50;
}
.appSuggest .appSuggestResult ul li a {
  display: block;
  width: 100%;
  padding: 14px 15px;
  color: #304b50;
  line-height: 1.3;
  transition-property: background-color;
  transition-duration: 0.25s;
}
.appSuggest .appSuggestResult ul li a:hover {
  background-color: #e4e4e4;
  text-decoration: none;
}
.appSuggest .appSuggestResult ul li .hitQuestion {
  font-size: 13px;
  display: block;
}
.appSuggest .appSuggestResult ul li .hitQuestion--large {
  font-size: 15px;
}
.appSuggest .appSuggestResult ul li .hitCategory {
  font-size: 11px;
  color: #666666;
  margin: 0;
  display: block;
}
.appSuggest .appSuggestResult ul li .highlight {
  background: yellow;
}
.appSuggest .appSuggestResult ul li.tyActive a {
  background-color: #e4e4e4;
}
.appSuggest .appSuggestResult ul li.tyEmpty {
  border-color: #c1c1c1;
  padding: 14px 15px;
}
.appSuggest .search,
.appSuggest .spinner,
.appSuggest .hideAnchor {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  color: #999999;
  font-size: 19px;
  z-index: 10;
}
.appSuggest button.search {
  margin-top: -14px;
  background: none;
  border: none;
  padding: 0;
  width: auto;
}
.appSuggest .hideAnchor {
  display: none;
  font-size: 28px;
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  line-height: 1;
  margin-top: -14px;
}
.appSuggest .hideAnchor:hover {
  color: #333333;
}
.appSuggest .spinner {
  z-index: 11;
  display: none;
  color: #304b50;
  background-color: #FFFFFF;
  animation: spin 0.75s infinite linear;
}
.appSuggest.is-loading .spinner {
  display: inline-block;
}
.appSuggest.is-loading .search,
.appSuggest.is-loading .hideAnchor {
  display: none;
}
.mgr-if {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding-top: 100px;
}
#cfProjectToolbarOverlay {
  display: none !important;
}
#cropBox .mytyFormBtnBox {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
#cropBox .mytyFormBtnBox [class^="icon-"] {
  display: none;
}
#cropBox .mytyFormBtnBox .btn-rotate {
  color: #304b50;
  background-color: #cdfae6;
  border-color: #cdfae6;
  order: 2;
  margin-left: auto;
}
#cropBox .mytyFormBtnBox .btn-rotate .icon {
  fill: #304b50;
}
#cropBox .mytyFormBtnBox .btn-rotate:hover,
#cropBox .mytyFormBtnBox .btn-rotate:focus,
#cropBox .mytyFormBtnBox .btn-rotate.focus,
#cropBox .mytyFormBtnBox .btn-rotate:active,
#cropBox .mytyFormBtnBox .btn-rotate.active {
  color: #304b50;
  background-color: #b4f7d9;
  border-color: #b4f7d9;
}
#cropBox .mytyFormBtnBox .btn-rotate:hover .icon,
#cropBox .mytyFormBtnBox .btn-rotate:focus .icon,
#cropBox .mytyFormBtnBox .btn-rotate.focus .icon,
#cropBox .mytyFormBtnBox .btn-rotate:active .icon,
#cropBox .mytyFormBtnBox .btn-rotate.active .icon {
  fill: #304b50;
}
#cropBox .mytyFormBtnBox .btn-rotate:active,
#cropBox .mytyFormBtnBox .btn-rotate.active {
  background-image: none;
}
#cropBox .mytyFormBtnBox .btn-rotate.disabled,
#cropBox .mytyFormBtnBox .btn-rotate[disabled],
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-rotate,
#cropBox .mytyFormBtnBox .btn-rotate.disabled:hover,
#cropBox .mytyFormBtnBox .btn-rotate[disabled]:hover,
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-rotate:hover,
#cropBox .mytyFormBtnBox .btn-rotate.disabled:focus,
#cropBox .mytyFormBtnBox .btn-rotate[disabled]:focus,
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-rotate:focus,
#cropBox .mytyFormBtnBox .btn-rotate.disabled.focus,
#cropBox .mytyFormBtnBox .btn-rotate[disabled].focus,
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-rotate.focus,
#cropBox .mytyFormBtnBox .btn-rotate.disabled:active,
#cropBox .mytyFormBtnBox .btn-rotate[disabled]:active,
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-rotate:active,
#cropBox .mytyFormBtnBox .btn-rotate.disabled.active,
#cropBox .mytyFormBtnBox .btn-rotate[disabled].active,
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-rotate.active {
  background-color: hsl(153.24324324, 50.43478261%, 89.17647059%);
  border-color: hsl(153.24324324, 50.43478261%, 89.17647059%);
  color: #0a0f10;
}
#cropBox .mytyFormBtnBox .btn-rotate:after {
  content: " ↻";
  transform: scale(1.5);
  display: inline-block;
  margin-left: 10px;
  transform-origin: right 13px;
}
#cropBox .mytyFormBtnBox .btn-finish {
  order: 4;
  margin-left: 10px;
}
#cropBox .mytyFormBtnBox .btn-close {
  color: #304b50;
  background-color: #cdfae6;
  border-color: #cdfae6;
  order: 0;
}
#cropBox .mytyFormBtnBox .btn-close .icon {
  fill: #304b50;
}
#cropBox .mytyFormBtnBox .btn-close:hover,
#cropBox .mytyFormBtnBox .btn-close:focus,
#cropBox .mytyFormBtnBox .btn-close.focus,
#cropBox .mytyFormBtnBox .btn-close:active,
#cropBox .mytyFormBtnBox .btn-close.active {
  color: #304b50;
  background-color: #b4f7d9;
  border-color: #b4f7d9;
}
#cropBox .mytyFormBtnBox .btn-close:hover .icon,
#cropBox .mytyFormBtnBox .btn-close:focus .icon,
#cropBox .mytyFormBtnBox .btn-close.focus .icon,
#cropBox .mytyFormBtnBox .btn-close:active .icon,
#cropBox .mytyFormBtnBox .btn-close.active .icon {
  fill: #304b50;
}
#cropBox .mytyFormBtnBox .btn-close:active,
#cropBox .mytyFormBtnBox .btn-close.active {
  background-image: none;
}
#cropBox .mytyFormBtnBox .btn-close.disabled,
#cropBox .mytyFormBtnBox .btn-close[disabled],
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-close,
#cropBox .mytyFormBtnBox .btn-close.disabled:hover,
#cropBox .mytyFormBtnBox .btn-close[disabled]:hover,
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-close:hover,
#cropBox .mytyFormBtnBox .btn-close.disabled:focus,
#cropBox .mytyFormBtnBox .btn-close[disabled]:focus,
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-close:focus,
#cropBox .mytyFormBtnBox .btn-close.disabled.focus,
#cropBox .mytyFormBtnBox .btn-close[disabled].focus,
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-close.focus,
#cropBox .mytyFormBtnBox .btn-close.disabled:active,
#cropBox .mytyFormBtnBox .btn-close[disabled]:active,
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-close:active,
#cropBox .mytyFormBtnBox .btn-close.disabled.active,
#cropBox .mytyFormBtnBox .btn-close[disabled].active,
fieldset[disabled] #cropBox .mytyFormBtnBox .btn-close.active {
  background-color: hsl(153.24324324, 50.43478261%, 89.17647059%);
  border-color: hsl(153.24324324, 50.43478261%, 89.17647059%);
  color: #0a0f10;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.slide-enter-active,
.slide-leave-active {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.slide-enter-active > .slide-inner,
.slide-leave-active > .slide-inner {
  overflow: hidden;
}
.slide-enter-to,
.slide-leave-from {
  grid-template-rows: 1fr;
}
.swiper-pagination-bullets {
  text-align: center;
  margin-top: 15px;
}
.fullwidth-content .swiper-pagination-bullets {
  position: absolute;
  z-index: 2;
  bottom: 30px;
}
.swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
  background-color: #97a5a7;
}
.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 1px 2px;
}
.swiper-pagination-bullet:hover {
  transform: scale(1.25);
}
.swiper-pagination-bullet:only-child {
  display: none;
}
.fullwidth-content .swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.swiper-pagination-bullet-active.swiper-pagination-bullet-active {
  background-color: #304b50;
}
.swiper-pagination-bullet-active.swiper-pagination-bullet-active:hover {
  transform: none;
}
.fullwidth-content .swiper-pagination-bullet-active.swiper-pagination-bullet-active {
  opacity: 1;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}
html {
  height: 100%;
  /* Site is as tall as device. */
}
body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
}
/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}
/* ----------
 * 002 - Site
 */
#sb-site {
  background-color: #FFFFFF;
}
.slidebar-overlay,
.sdg-filter-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(12, 39, 55, 0.5);
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.sb-active .slidebar-overlay,
.sdg-filter-overlay.is-open {
  opacity: 0.75;
  pointer-events: all;
  cursor: pointer;
}
#sb-site,
.sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}
/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before,
#sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
  content: ' ';
  display: table;
}
#sb-site:before,
#sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
  clear: both;
}
/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 1001;
  display: block;
  background-color: #FFFFFF;
  box-shadow: none;
}
.sb-slidebar ul,
.sb-slidebar li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sb-slidebar a:not(.btn) {
  color: #304b50;
}
.sb-left {
  transform: translateX(-100%);
  left: 0;
  /* Set Slidebar to the left. */
  background-color: #FFFFFF;
  color: #304b50;
}
.sb-right {
  transform: translateX(100%);
  right: 0;
  /* Set Slidebar to the right. */
  background-color: #FFFFFF;
  color: #304b50;
}
.sb-active-burger .sb-slidebar[data-type=burger],
.sb-active-user .sb-slidebar[data-type=user],
.sb-active-clean-filter .sb-slidebar[data-type=clean-filter] {
  transform: translateX(0);
}
.pageContentWrap {
  transform: none;
}
.sb-force-repaint .pageContentWrap {
  transform: translateX(0);
}
/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}
@media (max-width: 339px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 80%;
  }
}
@media (min-width: 340px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 300px;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
  transition: transform 0.4s ease;
}
.footer {
  background-color: #304b50;
  color: #FFFFFF;
  padding: 60px 0 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.footer a {
  color: #FFFFFF;
}
.footer h3 {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.footer__part + .footer__part {
  margin-top: 40px;
}
.footer__part--sm + .footer__part--sm {
  margin-top: 20px;
}
.footer_social {
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
}
.footer_social:hover,
.footer_social:focus {
  animation: logoScale 0.5s linear 1;
}
.footer__stat {
  font-size: 32px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.footer__stat-caption {
  font-size: 13px;
  display: block;
  margin-bottom: 30px;
}
.footer__stats > div:last-child .footer__stat-caption {
  margin-bottom: 10px;
}
.footer__nav {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.8;
}
.footer__nav-title {
  font-weight: 700;
  font-size: 15px;
  margin: 11px 0;
  color: #FFFFFF;
}
.footer__payments {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__payment {
  margin: 0 20px 20px;
}
.footer__part--dim,
.footer__part--dim a {
  color: rgba(255, 255, 255, 0.5);
}
.footer__claim {
  font-size: 20px;
  font-weight: 600;
}
.footer__horlink {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 939px) {
  .footer__nav-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
  }
  .footer__bcorp .img-responsive {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .footer_social {
    margin: 0 25px;
  }
}
@media (min-width: 940px) {
  .footer__nav-title {
    text-align: left;
  }
  .footer__stat-caption {
    margin-bottom: 0;
  }
  .footer__bcorp {
    padding: 0;
    transform: scale(1.25) translate(-15px, 10px);
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .footer__stat,
  .footer__stat-caption {
    display: inline-block;
  }
  .footer__stat {
    margin-right: 5px;
  }
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: rgba(36, 70, 141, 0.95);
  color: #FFFFFF;
  padding: 15px 30px 30px;
  border-radius: 6px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: transform 0.3s linear, background-color 0.2s ease-in-out;
}
.toast:last-child {
  position: relative;
  pointer-events: all;
}
.toast:nth-last-child(2) {
  transform: translateY(-55px);
}
.toast:nth-last-child(3) {
  transform: translateY(-110px);
}
.toast:nth-last-child(4) {
  transform: translateY(-165px);
}
.toast:nth-last-child(5) {
  transform: translateY(-220px);
}
.toast:nth-last-child(6) {
  transform: translateY(-275px);
}
.toast:nth-last-child(7) {
  transform: translateY(-330px);
}
.toast:nth-last-child(8) {
  transform: translateY(-385px);
}
.toast-success {
  background-color: rgba(8, 115, 69, 0.95);
  color: #FFFFFF;
}
.toast-success:hover {
  background-color: #087345;
}
.toast-error {
  background-color: rgba(220, 0, 45, 0.95);
  color: #FFFFFF;
}
.toast-error:hover {
  background-color: #dc002d;
}
.toast-info {
  background-color: rgba(36, 70, 141, 0.95);
  color: #FFFFFF;
}
.toast-info:hover {
  background-color: #24468d;
}
.toast-warning {
  background-color: rgba(225, 180, 0, 0.95);
  color: #FFFFFF;
}
.toast-warning:hover {
  background-color: #e1b400;
}
.toast-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}
.toast-message {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  font-size: 15px;
}
.toast-message a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 600;
}
.toast-message a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.toast-message p,
.toast-message ol,
.toast-message ul,
.toast-message blockquote {
  padding: 0;
  margin: 0;
}
.toast-message p {
  margin-bottom: 15px;
}
.toast-message p:last-child {
  margin-bottom: 0;
}
.toast-message label {
  color: #304b50;
}
.toast-message .btn {
  width: 100%;
  text-decoration: none;
}
.toast-message .btn + .btn {
  margin-top: 10px;
}
.toast-close-button {
  position: absolute;
  right: 12px;
  top: 4px;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.toast:not(:last-child) .toast-close-button {
  opacity: 0.7;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-bottom-full-width {
  bottom: 30px;
  right: 12px;
  left: 12px;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 940px) {
  #toast-container {
    left: 45px;
    right: 45px;
    bottom: 50px;
  }
  .toast {
    padding-bottom: 55px;
  }
  .toast-message,
  .toast-title {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 317px;
    position: relative;
    font-size: 18px;
  }
  .toast-message .btns,
  .toast-title .btns {
    position: absolute;
    top: 0;
    right: 0;
    width: 238px;
  }
}
.borvo__video {
  position: absolute;
  bottom: 45px;
  right: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.borvo__video-caption {
  max-width: 225px;
  text-align: right;
  font-size: 9px;
  line-height: 1.1;
}
.borvo__video-icon {
  width: 55px;
  height: 55px;
  fill: #FFFFFF;
  margin-left: 15px;
}
.borvo__content h1 {
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.3em;
}
.borvo__content .borvo__small-headline {
  font-size: 22px;
}
.borvo__content h2,
.borvo__content .h2,
.borvo__content h3,
.borvo__content .h3,
.borvo__content p {
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  display: block;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 1.5em;
}
.borvo__content > p:empty,
.borvo__content > br:first-child {
  display: none;
}
.borvo__content > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .borvo__content > .borvo__homepage-headline {
    width: 680px;
  }
  .borvo__content > .borvo__homepage-headline > *,
  .borvo__content > .borvo__homepage-headline .fr-element > * {
    font-size: 22px;
  }
}
@media (min-width: 940px) {
  .borvo__content {
    padding-top: 100px;
    max-width: 840px;
  }
  .borvo__content h1 {
    font-size: 65px;
  }
  .borvo__content p,
  .borvo__content h3 {
    font-size: 26px;
  }
  .borvo__video {
    right: -70px;
    bottom: 50px;
    margin-right: 22.5px;
  }
  .borvo__video-caption {
    font-size: 12px;
  }
  .borvo__video-icon {
    width: 90px;
    height: 90px;
  }
}
.borvo-mediabox {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 940px) {
  .borvo-mediabox {
    position: fixed;
  }
}
.borvo-mediabox--hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .borvo-mediabox--hide-mobile {
    display: block;
  }
}
.borvo-mediabox__overlay {
  background-color: rgba(12, 39, 55, 0.5);
  transition: opacity 0.5s ease-in-out;
}
.borvo-mediabox__overlay--rollup {
  opacity: 0;
}
.borvo-mediabox__bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.borvo-mediabox__bg .image {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.borvo-mediabox__img {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  background: #879c9e;
  transform: translateZ(0);
}
.borvo-mediabox__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  overflow-x: hidden;
}
.flex-active-slide .borvo-mediabox__img picture {
  transition: opacity 1s linear;
  opacity: 0;
}
.flex-active-slide .borvo-mediabox__img picture.loaded {
  opacity: 1;
}
.borvo-mediabox--bgimg .borvo-mediabox__img {
  display: none !important;
}
.borvo-mediabox--gradient {
  background: rgba(255, 255, 255, 0);
}
.borvo-mediabox--gradient .borvo-mediabox__bg {
  background: #aab7b4;
}
.borvo-mediabox--gradient .borvo-mediabox__overlay {
  opacity: 0.3;
  background: linear-gradient(to bottom, #4e6264 0%, rgba(255, 255, 255, 0) 50%);
}
.borvo-mediabox--gradient .borvo-mediabox__overlay:after {
  background: transparent;
}
.borvo {
  z-index: 0;
  position: relative;
  top: 0;
  left: auto;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
}
.borvo--darkened:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0c2737;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
  display: block;
}
.borvo--static {
  z-index: 11;
}
.borvo--static.borvo--static.borvo--static {
  position: relative;
}
.borvo-offset--flex-cs {
  display: none;
}
@media (min-width: 768px) {
  .borvo {
    position: fixed;
  }
  .borvo-offset--flex-cs {
    height: 60vh;
    display: block;
  }
  .borvo-offset--flex-cs + .pageContentWrap {
    animation-delay: 0.8s;
    z-index: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 940px) {
  .borvo-offset--flex-cs {
    height: 75vh;
  }
}
.borvo-mediabox__overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bgafter-hidden:not(.borvo--height-adjust[data-height="borvo-animated-header"]):after,
.bgafter-hidden .borvo__content {
  opacity: 0 !important;
}
.borvo-mediabox--small {
  height: 70px;
  opacity: 1;
  background-color: rgba(12, 39, 55, 0.7);
  transition: opacity 0.3s ease-out;
}
.borvo__pager {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: transparent;
}
.borvo__control {
  position: absolute;
  z-index: 20;
  width: 40px;
  height: 100%;
  top: 0;
  left: auto;
  right: auto;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.borvo__control .icon {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  color: #fff;
  font-size: 80px;
  transition: all 0.25s ease;
}
.borvo__control--left {
  left: 0;
}
.borvo__control--left .icon {
  left: 0;
}
.opacity-hidden ~ .borvo__control--left .icon {
  left: -65px;
}
.borvo__control--right {
  right: 0;
}
.borvo__control--right .icon {
  right: 0;
}
.opacity-hidden ~ .borvo__control--right .icon {
  right: -65px;
}
.borvo--height-adjust {
  transform: translateZ(0);
  background: #97a5a7 no-repeat center center;
  background-size: cover;
}
.borvo-animated-header--faded-in.borvo-animated-header--faded-in.borvo-animated-header--faded-in {
  opacity: 1;
}
.borvo__content {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  z-index: 10;
  text-align: center;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.borvo--height-adjust[data-height="borvo-animated-header"] > .borvo__content.borvo__content {
  height: fit-content;
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
}
.borvo__fgimg {
  padding-top: 20px;
  padding-bottom: 20px;
}
.borvo__fgimg,
.borvo__fgimg .borvo__fgimg-inner {
  max-width: 100%;
  max-height: 100%;
}
[data-height="borvo-animated-header"] {
  height: 75vh;
  transition: opacity 0.3s ease;
}
[data-height="borvo-full"] {
  height: 100vh;
}
.borvo-offset[data-height="borvo-full"] {
  height: 100vh;
}
[data-height="borvo-three-fourths"] {
  height: 75vh;
}
.borvo-offset[data-height="borvo-three-fourths"] {
  height: 75vh;
}
@media (min-width: 768px) and (max-height: 910px) {
  [data-height="borvo-three-fourths"] {
    height: 100vh;
    min-height: 910px;
  }
  .borvo-offset[data-height="borvo-three-fourths"] {
    height: 100vh;
    min-height: 910px;
  }
}
[data-height="borvo-balanced"] {
  height: 50vh;
}
.borvo-offset[data-height="borvo-balanced"] {
  height: 50vh;
}
@media (min-width: 940px) {
  .borvo__content {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  [data-mobile-height="borvo-full"] {
    height: 100vh;
  }
  [data-mobile-height="borvo-three-fourths"] {
    height: 75vh;
  }
  [data-mobile-height="borvo-balanced"] {
    height: 50vh;
  }
}
.borvo--preview-mode {
  position: absolute;
  top: 0;
}
.app-box + .app-box {
  margin-top: 15px;
}
.app-box + .app-box--fixed {
  margin-top: 30px;
}
.app-box + .app-box--half.app-box--half {
  margin-top: 15px;
}
.app-box + .app-box--third.app-box--third {
  margin-top: 10px;
}
.app-box + .app-box--l.app-box--l {
  margin-top: 40px;
}
.app-box + .app-box--xl.app-box--xl {
  margin-top: 80px;
}
a.app-box {
  display: block;
}
@media (min-width: 768px) {
  .app-box + .app-box {
    margin-top: 30px;
  }
  .app-box + .app-box--xs.app-box--xs,
  .app-box + .app-box--xs.app-box--xs-large,
  .app-box + .app-box--xs-large.app-box--xs,
  .app-box + .app-box--xs-large.app-box--xs-large {
    margin-top: 0;
  }
}
@media (min-width: 940px) {
  .app-box + .app-box--xs-sm.app-box--xs-sm,
  .app-box + .app-box--xs-sm.app-box--xs-sm-large,
  .app-box + .app-box--xs-sm-large.app-box--xs-sm,
  .app-box + .app-box--xs-sm-large.app-box--xs-sm-large {
    margin-top: 0;
  }
}
@media (max-width: 939px) {
  .app-box + .app-box--xs-sm-large.app-box--xs-sm-large {
    margin-top: 30px;
  }
  .app-box + .app-box--xs-sm-none.app-box--xs-sm-none {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .app-box + .app-box--xs-large.app-box--xs-large {
    margin-top: 40px;
  }
}
.icon {
  position: relative;
  display: inline-block;
  transition: fill, transform 0.3s ease-in-out;
}
.icon__ref {
  pointer-events: none;
}
.icon--text {
  fill: #304b50;
  color: #304b50;
}
.icon--link {
  fill: #304b50;
  color: #304b50;
}
.icon--link:hover {
  fill: #000000;
  color: #000000;
}
.icon--secondary {
  fill: #304b50;
  color: #304b50;
}
.icon--primary {
  fill: #06E481;
  color: #06E481;
}
.icon--white {
  fill: #FFFFFF;
  color: #FFFFFF;
}
.icon--gray {
  fill: #7f7f7f;
  color: #7f7f7f;
}
.icon--gray-lighter {
  fill: #e4e4e4;
  color: #e4e4e4;
}
.icon--success {
  fill: #087345;
  color: #087345;
}
.icon--danger {
  fill: #DC002D;
  color: #DC002D;
}
.icon--warning {
  fill: #E1B400;
  color: #E1B400;
}
.icon--green {
  fill: #06E481;
  color: #06E481;
}
.icon--sense.icon--sense.icon--sense {
  fill: #FF85FF;
  color: #FF85FF;
}
.icon--loveneon.icon--loveneon.icon--loveneon {
  fill: #FFC21C;
  color: #FFC21C;
}
.icon--xxs {
  height: 11px;
  width: 11px;
  top: 1px;
}
.icon--xs {
  height: 14px;
  width: 14px;
  top: 2px;
}
.icon--default {
  width: 15px;
  height: 15px;
}
.icon--s {
  height: 16px;
  width: 16px;
  top: 2px;
}
.icon--sm {
  height: 18px;
  width: 18px;
  top: 3px;
}
.icon--m {
  width: 24px;
  height: 24px;
  top: 3px;
}
.icon--l {
  width: 28px;
  height: 28px;
}
.icon--xl {
  width: 40px;
  height: 40px;
}
.icon--xxl {
  width: 80px;
  height: 80px;
}
.icon--xxxl {
  width: 140px;
  height: 140px;
}
.icon--startnext {
  width: 139px;
  height: 39px;
}
.icon--spinner {
  animation: spin 0.75s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon--flip-h {
  transform: scale(1, -1);
}
.icon--flip-v {
  transform: scale(-1, 1);
}
.icon--rot1x {
  transform: rotate(90deg);
}
.icon--rot3x {
  transform: rotate(270deg);
}
.icon--inline {
  top: 0;
}
.icon--spaced {
  margin-left: 5px;
}
.icon--rspaced {
  margin-right: 5px;
}
.header__container {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.header__container.header__container--hidden {
  height: 0;
  opacity: 0;
}
.headbar {
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  z-index: 12;
  transition: transform 0.3s ease, opacity 0.3s ease, backdrop-filter 0.3s linear;
  will-change: transform, opacity, backdrop-filter;
}
.headbar,
.headbar * {
  backface-visibility: hidden;
}
.headbar:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s linear, transform 0.3s ease;
}
.cfInterfaceEnabled .headbar {
  z-index: 999;
}
.cfPageInterfaceEnabled .headbar {
  z-index: 11;
}
.project-interface-open .headbar {
  pointer-events: none;
  backdrop-filter: none;
}
.project-interface-open .headbar .headbar__left,
.project-interface-open .headbar .icon--search {
  opacity: 0;
  pointer-events: none;
}
.project-interface-open .headbar .headbar__right {
  pointer-events: all;
}
.project-interface-open .headbar .headbar__pageLogo--animation {
  filter: blur(30px);
  opacity: 0.7;
}
.project-interface-open .headbar .headbar__search-icon {
  filter: blur(15px);
}
@media (max-width: 1110px) {
  .project-interface-open .headbar .headbar__pageLogo--animation,
  .project-interface-open .headbar .headbar__search-icon {
    display: none;
  }
}
.headbar--safari {
  transition: transform 0.3s ease, backdrop-filter 0.3s linear;
  will-change: transform, backdrop-filter;
}
.headbar__left {
  position: absolute;
  left: 15px;
  top: 38px;
  display: flex;
}
.cfPageInterfaceEnabled .headbar__left {
  left: 125px;
}
.headbar__right {
  position: absolute;
  right: 15px;
  top: 38px;
  height: 24px;
  display: flex;
  align-items: center;
}
.headbar__icon {
  fill: #304b50;
  color: #304b50;
  transition: fill 0.3s linear, color 0.3s linear;
  will-change: fill, color;
}
.headbar__left-icon,
.headbar__right-icon,
.headbar__avatar {
  top: auto;
  cursor: pointer;
}
.headbar__sonar-toggle {
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .headbar__sonar-toggle {
    left: 100px;
  }
}
.headbar__search-icon {
  transition: none;
}
.headbar__right-item {
  display: flex;
}
.headbar__right-item + .headbar__right-item {
  margin-left: 15px;
}
.headbar__logo {
  top: 0;
}
.headbar__ani {
  width: 70px;
  height: 70px;
}
.headbar__menu {
  display: none;
}
.headerbar__btn {
  opacity: 0;
  position: absolute;
  left: 54px;
  will-change: transform, opacity, max-width;
  background-color: #06E481;
  height: 32px;
  border-radius: 16px;
  padding: 0 15px;
  top: 34px;
  font-size: 18px;
  font-weight: 600;
}
.headerbar__btn.headerbar__btn {
  transition: all 300ms ease-out;
}
.headerbar__btn.headerbar__btn--loaded {
  opacity: 1;
}
.headerbar__btn a {
  display: flex;
  align-items: center;
}
.headerbar__btn:hover {
  background-color: #05b265;
}
@media (min-width: 768px) {
  .headerbar__btn {
    left: 100px;
    top: 39px;
  }
}
@media (max-width: 767px) {
  .headbar--tight .headerbar__btn--mobile-text {
    width: 0;
  }
}
.headerbar__btn--icon {
  opacity: 0;
  width: 0;
}
@media (max-width: 767px) {
  .headbar--tight .headerbar__btn--icon {
    width: 24px;
    opacity: 1;
    top: 0;
    position: relative;
    height: 20px;
  }
}
.headerbar__btn--mobile-text {
  fill: #304b50;
}
.headerbar__btn--mobile-text,
.headerbar__btn--icon {
  transition: all 300ms ease-out;
}
@media (min-width: 1100px) {
  .headbar__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 300ms ease-out;
    max-width: 200px;
    will-change: transform, opacity, max-width;
  }
  .headbar__menu--centered.headbar__menu--centered {
    left: calc(50%);
    transform: translate(-50%);
    max-width: fit-content;
  }
  .headbar__menu--faded {
    transform: translateX(-60px);
    max-width: 0;
    opacity: 0;
  }
  .headbar__menu-link {
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    font-size: 18px;
  }
  .headbar__menu-link:after {
    content: " ";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 2px;
    height: 2px;
    background-color: #304b50;
    opacity: 0;
  }
  .headbar__menu-link:hover {
    text-decoration: none;
  }
  .headbar__menu-link:hover:after {
    opacity: 1;
  }
  .headbar__menu-link--dark:after {
    background-color: #FFFFFF;
  }
}
.__cov-progress {
  top: 80px !important;
}
.__cov-progress.__cov-progress {
  z-index: 4;
}
.__cov-progress:after {
  content: " ";
  position: fixed;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(48, 75, 80, 0.1);
}
.headbar--tight {
  backdrop-filter: blur(2px);
}
.headbar--tight:after {
  opacity: 0.8;
}
.project-interface-open .headbar--tight:after,
.headbar--tight .headbar__action--hide {
  opacity: 0;
}
.headbar--tight .pageLogo {
  top: 20px;
}
.headbar--slide-up {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.headbar--dark {
  backdrop-filter: none;
}
.headbar--dark:after {
  opacity: 0;
}
.headbar--dark .headbar__icon {
  fill: #FFFFFF;
  color: #FFFFFF;
}
.headbar--dark a {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .headbar {
    height: 110px;
  }
  .headbar > * {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .__cov-progress {
    top: 100px !important;
  }
  .headbar--tight ~ .pageContentWrap .__cov-progress {
    top: 80px !important;
  }
  .headbar__left {
    left: 45px;
    top: 43px;
  }
  .headbar__right {
    right: 45px;
    top: 43px;
  }
  .headbar__right-item + .headbar__right-item {
    margin-left: 30px;
  }
}
.headbar__pageLogo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
@media (min-width: 768px) {
  .headbar__pageLogo {
    top: 30px;
  }
}
.headbar__pageLogo--animation {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 110px;
  transform: translateY(-110px) scale(0.65);
}
@media (min-width: 768px) {
  .headbar__pageLogo--animation {
    max-width: 300px;
    transform: translateY(-115px) scale(0.5);
    top: 100px;
  }
}
@media (min-width: 1100px) {
  .headbar__pageLogo--animation {
    top: 160px;
    transform: translateY(-175px) scale(0.5);
  }
}
.headbar__pageLogo--animation svg {
  transform: unset !important;
}
.headbar__pageLogo--animation svg path[fill] {
  fill: #304b50;
}
.headbar__pageLogo--animation svg path[stroke] {
  stroke: #304b50;
}
.headbar--dark .headbar__pageLogo--animation svg path[fill] {
  fill: #FFFFFF;
}
.headbar--dark .headbar__pageLogo--animation svg path[stroke] {
  stroke: #FFFFFF;
}
.headbar__pageLogo--animation-large {
  transform: translateY(0) scale(1);
}
.headbar__claim {
  font-size: 13px;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}
.headbar--dark .headbar__claim {
  color: #FFFFFF;
}
.headbar__claim--top {
  position: absolute;
  opacity: 0;
  top: 74px;
}
@media (min-width: 768px) {
  .headbar__claim--top {
    top: 84px;
  }
}
.headbar__claim--large {
  position: absolute;
  top: 201px;
  left: 50%;
  transform: translate(-50%);
}
.headbar--tight .headbar__claim--large {
  transform: translate(-50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .headbar__claim--large {
    top: 232px;
  }
}
@media (min-width: 1100px) {
  .headbar__claim--large {
    top: 292px;
  }
}
@media (max-width: 1110px) {
  .project-interface-open .headbar--slide-up .headbar__user {
    opacity: 0;
  }
}
.headbar-user {
  position: relative;
  transition: opacity 0.2s;
  cursor: pointer;
  width: 40px;
}
.headbar-user--border {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  width: 44px;
}
.headbar-user__avatar-img {
  width: 40px;
  height: 40px;
}
.headbar-user__msg-count {
  pointer-events: none;
  position: absolute;
  right: -4px;
  bottom: -4px;
}
.headbar__login-link {
  font-size: 18px;
}
.user-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 20px;
}
.user-menu__head-area {
  height: 100px;
  border-bottom: 2px solid #FFFFFF;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .user-menu__head-area {
    height: 110px;
  }
}
.user-menu__bottom {
  margin-top: auto;
}
.user-menu__avatar-img-wrap {
  width: 40px;
}
.user-menu__avatar-img {
  height: 40px;
}
.user-menu__menu-item {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f1f1f1;
  cursor: pointer;
}
.user-menu__menu-item:not(.user-menu__menu-item--disabled):hover {
  text-decoration: none;
  border-bottom: 2px solid #304b50;
}
.user-menu__menu-item--disabled {
  cursor: unset;
}
.user-menu__menu-item--disabled .icon,
.user-menu__menu-item--disabled .user-menu__text {
  opacity: 0.5;
}
.user-menu__menu-item--submenu.user-menu__menu-item--submenu {
  font-size: 13px;
  display: block;
}
.user-menu__text.user-menu__text {
  position: relative;
  top: 2px;
  flex-grow: 1;
}
.user-menu__icon-right {
  transition: 0.3s;
  margin-left: auto;
  top: -2px;
  text-decoration: none;
}
.user-menu__icon-right--active {
  transform: scale(1, -1);
}
.user-menu__round-btn {
  border-radius: 50%;
  color: white;
  background-color: #06E481;
}
.round-button.round-button.round-button {
  border-radius: 50%;
  color: #304b50;
  background: #06E481;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 26px;
}
.round-button:hover {
  background: #05c16d;
}
.round-button__inner {
  position: relative;
  top: 2px;
}
.message-indicator {
  border-radius: 50%;
  background-color: #DC002D;
  color: #FFFFFF;
  width: 22px;
  height: 22px;
  font-weight: 600;
  font-size: 14px;
  padding-top: 3px;
  text-align: center;
}
.cart-preview {
  background-color: #304b50;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  border-radius: 20px;
  align-items: center;
  transition: background-color 0.3s ease;
}
.cart-preview__icon.cart-preview__icon {
  top: 0;
}
.cart-preview__count {
  position: relative;
  top: 2px;
  font-weight: 600;
  margin-right: 5px;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.headbar--dark .cart-preview {
  background-color: #FFFFFF;
}
.headbar--dark .cart-preview__icon {
  fill: #304b50;
}
.headbar--dark .cart-preview__count {
  color: #304b50;
}
@media (max-width: 767px) {
  .cart-preview {
    transform: scale(0.8);
    transform-origin: right center;
  }
}
@media (max-width: 1110px) {
  .project-interface-open .cart-preview {
    display: none;
  }
}
.login-social {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  color: white;
  margin-bottom: 15px;
  line-height: 1;
}
.login-social__icon {
  display: inline-block;
  top: 0;
  margin-right: 10px;
}
.login-social__caption {
  position: relative;
  top: 1px;
}
.login-social--facebook {
  background-color: #4267b2;
}
.login-social--facebook:hover,
.login-social--facebook:focus,
.login-social--facebook.focus,
.login-social--facebook:active,
.login-social--facebook.active {
  background-color: #365899;
  color: white;
  text-decoration: none;
}
.login-social--google-plus {
  background-color: #4285f4;
}
.login-social--google-plus:hover,
.login-social--google-plus:focus,
.login-social--google-plus.focus,
.login-social--google-plus:active,
.login-social--google-plus.active {
  background-color: #2d79f7;
  color: white;
  text-decoration: none;
}
.text-link:not(.text-link:has(.text-link__icon)),
.text-link__text {
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.text-link:not(.text-link:has(.text-link__icon)):focus,
.text-link__text:focus,
.text-link:not(.text-link:has(.text-link__icon)):hover,
.text-link__text:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
a.text-link:has(.text-link__icon):any-link {
  text-decoration: none;
}
.text-link__icon {
  top: -1px;
  transition: all 0.3s ease-in-out;
}
.text-link__icon--spaced {
  margin-left: 3px;
}
.text-link--large {
  font-size: 18px;
}
.text-link--white,
.text-link--white:hover {
  color: #FFFFFF;
}
.text-link--white:hover {
  text-decoration: underline;
}
.text-link--white:hover .text-link__icon,
.text-link--white:focus .text-link__icon {
  fill: #FFFFFF;
}
.text-link--breakall {
  word-break: break-all;
}
.blog-hero {
  position: relative;
  box-sizing: border-box;
}
.blog-hero__slogan {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  width: 230px;
  padding: 0 20px 20px;
  z-index: 2;
  text-align: center;
}
.blog-hero__slogan:after {
  content: " ";
  display: block;
  position: absolute;
  left: 99%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.blog-hero__slogan-main {
  margin: 0;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #304b50;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.22222222;
  letter-spacing: normal;
}
.blog-hero__slogan-main small,
.blog-hero__slogan-main .small {
  font-weight: normal;
  line-height: 1;
  color: #a1a1a1;
}
strong.blog-hero__slogan-main {
  display: block;
}
.blog-hero__slogan-main small,
.blog-hero__slogan-main .small {
  font-size: 65%;
}
.blog-hero__slogan-main.blog-hero__slogan-main {
  margin-bottom: 0;
  font-weight: 700;
}
.blog-hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
}
.blog-hero__image-source {
  width: 100%;
}
.blog-hero__hl.blog-hero__hl {
  hyphens: auto;
}
.blog-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 940px) {
  .blog-hero {
    margin-top: 0;
  }
  .blog-hero__slogan {
    width: 610px;
    padding: 0 80px 50px;
  }
  .blog-hero__slogan-main {
    margin: 0;
    font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #304b50;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.28571429;
    letter-spacing: normal;
  }
  .blog-hero__slogan-main small,
  .blog-hero__slogan-main .small {
    font-weight: normal;
    line-height: 1;
    color: #a1a1a1;
  }
  strong.blog-hero__slogan-main {
    display: block;
  }
  .blog-hero__slogan-main small,
  .blog-hero__slogan-main .small {
    font-size: 65%;
  }
}
@media (min-width: 1256px) {
  .blog-hero--wide {
    margin: 0 -148px;
  }
}
.blog-cat {
  font-weight: 600;
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.blog-cat:focus,
.blog-cat:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
.blog-cat {
  font-size: 15px;
  line-height: 1.1;
  display: block;
  margin-bottom: 5px;
}
.blog-preview {
  margin-bottom: 30px;
}
.blog-preview__img {
  width: 100%;
}
.blog-preview__content {
  margin-top: 20px;
}
.blog-preview__title {
  margin-bottom: 5px;
  line-height: 1.1;
}
.blog-preview__author {
  font-size: 13px;
  color: #97a5a7;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-preview__content {
    margin-top: 15px;
  }
  .blog-preview {
    margin-bottom: 60px;
  }
}
.blog-data__date,
.blog-data__reading-time {
  font-size: 15px;
  color: #6d8083;
}
.blog-data__title {
  line-height: 1.1;
}
.blog-data--inline {
  display: flex;
}
.blog-data--inline .blog-data__date {
  margin-bottom: 0;
  margin-right: 12px;
}
@media (min-width: 340px) {
  .blog-data--inline-desktop {
    display: flex;
  }
  .blog-data--inline-desktop .blog-data__date {
    margin-bottom: 0;
    margin-right: 12px;
  }
  .blog-data--inline-desktop .blog-data__date {
    margin-bottom: 0;
    margin-right: 12px;
  }
}
.dropdown {
  position: relative;
  z-index: 5;
}
.dropdown.is-open {
  z-index: 17;
}
.dropdown__btn {
  transition: all 0.3s linear;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.15s ease-out;
  padding: 9px 15px;
  font-size: 0.9375rem;
  line-height: 1.45;
  border-radius: 0;
  border-radius: 6px;
  padding-bottom: 7px;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: none;
  background-color: #06E481;
  border-color: #06E481;
  background: transparent;
  border-width: 2px;
  border-color: #304b50;
  width: 100%;
  color: #304b50;
  font-weight: 600;
  border-color: #97a5a7;
  position: relative;
}
.dropdown__btn.dropdown__btn.dropdown__btn {
  font-size: 18px;
  outline: none;
}
.dropdown__btn.is-disabled {
  border-color: #c1c1c1;
  background-color: #c1c1c1;
  pointer-events: none;
}
.dropdown__btn:focus-visible,
.dropdown__btn:active:focus-visible,
.dropdown__btn.active:focus-visible,
.dropdown__btn.focus,
.dropdown__btn:active.focus,
.dropdown__btn.active.focus {
  outline: 3px solid -webkit-focus-ring-color;
  outline-offset: -3px;
}
.dropdown__btn:hover,
.dropdown__btn:focus,
.dropdown__btn.focus {
  text-decoration: none;
}
.dropdown__btn:active,
.dropdown__btn.active {
  background-image: none;
}
.dropdown__btn.dropdown__btn.disabled,
.dropdown__btn.dropdown__btn[disabled],
fieldset[disabled] .dropdown__btn {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #304b50;
  background-color: #EAEDEE;
  border-color: #EAEDEE;
}
.dropdown__btn.dropdown__btn.disabled-ghost {
  background-color: transparent;
  border-color: transparent;
}
.dropdown__btn.invisible {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.dropdown__btn .icon {
  fill: #304b50;
}
.dropdown__btn:hover,
.dropdown__btn:focus,
.dropdown__btn.focus,
.dropdown__btn:active,
.dropdown__btn.active {
  color: #304b50;
  background-color: #05cd74;
  border-color: #05cd74;
}
.dropdown__btn:hover .icon,
.dropdown__btn:focus .icon,
.dropdown__btn.focus .icon,
.dropdown__btn:active .icon,
.dropdown__btn.active .icon {
  fill: #304b50;
}
.dropdown__btn:active,
.dropdown__btn.active {
  background-image: none;
}
.dropdown__btn.disabled,
.dropdown__btn[disabled],
fieldset[disabled] .dropdown__btn,
.dropdown__btn.disabled:hover,
.dropdown__btn[disabled]:hover,
fieldset[disabled] .dropdown__btn:hover,
.dropdown__btn.disabled:focus,
.dropdown__btn[disabled]:focus,
fieldset[disabled] .dropdown__btn:focus,
.dropdown__btn.disabled.focus,
.dropdown__btn[disabled].focus,
fieldset[disabled] .dropdown__btn.focus,
.dropdown__btn.disabled:active,
.dropdown__btn[disabled]:active,
fieldset[disabled] .dropdown__btn:active,
.dropdown__btn.disabled.active,
.dropdown__btn[disabled].active,
fieldset[disabled] .dropdown__btn.active {
  background-color: hsl(153.24324324, 64.87179487%, 45.88235294%);
  border-color: hsl(153.24324324, 64.87179487%, 45.88235294%);
  color: #0a0f10;
}
.dropdown__btn .icon {
  fill: #304b50;
}
.dropdown__btn:hover,
.dropdown__btn:focus,
.dropdown__btn:active {
  background: rgba(48, 75, 80, 0.05);
  border-color: #304b50;
  color: #304b50;
}
.dropdown__btn:hover .icon,
.dropdown__btn:focus .icon,
.dropdown__btn:active .icon {
  fill: #304b50;
}
.dropdown__btn.btn-2nd {
  color: #cdfae6;
}
.dropdown__btn.btn-2nd .icon {
  fill: #cdfae6;
}
.dropdown__btn.btn-2nd:hover,
.dropdown__btn.btn-2nd:focus,
.dropdown__btn.btn-2nd:active {
  color: #b4f7d9;
}
.dropdown__btn.btn-2nd:hover .icon,
.dropdown__btn.btn-2nd:focus .icon,
.dropdown__btn.btn-2nd:active .icon {
  fill: #b4f7d9;
}
.dropdown__btn.btn-3rd {
  color: #304b50;
  border-color: #c1c1c1;
}
.dropdown__btn.btn-3rd .icon {
  fill: #304b50;
}
.dropdown__btn.btn-3rd:hover,
.dropdown__btn.btn-3rd:focus,
.dropdown__btn.btn-3rd:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown__btn.dropdown__btn.disabled,
.dropdown__btn.dropdown__btn[disabled],
fieldset[disabled] .dropdown__btn {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #EAEDEE;
  border-color: #EAEDEE;
  background-color: transparent;
}
.dropdown__btn:hover {
  color: #304b50;
  border-color: #304b50;
}
.dropdown__btn:after,
.dropdown__title:after {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMSAxOTAuNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIwLjEgMTkwLjciPjxwYXRoIGZpbGw9IiMzMDRiNTAiIGQ9Ik0xNTEuNSAxODcuMWwtMTQ4LTE0Ni44Yy00LjctNC43LTQuNy0xMi4zIDAtMTdsMTkuOC0xOS44YzQuNy00LjcgMTIuMy00LjcgMTcgMGwxMTkuNyAxMTguNSAxMTkuNy0xMTguNWM0LjctNC43IDEyLjMtNC43IDE3IDBsMTkuOCAxOS44YzQuNyA0LjcgNC43IDEyLjMgMCAxN2wtMTQ4IDE0Ni44Yy00LjcgNC43LTEyLjMgNC43LTE3IDB6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px;
  background-size: 12px 12px;
  background-size: 12px 9px;
  position: absolute;
  right: 20px;
  top: 6px;
}
.dropdown__list {
  opacity: 0;
  pointer-events: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  background-color: #FFFFFF;
  border: 2px solid #304b50;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity 0.1s linear;
}
.is-open > .dropdown__list {
  opacity: 1;
  pointer-events: all;
}
.dropdown__link {
  display: block;
  padding: 0.5rem 30px;
  font-size: 15px;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
.dropdown__link:hover {
  text-decoration: none;
  background-color: #F5F5F5;
}
.dropdown__title {
  font-weight: 600;
}
.dropdown__title:after {
  transform: scale(1, -1);
  top: 14px;
}
.dropdown--spaced {
  margin-bottom: 30px;
}
.search {
  position: relative;
}
.search__icon {
  position: absolute;
  left: 15px;
  top: 9px;
  pointer-events: none;
}
.search__input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  height: 42px;
  padding: 10px 54px 6px;
  line-height: 1.5;
  color: #304b50;
  background: #FFFFFF;
  box-shadow: none !important;
  appearance: none;
}
.search__input:focus {
  border-color: #06E481;
}
.search__input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.search__input:-ms-input-placeholder {
  color: #999999;
}
.search__input::-webkit-input-placeholder {
  color: #999999;
}
.search__close {
  position: absolute;
  right: 15px;
}
.search__close.icon-btn {
  top: 50%;
  right: 3px;
  transform: translate(0, -50%);
  cursor: pointer;
  background: none;
}
.newstease {
  background-color: #06E481;
  position: relative;
  z-index: 10;
  padding: 70px 0;
  margin-top: 0;
}
.newstease__subhead {
  font-weight: 700;
}
.newstease__head {
  font-size: 64px;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  transform: translateX(-0.07em);
}
.newstease__text {
  margin-top: 20px;
  margin-bottom: 45px;
}
.newstease__input {
  border-color: #304b50;
  height: 42px;
  padding: 15px 15px 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.newstease__btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 42px;
  color: #FFFFFF;
  border-color: #304b50;
  background-color: #304b50;
}
.newstease__btn:focus,
.newstease__btn:hover {
  border-color: #263c40;
  background-color: #263c40;
}
.newstease__btn.newstease__btn:after {
  content: none;
}
.newstease__notice {
  font-size: 15px;
  cursor: pointer;
  display: flex;
  margin-top: 15px;
}
.newstease__notice a {
  font-weight: 600;
}
.newstease__notice-icon {
  margin-right: 5px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .newstease__text {
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 87px;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .newstease__btn {
    padding-left: 2.66666667em;
    padding-right: 2.66666667em;
  }
}
@media (min-width: 940px) {
  .newstease__content {
    padding-left: 30px;
    padding-right: 45px;
  }
}
.newstease__error-msg {
  margin-top: 0.33333333em;
  color: #DC002D;
}
.video-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: calc(66.66666667% + 40px);
}
.video-section.video-active {
  cursor: pointer;
}
.video-section .video-preview {
  position: absolute;
  left: 0;
  top: 0;
}
.video-preview {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  aspect-ratio: 1.77777778;
  cursor: pointer;
  margin-bottom: 15px;
}
.video-preview.loaded {
  background-image: none !important;
}
.video-preview iframe,
.video-preview__overlay,
.video-preview__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-preview__img {
  will-change: opacity;
  animation: fadeIn 0.25s linear both;
}
.video-preview__img.img--hidden {
  animation: fadeOut 0.25s linear forwards;
  animation-delay: 0.25s;
}
.video-preview iframe {
  clip-path: none !important;
}
.video-preview__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s ease-in-out;
  backdrop-filter: blur(3px);
}
.video-preview__overlay:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.video-preview__play {
  max-width: 20vw;
  will-change: transform, opacity;
  animation: fadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@media (min-width: 768px) and (max-width: 939px) {
  .video-preview__play {
    width: 121px;
    height: 121px;
  }
}
.loading .video-preview__play,
.img-active .video-preview__play {
  display: none;
}
.video-section:not(.video-active) .video-preview__play {
  animation: fadeOut 0.15s linear forwards;
}
.video-preview__spinner {
  width: 121px;
  height: 121px;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-preview__spinner .spinner {
  display: block;
  width: 100%;
  height: 100%;
  border-width: 5px;
  border-color: #FFFFFF;
  border-top-color: transparent;
  border-radius: 50%;
}
.loading .video-preview__spinner {
  display: block;
}
.video-preview__logo.video-preview__logo {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  line-height: normal;
  height: 20px;
  width: 28px;
}
.video-preview__logo:before {
  color: #FFFFFF;
}
.video-preview__logo--large {
  height: 35px;
  width: 35px;
  transform: translate(0, 10px);
}
.video-preview__disclaimer {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: calc(100% - (28px + 30px));
  padding: 0 15px 15px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.video-preview__disclaimer .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  top: 0;
  flex-shrink: 0;
}
.video-preview--4by3 {
  aspect-ratio: 0.75;
}
.video-preview--3by2.video-preview--3by2 {
  aspect-ratio: 1.5;
}
.video-preview--9by16 {
  aspect-ratio: 0.5625;
  margin: 0 15px;
}
.video-preview--3by2.video-preview--yt {
  background-size: 120%;
  background-repeat: no-repeat;
}
.video-preview--square {
  aspect-ratio: 1;
}
.video-preview--square .video-preview__play {
  width: 75px;
  height: 75px;
}
.video-preview--row {
  padding-bottom: 124px;
}
.video-preview--row.loaded {
  transition: all;
}
.video-preview--row .video-preview__play {
  width: 54px;
  height: 54px;
}
.video-preview--s .video-preview__play {
  width: 70px;
  height: 70px;
}
.video-preview--blurred .video-preview__overlay {
  backdrop-filter: blur(3px);
}
.author {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.author a {
  color: inherit !important;
}
.author a:hover {
  text-decoration: none;
}
.author__info,
.author__image {
  display: inline-block;
  vertical-align: middle;
}
.author__info {
  text-align: left;
  color: #6d8083;
}
.author__info-name {
  color: #304b50;
  font-weight: 600;
  display: block;
}
.author__image {
  font-size: 15px;
  margin-right: 0.66666667em;
  background: #F5F5F5;
  width: 50px;
  height: 50px;
}
@media (min-width: 640px) {
  .author__image {
    width: 60px;
    height: 60px;
  }
}
.author__image[src=""] {
  content: "";
}
.author__image--sm {
  width: 40px;
  height: 40px;
}
.author__image--xs {
  width: 30px;
  height: 30px;
}
@media (max-width: 639px) {
  .author__image--xs {
    margin-right: 0.33333333em;
  }
}
.sharer {
  display: flex;
  flex-direction: column;
}
.sharer__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sharer__item + .sharer__item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #c1c1c1;
}
.sharer__item:hover {
  text-decoration: none;
}
.sharer__title {
  margin-left: 10px;
  font-size: 18px;
  line-height: normal;
}
.sharer__icon {
  margin-left: auto;
}
.icon-btn {
  display: inline-flex;
  padding: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  transition: background 0.2s linear;
}
.icon-btn + .icon-btn {
  margin-left: 10px;
}
.icon-btn:hover,
.icon-btn:focus,
.icon-btn:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.icon-btn--borderless {
  border: 1px solid transparent;
}
.icon-btn--vspaced.icon-btn--vspaced {
  margin: 0 5px 10px;
}
.icon-btn__icon {
  display: block;
  top: 0;
}
.mobile-scroller--mini {
  margin-left: -7.5px;
}
.mobile-scroller--mini .mobile-scroller__item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  box-sizing: content-box;
}
.mobile-scroller.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  z-index: 4;
  background-color: #FFFFFF;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
.mobile-scroller.is-sticky.is-visible {
  transform: translateY(0);
}
.mobile-scroller.is-sticky + * {
  padding-top: 49px;
}
@media (min-width: 640px) and (max-width: 939px) {
  .mobile-scroller--first-double[data-items="3"] .mobile-scroller__item {
    width: 295px;
  }
}
@media (min-width: 940px) {
  [data-items="3"]:not(.swiper-container-initialized) .mobile-scroller__item {
    width: calc(33% - 17px);
  }
  .mobile-scroller--first-double[data-items="3"] .mobile-scroller__item:first-child {
    width: calc(67% - 13px) !important;
  }
  .mobile-scroller__dots {
    margin-top: 0;
  }
}
@media (max-width: 939px) {
  .mobile-scroller {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mobile-scroller::-webkit-scrollbar {
    display: none;
  }
  .mobile-scroller.mobile-scroller {
    width: auto;
  }
  .mobile-scroller .swiper-wrapper {
    width: auto;
  }
  .mobile-scroller__item {
    max-width: 42.5vw;
    width: 320px;
    height: auto;
    flex: none;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: content-box;
  }
  .mobile-scroller--mini {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .mobile-scroller--mini .mobile-scroller__item {
    width: 160px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    max-width: calc(50vw -  30px);
  }
  .mobile-scroller--mini .mobile-scroller__item:first-child:nth-last-child(2),
  .mobile-scroller--mini .mobile-scroller__item:first-child:nth-last-child(2) ~ .mobile-scroller__item {
    max-width: calc(50% - (30px / 2));
  }
  .mobile-scroller--sdg {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-scroller--sdg .mobile-scroller__item {
    margin-right: 5px;
  }
  .mobile-scroller--sdg .mobile-scroller__item.mobile-scroller__item {
    padding: 0;
  }
  .mobile-scroller--sdg .mobile-scroller__item:first-child {
    margin-left: 10px;
  }
  .mobile-scroller--sdg .mobile-scroller__item:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 639px) {
  .mobile-scroller__item {
    max-width: 85vw;
  }
  .mobile-scroller__item:not(:last-child) {
    padding-right: 5px;
  }
  .mobile-scroller__item:only-child {
    max-width: calc(100% -  30px);
  }
  .mobile-scroller--fullwidth {
    padding: 0 15px;
  }
}
@media (max-width: 939px) {
  .mobile-scroller__item--small {
    max-width: 50vw;
  }
}
@media (max-width: 939px) and (min-width: 480px) {
  .mobile-scroller__item--small {
    max-width: 35vw;
  }
}
@media (max-width: 939px) and (min-width: 768px) {
  .mobile-scroller__item--small {
    max-width: 25vw;
  }
}
@media (min-width: 1256px) {
  .wide-teaser {
    margin: 0 -148px;
  }
}
.wide-teaser__img {
  width: 100%;
  margin-bottom: 30px;
}
.wide-teaser__text {
  font-size: 15px;
}
.skeleton-loader {
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.skeleton-loader.shine:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.05), transparent);
  animation: shine 1.5s infinite;
}
@keyframes shine {
  to {
    transform: translateX(100%);
  }
}
.skeleton-loader--dark {
  background: #303040;
}
.skeleton-loader--dark.shine:before {
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.skeleton-loader--blurred {
  background: #FFFFFF;
  filter: grayscale(1);
  pointer-events: none;
}
.skeleton-loader--blurred > * {
  filter: blur(8px);
}
.link-list {
  display: block;
  margin-bottom: 7px;
}
.link-list.is-active {
  text-decoration: underline;
}
.link-list--toggler {
  font-weight: 600;
}
.link-list--large {
  font-size: 18px;
}
.faq-detail {
  min-height: 800px;
  position: relative;
}
.faq-detail__category {
  display: none;
}
.faq-detail__category.is-visible {
  display: block;
}
.accordeon {
  margin-bottom: 30px;
  position: relative;
  transition: padding-top 0.3s linear;
}
.open + .accordeon {
  margin-top: 40px;
}
.accordeon__question {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  padding: 0 30px 15px 0;
  max-width: 500px;
}
.accordeon__question a:hover {
  text-decoration: none;
}
.accordeon__question > .mytyFormField {
  margin: 0;
  padding: 0;
  width: calc(80% - 30px);
}
.accordeon__opener {
  position: absolute;
  top: 1px;
  right: 0;
  transition: transform 0.3s ease-in-out;
  fill: rgba(0, 0, 0, 0.2);
}
.open .accordeon__opener {
  transform: scale(1, -1);
}
.accordeon__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
  max-width: calc(100vw - 30px);
}
.open .accordeon__answer {
  padding: 15px 0;
  grid-template-rows: 1fr;
}
.accordeon__answer-inner {
  overflow: hidden;
  margin-left: -22px;
  padding-left: 22px;
}
.accordeon__footer {
  margin: 30px -15px 0 -22px;
  padding: 20px;
  padding-left: 22px;
  background-color: #f1f1f1;
  border-left: 2px solid transparent;
  transition: border-color 0.3s linear;
}
.open .accordeon__footer {
  border-color: #a1a1a1;
}
.accordeon--first .accordeon__question {
  padding-top: 0;
}
.accordeon--wrap {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .accordeon__footer {
    margin-right: 0;
  }
  .accordeon--mark-open {
    border-left: 2px solid transparent;
    margin-left: -22px;
    transition: border-color 0.3s linear;
  }
  .accordeon--mark-open.open {
    border-color: #e4e4e4;
  }
  .accordeon--mark-open .accordeon__question,
  .accordeon--mark-open .accordeon__answer {
    margin-left: 20px;
  }
  .accordeon--mark-open .accordeon__answer {
    padding-bottom: 0;
  }
}
.text-badge {
  font-size: 15px;
  padding: 0.4em 0.5em 0.2em;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  border-radius: 3px;
  position: relative;
  top: -1px;
  color: #304b50;
  font-weight: 600;
  text-shadow: none;
}
.text-badge--primary {
  background-color: #304b50;
  color: #FFFFFF;
}
.text-badge--warning {
  background-color: #FFFC04;
}
.text-badge--active,
.text-badge--success {
  background-color: #61EDA2;
}
.text-badge--finished {
  background-color: #087345;
  color: #FFFFFF;
}
.text-badge--2nd {
  background-color: #cdfae6;
  color: #304b50;
}
.text-badge--disabled {
  background-color: #e4e4e4;
}
.text-badge--donation {
  background-color: #FF85FF;
}
.text-badge--loveneon {
  background-color: #FFC21C;
}
.text-badge--loveneondark {
  background-color: #94400C;
  color: #FFFFFF;
}
.text-badge--power {
  background-color: #95138E;
  color: #FFFFFF;
}
.text-badge--small,
.text-badge--xsmall {
  font-size: 13px;
  padding-left: 0.27272727em;
  padding-right: 0.27272727em;
}
.text-badge--small.text-badge--spaced,
.text-badge--xsmall.text-badge--spaced {
  margin-left: 0.33333333em;
}
.text-badge--ghost {
  background-color: transparent;
  color: #304b50;
  border: 1px solid #304b50;
}
.text-badge--xsmall {
  font-size: 12px;
}
.text-badge--spaced {
  margin-left: 0.66666667em;
}
.text-badge--vspaced {
  margin-top: 0.93333333em;
}
.text-badge--flex-size {
  font-size: inherit;
}
.text-badge--sdg1 {
  background-color: rgba(225, 5, 32, 0.2);
}
.text-badge--sdg2 {
  background-color: rgba(215, 162, 6, 0.2);
}
.text-badge--sdg3 {
  background-color: rgba(36, 147, 53, 0.2);
}
.text-badge--sdg4 {
  background-color: rgba(192, 23, 39, 0.2);
}
.text-badge--sdg5 {
  background-color: rgba(230, 48, 27, 0.2);
}
.text-badge--sdg6 {
  background-color: rgba(2, 167, 215, 0.2);
}
.text-badge--sdg7 {
  background-color: rgba(252, 184, 1, 0.2);
}
.text-badge--sdg8 {
  background-color: rgba(148, 24, 49, 0.2);
}
.text-badge--sdg9 {
  background-color: rgba(236, 100, 17, 0.2);
}
.text-badge--sdg10 {
  background-color: rgba(221, 8, 120, 0.2);
}
.text-badge--sdg11 {
  background-color: rgba(244, 156, 12, 0.2);
}
.text-badge--sdg12 {
  background-color: rgba(210, 141, 12, 0.2);
}
.text-badge--sdg13 {
  background-color: rgba(73, 118, 53, 0.2);
}
.text-badge--sdg14 {
  background-color: rgba(1, 117, 184, 0.2);
}
.text-badge--sdg15 {
  background-color: rgba(62, 166, 53, 0.2);
}
.text-badge--sdg16 {
  background-color: rgba(6, 75, 132, 0.2);
}
.text-badge--sdg17 {
  background-color: rgba(29, 49, 99, 0.2);
}
.text-badge--sdg {
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
.projectbox {
  margin-bottom: 30px;
  font-size: 15px;
  background-color: #304b50;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.projectbox:before {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, #304b50 0%, transparent 40%, transparent calc(100% - 130px), rgba(48, 75, 80, 0.4) 100%);
}
.projectbox {
  aspect-ratio: 0.5625;
}
.projectbox__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
}
.projectbox--reduced .projectbox__content {
  padding: 6cqw;
}
.projectbox__starter {
  line-height: normal;
  display: flex;
  height: 35px;
}
.projectbox--reduced .projectbox__starter {
  margin-top: 0;
  align-items: center;
}
.projectbox__starter-name {
  display: block;
  margin-top: auto;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.projectbox--reduced .projectbox__starter-name {
  margin-top: 0;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.projectbox__starter-img-wrap {
  flex-shrink: 0;
  margin: -5px 10px 0 -5px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
}
.projectbox__starter-img-wrap.projectbox__starter-img-wrap {
  background: transparent;
}
.projectbox__starter-img {
  display: block;
  width: 36px;
  height: 36px;
}
.projectbox__sonar {
  margin-bottom: 15px;
  width: 75px;
}
.projectbox__hl {
  color: #FFFFFF;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
a:hover .projectbox__hl {
  text-decoration: underline;
}
.projectbox__teaser {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 13px;
  line-height: normal;
  hyphens: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.projectbox__stats {
  display: flex;
  margin-top: 15px;
  line-height: 1;
}
.projectbox--reduced .projectbox__stats {
  margin-top: 3cqw;
}
.projectbox__stat {
  flex-grow: 1;
  font-weight: 600;
}
.projectbox__stat-2nd {
  font-weight: normal;
  font-size: 13px;
}
.projectbox > .projectbox__img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.projectbox > .projectbox__img-wrap:before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 25px;
  right: 25px;
  z-index: 1;
}
.projectbox--reduced > .projectbox__img-wrap:before {
  display: none;
}
.projectbox__img {
  aspect-ratio: 0.5625;
  width: 100%;
  z-index: 1;
  transition: transform 3s ease-out;
  object-fit: cover;
}
.projectbox:hover .projectbox__img {
  transform: scale(1.1);
}
@media (min-width: 940px) {
  .projectbox__teaser {
    margin-top: 0;
  }
  .projectbox__teaser:has(.projectbox__teaser-inner) {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.3s ease-in-out;
  }
  .projectbox:hover .projectbox__teaser:has(.projectbox__teaser-inner) {
    grid-template-rows: 1fr;
    margin-top: 10px;
  }
  .projectbox__teaser-inner {
    overflow: hidden;
  }
}
.projectbox__slider.projectbox__slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.projectbox__slider-nav.projectbox__slider-nav {
  top: 30px;
  left: 30px;
  right: 30px;
  width: auto;
}
.projectbox:has(.projectbox__starter-img) .projectbox__slider-nav.projectbox__slider-nav {
  left: 75px;
}
.funding-bar {
  font-size: 18px;
  border-radius: 0.5em;
  height: 1em;
  display: flex;
  background-color: #FFFFFF;
  position: relative;
}
.funding-bar--non-profit .funding-bar__bar,
.funding-bar--non-profit .funding-bar__target--success:after {
  background-color: #FF85FF;
}
.funding-bar--non-profit .funding-bar__target--success:before,
.funding-bar--non-profit .funding-bar__target--success-circle-only:before {
  background-color: #95138E;
}
.funding-bar--private .funding-bar__bar,
.funding-bar--private .funding-bar__target--success:after {
  background-color: #FFC21C;
}
.funding-bar--private .funding-bar__target--success:before,
.funding-bar--private .funding-bar__target--success-circle-only:before {
  background-color: #94400C;
}
.funding-bar--large {
  font-size: 24px;
}
.funding-bar--dynamic-size {
  font-size: 3.5cqw;
}
.funding-bar__track {
  height: 100%;
  width: calc(10% - 0.5em);
  overflow: hidden;
  display: flex;
  position: relative;
}
.funding-bar__track:first-child {
  overflow: hidden;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.funding-bar__track--only {
  width: calc(90% - 0.5em);
}
.funding-bar__track--1st {
  width: 100%;
}
.funding-bar__track--flexible {
  width: calc(90% - 1.5em);
}
.funding-bar__track--flexible-low {
  width: calc(90% - 0.5em);
}
.funding-bar__track--finished.funding-bar__track--finished.funding-bar__track--finished,
.funding-bar__track--finished.funding-bar__track--finished.funding-bar__track--full,
.funding-bar__track--finished.funding-bar__track--full.funding-bar__track--finished,
.funding-bar__track--finished.funding-bar__track--full.funding-bar__track--full,
.funding-bar__track--full.funding-bar__track--finished.funding-bar__track--finished,
.funding-bar__track--full.funding-bar__track--finished.funding-bar__track--full,
.funding-bar__track--full.funding-bar__track--full.funding-bar__track--finished,
.funding-bar__track--full.funding-bar__track--full.funding-bar__track--full {
  width: 100%;
}
.funding-bar__track--2nd {
  position: relative;
  overflow: visible;
}
.funding-bar__track--2nd .funding-bar__bar {
  position: absolute;
  left: -0.5em;
  top: 0;
}
.funding-bar__bar {
  height: 100%;
  width: 100%;
  background-color: #06E481;
  transition: width 1s ease;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.funding-bar--dynamic-size .funding-bar__bar {
  min-width: 25%;
}
.funding-bar__bar--unsuccessful {
  background-color: #c1c1c1;
}
.funding-bar__bar--cofunding {
  position: absolute;
  right: 0;
  top: 0;
}
.funding-bar__bar--cofunding.funding-bar__bar--cofunding {
  background-color: #24468D;
}
.funding-bar__target {
  background-color: #c1c1c1;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  z-index: 2;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
@keyframes radar {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
.funding-bar__target--animated:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  animation: radar 1.75s ease-in-out infinite;
  pointer-events: none;
}
.funding-bar__target--success:before {
  content: " ";
  display: block;
  background-color: #087345;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
  transform: scale(1.02);
}
.funding-bar__target--success:after {
  content: " ";
  display: block;
  background-color: #06E481;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: 0.5em;
  z-index: 1;
}
.funding-bar__target--success-circle-only:before {
  content: " ";
  display: block;
  background-color: #087345;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .funding-bar--large .funding-bar__track {
    width: calc(11% - 0.5em);
  }
  .funding-bar--large .funding-bar__track--flexible {
    width: calc(89% - 1.5em);
  }
  .funding-bar--large .funding-bar__track--only {
    width: calc(89% - 0.5em);
  }
  .funding-bar--large .funding-bar__track--flexible-low {
    width: 90%;
  }
  .funding-bar--large .funding-bar__track--1st {
    width: 100%;
  }
}
.funding-bar--empty .funding-bar__bar,
.funding-bar--empty .funding-bar__target {
  display: none;
}
@media (min-width: 940px) {
  .hoverbox {
    position: relative;
    cursor: pointer;
  }
  .hoverbox:before {
    content: " ";
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #06E481;
    z-index: 16;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease-out;
  }
  .hoverbox:hover:before {
    opacity: 1;
  }
}
.hoverbox.active {
  position: relative;
  cursor: pointer;
}
.hoverbox.active:before {
  content: " ";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #06E481;
  z-index: 16;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.hoverbox.active:hover:before {
  opacity: 1;
}
.hoverbox.active:before {
  opacity: 1;
}
.hoverbox a:hover {
  text-decoration: none;
}
.hoverbox__active-icon.hoverbox__active-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  width: 28px;
  padding: 6px;
  background: #06E481;
  border-bottom-left-radius: 3px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.active .hoverbox__active-icon.hoverbox__active-icon {
  opacity: 1;
}
.hoverbox--sense:before,
.hoverbox--sense.active:before {
  border-color: #FF85FF;
}
.hoverbox--sense .hoverbox__active-icon {
  background-color: #FF85FF;
}
.hoverbox--neonlove:before,
.hoverbox--neonlove.active:before {
  border-color: #FFC21C;
}
.hoverbox--neonlove .hoverbox__active-icon {
  background-color: #FFC21C;
}
.mini-cart {
  padding: 30px;
  background: linear-gradient(180deg, #f1f1f1 0%, transparent 30px);
  position: relative;
}
.mini-cart:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
  z-index: 1;
}
.mini-cart:after {
  border-top: none;
}
.mini-item {
  display: flex;
  position: relative;
  margin-bottom: 15px;
}
.mini-item:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
  z-index: 1;
}
.mini-item__img {
  width: 85px;
  height: 85px;
}
.mini-item__content {
  padding: 10px;
}
.mini-item__title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  height: 39px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.simple-tabs {
  font-size: 18px;
  font-weight: 700;
}
.simple-tabs.simple-tabs + * {
  margin-top: 0;
}
.simple-tabs__nav-container {
  height: 52px;
  overflow: hidden;
  white-space: nowrap;
}
.simple-tabs__nav {
  display: flex;
  margin-bottom: 30px;
  overflow-x: auto;
  padding-bottom: 60px;
}
.simple-tabs__nav-item + .simple-tabs__nav-item {
  margin-left: 30px;
}
.simple-tabs__nav-item:after {
  content: " ";
  display: block;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #304b50;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
.simple-tabs__nav-item:hover {
  text-decoration: none;
}
.simple-tabs__nav-item:hover:after {
  transform: scale(1);
}
.simple-tabs__nav-item--active {
  pointer-events: none;
}
.simple-tabs__nav-item--active:after {
  transform: scaleX(1);
}
.simple-tabs--small {
  font-weight: 400;
  font-size: 15px;
}
.simple-tabs--small .simple-tabs__nav-container {
  height: 40px;
}
.simple-tabs--small .simple-tabs__nav-item:after {
  height: 1.5px;
}
.simple-tabs--small .simple-tabs__nav-item + .simple-tabs__nav-item {
  margin-left: 15px;
}
.simple-tabs__email {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.simple-tabs__count {
  display: inline-block;
  background: #f1f1f1;
  padding: 0.27777778em 0.27777778em 0.16666667em 0.27777778em;
  line-height: 1;
  vertical-align: middle;
  border-radius: 0.22222222em;
}
.simple-tabs__breadcrumb {
  flex-shrink: 0;
  margin: 2px 15px 0;
}
.sn-dot {
  flex: 1 1 0;
  cursor: pointer;
  height: 5px;
  border-radius: 2.5px;
  background-color: rgba(255, 255, 255, 0.25);
}
.sn-dot + .sn-dot {
  margin-left: 5px;
}
.sn-dot::after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  border-radius: 2.5px;
  animation-duration: inherit;
  animation-timing-function: linear;
  background: #FFFFFF;
}
.universal-content--padded {
  padding: 60px 0;
}
.universal-content--padded:first-child,
.universal-content--padded + .universal-content--padded {
  margin-top: -80px;
}
.universal-content__notice {
  background-color: #f1f1f1;
  padding: 30px;
}
.universal-content__notice a:not(.btn) {
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.universal-content__notice a:not(.btn):focus,
.universal-content__notice a:not(.btn):hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
.reward-box {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 0.5;
  position: relative;
}
.reward-box:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  mix-blend-mode: darken;
  z-index: 1;
}
.reward-box--unavailable .reward-box__slider,
.reward-box--unavailable .reward-box__content {
  opacity: 0.3;
}
.reward-box__dot-container {
  position: relative;
}
.reward-box__dots {
  left: 17.5px;
  bottom: 20px;
  right: 17.5px;
}
.reward-box__dots.reward-box__dots {
  position: absolute;
  top: auto;
  width: auto;
}
.reward-box__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(48, 75, 80, 0.3), transparent);
  z-index: 1;
}
.reward-box__img-wrap {
  aspect-ratio: 1;
  position: relative;
}
.reward-box__img-wrap:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
  z-index: 1;
}
.reward-box__img-wrap:after {
  border-left: none;
  border-top: none;
  border-right: none;
}
.reward-box__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.reward-box__img--fallback {
  opacity: 0.25;
}
.reward-box__content-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  padding: 20px;
  border-top: none;
  font-size: 15px;
  aspect-ratio: 1;
}
.reward-box__content-wrap .reward-box__bottom-info {
  width: 100%;
  text-align: right;
  top: 2px;
  line-height: 1;
  align-self: end;
  z-index: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  max-width: fit-content;
}
.reward-box__content-wrap .reward-box__bottom-info--full-width {
  max-width: 100%;
}
.reward-box__content-hr {
  display: flex;
  margin-bottom: 15px;
  height: 21px;
}
.reward-box__price {
  position: relative;
  top: 4px;
  line-height: 1;
  white-space: nowrap;
  margin-right: 5px;
}
.reward-box__status {
  top: 0;
  margin-left: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.reward-box__status--soldout.reward-box__status--soldout {
  top: calc(100% - 39px);
  left: calc(100% - 15px);
  transform: translate(-100%);
  background-color: #FFFFFF;
}
.reward-box__reward-title {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.reward-box__project-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.reward-box__text--bold {
  font-weight: 600;
}
@media (min-width: 340px) and (max-width: 639px) {
  .reward-box__content-hr {
    margin-bottom: 10px;
  }
  .reward-box__reward-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    hyphens: auto;
  }
  .reward-box__reward-title--short {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .reward-box__content-wrap {
    padding: 10px;
  }
  .reward-box__dots {
    left: 7.5px;
    bottom: 10px;
    right: 7.5px;
  }
}
.reward-box__center-info {
  position: absolute;
  bottom: 15px;
  width: calc(100% - (30px / 3 * 4));
  left: calc(30px / 3 * 2);
  line-height: 1.25;
  font-weight: 600;
}
.sn-slider {
  position: relative;
  height: 100%;
}
.sn-slider--dark-bg {
  background-color: #304b50;
}
.sn-slider--dark-bg .sn-slider__item {
  background-color: #304b50;
}
.sn-slider__items {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sn-slider__item {
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity;
  position: absolute;
  height: 100%;
  width: 100%;
}
.sn-slider__item--active {
  opacity: 1;
  visibility: visible;
}
.sn-slider__img {
  width: 100%;
}
/**
 * Slider Navigation
 */
.sn-slider__nav {
  display: flex;
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  z-index: 3;
}
.sn-slider--high-contrast .sn-slider__nav {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.sn-slider__nav--top {
  top: 20px;
}
.sn-slider__nav--bottom {
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: auto;
}
.sn-slider__nav--hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.sn-slider__nav-item {
  flex: 1 1 0;
  cursor: pointer;
  height: 5px;
  border-radius: 2.5px;
  background-color: rgba(255, 255, 255, 0.25);
}
.sn-slider__nav-item + .sn-slider__nav-item {
  margin-left: 5px;
}
.sn-slider__nav-item::after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  border-radius: 2.5px;
  animation-duration: inherit;
  animation-timing-function: linear;
  background: #FFFFFF;
}
.sn-slider__nav-item--active {
  font-weight: bold;
  color: green;
}
.sn-slider__nav-item--active::after {
  animation-name: navProgression;
}
.sn-slider__nav-item--done::after {
  width: 100%;
}
.sn-slider__nav-item--paused::after {
  animation-play-state: paused;
}
@keyframes navProgression {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/**
 * Slider Controls
 */
.sn-slider__ctrls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 1;
}
.sn-slider--high-contrast .sn-slider__ctrls {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.sn-slider__ctrls .sn-slider__ctrl-arrow {
  cursor: pointer;
  pointer-events: auto;
}
.teaserbox {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
}
@media (max-width: 767px) {
  .teaserbox {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .teaserbox {
    flex-direction: row;
  }
  .teaserbox--squared {
    aspect-ratio: 2;
  }
  .teaserbox--reversed {
    flex-direction: row-reverse;
  }
}
.teaserbox__img-wrapper,
.teaserbox__img-wrapper > .myty-image-edit {
  height: 100%;
  padding: 0;
  aspect-ratio: 1;
}
.teaserbox__img-wrapper--left {
  left: 0;
}
.teaserbox__img-wrapper--right {
  right: 0;
}
.teaserbox__img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .teaserbox__img-wrapper,
  .teaserbox__img {
    position: absolute;
  }
}
.teaserbox__content {
  padding: 70px 30px;
}
@media (min-width: 768px) {
  .teaserbox__content {
    padding: 30px;
  }
  .teaserbox__content.teaserbox__content--no-img {
    padding-right: 0;
  }
}
@media (min-width: 940px) {
  .teaserbox__content {
    padding: 30px 80px;
  }
}
.teaserbox__headline {
  font-weight: 700;
  line-height: 1.1;
}
.teaserbox--color-newsun {
  background-color: #CB8F16;
}
.teaserbox--color-newsun .teaserbox__headline {
  color: #FFFFFF;
}
.teaserbox--color-newsun .teaserbox__desc {
  color: rgba(255, 255, 255, 0.8);
}
.teaserbox--color-newsun .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-newsun .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.teaserbox--color-sun {
  background-color: #E1B400;
}
.teaserbox--color-sun .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-sun .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-sun .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-sun .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-optimism {
  background-color: #E1B400;
}
.teaserbox--color-optimism .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-optimism .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-optimism .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-optimism .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-trust {
  background-color: #06E481;
}
.teaserbox--color-trust .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-trust .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-trust .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-trust .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-love {
  background-color: #DC002D;
}
.teaserbox--color-love .teaserbox__headline {
  color: #FFFFFF;
}
.teaserbox--color-love .teaserbox__desc {
  color: rgba(255, 255, 255, 0.8);
}
.teaserbox--color-love .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-love .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.teaserbox--color-sense {
  background-color: #FF85FF;
}
.teaserbox--color-sense .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-sense .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-sense .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-sense .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-power {
  background-color: #95138E;
}
.teaserbox--color-power .teaserbox__headline {
  color: #FFFFFF;
}
.teaserbox--color-power .teaserbox__desc {
  color: rgba(255, 255, 255, 0.8);
}
.teaserbox--color-power .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-power .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.teaserbox--color-gras {
  background-color: #087345;
}
.teaserbox--color-gras .teaserbox__headline {
  color: #FFFFFF;
}
.teaserbox--color-gras .teaserbox__desc {
  color: rgba(255, 255, 255, 0.8);
}
.teaserbox--color-gras .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-gras .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.teaserbox--color-water {
  background-color: #24468D;
}
.teaserbox--color-water .teaserbox__headline {
  color: #FFFFFF;
}
.teaserbox--color-water .teaserbox__desc {
  color: rgba(255, 255, 255, 0.8);
}
.teaserbox--color-water .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-water .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.teaserbox--color-darkbrown {
  background-color: #3D362F;
}
.teaserbox--color-darkbrown .teaserbox__headline {
  color: #FFFFFF;
}
.teaserbox--color-darkbrown .teaserbox__desc {
  color: rgba(255, 255, 255, 0.8);
}
.teaserbox--color-darkbrown .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-darkbrown .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.teaserbox--color-brown {
  background-color: #543C27;
}
.teaserbox--color-brown .teaserbox__headline {
  color: #FFFFFF;
}
.teaserbox--color-brown .teaserbox__desc {
  color: rgba(255, 255, 255, 0.8);
}
.teaserbox--color-brown .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-brown .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.teaserbox--color-violett {
  background-color: #3C283C;
}
.teaserbox--color-violett .teaserbox__headline {
  color: #FFFFFF;
}
.teaserbox--color-violett .teaserbox__desc {
  color: rgba(255, 255, 255, 0.8);
}
.teaserbox--color-violett .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-violett .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.teaserbox--color-mint {
  background-color: #82FA82;
}
.teaserbox--color-mint .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-mint .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-mint .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-mint .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-love-neon {
  background-color: #FFC21C;
}
.teaserbox--color-love-neon .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-love-neon .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-love-neon .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-love-neon .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-sun-neon {
  background-color: #FFFC04;
}
.teaserbox--color-sun-neon .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-sun-neon .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-sun-neon .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-sun-neon .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-gras-neon {
  background-color: #61EDA2;
}
.teaserbox--color-gras-neon .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-gras-neon .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-gras-neon .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-gras-neon .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-power-neon {
  background-color: #FF85FF;
}
.teaserbox--color-power-neon .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-power-neon .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-power-neon .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-power-neon .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-water-neon {
  background-color: #04D9FF;
}
.teaserbox--color-water-neon .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-water-neon .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-water-neon .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-water-neon .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-white {
  background-color: #FFFFFF;
}
.teaserbox--color-white .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-white .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-white .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-white .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-silk {
  background-color: #f1f1f1;
}
.teaserbox--color-silk .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-silk .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-silk .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-silk .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.teaserbox--color-fabric {
  background-color: #e4e4e4;
}
.teaserbox--color-fabric .teaserbox__headline {
  color: #3C283C;
}
.teaserbox--color-fabric .teaserbox__desc {
  color: rgba(60, 40, 60, 0.8);
}
.teaserbox--color-fabric .teaserbox__subhead.teaserbox__subhead,
.teaserbox--color-fabric .teaserbox__link.teaserbox__link {
  margin-top: 17px;
  color: #3C283C;
  border-color: #3C283C;
}
.campaign-box {
  background-color: #FFFFFF;
  padding: 30px 20px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
}
.campaign-box {
  aspect-ratio: 0.5625;
}
.campaign-box__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 13px;
  height: 78px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-box__title > a {
  max-width: 270px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.campaign-box__claim {
  line-height: 1.3;
}
.campaign-box__stat {
  justify-content: center;
  flex-direction: column;
  height: 50px;
}
.campaign-box__stat.campaign-box__stat {
  margin: 24px 0;
}
.campaign-box__link {
  display: block;
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.campaign-box__link:focus,
.campaign-box__link:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
.campaign-box__link:hover,
.campaign-box__link:focus {
  filter: brightness(0.8);
}
.campaign-box--listed,
.campaign-box--withprojects {
  margin-top: 0;
  margin-bottom: 30px;
}
.campaign-box--bordered {
  position: relative;
}
.campaign-box--bordered:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  mix-blend-mode: darken;
  z-index: 1;
}
.campaign-box--mini {
  aspect-ratio: unset;
}
.js-campaign-slider .campaign-box {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .js-campaign-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .js-campaign-slider .swiper-pagination-bullets {
    background-color: #FFFFFF;
    margin-top: -1px;
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .campaign-box--withprojects {
    height: 510px;
  }
}
.campaign-circle {
  display: inline-block;
  border-radius: 50%;
  background-color: #06E481;
  overflow: hidden;
  position: relative;
}
.campaign-circle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
}
.campaign-circle--xs {
  width: 30px;
  height: 30px;
}
.campaign-circle--s {
  width: 40px;
  height: 40px;
}
.campaign-circle--xl {
  width: 165px;
  height: 165px;
}
.stats {
  display: flex;
  flex-wrap: nowrap;
  margin: -15px;
}
.stats--centered {
  justify-content: center;
}
.stats__item {
  display: flex;
  padding: 15px;
}
.stats--thirds-left .stats__item:not(:only-child) {
  flex-basis: auto;
  max-width: 50%;
}
.stats__item--right {
  flex-grow: 1;
  justify-content: flex-end;
  text-align: right;
}
.stats__icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  fill: #e4e4e4;
  color: #e4e4e4;
}
.stats__value,
.stats__caption {
  display: block;
}
.stats__value {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
.stats__value--sdg {
  display: flex;
}
.stats__caption {
  margin-top: 0.2em;
  margin-bottom: -0.2em;
  line-height: 1.1;
}
.stats--l .stats__icon {
  width: 52px;
  height: 52px;
}
.stats--l .stats__value {
  font-size: 32px;
}
.stats--l .stats__caption {
  font-size: 15px;
}
@media (min-width: 940px) {
  .stats--centered .stats__item {
    margin-left: 30px;
    margin-right: 30px;
  }
  .stats--thirds-left .stats__item:first-child {
    flex-basis: 37.5%;
  }
}
@media (max-width: 767px) {
  .stats {
    margin-left: -3px;
    margin-right: -3px;
  }
  .stats__item {
    padding-left: 3px;
    padding-right: 3px;
    flex-basis: 33.3333%;
  }
  .stats:not(.stats--thirds-left) .stats__item {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .stats__item > div {
    max-width: 100%;
  }
  .stats__item--supporter {
    padding-left: 20px;
  }
  .stats__value--sdg {
    height: 72px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .stats__icon {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .stats__value {
    font-size: 22px;
  }
  .stats__caption {
    font-size: 13px;
    hyphens: auto;
  }
}
.team-box {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
.team-box:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
  z-index: 1;
}
.team-box__img {
  width: 100%;
}
.team-box__content {
  padding: 30px;
  hyphens: auto;
}
@media (min-width: 768px) {
  .team-box {
    height: calc(100% - 30px);
  }
  .team-box__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.testimonial {
  padding: 0 15px;
  box-sizing: border-box;
}
.testimonial__hl {
  font-size: 32px;
  font-weight: 600;
}
.testimonial__hl:before {
  content: "\201e";
}
.testimonial__hl:after {
  content: "\201c";
}
.testimonial__hl--italic {
  font-weight: 400;
  font-style: italic;
}
.testimonial__hl--italic.testimonial__hl--italic.testimonial__hl--italic.testimonial__hl--italic {
  font-size: 20px;
}
.testimonial__desc {
  margin-bottom: 0;
}
.testimonial__img {
  width: 100%;
}
@media (min-width: 768px) {
  .testimonial__hl.testimonial__hl.testimonial__hl {
    font-size: 38px;
  }
  .testimonial__text {
    position: relative;
    top: 8px;
  }
  .testimonial__text.testimonial__text.testimonial__text {
    margin-top: auto;
  }
}
.sdg-circle {
  display: flex;
  align-items: center;
  border-radius: 50%;
  background-color: #304b50;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  cursor: pointer;
  font-weight: 600;
}
.sdg-circle__number {
  position: relative;
  top: 0;
}
.sdg-circle--sdg-1 {
  background-color: #e10520;
}
.sdg-circle--sdg-2 {
  background-color: #d7a206;
}
.sdg-circle--sdg-3 {
  background-color: #249335;
}
.sdg-circle--sdg-4 {
  background-color: #c01727;
}
.sdg-circle--sdg-5 {
  background-color: #e6301b;
}
.sdg-circle--sdg-6 {
  background-color: #02a7d7;
}
.sdg-circle--sdg-7 {
  background-color: #fcb801;
}
.sdg-circle--sdg-8 {
  background-color: #941831;
}
.sdg-circle--sdg-9 {
  background-color: #ec6411;
}
.sdg-circle--sdg-10 {
  background-color: #dd0878;
}
.sdg-circle--sdg-11 {
  background-color: #f49c0c;
}
.sdg-circle--sdg-12 {
  background-color: #d28d0c;
}
.sdg-circle--sdg-13 {
  background-color: #497635;
}
.sdg-circle--sdg-14 {
  background-color: #0175b8;
}
.sdg-circle--sdg-15 {
  background-color: #3ea635;
}
.sdg-circle--sdg-16 {
  background-color: #064b84;
}
.sdg-circle--sdg-17 {
  background-color: #1d3163;
}
.sdg-circle--more {
  background-color: transparent;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.sdg-circle--lg,
.sdg-circle--md {
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  margin-right: 10px;
}
.sdg-circle--lg .sdg-circle__number,
.sdg-circle--md .sdg-circle__number {
  top: 2px;
}
.sdg-circle--m {
  height: 20px;
  width: 20px;
}
.sdg-circle--md {
  width: 28px;
  height: 28px;
  font-size: 15px;
}
.sdg-circle--dimmed {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.sdg-circle--dimmed:hover {
  opacity: 1;
}
@media (min-width: 1300px) {
  .sdg-circle--xl-desktop {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.download-img {
  position: relative;
  display: inline-block;
}
.download-img:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #304b50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
.download-img:hover:before {
  opacity: 0.25;
}
.download-img--rounded {
  border-radius: 50%;
  overflow: hidden;
}
.download-img__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: white;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: -14px;
  pointer-events: none;
}
.reward-unlock-bar {
  width: 100%;
}
.reward-unlock-bar__bar {
  height: 15px;
  border-radius: 7.5px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}
.reward-unlock-bar__bar--large {
  height: 18px;
  border-radius: 9px;
}
.reward-unlock-bar__bar--dark {
  background-color: #e4e4e4;
}
.reward-unlock-bar__progress {
  width: 0;
  height: 100%;
  border-radius: 9px;
  background-color: #24468D;
  transition: width 1s linear;
}
.sbnav {
  margin: 0 0 30px;
  padding: 15px 0 0 0;
}
.sbnav__bar {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.sb-slidebar .sbnav__bar-item {
  padding: 0 20px;
}
.sbnav__bar-item {
  background-color: #FFFFFF;
  padding: 0 20px;
  font-size: 15px;
}
.sbnav__bar-item a {
  color: #304b50;
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 4px 14px 4px;
  border-bottom: 2px solid #f1f1f1;
}
.sbnav__bar-item a:hover,
.sbnav__bar-item a.active {
  color: #304b50;
  border-bottom-color: #304b50;
  text-decoration: none;
}
.sbnav__bar-item .caption {
  display: block;
  padding-right: 30px;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.sbnav__bar-item .sbnav__bar-item {
  padding: 0;
}
.sbnav__bar-icon-right {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}
.sbnav__bar-title {
  display: block;
  padding: 0 20px;
  font-size: 13px;
  margin: 0;
  position: relative;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #304b50;
  text-decoration: none;
}
.sbnav__bar-title .caption {
  display: block;
  padding: 16px 30px 14px 4px;
  position: relative;
  border-bottom: 2px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
}
.sbnav__bar-title .icon {
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -7px;
}
.sbnav__bar-title:hover,
.sbnav__bar-title.active {
  color: #304b50;
  text-decoration: none;
}
.sbnav__bar-title:hover .caption,
.sbnav__bar-title.active .caption {
  color: #304b50;
  border-bottom-color: #304b50;
}
.sbnav--toggle {
  margin: 0;
  padding: 0;
}
.sbnav--toggle.active .sbnav__bar-icon-right {
  transform: scale(1, -1);
}
.sbnav--toggle.active .sbnav__bar--toggle-content {
  max-height: 1000px;
  opacity: 1;
}
.sbnav__bar-icon-right {
  transition: transform 0.3s ease-in-out;
}
.sbnav__bar--toggle-content {
  transition: max-height 0.3s ease-in-out, opacity 0.5s ease;
  height: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.sbnav__bar--toggle-content .sbnav__bar-item,
.sbnav__bar-item .sbnav__bar-item {
  font-size: 13px;
}
.sbnav__bar--toggle-content .sbnav__bar-item a,
.sbnav__bar-item .sbnav__bar-item a {
  padding: 10px 4px 10px 20px;
}
.sbnav__bar--toggle-content .sbnav__bar-item:last-child a,
.sbnav__bar-item .sbnav__bar-item:last-child a {
  margin-bottom: 15px;
}
.sbnav__bar--toggle-content .sbnav__bar-item .caption:after,
.sbnav__bar-item .sbnav__bar-item .caption:after {
  display: none;
}
.sbnav--inline {
  padding: 15px 24px 0;
}
.sbnav--inline a {
  margin: 0 10px 0 0;
  font-size: 12px;
  padding: 0 0 10px;
  display: inline-block;
  position: relative;
}
.sbnav--inline a:after {
  background-color: #304b50;
  bottom: 6px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
}
.sbnav--inline a:hover {
  cursor: pointer;
  text-decoration: none;
}
.sbnav--inline a:hover:after {
  animation: fadeIn 500ms cubic-bezier(0.23, 1, 0.32, 1) both;
}
.sbnav--picto .sbnav__bar-title {
  font-size: 18px;
  line-height: 1.22222222;
  color: #304b50;
  padding: 15px 0;
  margin: -10px 20px 5px 20px;
  border-bottom: 1px solid #f1f1f1;
}
.sbnav--picto .icon {
  margin-right: 15px;
  top: -2px;
}
.sbnav--picto .caption {
  display: inline-block;
  padding-right: 0;
}
.sbnav--picto .caption:after {
  display: none !important;
  padding-right: 15px;
}
.sbnav--picto .apiNotifications ul li {
  padding-left: 30px;
  font-size: 11px;
  border-bottom: 0;
}
.sbnav--picto .sbnav__bar-item .sbnav__bar-item .caption:first-child {
  margin-left: 15px;
}
.langswitch {
  position: relative;
  z-index: 10;
  height: 40px;
  margin: 22.5px 0 45px;
}
.langswitch .dropdown {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 1;
  color: #304b50;
  padding-top: 40px;
  max-height: 40px;
  overflow: hidden;
  border: 2px solid #304b50;
  background-color: #FFFFFF;
  width: 70px;
  height: auto;
  border-radius: 4px;
}
.langswitch .dropdown:hover {
  max-height: 5000px;
  overflow: visible;
}
.langswitch .dropdown:hover .langswitch--icon {
  transform: rotate(180deg);
}
.langswitch .langswitch__item {
  display: block;
  width: 100%;
  height: 40px;
  padding: 14px 20px 14px 15px;
  line-height: 1em;
}
.langswitch .langswitch__item--active {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.langswitch .langswitch--icon {
  position: absolute;
  right: 14px;
  top: 14px;
}
.sb-foot-disclaimer {
  padding: 20px 24px;
  font-size: 12px;
  line-height: 1.2;
  color: #6f8185;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 339px) {
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 340px) and (max-width: 639px) {
  .col-xxs-12.col-6:nth-child(odd) {
    padding-right: 7.5px;
  }
  .col-xxs-12.col-6:nth-child(even) {
    padding-left: 7.5px;
  }
  .col-xxs-12.col-6 .col-item {
    margin-bottom: 15px;
  }
}
.pageContentWrap {
  min-height: calc(100vh - 164px - 140px);
  display: flex;
  flex-direction: column;
}
.headbar + .pageContentWrap--animated-logo {
  margin-top: 275px;
}
@media (min-width: 768px) {
  .headbar + .pageContentWrap--animated-logo {
    margin-top: 320px;
  }
}
@media (min-width: 1100px) {
  .headbar + .pageContentWrap--animated-logo {
    margin-top: 350px;
  }
}
.g-section {
  background-color: #f1f1f1;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-top: auto;
}
.w-section.w-section {
  padding-bottom: 0;
}
.w-section .container-mini {
  margin-bottom: 30px;
}
.myty-area {
  right: 0;
  top: 100px;
}

/*# sourceMappingURL=clean.content.css.map */
