/*!
 * Bootstrap Grid v5.1.3 (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)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 30px);
  padding-left: var(--bs-gutter-x, 30px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.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%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: grid !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;
}

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

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

.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-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;
}

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

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

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

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

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1169px;
  }
}
.single .page-header--content .categories span, .post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item--content .item-tags .tag, .post-type-archive-beratungen .beratungen #beratungen-content a .beratungen-item .categories .tag {
  display: inline-block;
  margin-bottom: 3px;
  padding: 5px 10px 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FFDA40;
  color: rgb(26, 29, 86);
  font-size: 15px;
  font-weight: 600;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
The font mixin can be used to include the defined default font sizes and the adapted sizes for mobile and xxl devides.
@include(Font-Size-Category, Breakpoint-Mobile, Breakpoint-XXL);

You can use the font mixin two ways
1. Either you use the default breakpoints for mobile and xxl like this
    @include("h1");
2. Or you can also set the breakpoints yourself:
    @include("h1", 500px, 1000px);

*/
body {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
}

p, a, li, label {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  p, a, li, label {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  p, a, li, label {
    font-size: 1.125rem;
    line-height: normal;
  }
}
p strong, a strong, li strong, label strong {
  font-weight: 700;
}
p strong a, a strong a, li strong a, label strong a {
  font-weight: 700;
}
p.text-white, a.text-white, li.text-white, label.text-white {
  color: rgb(255, 255, 255);
}
p em, a em, li em, label em {
  font-style: italic;
}

.font-h0 {
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
.font-h1, h1 {
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
  font-weight: 500;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3.39rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .font-h1, h1 {
    font-size: 3rem;
    line-height: 3.39rem;
  }
}
@media (max-width: 575px) {
  .font-h1, h1 {
    font-size: 1.75rem;
    line-height: 1.9775rem;
  }
}
@media (max-width: 767px) {
  .font-h1, h1 {
    letter-spacing: 0.02625rem;
  }
}

.font-h2, h2 {
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .font-h2, h2 {
    font-size: 2.125rem;
    line-height: 100%;
  }
}
@media (max-width: 575px) {
  .font-h2, h2 {
    font-size: 1.625rem;
    line-height: 1.94188rem;
  }
}

.font-h3, h3 {
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.09125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .font-h3, h3 {
    font-size: 1.75rem;
    line-height: 2.09125rem;
  }
}
@media (max-width: 575px) {
  .font-h3, h3 {
    font-size: 1.375rem;
    line-height: 1.64313rem;
  }
}

.font-h4, h4 {
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 129%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .font-h4, h4 {
    font-size: 1.375rem;
    line-height: 129%;
  }
}
@media (max-width: 575px) {
  .font-h4, h4 {
    font-size: 1.25rem;
    line-height: 129%;
  }
}

.font-body-subhead {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .font-body-subhead {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .font-body-subhead {
    font-size: 0.75rem;
    line-height: normal;
  }
}

.font-body-subtext {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .font-body-subtext {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .font-body-subtext {
    font-size: 0.75rem;
    line-height: normal;
  }
}

.font-body-factnumber {
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.59688rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .font-body-factnumber {
    font-size: 1.875rem;
    line-height: 2.59688rem;
  }
}
@media (max-width: 575px) {
  .font-body-factnumber {
    font-size: 1.5625rem;
    line-height: 2.16406rem;
  }
}

.font-body-facttext {
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.16406rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .font-body-facttext {
    font-size: 1.5625rem;
    line-height: 2.16406rem;
  }
}
@media (max-width: 575px) {
  .font-body-facttext {
    font-size: 1.25rem;
    line-height: 1.73125rem;
  }
}

.font-button {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  font-weight: 600;
  letter-spacing: 0.03281rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .font-button {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .font-button {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .font-button {
    letter-spacing: 0.03719rem;
  }
}

/* source-sans-3-200 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/source-sans-3-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-200italic - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/source-sans-3-v15-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-3-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300italic - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/source-sans-3-v15-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-italic - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v15-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-3-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600italic - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/source-sans-3-v15-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700italic - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v15-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/source-sans-3-v15-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900italic - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/source-sans-3-v15-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "PP Telegraf Black Oblique";
  src: url("../fonts/PPTelegraf-BlackOblique.eot");
  src: url("../fonts/PPTelegraf-BlackOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-BlackOblique.woff2") format("woff2"), url("../fonts/PPTelegraf-BlackOblique.woff") format("woff"), url("../fonts/PPTelegraf-BlackOblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-BoldSlanted.eot");
  src: url("../fonts/PPTelegraf-BoldSlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-BoldSlanted.woff2") format("woff2"), url("../fonts/PPTelegraf-BoldSlanted.woff") format("woff"), url("../fonts/PPTelegraf-BoldSlanted.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-BlackSlanted.eot");
  src: url("../fonts/PPTelegraf-BlackSlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-BlackSlanted.woff2") format("woff2"), url("../fonts/PPTelegraf-BlackSlanted.woff") format("woff"), url("../fonts/PPTelegraf-BlackSlanted.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-SemiboldSlanted.eot");
  src: url("../fonts/PPTelegraf-SemiboldSlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-SemiboldSlanted.woff2") format("woff2"), url("../fonts/PPTelegraf-SemiboldSlanted.woff") format("woff"), url("../fonts/PPTelegraf-SemiboldSlanted.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Medium Oblique";
  src: url("../fonts/PPTelegraf-MediumOblique.eot");
  src: url("../fonts/PPTelegraf-MediumOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-MediumOblique.woff2") format("woff2"), url("../fonts/PPTelegraf-MediumOblique.woff") format("woff"), url("../fonts/PPTelegraf-MediumOblique.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Ultralight Oblique";
  src: url("../fonts/PPTelegraf-UltralightOblique.eot");
  src: url("../fonts/PPTelegraf-UltralightOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-UltralightOblique.woff2") format("woff2"), url("../fonts/PPTelegraf-UltralightOblique.woff") format("woff"), url("../fonts/PPTelegraf-UltralightOblique.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Bold.eot");
  src: url("../fonts/PPTelegraf-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-Bold.woff2") format("woff2"), url("../fonts/PPTelegraf-Bold.woff") format("woff"), url("../fonts/PPTelegraf-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-UltraboldSlanted.eot");
  src: url("../fonts/PPTelegraf-UltraboldSlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-UltraboldSlanted.woff2") format("woff2"), url("../fonts/PPTelegraf-UltraboldSlanted.woff") format("woff"), url("../fonts/PPTelegraf-UltraboldSlanted.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Oblique";
  src: url("../fonts/PPTelegraf-BoldOblique.eot");
  src: url("../fonts/PPTelegraf-BoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-BoldOblique.woff2") format("woff2"), url("../fonts/PPTelegraf-BoldOblique.woff") format("woff"), url("../fonts/PPTelegraf-BoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Oblique";
  src: url("../fonts/PPTelegraf-RegularOblique.eot");
  src: url("../fonts/PPTelegraf-RegularOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-RegularOblique.woff2") format("woff2"), url("../fonts/PPTelegraf-RegularOblique.woff") format("woff"), url("../fonts/PPTelegraf-RegularOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Ultrabold.eot");
  src: url("../fonts/PPTelegraf-Ultrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-Ultrabold.woff2") format("woff2"), url("../fonts/PPTelegraf-Ultrabold.woff") format("woff"), url("../fonts/PPTelegraf-Ultrabold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Ultrabold Oblique";
  src: url("../fonts/PPTelegraf-UltraboldOblique.eot");
  src: url("../fonts/PPTelegraf-UltraboldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-UltraboldOblique.woff2") format("woff2"), url("../fonts/PPTelegraf-UltraboldOblique.woff") format("woff"), url("../fonts/PPTelegraf-UltraboldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Light.eot");
  src: url("../fonts/PPTelegraf-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-Light.woff2") format("woff2"), url("../fonts/PPTelegraf-Light.woff") format("woff"), url("../fonts/PPTelegraf-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Ultralight.eot");
  src: url("../fonts/PPTelegraf-Ultralight.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-Ultralight.woff2") format("woff2"), url("../fonts/PPTelegraf-Ultralight.woff") format("woff"), url("../fonts/PPTelegraf-Ultralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Medium.eot");
  src: url("../fonts/PPTelegraf-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-Medium.woff2") format("woff2"), url("../fonts/PPTelegraf-Medium.woff") format("woff"), url("../fonts/PPTelegraf-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-LightSlanted.eot");
  src: url("../fonts/PPTelegraf-LightSlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-LightSlanted.woff2") format("woff2"), url("../fonts/PPTelegraf-LightSlanted.woff") format("woff"), url("../fonts/PPTelegraf-LightSlanted.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Semibold Oblique";
  src: url("../fonts/PPTelegraf-SemiboldOblique.eot");
  src: url("../fonts/PPTelegraf-SemiboldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-SemiboldOblique.woff2") format("woff2"), url("../fonts/PPTelegraf-SemiboldOblique.woff") format("woff"), url("../fonts/PPTelegraf-SemiboldOblique.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Black.eot");
  src: url("../fonts/PPTelegraf-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-Black.woff2") format("woff2"), url("../fonts/PPTelegraf-Black.woff") format("woff"), url("../fonts/PPTelegraf-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Regular.eot");
  src: url("../fonts/PPTelegraf-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-Regular.woff2") format("woff2"), url("../fonts/PPTelegraf-Regular.woff") format("woff"), url("../fonts/PPTelegraf-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-UltralightSlanted.eot");
  src: url("../fonts/PPTelegraf-UltralightSlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-UltralightSlanted.woff2") format("woff2"), url("../fonts/PPTelegraf-UltralightSlanted.woff") format("woff"), url("../fonts/PPTelegraf-UltralightSlanted.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-RegularSlanted.eot");
  src: url("../fonts/PPTelegraf-RegularSlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-RegularSlanted.woff2") format("woff2"), url("../fonts/PPTelegraf-RegularSlanted.woff") format("woff"), url("../fonts/PPTelegraf-RegularSlanted.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-MediumSlanted.eot");
  src: url("../fonts/PPTelegraf-MediumSlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-MediumSlanted.woff2") format("woff2"), url("../fonts/PPTelegraf-MediumSlanted.woff") format("woff"), url("../fonts/PPTelegraf-MediumSlanted.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Light Oblique";
  src: url("../fonts/PPTelegraf-LightOblique.eot");
  src: url("../fonts/PPTelegraf-LightOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-LightOblique.woff2") format("woff2"), url("../fonts/PPTelegraf-LightOblique.woff") format("woff"), url("../fonts/PPTelegraf-LightOblique.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Semibold.eot");
  src: url("../fonts/PPTelegraf-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-Semibold.woff2") format("woff2"), url("../fonts/PPTelegraf-Semibold.woff") format("woff"), url("../fonts/PPTelegraf-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Black Oblique";
  src: url("../fonts/PPTelegraf-BlackOblique.svg#PPTelegraf-BlackOblique") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Black.svg#PPTelegraf-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-BlackSlanted.svg#PPTelegraf-BlackSlanted") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Bold.svg#PPTelegraf-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-BoldSlanted.svg#PPTelegraf-BoldSlanted") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Oblique";
  src: url("../fonts/PPTelegraf-BoldOblique.svg#PPTelegraf-BoldOblique") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-MediumSlanted.svg#PPTelegraf-MediumSlanted") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Medium Oblique";
  src: url("../fonts/PPTelegraf-MediumOblique.svg#PPTelegraf-MediumOblique") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Medium.svg#PPTelegraf-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Light Oblique";
  src: url("../fonts/PPTelegraf-LightOblique.svg#PPTelegraf-LightOblique") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Light.svg#PPTelegraf-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-LightSlanted.svg#PPTelegraf-LightSlanted") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-RegularSlanted.svg#PPTelegraf-RegularSlanted") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Regular.svg#PPTelegraf-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Semibold.svg#PPTelegraf-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Oblique";
  src: url("../fonts/PPTelegraf-RegularOblique.svg#PPTelegraf-RegularOblique") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Ultralight.svg#PPTelegraf-Ultralight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Ultrabold Oblique";
  src: url("../fonts/PPTelegraf-UltraboldOblique.svg#PPTelegraf-UltraboldOblique") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-UltralightSlanted.svg#PPTelegraf-UltralightSlanted") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Semibold Oblique";
  src: url("../fonts/PPTelegraf-SemiboldOblique.svg#PPTelegraf-SemiboldOblique") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-UltraboldSlanted.svg#PPTelegraf-UltraboldSlanted") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf Ultralight Oblique";
  src: url("../fonts/PPTelegraf-UltralightOblique.svg#PPTelegraf-UltralightOblique") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-SemiboldSlanted.svg#PPTelegraf-SemiboldSlanted") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Ultrabold.svg#PPTelegraf-Ultrabold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
.content-element.button, a.button-naked-arrow, span.button-naked-arrow, a.button-naked, .btn.btn-primary, .button-primary-arrow, .button-primary, a.button {
  font-size: 1rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .content-element.button, a.button-naked-arrow, span.button-naked-arrow, a.button-naked, .btn.btn-primary, .button-primary-arrow, .button-primary, a.button {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .content-element.button, a.button-naked-arrow, span.button-naked-arrow, a.button-naked, .btn.btn-primary, .button-primary-arrow, .button-primary, a.button {
    font-size: 1rem;
    line-height: normal;
  }
}

.btn.btn-primary, .button-primary-arrow, .button-primary {
  color: rgb(26, 29, 86);
  font-weight: 600;
  transition: 0.25s;
  margin: 0.78rem auto 0.78rem 0;
  padding: 10px 20px;
  border-radius: 35px;
  position: relative;
  background-color: #80D3B3;
}
.btn.btn-primary:hover, .button-primary-arrow:hover, .button-primary:hover {
  background-color: rgb(0, 167, 103);
}

.button-primary-arrow {
  padding: 12px 15px 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}
.button-primary-arrow:after {
  content: "";
  background: url(../assets/icons/icon-arrow-forward.svg);
  width: 24px;
  height: 24px;
  display: block;
}

a.button-naked-arrow, span.button-naked-arrow, a.button-naked {
  color: rgb(0, 167, 103);
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}
a.button-naked-arrow, span.button-naked-arrow {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
a.button-naked-arrow:after, span.button-naked-arrow:after {
  content: "";
  background: url(../assets/icons/icon-arrow-forward_green.svg);
  width: 24px;
  height: 24px;
  display: block;
  transition: 0.3s;
}
a.button-naked-arrow:hover, span.button-naked-arrow:hover {
  color: rgb(26, 29, 86);
}
a.button-naked-arrow:hover:after, span.button-naked-arrow:hover:after {
  background: url(../assets/icons/icon-arrow-forward_blue.svg);
}

.content-element.accordion .accordion--inner .accordion--list .accordion--item .item-content a, .site-content ul a, .site-content ol a,
.textbox--content ul a,
.textbox--content ol a, .site-content p a,
.textbox--content p a {
  color: rgb(0, 167, 103);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  margin-right: 5px;
  gap: 0px;
  align-items: center;
  opacity: 1;
  transition: 0.3s;
}
.content-element.accordion .accordion--inner .accordion--list .accordion--item .item-content a:after, .site-content ul a:after, .site-content ol a:after,
.textbox--content ul a:after,
.textbox--content ol a:after, .site-content p a:after,
.textbox--content p a:after {
  content: "";
  background-size: contain;
  background: url(../assets/icons/icon-arrow-forward_forest.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(-45deg);
}
.content-element.accordion .accordion--inner .accordion--list .accordion--item .item-content a:hover, .site-content ul a:hover, .site-content ol a:hover,
.textbox--content ul a:hover,
.textbox--content ol a:hover, .site-content p a:hover,
.textbox--content p a:hover {
  opacity: 0.7;
}

/**
 * Swiper 6.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2020
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-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-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

h1 {
  -ms-word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

input {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
}

.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6,
.textbox--content h1,
.textbox--content h2,
.textbox--content h3,
.textbox--content h4,
.textbox--content h5,
.textbox--content h6 {
  margin-bottom: 0.3em;
  font-weight: 600;
}
.site-content p,
.textbox--content p {
  margin-bottom: 30px;
}
.site-content p:last-child,
.textbox--content p:last-child {
  margin-bottom: 0;
}
i.icon.icon-pagination-arrow {
  background-image: url("../assets/icons/icon-pagination-arrow.svg");
  width: 33px;
  height: 33px;
  display: block;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}

.content-element ul,
.projekte--body-text ul {
  margin: 10px 0;
  padding-left: 35px;
}
.content-element ul li,
.projekte--body-text ul li {
  list-style-type: disc;
  list-style-position: outside;
  position: relative;
  margin: 5px 0;
}
.content-element ol,
.projekte--body-text ol {
  margin-left: 15px;
}
.content-element ol li,
.projekte--body-text ol li {
  list-style: decimal outside;
  margin: 10px 0;
}
.content-element ol li::marker,
.projekte--body-text ol li::marker {
  font-weight: 600;
}
.content-element ol li ol,
.projekte--body-text ol li ol {
  padding-left: 20px;
}
.content-element a:hover,
.projekte--body-text a:hover {
  text-decoration: none;
}

.page-template-custom-login p.pagetext {
  max-width: 345px;
  margin: 20px 0 50px;
  text-align: center;
}

#header {
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  #header {
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #EBF0F2;
    box-shadow: none;
  }
}
#header a {
  text-decoration: none;
}
#header .header-inner .header-inner--top {
  background-color: #EBF0F2;
}
@media (max-width: 991px) {
  #header .header-inner .header-inner--top {
    display: none;
  }
}
#header .header-inner .header-inner--top .top--inner {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  display: flex;
  align-items: center;
  gap: 21px;
  position: relative;
  height: 42px;
}
@media (min-width: 1400px) {
  #header .header-inner .header-inner--top .top--inner {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  #header .header-inner .header-inner--top .top--inner {
    font-size: 0.75rem;
    line-height: normal;
  }
}
#header .header-inner .header-inner--top .top--inner .login-button {
  margin: 5px 0;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
#header .header-inner .header-inner--top .top--inner .header-language-login .header-login .login-button {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  border: none;
  cursor: pointer;
  background-color: rgba(0, 167, 103, 0.5);
  border-radius: 200px;
  transition: 0.3s;
  font-weight: 400;
  display: flex;
  gap: 5px;
}
@media (min-width: 1400px) {
  #header .header-inner .header-inner--top .top--inner .header-language-login .header-login .login-button {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  #header .header-inner .header-inner--top .top--inner .header-language-login .header-login .login-button {
    font-size: 0.75rem;
    line-height: normal;
  }
}
#header .header-inner .header-inner--top .top--inner .header-language-login .header-login .login-button:hover {
  background-color: rgb(0, 167, 103);
}
#header .header-inner .header-inner--top .top--inner .header-language-login .header-login .login-button img {
  width: 20px;
  height: 20px;
}
#header .header-inner .header-inner--top .top--inner .header-language-switcher a {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  #header .header-inner .header-inner--top .top--inner .header-language-switcher a {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  #header .header-inner .header-inner--top .top--inner .header-language-switcher a {
    font-size: 0.75rem;
    line-height: normal;
  }
}
#header .header-inner .header-inner--top .top--inner .header-top--menu a {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  padding: 10px 0 11px;
  display: block;
}
@media (min-width: 1400px) {
  #header .header-inner .header-inner--top .top--inner .header-top--menu a {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  #header .header-inner .header-inner--top .top--inner .header-top--menu a {
    font-size: 0.75rem;
    line-height: normal;
  }
}
#header .header-inner .header-inner--top .top--inner .header-top--menu .menu-menu-top-header-container li {
  display: inline-block;
  margin-right: 20px;
}
#header .header-inner .bottom--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-inner .bottom--inner .right {
  display: flex;
  align-items: center;
}
#header .header-inner .bottom--inner .right #menu-main-menu a {
  font-size: 18px;
  font-weight: 700;
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
}
#header .header-inner .bottom--inner .right .header-inner--search {
  margin-top: 10px;
}
@media (max-width: 991px) {
  #header .header-inner .bottom--inner .right .header-inner--search {
    display: none;
  }
}
#header .header-inner .bottom--inner .right .header-inner--search a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 167, 103, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: 0.25s;
}
#header .header-inner .bottom--inner .right .header-inner--search a:hover {
  background-color: rgb(0, 167, 103);
}
#header .logo {
  max-width: 140px;
  height: 73px;
  margin: 13px 0 23px 0;
}
@media (max-width: 991px) {
  #header .logo {
    margin: 0;
    height: 50px;
  }
}
#header .logo a {
  text-decoration: none;
  display: block;
}
@media (max-width: 991px) {
  #header .logo a {
    height: 100%;
  }
}
#header .logo a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#header .header-language-switcher .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin: 0;
  border: none;
}
#header .header-language-switcher li a:after {
  content: "|";
  padding-left: 5px;
  font-weight: 400;
  position: relative;
}
#header .header-language-switcher li:first-child a {
  padding: 5px 5px 6px;
}
#header .header-language-switcher li:last-child a {
  padding-left: 0;
}
#header .header-language-switcher li:last-child a:after {
  display: none;
}
#header .header-language-switcher li.wpml-ls-current-language {
  font-weight: 600;
}
#header .header-language-switcher li.wpml-ls-current-language a {
  font-weight: 600;
}
#header .header-language-switcher li:hover {
  border-color: rgb(0, 0, 0);
}

@media (min-width: 992px) {
  body .main-header-navigation {
    padding-left: 100px;
  }
  body .main-header-navigation .menu-main-menu-container .menu .menu-item.menu-item-has-children .sub-menu {
    opacity: 0;
    transition: 0.25s;
    position: absolute;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    top: 15px;
    padding: 55px 20px 20px 20px;
    min-width: calc(100% + 40px);
    text-align: left;
    pointer-events: none;
    z-index: 4;
    left: -10px;
  }
  body .main-header-navigation .menu-main-menu-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
    margin-bottom: 15px;
    line-height: 10px;
  }
  body .main-header-navigation .menu-main-menu-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item:first-child {
    border-top: 1px solid rgb(205, 205, 205);
    padding-top: 15px;
  }
  body .main-header-navigation .menu-main-menu-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
  body .main-header-navigation .menu-main-menu-container .menu .menu-item.menu-item-has-children .sub-menu a {
    font-size: 1.125rem;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 29, 86);
    font-weight: 400 !important;
    font-family: "Source Sans 3", "sans", "arial", "helvetica" !important;
    transition: 0.3s;
    line-height: 1 !important;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  body .main-header-navigation .menu-main-menu-container .menu .menu-item.menu-item-has-children .sub-menu a {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (min-width: 992px) and (max-width: 575px) {
  body .main-header-navigation .menu-main-menu-container .menu .menu-item.menu-item-has-children .sub-menu a {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  body .main-header-navigation .menu-main-menu-container .menu .menu-item.menu-item-has-children .sub-menu a:hover {
    color: rgb(0, 167, 103);
  }
  body .main-header-navigation .menu > .menu-item {
    display: inline-block;
    position: relative;
  }
  body .main-header-navigation .menu > .menu-item > a {
    padding: 35px 10px 25px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
  }
  body .main-header-navigation .menu > .menu-item > a:hover {
    color: rgb(0, 167, 103);
  }
  body .main-header-navigation .active > .sub-menu {
    display: block !important;
    position: absolute !important;
    background-color: rgb(255, 255, 255) !important;
    opacity: 1 !important;
    pointer-events: all !important;
  }
  body .main-header-navigation .active > a {
    position: relative;
    z-index: 10;
  }
  body .main-header-navigation .active > a:after {
    content: "";
    background-image: url("../assets/icons/icon-arrow-right.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    z-index: 4;
    position: absolute;
    margin-top: 4px;
    right: -15px;
  }
}
@media (max-width: 1200px) {
  body .main-header-navigation .menu > .menu-item > a {
    padding: 35px 5px 25px;
    font-size: 16px !important;
  }
}
body .elektromobilitaet-button {
  position: absolute !important;
  right: 0;
  margin: 0 !important;
  top: 20px;
}
@media (max-width: 991px) {
  body .elektromobilitaet-button {
    font-size: 1rem;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 29, 86);
    position: relative !important;
    right: unset !important;
    top: unset !important;
    width: 100% !important;
    background-color: rgb(0, 167, 103) !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-align: center;
    padding: 15px 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 15px 0 !important;
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  body .elektromobilitaet-button {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  body .elektromobilitaet-button {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  body .elektromobilitaet-button:after {
    content: "";
    background: url(../assets/icons/icon-arrow-forward.svg);
    width: 24px;
    height: 24px;
    display: block;
  }
}

.mobile-menu--outer .mobile-search {
  display: flex;
  justify-content: center;
}
.mobile-menu--outer .mobile-search .header-search-input {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.mobile-menu--outer .mobile-search .header-search-input form {
  width: 100%;
  margin: 0 20px;
}
.mobile-menu--outer .mobile-search .header-search-input form input {
  width: 100%;
  padding: 15px 20px 15px 60px;
  border: none;
  color: rgb(0, 0, 0);
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  background-color: rgb(205, 205, 205);
  border-radius: 35px;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.mobile-menu--outer .mobile-search .header-search-input form input::placeholder {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
}
.mobile-menu--outer .mobile-search .header-search-input .header-search-button {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 40px;
  cursor: pointer;
}
.mobile-menu--outer .mobile-search .header-search-input .header-search-button img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#footer {
  padding: 60px 0;
  position: relative;
  background-color: rgba(190, 204, 213, 0.75);
}
#footer h4 {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 1400px) {
  #footer h4 {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  #footer h4 {
    font-size: 0.75rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  #footer h4 {
    font-size: 1.375rem;
    line-height: 129%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 29, 86);
    font-family: "PP Telegraf", "sans", "arial", "helvetica";
    font-weight: 600;
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  #footer h4 {
    font-size: 1.375rem;
    line-height: 129%;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  #footer h4 {
    font-size: 1.25rem;
    line-height: 129%;
  }
}
#footer .footer-contact-mail {
  margin: 10px 0;
}
#footer a {
  font-size: 1.125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  line-height: 1.15 !important;
  text-decoration: none;
  margin: 10px 0;
  display: block;
  transition: 0.3s;
}
@media (min-width: 1400px) {
  #footer a {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  #footer a {
    font-size: 1.125rem;
    line-height: normal;
  }
}
#footer a:hover {
  color: rgb(0, 167, 103);
}
#footer .footer-contact-mail-label,
#footer .footer-contact-address-label {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
#footer .scroll-to-top {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#footer .scroll-to-top .scroll-to-top--inner {
  display: none;
  width: 52px;
  height: 52px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#footer .scroll-to-top .scroll-to-top--inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.8;
  transition: 0.3s;
}
#footer .scroll-to-top .scroll-to-top--inner img:hover {
  opacity: 1;
}
#footer .footer-main-menu .footer-section .menu-item a {
  font-size: 1rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  #footer .footer-main-menu .footer-section .menu-item a {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  #footer .footer-main-menu .footer-section .menu-item a {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  #footer .footer-main-menu .footer-section {
    position: relative;
  }
  #footer .footer-main-menu .footer-section h4 {
    padding: 22px 0;
    position: relative;
  }
  #footer .footer-main-menu .footer-section h4:before, #footer .footer-main-menu .footer-section h4:after {
    content: "";
    position: absolute;
    top: 31px;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: rgb(0, 0, 0);
    transform: rotate(90deg);
    transition: 0.25s;
  }
  #footer .footer-main-menu .footer-section h4:before {
    transform: rotate(0);
  }
  #footer .footer-main-menu .footer-section .content {
    display: none;
  }
  #footer .footer-main-menu .footer-section.open h4:after {
    transform: rotate(180deg);
  }
  #footer .footer-main-menu .footer-section.open h4:before {
    opacity: 0;
  }
}
#footer .footer-social {
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  #footer .footer-social {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  #footer .footer-social .footer-social-title {
    position: absolute;
    margin-top: 20px;
    text-transform: uppercase;
  }
}

.follow-us {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .follow-us {
    margin-top: 10px;
  }
}
.follow-us a {
  width: 32px;
  height: 32px;
  background-color: rgb(26, 29, 86);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .follow-us a {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 991px) {
  .follow-us a img {
    width: 70%;
    height: 70%;
  }
}

#socket {
  background-color: rgb(0, 126, 149);
}
#socket .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  #socket .container {
    display: block;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #socket .footer-socket-links {
    text-align: left;
  }
}
#socket .footer-socket-links li {
  display: inline-block;
  padding: 10px 0;
}
@media (max-width: 991px) {
  #socket .footer-socket-links li {
    padding: 8px 0 11px;
  }
}
#socket .footer-socket-links li a {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-right: 30px;
}
@media (min-width: 1400px) {
  #socket .footer-socket-links li a {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  #socket .footer-socket-links li a {
    font-size: 0.75rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  #socket .footer-socket-links li a {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  #socket .footer-socket-links li:first-child a {
    margin-left: 0;
  }
}
#socket .footer-socket-links li:last-child a:after {
  content: "";
}
#socket .footer-socket-copyright p {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-right: 0;
}
@media (min-width: 1400px) {
  #socket .footer-socket-copyright p {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  #socket .footer-socket-copyright p {
    font-size: 0.75rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  #socket .footer-socket-copyright p {
    padding: 10px 0;
    text-align: left;
  }
}
@media (max-width: 991px) {
  #socket .footer-socket-links,
  #socket .footer-socket-copyright {
    width: 100vw;
    left: calc((100% - 100vw) / 2);
    position: relative;
    background-color: rgb(0, 126, 149);
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  #socket .footer-socket-links {
    background-color: #80BECA;
  }
}

.page #page .page-teaser,
.single #page .page-teaser,
.archive #page .page-teaser {
  z-index: 2;
  position: relative;
  display: flex;
  gap: 40px;
  padding: 30px 40px;
  background-color: #FFDA40;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .page #page .page-teaser,
  .single #page .page-teaser,
  .archive #page .page-teaser {
    gap: 10px;
    flex-direction: column;
  }
}
.page #page .page-teaser .page-teaser--title,
.single #page .page-teaser .page-teaser--title,
.archive #page .page-teaser .page-teaser--title {
  width: 20%;
}
@media (max-width: 991px) {
  .page #page .page-teaser .page-teaser--title,
  .single #page .page-teaser .page-teaser--title,
  .archive #page .page-teaser .page-teaser--title {
    width: 100%;
  }
}
.page #page .page-teaser .page-teaser--title p,
.single #page .page-teaser .page-teaser--title p,
.archive #page .page-teaser .page-teaser--title p {
  font-weight: 700;
}
.page #page .page-teaser .page-teaser--content,
.single #page .page-teaser .page-teaser--content,
.archive #page .page-teaser .page-teaser--content {
  width: 80%;
}
@media (max-width: 991px) {
  .page #page .page-teaser .page-teaser--content,
  .single #page .page-teaser .page-teaser--content,
  .archive #page .page-teaser .page-teaser--content {
    width: 100%;
  }
}
.page #page .page-teaser .page-teaser--content a,
.single #page .page-teaser .page-teaser--content a,
.archive #page .page-teaser .page-teaser--content a {
  margin-top: 10px;
  text-decoration: underline;
  display: flex;
  gap: 5px;
  align-items: center;
}
.page #page .page-teaser .page-teaser--content a:hover,
.single #page .page-teaser .page-teaser--content a:hover,
.archive #page .page-teaser .page-teaser--content a:hover {
  text-decoration: none;
}
.page #page .page-teaser .page-teaser--content a:after,
.single #page .page-teaser .page-teaser--content a:after,
.archive #page .page-teaser .page-teaser--content a:after {
  content: "";
  background-size: contain;
  background: url(../assets/icons/icon-arrow-forward.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(-45deg);
}

.full-width .page-contact {
  padding-left: 40px;
  padding-right: 40px;
}

.page:not(.home) #page .page-header,
.single:not(.home) #page .page-header,
.archive:not(.home) #page .page-header {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header,
  .single:not(.home) #page .page-header,
  .archive:not(.home) #page .page-header {
    margin-bottom: 50px;
  }
}
.page:not(.home) #page .page-header--inner,
.single:not(.home) #page .page-header--inner,
.archive:not(.home) #page .page-header--inner {
  background-color: rgb(26, 29, 86);
  padding: 40px 0 60px;
  min-height: 300px;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header--inner,
  .single:not(.home) #page .page-header--inner,
  .archive:not(.home) #page .page-header--inner {
    padding: 20px 0 20px;
  }
}
.page:not(.home) #page .page-header--inner .page-header--content h1,
.page:not(.home) #page .page-header--inner .page-header--content h2,
.page:not(.home) #page .page-header--inner .page-header--content p,
.single:not(.home) #page .page-header--inner .page-header--content h1,
.single:not(.home) #page .page-header--inner .page-header--content h2,
.single:not(.home) #page .page-header--inner .page-header--content p,
.archive:not(.home) #page .page-header--inner .page-header--content h1,
.archive:not(.home) #page .page-header--inner .page-header--content h2,
.archive:not(.home) #page .page-header--inner .page-header--content p {
  color: rgb(255, 255, 255) !important;
}
.page:not(.home) #page .page-header--inner .page-header--content h1,
.single:not(.home) #page .page-header--inner .page-header--content h1,
.archive:not(.home) #page .page-header--inner .page-header--content h1 {
  font-size: 2.125rem;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  font-weight: 600;
  text-transform: unset;
}
@media (min-width: 1400px) {
  .page:not(.home) #page .page-header--inner .page-header--content h1,
  .single:not(.home) #page .page-header--inner .page-header--content h1,
  .archive:not(.home) #page .page-header--inner .page-header--content h1 {
    font-size: 2.125rem;
    line-height: 100%;
  }
}
@media (max-width: 575px) {
  .page:not(.home) #page .page-header--inner .page-header--content h1,
  .single:not(.home) #page .page-header--inner .page-header--content h1,
  .archive:not(.home) #page .page-header--inner .page-header--content h1 {
    font-size: 1.625rem;
    line-height: 1.94188rem;
  }
}
.page:not(.home) #page .page-header--inner .page-header--content p,
.single:not(.home) #page .page-header--inner .page-header--content p,
.archive:not(.home) #page .page-header--inner .page-header--content p {
  padding: 10px 0;
}
.page:not(.home) #page .page-header--inner .page-header--content .post-date,
.single:not(.home) #page .page-header--inner .page-header--content .post-date,
.archive:not(.home) #page .page-header--inner .page-header--content .post-date {
  margin-top: 10px;
  display: flex;
}
.page:not(.home) #page .page-header--inner .page-header--content .post-date p,
.single:not(.home) #page .page-header--inner .page-header--content .post-date p,
.archive:not(.home) #page .page-header--inner .page-header--content .post-date p {
  padding: 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .page:not(.home) #page .page-header--inner .page-header--content .post-date p,
  .single:not(.home) #page .page-header--inner .page-header--content .post-date p,
  .archive:not(.home) #page .page-header--inner .page-header--content .post-date p {
    font-size: 13px;
  }
}
.page:not(.home) #page .page-header--inner .page-header--content .post-date p:before,
.single:not(.home) #page .page-header--inner .page-header--content .post-date p:before,
.archive:not(.home) #page .page-header--inner .page-header--content .post-date p:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/icon-calendar.svg");
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 767px) {
  .page:not(.home) #page .page-header--inner .page-header--content .post-date p:before,
  .single:not(.home) #page .page-header--inner .page-header--content .post-date p:before,
  .archive:not(.home) #page .page-header--inner .page-header--content .post-date p:before {
    top: 1px;
  }
}
.page:not(.home) #page .page-header--inner .page-header--content .post-date .location,
.single:not(.home) #page .page-header--inner .page-header--content .post-date .location,
.archive:not(.home) #page .page-header--inner .page-header--content .post-date .location {
  font-size: 1.125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  position: relative;
  padding: 0 20px;
  color: rgb(255, 255, 255);
}
@media (min-width: 1400px) {
  .page:not(.home) #page .page-header--inner .page-header--content .post-date .location,
  .single:not(.home) #page .page-header--inner .page-header--content .post-date .location,
  .archive:not(.home) #page .page-header--inner .page-header--content .post-date .location {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .page:not(.home) #page .page-header--inner .page-header--content .post-date .location,
  .single:not(.home) #page .page-header--inner .page-header--content .post-date .location,
  .archive:not(.home) #page .page-header--inner .page-header--content .post-date .location {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .page:not(.home) #page .page-header--inner .page-header--content .post-date .location,
  .single:not(.home) #page .page-header--inner .page-header--content .post-date .location,
  .archive:not(.home) #page .page-header--inner .page-header--content .post-date .location {
    font-size: 13px;
  }
}
.page:not(.home) #page .page-header--inner .page-header--content .post-date .location:before,
.single:not(.home) #page .page-header--inner .page-header--content .post-date .location:before,
.archive:not(.home) #page .page-header--inner .page-header--content .post-date .location:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/icon-location.svg");
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 767px) {
  .page:not(.home) #page .page-header--inner .page-header--content .post-date .location:before,
  .single:not(.home) #page .page-header--inner .page-header--content .post-date .location:before,
  .archive:not(.home) #page .page-header--inner .page-header--content .post-date .location:before {
    top: 1px;
  }
}
.page:not(.home) #page .page-header--inner[data-thumbnail="0"],
.single:not(.home) #page .page-header--inner[data-thumbnail="0"],
.archive:not(.home) #page .page-header--inner[data-thumbnail="0"] {
  min-height: 300px;
  margin-bottom: 30px;
}
.page:not(.home) #page .page-header--inner[data-thumbnail="1"],
.single:not(.home) #page .page-header--inner[data-thumbnail="1"],
.archive:not(.home) #page .page-header--inner[data-thumbnail="1"] {
  position: relative;
  margin-bottom: 115px;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header--inner[data-thumbnail="1"],
  .single:not(.home) #page .page-header--inner[data-thumbnail="1"],
  .archive:not(.home) #page .page-header--inner[data-thumbnail="1"] {
    margin-bottom: 30px;
  }
}
.page:not(.home) #page .page-header--inner[data-thumbnail="1"] .page-content--thumbnail,
.single:not(.home) #page .page-header--inner[data-thumbnail="1"] .page-content--thumbnail,
.archive:not(.home) #page .page-header--inner[data-thumbnail="1"] .page-content--thumbnail {
  width: 100%;
  height: 330px;
  margin-bottom: -90px;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header--inner[data-thumbnail="1"] .page-content--thumbnail,
  .single:not(.home) #page .page-header--inner[data-thumbnail="1"] .page-content--thumbnail,
  .archive:not(.home) #page .page-header--inner[data-thumbnail="1"] .page-content--thumbnail {
    margin-bottom: 30px;
    max-height: 202px;
    position: relative;
    width: 100%;
  }
}
.page:not(.home) #page .page-header--inner[data-thumbnail="1"] .page-content--thumbnail img,
.single:not(.home) #page .page-header--inner[data-thumbnail="1"] .page-content--thumbnail img,
.archive:not(.home) #page .page-header--inner[data-thumbnail="1"] .page-content--thumbnail img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.page:not(.home) #page .page-header--inner .page-content--arrows,
.single:not(.home) #page .page-header--inner .page-content--arrows,
.archive:not(.home) #page .page-header--inner .page-content--arrows {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header--inner .page-content--arrows,
  .single:not(.home) #page .page-header--inner .page-content--arrows,
  .archive:not(.home) #page .page-header--inner .page-content--arrows {
    height: 100px;
  }
}
.page:not(.home) #page .page-header--inner .page-content--arrows .arrow,
.single:not(.home) #page .page-header--inner .page-content--arrows .arrow,
.archive:not(.home) #page .page-header--inner .page-content--arrows .arrow {
  position: absolute;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header--inner .page-content--arrows .arrow,
  .single:not(.home) #page .page-header--inner .page-content--arrows .arrow,
  .archive:not(.home) #page .page-header--inner .page-content--arrows .arrow {
    scale: 0.8;
  }
}
.page:not(.home) #page .page-header--inner .page-content--arrows .arrow1,
.single:not(.home) #page .page-header--inner .page-content--arrows .arrow1,
.archive:not(.home) #page .page-header--inner .page-content--arrows .arrow1 {
  top: 0;
  left: 222px;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header--inner .page-content--arrows .arrow1,
  .single:not(.home) #page .page-header--inner .page-content--arrows .arrow1,
  .archive:not(.home) #page .page-header--inner .page-content--arrows .arrow1 {
    left: 10%;
  }
}
.page:not(.home) #page .page-header--inner .page-content--arrows .arrow2,
.single:not(.home) #page .page-header--inner .page-content--arrows .arrow2,
.archive:not(.home) #page .page-header--inner .page-content--arrows .arrow2 {
  top: 56px;
  left: 40px;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header--inner .page-content--arrows .arrow2,
  .single:not(.home) #page .page-header--inner .page-content--arrows .arrow2,
  .archive:not(.home) #page .page-header--inner .page-content--arrows .arrow2 {
    top: 15px;
    left: 55%;
  }
}
.page:not(.home) #page .page-header--inner .page-content--arrows .arrow3,
.single:not(.home) #page .page-header--inner .page-content--arrows .arrow3,
.archive:not(.home) #page .page-header--inner .page-content--arrows .arrow3 {
  right: 103px;
  top: 70px;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header--inner .page-content--arrows .arrow3,
  .single:not(.home) #page .page-header--inner .page-content--arrows .arrow3,
  .archive:not(.home) #page .page-header--inner .page-content--arrows .arrow3 {
    right: unset;
    left: 30%;
    top: 45px;
  }
}
.page:not(.home) #page .page-header--inner .page-content--arrows .arrow4,
.single:not(.home) #page .page-header--inner .page-content--arrows .arrow4,
.archive:not(.home) #page .page-header--inner .page-content--arrows .arrow4 {
  left: 173px;
  top: 130px;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header--inner .page-content--arrows .arrow4,
  .single:not(.home) #page .page-header--inner .page-content--arrows .arrow4,
  .archive:not(.home) #page .page-header--inner .page-content--arrows .arrow4 {
    display: none;
  }
}
.page:not(.home) #page .page-header--inner .page-content--arrows .arrow5,
.single:not(.home) #page .page-header--inner .page-content--arrows .arrow5,
.archive:not(.home) #page .page-header--inner .page-content--arrows .arrow5 {
  right: 27px;
  top: 160px;
}
@media (max-width: 991px) {
  .page:not(.home) #page .page-header--inner .page-content--arrows .arrow5,
  .single:not(.home) #page .page-header--inner .page-content--arrows .arrow5,
  .archive:not(.home) #page .page-header--inner .page-content--arrows .arrow5 {
    right: unset;
    left: 0;
    top: 60px;
  }
}
.page:not(.home) #page .page-header--inner .right,
.single:not(.home) #page .page-header--inner .right,
.archive:not(.home) #page .page-header--inner .right {
  position: relative;
}

.single:not(.home) #page .page-header--inner {
  min-height: unset;
}
.single:not(.home) #page .page-header--inner[data-thumbnail="1"] {
  margin-bottom: 0;
  padding: 40px 0 45px;
}
@media (max-width: 991px) {
  .single:not(.home) #page .page-header--inner[data-thumbnail="1"] {
    padding: 25px 0;
  }
}

.page.home #page .page-content {
  margin: 70px 0;
}
.page.home #page .page-teaser {
  margin: -150px 0 0 0;
  gap: 110px;
  padding: 40px;
}
@media (max-width: 991px) {
  .page.home #page .page-teaser {
    gap: 40px;
    margin: -40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .page.home #page .page-teaser {
    gap: 10px;
    padding: 25px 17px;
    right: 0;
    width: calc(100% - (100% - 100vw) / 2);
  }
}
.page.home #page .page-teaser .page-teaser--title {
  width: 30%;
}
@media (max-width: 991px) {
  .page.home #page .page-teaser .page-teaser--title {
    width: 100%;
  }
}
.page.home #page .page-teaser .page-teaser--title p {
  font-size: 2.125rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page.home #page .page-teaser .page-teaser--title p {
    font-size: 1.1625rem;
  }
}
.page.home #page .page-teaser .page-teaser--content {
  width: 70%;
}
@media (max-width: 991px) {
  .page.home #page .page-teaser .page-teaser--content {
    width: 100%;
  }
}
.page.home #page .page-teaser .page-teaser--content a {
  margin-top: 36px;
}

.page-contact {
  background-color: rgba(190, 204, 213, 0.3);
  padding: 50px 0;
}
@media (max-width: 991px) {
  .page-contact {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .page-contact h3 {
    font-size: 2.125rem;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 29, 86);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .page-contact h3 {
    font-size: 2.125rem;
    line-height: 100%;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .page-contact h3 {
    font-size: 1.625rem;
    line-height: 1.94188rem;
  }
}
.page-contact .page-contact--outer {
  display: flex;
  gap: 20px;
}
.page-contact .page-contact--outer .subhead {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  display: block;
  color: rgb(231, 64, 17);
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  .page-contact .page-contact--outer .subhead {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .page-contact .page-contact--outer .subhead {
    font-size: 0.75rem;
    line-height: normal;
  }
}
.page-contact .page-contact--outer a {
  display: block;
}
@media (max-width: 991px) {
  .page-contact .page-contact--outer a {
    font-size: 0.8125rem;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 29, 86);
    text-decoration: none;
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .page-contact .page-contact--outer a {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .page-contact .page-contact--outer a {
    font-size: 0.75rem;
    line-height: normal;
  }
}
.page-contact .page-contact--outer .page-contact--image {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .page-contact .page-contact--outer .page-contact--content p {
    font-size: 1.375rem;
    line-height: 129%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 29, 86);
    font-weight: 600;
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .page-contact .page-contact--outer .page-contact--content p {
    font-size: 1.375rem;
    line-height: 129%;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .page-contact .page-contact--outer .page-contact--content p {
    font-size: 1.25rem;
    line-height: 129%;
  }
}
.page-contact .page-contact--outer .page-contact--content--phone:before {
  height: 12px;
  width: 12px;
  background-image: url("../assets/icons/icon-phone_blue.svg");
}
.page-contact .page-contact--outer .page-contact--content--mail:before {
  height: 12px;
  width: 14px;
  background-image: url("../assets/icons/icon-mail_transparent_blue.svg");
  position: relative;
  top: 1px;
}
.page-contact .page-contact--outer .page-contact--content--phone, .page-contact .page-contact--outer .page-contact--content--mail {
  display: flex;
  align-items: center;
  gap: 7px;
}
.page-contact .page-contact--outer .page-contact--content--phone:before, .page-contact .page-contact--outer .page-contact--content--mail:before {
  content: "";
  background-repeat: no-repeat;
}
.page-contact .page-contact--outer img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
}
@media (max-width: 991px) {
  .page-contact .page-contact--outer img {
    width: 86px;
    height: 86px;
  }
}
.page-contact.no-image {
  padding-left: 40px;
  padding-right: 40px;
}

.breadcrumb {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  .breadcrumb {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .breadcrumb {
    font-size: 0.75rem;
    line-height: normal;
  }
}
.breadcrumb a {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
@media (min-width: 1400px) {
  .breadcrumb a {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .breadcrumb a {
    font-size: 0.75rem;
    line-height: normal;
  }
}

.page-template-searchpage .page-header--inner {
  min-height: unset !important;
  padding: 40px 0 !important;
}
.page-template-searchpage .page-header--inner .search-container {
  margin-bottom: 0;
  background-color: rgb(255, 255, 255);
  border-radius: 35px;
  overflow: hidden;
  border: 2px solid rgba(0, 167, 103, 0.5);
}

.um-page-password-reset .um-password .um-form .um-field-block,
.um-page-password-reset .um-password .um-form .um-field-text {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  color: rgb(26, 29, 86);
}
.um-page-password-reset .um-password .um-form input[type=submit] {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  color: rgb(26, 29, 86);
  font-weight: 600 !important;
  transition: 0.25s;
  margin: 0.78rem auto 0.78rem 0 !important;
  padding: 15px 20px !important;
  border-radius: 35px !important;
  position: relative !important;
  background-color: rgba(0, 167, 103, 0.5);
  font-size: 1rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.um-page-password-reset .um-password .um-form input[type=submit]:hover {
  background-color: rgb(0, 167, 103);
}

.pn-section-margin-l {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-l {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

.pn-section-margin-m {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-m {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.pn-section-margin-s {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-s {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

.pn-section-margin-xs {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-xs {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
}

.pn-section-margin-xxs {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-xxs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}

.pn-section-margin-top-l {
  margin-top: 80px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-top-l {
    margin-top: 40px !important;
  }
}

.pn-section-margin-top-m {
  margin-top: 60px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-top-m {
    margin-top: 30px !important;
  }
}

.pn-section-margin-top-s {
  margin-top: 20px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-top-s {
    margin-top: 10px !important;
  }
}

.pn-section-margin-top-xs {
  margin-top: 15px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-top-xs {
    margin-top: 7px !important;
  }
}

.pn-section-margin-top-xxs {
  margin-top: 10px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-top-xxs {
    margin-top: 5px !important;
  }
}

.pn-section-margin-bottom-l {
  margin-bottom: 80px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-bottom-l {
    margin-bottom: 40px !important;
  }
}

.pn-section-margin-bottom-m {
  margin-bottom: 60px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-bottom-m {
    margin-bottom: 30px !important;
  }
}

.pn-section-margin-bottom-s {
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-bottom-s {
    margin-bottom: 10px !important;
  }
}

.pn-section-margin-bottom-xs {
  margin-bottom: 15px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-bottom-xs {
    margin-bottom: 7px !important;
  }
}

.pn-section-margin-bottom-xxs {
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
  .pn-section-margin-bottom-xxs {
    margin-bottom: 5px !important;
  }
}

.pn-section-padding-l {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-l {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.pn-section-padding-m {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-m {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.pn-section-padding-s {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-s {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.pn-section-padding-xs {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-xs {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}

.pn-section-padding-xxs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-xxs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.pn-section-padding-top-l {
  padding-top: 80px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-top-l {
    padding-top: 40px !important;
  }
}

.pn-section-padding-top-m {
  padding-top: 60px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-top-m {
    padding-top: 30px !important;
  }
}

.pn-section-padding-top-s {
  padding-top: 20px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-top-s {
    padding-top: 10px !important;
  }
}

.pn-section-padding-top-xs {
  padding-top: 15px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-top-xs {
    padding-top: 7px !important;
  }
}

.pn-section-padding-top-xxs {
  padding-top: 10px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-top-xxs {
    padding-top: 5px !important;
  }
}

.pn-section-padding-bottom-l {
  padding-bottom: 80px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-bottom-l {
    padding-bottom: 40px !important;
  }
}

.pn-section-padding-bottom-m {
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-bottom-m {
    padding-bottom: 30px !important;
  }
}

.pn-section-padding-bottom-s {
  padding-bottom: 20px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-bottom-s {
    padding-bottom: 10px !important;
  }
}

.pn-section-padding-bottom-xs {
  padding-bottom: 15px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-bottom-xs {
    padding-bottom: 7px !important;
  }
}

.pn-section-padding-bottom-xxs {
  padding-bottom: 10px !important;
}
@media (max-width: 991px) {
  .pn-section-padding-bottom-xxs {
    padding-bottom: 5px !important;
  }
}

@media (max-width: 991px) {
  body.pn-menu-active {
    overflow: hidden;
  }
  #menu-main-menu {
    display: none;
    position: relative;
  }
  .pn-menu-outer {
    height: calc(var(--app-height) - 220px - 80px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 220px;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: #EBF0F2;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .pn-menu-outer.hasClassActive {
    height: unset;
  }
  .pn-menu-outer #menu-main-menu li.back a {
    padding: 25px 5px 25px 55px;
    position: relative;
  }
  .pn-menu-outer #menu-main-menu li.back a:before {
    content: "";
    background: url(../assets/icons/icon-arrow-forward.svg);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 20px;
    top: calc(50% - 24px);
    transform: rotate(180deg) translateY(-50%);
  }
  .pn-menu-outer #menu-main-menu li.overview a, .pn-menu-outer #menu-main-menu li.overview span {
    padding: 25px 20px;
    display: block;
    font-size: 1.125rem;
    font-weight: normal;
  }
  .pn-menu-outer #menu-main-menu li.active > .sub-menu {
    right: 0;
  }
  .pn-menu-outer #menu-main-menu a {
    font-size: 1.75rem;
    line-height: 2.09125rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 29, 86);
    color: rgb(0, 0, 0);
    display: block;
    padding: 25px 15px 25px 54px;
    text-decoration: none;
    font-family: "PP Telegraf", "sans", "arial", "helvetica";
    font-weight: 500;
  }
  /*Hamburger Animation */
}
@media (max-width: 991px) and (min-width: 1400px) {
  .pn-menu-outer #menu-main-menu a {
    font-size: 1.75rem;
    line-height: 2.09125rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .pn-menu-outer #menu-main-menu a {
    font-size: 1.375rem;
    line-height: 1.64313rem;
  }
}
@media (max-width: 991px) {
  .pn-menu-outer #menu-main-menu .sub-menu {
    background-color: #EBF0F2;
    height: calc(100vh - 80px);
    position: fixed;
    right: -100%;
    top: 80px;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
    overflow-y: scroll;
  }
  .pn-menu-outer #menu-main-menu .sub-menu .menu-item a, .pn-menu-outer #menu-main-menu .sub-menu .menu-item span {
    font-size: 1.125rem;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 29, 86);
    font-weight: 400;
    color: rgb(0, 0, 0);
    padding: 25px 20px;
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .pn-menu-outer #menu-main-menu .sub-menu .menu-item a, .pn-menu-outer #menu-main-menu .sub-menu .menu-item span {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .pn-menu-outer #menu-main-menu .sub-menu .menu-item a, .pn-menu-outer #menu-main-menu .sub-menu .menu-item span {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .pn-menu-outer #menu-main-menu li {
    list-style-type: none;
    border-bottom: 1px solid rgb(190, 204, 213);
    color: rgb(0, 0, 0);
  }
  .pn-menu-outer #menu-main-menu li.hasChild > a {
    position: relative;
  }
  .pn-menu-outer #menu-main-menu li.hasChild > a:after {
    content: "";
    background: url(../assets/icons/icon-arrow-forward.svg);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .pn-menu-outer #menu-main-menu li:first-child {
    border-top: 1px solid rgb(190, 204, 213);
  }
  .pn-menu-outer.active {
    opacity: 1;
    z-index: 999;
  }
  .pn-menu-outer.active #menu-main-menu {
    display: block;
  }
  .pn-menu-outer a img.menu-item-icon {
    display: none;
  }
  #pn-hamburger {
    cursor: pointer;
    float: right;
    height: 80px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 26px;
    z-index: 9999;
    position: fixed;
    margin-top: 0px;
    right: 30px;
    top: 0;
  }
  #pn-hamburger span {
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    display: block;
    height: 2.7px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
  }
  #pn-hamburger span:nth-child(1) {
    top: 33px;
  }
  #pn-hamburger span:nth-child(2), #pn-hamburger span:nth-child(3) {
    transform: translateY(-50%);
    top: 50%;
  }
  #pn-hamburger span:nth-child(4) {
    bottom: 33px;
  }
  #pn-hamburger.open span:nth-child(1) {
    width: 0;
  }
  #pn-hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #pn-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #pn-hamburger.open span:nth-child(4) {
    width: 0;
  }
  body .mobile-menu--outer .mobile-menu--top,
  body .mobile-menu--outer .mobile-menu--bottom {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    height: 140px;
    position: fixed;
    z-index: 998;
    width: 100%;
    top: 80px;
    background-color: #EBF0F2;
  }
  body .mobile-menu--outer .mobile-menu--bottom {
    font-size: 1rem;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 29, 86);
    height: 80px;
    top: unset;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    text-transform: uppercase;
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  body .mobile-menu--outer .mobile-menu--bottom {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  body .mobile-menu--outer .mobile-menu--bottom {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  body .mobile-menu--outer .mobile-menu--bottom a {
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.595px;
  }
  body .mobile-menu--outer .mobile-menu--bottom-inner {
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body .mobile-menu--outer .mobile-menu--bottom-inner .mobile-menu--bottom-sep {
    height: 100%;
    width: 1px;
    background-color: rgb(205, 205, 205);
  }
  body .mobile-menu--outer .mobile-menu--bottom-inner .mobile-menu--bottom-login a {
    color: rgb(0, 167, 103);
    display: flex;
    gap: 10px;
  }
  body .mobile-menu--outer .mobile-menu--top .elektromobilitaet-button,
  body .mobile-menu--outer .mobile-menu--top .mobile-search {
    transition: 0.3s;
  }
  body .mobile-menu--outer .mobile-menu--bottom {
    transition: 0.3s;
  }
  body .mobile-menu--outer.hasClassActiveOuter .mobile-menu--top .elektromobilitaet-button,
  body .mobile-menu--outer.hasClassActiveOuter .mobile-menu--top .mobile-search {
    opacity: 0 !important;
  }
  body .mobile-menu--outer.hasClassActiveOuter .mobile-menu--bottom {
    opacity: 0 !important;
  }
  body.pn-menu-active .mobile-menu--outer .mobile-menu--top,
  body.pn-menu-active .mobile-menu--outer .mobile-menu--bottom {
    opacity: 1;
    pointer-events: all;
  }
  body.pn-menu-active .mobile-menu--outer .mobile-menu--bottom {
    border-top: 1px solid rgb(190, 204, 213);
    z-index: 999;
  }
  body.pn-menu-active .mobile-menu--outer .mobile-menu--bottom:before {
    content: "";
    height: 50px;
    position: absolute;
    top: -51px;
    width: 100vw;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(235, 240, 242, 0) 0%, rgba(235, 240, 242, 0.8) 50%, #ebf0f2 100%);
  }
}
@media (min-width: 992px) {
  #pn-hamburger,
  .pn-menu-outer {
    display: none;
  }
}
.keyvisual-outer {
  padding-top: 133px;
  padding-bottom: 438px;
  position: relative;
}
@media (max-width: 991px) {
  .keyvisual-outer {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.keyvisual-outer .keyvisual--background {
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  display: flex;
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual--background {
    display: block;
    position: relative;
  }
}
.keyvisual-outer .keyvisual--background .post-thumbnail {
  height: 100%;
}
.keyvisual-outer .keyvisual--background .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual--background .post-thumbnail img {
    min-height: 300px;
  }
}
.keyvisual-outer .keyvisual--background .left {
  background-color: rgb(26, 29, 86);
  width: 50%;
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual--background .left {
    width: 100%;
  }
}
.keyvisual-outer .keyvisual--background .right {
  width: 50%;
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual--background .right {
    width: 100%;
  }
}
.keyvisual-outer .keyvisual {
  z-index: 2;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual {
    display: block;
  }
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: rgb(26, 29, 86);
    left: calc((100% - 100vw) / 2);
    top: 0;
    z-index: -1;
  }
}
.keyvisual-outer .keyvisual .left,
.keyvisual-outer .keyvisual .right {
  width: 50%;
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual .left,
  .keyvisual-outer .keyvisual .right {
    width: 100%;
  }
}
.keyvisual-outer .keyvisual .left {
  position: relative;
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual .left {
    padding: 40px 0 90px;
    position: unset;
  }
}
.keyvisual-outer .keyvisual .page-header--title {
  padding-right: 28px;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual .page-header--title {
    padding-right: 0;
  }
}
.keyvisual-outer .keyvisual .page-header--title h1 {
  color: rgb(255, 255, 255);
}
.keyvisual-outer .keyvisual .keyvisual--page-content {
  padding: 22px 96px 22px 0;
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual .keyvisual--page-content {
    padding-right: 0;
  }
}
.keyvisual-outer .keyvisual .keyvisual--page-content p {
  color: rgb(255, 255, 255);
}
.keyvisual-outer .keyvisual .arrow {
  position: absolute;
}
@media (max-width: 991px) {
  .keyvisual-outer .keyvisual .arrow {
    display: none;
  }
}
.keyvisual-outer .keyvisual .arrow.arrow1 {
  bottom: -103px;
  left: 0;
}
.keyvisual-outer .keyvisual .arrow.arrow2 {
  bottom: -103px;
  left: 245px;
}
.keyvisual-outer .keyvisual .arrow.arrow3 {
  left: 107px;
  bottom: -147px;
}
.keyvisual-outer .keyvisual .arrow.arrow4 {
  right: 101px;
  bottom: -140px;
}
@media (max-width: 1200px) {
  .keyvisual-outer .keyvisual .arrow.arrow4 {
    bottom: -170px;
  }
}
.keyvisual-outer .keyvisual .arrow.arrow5 {
  right: 44px;
  bottom: -209px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .keyvisual-outer .keyvisual .arrow.arrow5 {
    bottom: -220px;
  }
}
.keyvisual-outer .keyvisual .arrow.arrow5:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: rgb(0, 126, 149);
  right: 0;
  width: calc((100vw - 100%) / 2);
}

.datastudy-filter-data {
  font-size: 1.75rem;
  line-height: 2.09125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
  display: flex;
  gap: 5px;
  margin-top: 25px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (min-width: 1400px) {
  .datastudy-filter-data {
    font-size: 1.75rem;
    line-height: 2.09125rem;
  }
}
@media (max-width: 575px) {
  .datastudy-filter-data {
    font-size: 1.375rem;
    line-height: 1.64313rem;
  }
}
@media (max-width: 991px) {
  .datastudy-filter-data {
    display: block;
  }
}
.datastudy-filter-data .filter-box {
  position: relative;
}
@media (max-width: 991px) {
  .datastudy-filter-data .filter-box {
    display: inline-block;
  }
}
.datastudy-filter-data .filter-box .study-thema-filter--title {
  padding-right: 30px;
  cursor: pointer;
  color: rgb(0, 126, 149);
}
.datastudy-filter-data .filter-box .study-thema-filter--title:after {
  content: "";
  background-image: url("../assets/icons/arrow_forward_ios_FILL0_wght400_GRAD0_opsz20.svg");
  width: 21px;
  height: 21px;
  transform: rotate(90deg);
  display: block;
  position: absolute;
  right: 5px;
  top: 7px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .datastudy-filter-data .filter-box .study-thema-filter--title:after {
    top: 4px;
  }
}
.datastudy-filter-data .filter-box .study-filter-data {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  padding: 20px;
  border: 1px solid rgb(0, 126, 149);
  width: max-content;
  max-width: 200px;
  transition: 0.3s;
}
.datastudy-filter-data .filter-box .study-filter-data label {
  cursor: pointer;
  font-size: 28px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.datastudy-filter-data .filter-box .study-filter-data input {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
  margin: 0;
  padding: 0;
}
.datastudy-filter-data .filter-box .study-filter-data input:checked + label {
  font-weight: 600;
}
.datastudy-filter-data .filter-box .study-filter-data input:checked + label:after {
  content: "";
  background-image: url("../assets/icons/icon-checkmark.png");
  width: 23px;
  height: 23px;
  top: -1px;
  background-size: contain;
  position: relative;
  flex: none;
}
.datastudy-filter-data .filter-box.active .study-thema-filter--title:after {
  transform: rotate(270deg);
}
.datastudy-filter-data .filter-box.active .study-filter-data {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991px) {
  .datastudy-filter-data span.break:after {
    content: "\a";
    white-space: pre;
  }
}
.datastudy-filter-data--filtertotal {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  display: flex;
  gap: 15px;
  margin-bottom: 16px;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .datastudy-filter-data--filtertotal {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .datastudy-filter-data--filtertotal {
    font-size: 0.75rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .datastudy-filter-data--filtertotal {
    display: block;
  }
}
.datastudy-filter-data--filtertotal-sort {
  position: relative;
  padding-right: 30px;
  display: flex;
  gap: 3px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .datastudy-filter-data--filtertotal-sort {
    margin-bottom: 15px;
  }
}
.datastudy-filter-data--filtertotal-sort:after {
  content: "";
  background-image: url("../assets/icons/icon-sort.svg");
  width: 18px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 2px;
  background-size: contain;
}
@media (max-width: 991px) {
  .datastudy-filter-data--filtertotal-sort:after {
    right: unset;
    margin-left: 15px;
  }
}
.datastudy-filter-data--filtertotal-sort .sort-dropdown--data {
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  margin-top: 5px;
  min-inline-size: max-content;
}
.datastudy-filter-data--filtertotal-sort .sort-dropdown--data li {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .datastudy-filter-data--filtertotal-sort .sort-dropdown--data li {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .datastudy-filter-data--filtertotal-sort .sort-dropdown--data li {
    font-size: 0.75rem;
    line-height: normal;
  }
}
.datastudy-filter-data--filtertotal-sort.open .sort-dropdown--data {
  opacity: 1;
}
.datastudy-filter-data--info {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .datastudy-filter-data--info {
    display: block;
  }
}
.datastudy-filter-data--info span.filter-label {
  padding: 10px 50px 10px 20px;
  color: rgb(0, 167, 103);
  font-size: 20px;
  border: 1px solid rgb(0, 167, 103);
  display: block;
  cursor: pointer;
  font-weight: 400;
  position: relative;
}
@media (max-width: 991px) {
  .datastudy-filter-data--info span.filter-label {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    font-size: 18px;
  }
}
.datastudy-filter-data--info span.filter-label:after {
  content: "";
  background-image: url("../assets/icons/icon-close_green.svg");
  width: 23px;
  height: 23px;
  position: absolute;
  right: 15px;
  top: 8px;
  background-size: contain;
}

#datastudy-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 75px;
  row-gap: 39px;
}
@media (max-width: 991px) {
  #datastudy-posts {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
}
#datastudy-posts .datastudy-post {
  height: 356px;
  position: relative;
}
#datastudy-posts .datastudy-post--content {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80%;
  padding: 25px;
  color: rgb(255, 255, 255);
  background-color: rgb(26, 29, 86);
}
@media (max-width: 991px) {
  #datastudy-posts .datastudy-post--content {
    padding: 20px;
    bottom: -13px;
  }
}
#datastudy-posts .datastudy-post--content h4 {
  color: rgb(255, 255, 255);
}
#datastudy-posts .datastudy-post--img {
  width: 100%;
  height: 100%;
}
#datastudy-posts .datastudy-post--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#pn-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#pn-pagination-wrapper .pn-pagination-outer #pn-pagination {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
#pn-pagination-wrapper .pn-pagination-outer #pn-pagination li {
  font-size: 1.375rem;
  line-height: 129%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  font-weight: 600;
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
  margin: 30px 0;
}
@media (min-width: 1400px) {
  #pn-pagination-wrapper .pn-pagination-outer #pn-pagination li {
    font-size: 1.375rem;
    line-height: 129%;
  }
}
@media (max-width: 575px) {
  #pn-pagination-wrapper .pn-pagination-outer #pn-pagination li {
    font-size: 1.25rem;
    line-height: 129%;
  }
}
#pn-pagination-wrapper .pn-pagination-outer #pn-pagination li.active {
  background-color: rgb(26, 29, 86);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pn-pagination-wrapper .pn-pagination-outer #pn-pagination li.ellipsis {
  margin: 0 10px;
}
#pn-pagination-wrapper .pn-pagination-outer #pn-pagination li a {
  font-size: 1.375rem;
  line-height: 129%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  font-weight: 600;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
  text-decoration: none;
}
@media (min-width: 1400px) {
  #pn-pagination-wrapper .pn-pagination-outer #pn-pagination li a {
    font-size: 1.375rem;
    line-height: 129%;
  }
}
@media (max-width: 575px) {
  #pn-pagination-wrapper .pn-pagination-outer #pn-pagination li a {
    font-size: 1.25rem;
    line-height: 129%;
  }
}
#pn-pagination-wrapper .pn-prev.inactive,
#pn-pagination-wrapper .pn-next.inactive {
  opacity: 0.3;
}
#pn-pagination-wrapper .pn-next {
  margin-left: 10px;
}
#pn-pagination-wrapper .pn-prev {
  margin-right: 10px;
}
#pn-pagination-wrapper .pn-prev i {
  transform: rotate(180deg);
}

#table-of-contents {
  counter-reset: section;
}
#table-of-contents li a {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
#table-of-contents li a:before {
  content: "";
  background-image: url("../assets/icons/arrow-to-top_blue.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  transform: rotate(180deg);
  background-size: contain;
}
#table-of-contents li a h4:before {
  counter-increment: section;
  content: counter(section) ". ";
}

.post-type-archive-news .news #news-content,
.post-type-archive-news .news #searchpage-content,
.post-type-archive-news .searchpage #news-content,
.post-type-archive-news .searchpage #searchpage-content,
.page-template-searchpage .news #news-content,
.page-template-searchpage .news #searchpage-content,
.page-template-searchpage .searchpage #news-content,
.page-template-searchpage .searchpage #searchpage-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 1fr;
}
@media (max-width: 991px) {
  .post-type-archive-news .news #news-content,
  .post-type-archive-news .news #searchpage-content,
  .post-type-archive-news .searchpage #news-content,
  .post-type-archive-news .searchpage #searchpage-content,
  .page-template-searchpage .news #news-content,
  .page-template-searchpage .news #searchpage-content,
  .page-template-searchpage .searchpage #news-content,
  .page-template-searchpage .searchpage #searchpage-content {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-news .news #news-content a,
.post-type-archive-news .news #searchpage-content a,
.post-type-archive-news .searchpage #news-content a,
.post-type-archive-news .searchpage #searchpage-content a,
.page-template-searchpage .news #news-content a,
.page-template-searchpage .news #searchpage-content a,
.page-template-searchpage .searchpage #news-content a,
.page-template-searchpage .searchpage #searchpage-content a {
  text-decoration: none;
  transition: 1s;
}
.post-type-archive-news .news #news-content a .news-item,
.post-type-archive-news .news #news-content a .page-item,
.post-type-archive-news .news #searchpage-content a .news-item,
.post-type-archive-news .news #searchpage-content a .page-item,
.post-type-archive-news .searchpage #news-content a .news-item,
.post-type-archive-news .searchpage #news-content a .page-item,
.post-type-archive-news .searchpage #searchpage-content a .news-item,
.post-type-archive-news .searchpage #searchpage-content a .page-item,
.page-template-searchpage .news #news-content a .news-item,
.page-template-searchpage .news #news-content a .page-item,
.page-template-searchpage .news #searchpage-content a .news-item,
.page-template-searchpage .news #searchpage-content a .page-item,
.page-template-searchpage .searchpage #news-content a .news-item,
.page-template-searchpage .searchpage #news-content a .page-item,
.page-template-searchpage .searchpage #searchpage-content a .news-item,
.page-template-searchpage .searchpage #searchpage-content a .page-item {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .post-type-archive-news .news #news-content a .news-item,
  .post-type-archive-news .news #news-content a .page-item,
  .post-type-archive-news .news #searchpage-content a .news-item,
  .post-type-archive-news .news #searchpage-content a .page-item,
  .post-type-archive-news .searchpage #news-content a .news-item,
  .post-type-archive-news .searchpage #news-content a .page-item,
  .post-type-archive-news .searchpage #searchpage-content a .news-item,
  .post-type-archive-news .searchpage #searchpage-content a .page-item,
  .page-template-searchpage .news #news-content a .news-item,
  .page-template-searchpage .news #news-content a .page-item,
  .page-template-searchpage .news #searchpage-content a .news-item,
  .page-template-searchpage .news #searchpage-content a .page-item,
  .page-template-searchpage .searchpage #news-content a .news-item,
  .page-template-searchpage .searchpage #news-content a .page-item,
  .page-template-searchpage .searchpage #searchpage-content a .news-item,
  .page-template-searchpage .searchpage #searchpage-content a .page-item {
    flex-direction: column;
  }
}
.post-type-archive-news .news #news-content a .news-item--image,
.post-type-archive-news .news #news-content a .page-item--image,
.post-type-archive-news .news #searchpage-content a .news-item--image,
.post-type-archive-news .news #searchpage-content a .page-item--image,
.post-type-archive-news .searchpage #news-content a .news-item--image,
.post-type-archive-news .searchpage #news-content a .page-item--image,
.post-type-archive-news .searchpage #searchpage-content a .news-item--image,
.post-type-archive-news .searchpage #searchpage-content a .page-item--image,
.page-template-searchpage .news #news-content a .news-item--image,
.page-template-searchpage .news #news-content a .page-item--image,
.page-template-searchpage .news #searchpage-content a .news-item--image,
.page-template-searchpage .news #searchpage-content a .page-item--image,
.page-template-searchpage .searchpage #news-content a .news-item--image,
.page-template-searchpage .searchpage #news-content a .page-item--image,
.page-template-searchpage .searchpage #searchpage-content a .news-item--image,
.page-template-searchpage .searchpage #searchpage-content a .page-item--image {
  overflow: hidden;
  display: block;
  flex: none;
  position: relative;
}
@media (max-width: 991px) {
  .post-type-archive-news .news #news-content a .news-item--image,
  .post-type-archive-news .news #news-content a .page-item--image,
  .post-type-archive-news .news #searchpage-content a .news-item--image,
  .post-type-archive-news .news #searchpage-content a .page-item--image,
  .post-type-archive-news .searchpage #news-content a .news-item--image,
  .post-type-archive-news .searchpage #news-content a .page-item--image,
  .post-type-archive-news .searchpage #searchpage-content a .news-item--image,
  .post-type-archive-news .searchpage #searchpage-content a .page-item--image,
  .page-template-searchpage .news #news-content a .news-item--image,
  .page-template-searchpage .news #news-content a .page-item--image,
  .page-template-searchpage .news #searchpage-content a .news-item--image,
  .page-template-searchpage .news #searchpage-content a .page-item--image,
  .page-template-searchpage .searchpage #news-content a .news-item--image,
  .page-template-searchpage .searchpage #news-content a .page-item--image,
  .page-template-searchpage .searchpage #searchpage-content a .news-item--image,
  .page-template-searchpage .searchpage #searchpage-content a .page-item--image {
    width: 100%;
    aspect-ratio: unset;
  }
}
.post-type-archive-news .news #news-content a .news-item--image img,
.post-type-archive-news .news #news-content a .page-item--image img,
.post-type-archive-news .news #searchpage-content a .news-item--image img,
.post-type-archive-news .news #searchpage-content a .page-item--image img,
.post-type-archive-news .searchpage #news-content a .news-item--image img,
.post-type-archive-news .searchpage #news-content a .page-item--image img,
.post-type-archive-news .searchpage #searchpage-content a .news-item--image img,
.post-type-archive-news .searchpage #searchpage-content a .page-item--image img,
.page-template-searchpage .news #news-content a .news-item--image img,
.page-template-searchpage .news #news-content a .page-item--image img,
.page-template-searchpage .news #searchpage-content a .news-item--image img,
.page-template-searchpage .news #searchpage-content a .page-item--image img,
.page-template-searchpage .searchpage #news-content a .news-item--image img,
.page-template-searchpage .searchpage #news-content a .page-item--image img,
.page-template-searchpage .searchpage #searchpage-content a .news-item--image img,
.page-template-searchpage .searchpage #searchpage-content a .page-item--image img {
  width: 200px;
  height: 100%;
  object-fit: cover;
  transition: 1s;
  aspect-ratio: 4/3;
}
@media (max-width: 991px) {
  .post-type-archive-news .news #news-content a .news-item--image img,
  .post-type-archive-news .news #news-content a .page-item--image img,
  .post-type-archive-news .news #searchpage-content a .news-item--image img,
  .post-type-archive-news .news #searchpage-content a .page-item--image img,
  .post-type-archive-news .searchpage #news-content a .news-item--image img,
  .post-type-archive-news .searchpage #news-content a .page-item--image img,
  .post-type-archive-news .searchpage #searchpage-content a .news-item--image img,
  .post-type-archive-news .searchpage #searchpage-content a .page-item--image img,
  .page-template-searchpage .news #news-content a .news-item--image img,
  .page-template-searchpage .news #news-content a .page-item--image img,
  .page-template-searchpage .news #searchpage-content a .news-item--image img,
  .page-template-searchpage .news #searchpage-content a .page-item--image img,
  .page-template-searchpage .searchpage #news-content a .news-item--image img,
  .page-template-searchpage .searchpage #news-content a .page-item--image img,
  .page-template-searchpage .searchpage #searchpage-content a .news-item--image img,
  .page-template-searchpage .searchpage #searchpage-content a .page-item--image img {
    aspect-ratio: 4/3;
    width: 100%;
  }
}
.post-type-archive-news .news #news-content a .news-item--content,
.post-type-archive-news .news #news-content a .page-item--content,
.post-type-archive-news .news #searchpage-content a .news-item--content,
.post-type-archive-news .news #searchpage-content a .page-item--content,
.post-type-archive-news .searchpage #news-content a .news-item--content,
.post-type-archive-news .searchpage #news-content a .page-item--content,
.post-type-archive-news .searchpage #searchpage-content a .news-item--content,
.post-type-archive-news .searchpage #searchpage-content a .page-item--content,
.page-template-searchpage .news #news-content a .news-item--content,
.page-template-searchpage .news #news-content a .page-item--content,
.page-template-searchpage .news #searchpage-content a .news-item--content,
.page-template-searchpage .news #searchpage-content a .page-item--content,
.page-template-searchpage .searchpage #news-content a .news-item--content,
.page-template-searchpage .searchpage #news-content a .page-item--content,
.page-template-searchpage .searchpage #searchpage-content a .news-item--content,
.page-template-searchpage .searchpage #searchpage-content a .page-item--content {
  background-color: #EBF0F2;
  padding: 20px;
  width: 100%;
}
.post-type-archive-news .news #news-content a .news-item--content h4,
.post-type-archive-news .news #news-content a .page-item--content h4,
.post-type-archive-news .news #searchpage-content a .news-item--content h4,
.post-type-archive-news .news #searchpage-content a .page-item--content h4,
.post-type-archive-news .searchpage #news-content a .news-item--content h4,
.post-type-archive-news .searchpage #news-content a .page-item--content h4,
.post-type-archive-news .searchpage #searchpage-content a .news-item--content h4,
.post-type-archive-news .searchpage #searchpage-content a .page-item--content h4,
.page-template-searchpage .news #news-content a .news-item--content h4,
.page-template-searchpage .news #news-content a .page-item--content h4,
.page-template-searchpage .news #searchpage-content a .news-item--content h4,
.page-template-searchpage .news #searchpage-content a .page-item--content h4,
.page-template-searchpage .searchpage #news-content a .news-item--content h4,
.page-template-searchpage .searchpage #news-content a .page-item--content h4,
.page-template-searchpage .searchpage #searchpage-content a .news-item--content h4,
.page-template-searchpage .searchpage #searchpage-content a .page-item--content h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-type-archive-news .news #news-content a .news-item--content p,
.post-type-archive-news .news #news-content a .page-item--content p,
.post-type-archive-news .news #searchpage-content a .news-item--content p,
.post-type-archive-news .news #searchpage-content a .page-item--content p,
.post-type-archive-news .searchpage #news-content a .news-item--content p,
.post-type-archive-news .searchpage #news-content a .page-item--content p,
.post-type-archive-news .searchpage #searchpage-content a .news-item--content p,
.post-type-archive-news .searchpage #searchpage-content a .page-item--content p,
.page-template-searchpage .news #news-content a .news-item--content p,
.page-template-searchpage .news #news-content a .page-item--content p,
.page-template-searchpage .news #searchpage-content a .news-item--content p,
.page-template-searchpage .news #searchpage-content a .page-item--content p,
.page-template-searchpage .searchpage #news-content a .news-item--content p,
.page-template-searchpage .searchpage #news-content a .page-item--content p,
.page-template-searchpage .searchpage #searchpage-content a .news-item--content p,
.page-template-searchpage .searchpage #searchpage-content a .page-item--content p {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-type-archive-news .news #news-content a:hover,
.post-type-archive-news .news #searchpage-content a:hover,
.post-type-archive-news .searchpage #news-content a:hover,
.post-type-archive-news .searchpage #searchpage-content a:hover,
.page-template-searchpage .news #news-content a:hover,
.page-template-searchpage .news #searchpage-content a:hover,
.page-template-searchpage .searchpage #news-content a:hover,
.page-template-searchpage .searchpage #searchpage-content a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.post-type-archive-news .news #news-content a:hover .news-item--image img,
.post-type-archive-news .news #searchpage-content a:hover .news-item--image img,
.post-type-archive-news .searchpage #news-content a:hover .news-item--image img,
.post-type-archive-news .searchpage #searchpage-content a:hover .news-item--image img,
.page-template-searchpage .news #news-content a:hover .news-item--image img,
.page-template-searchpage .news #searchpage-content a:hover .news-item--image img,
.page-template-searchpage .searchpage #news-content a:hover .news-item--image img,
.page-template-searchpage .searchpage #searchpage-content a:hover .news-item--image img {
  scale: 1.1;
}

.page-content-data.news {
  min-height: 100vh;
}

.post-type-archive-beratungen .beratungen #beratungen-content a {
  text-decoration: none;
  transition: 1s;
}
.post-type-archive-beratungen .beratungen #beratungen-content a .beratungen-item {
  background-color: #CCE5EA;
  padding: 20px;
  margin-bottom: 13px;
  transition: 0.3s;
  position: relative;
}
.post-type-archive-beratungen .beratungen #beratungen-content a .beratungen-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: rgb(0, 126, 149);
  transition: 0.3s;
}
.post-type-archive-beratungen .beratungen #beratungen-content a .beratungen-item--content p {
  display: flex;
}
.post-type-archive-beratungen .beratungen #beratungen-content a .beratungen-item--content p span:first-child {
  width: 100px;
}
.post-type-archive-beratungen .beratungen #beratungen-content a .beratungen-item .categories {
  margin-bottom: 10px;
}
.post-type-archive-beratungen .beratungen #beratungen-content a:hover .beratungen-item {
  background-color: rgba(0, 126, 149, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.post-type-archive-beratungen .beratungen #beratungen-content a:hover .beratungen-item:before {
  width: 4px;
}
.post-type-archive-beratungen .beratungen .search-container {
  margin: 0 auto 15px;
}

.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content,
.post-type-archive-veranstaltungen .searchpage #searchpage-content,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content,
.page-template-searchpage .veranstaltungen #veranstaltungen-content,
.page-template-searchpage .veranstaltungen #searchpage-content,
.page-template-searchpage .searchpage #veranstaltungen-content,
.page-template-searchpage .searchpage #searchpage-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 1fr;
}
@media (max-width: 991px) {
  .post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content,
  .post-type-archive-veranstaltungen .veranstaltungen #searchpage-content,
  .post-type-archive-veranstaltungen .searchpage #veranstaltungen-content,
  .post-type-archive-veranstaltungen .searchpage #searchpage-content,
  .page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content,
  .page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content,
  .page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content,
  .page-template-page-veranstaltungsarchiv .searchpage #searchpage-content,
  .page-template-searchpage .veranstaltungen #veranstaltungen-content,
  .page-template-searchpage .veranstaltungen #searchpage-content,
  .page-template-searchpage .searchpage #veranstaltungen-content,
  .page-template-searchpage .searchpage #searchpage-content {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a,
.page-template-searchpage .veranstaltungen #searchpage-content a,
.page-template-searchpage .searchpage #veranstaltungen-content a,
.page-template-searchpage .searchpage #searchpage-content a {
  text-decoration: none;
  transition: 1s;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item,
  .post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item,
  .post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item,
  .post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item,
  .page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item,
  .page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item,
  .page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item,
  .page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item,
  .page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item,
  .page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item,
  .page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item,
  .page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item {
    flex-direction: column;
  }
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--image,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--image,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--image,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--image,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--image,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--image,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--image,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--image,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--image {
  overflow: hidden;
  width: 200px;
  display: block;
  flex: none;
  position: relative;
  aspect-ratio: 4/3;
}
@media (max-width: 991px) {
  .post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image,
  .post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--image,
  .post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--image,
  .post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--image,
  .page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image,
  .page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--image,
  .page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--image,
  .page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--image,
  .page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image,
  .page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--image,
  .page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--image,
  .page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--image {
    width: 100%;
  }
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image img,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--image img,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--image img,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--image img,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image img,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--image img,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--image img,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--image img,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image img,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--image img,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--image img,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--image img {
  width: 200px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: 1s;
  aspect-ratio: 4/3;
}
@media (max-width: 991px) {
  .post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image img,
  .post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--image img,
  .post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--image img,
  .post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--image img,
  .page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image img,
  .page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--image img,
  .page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--image img,
  .page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--image img,
  .page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--image img,
  .page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--image img,
  .page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--image img,
  .page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--image img {
    width: 100%;
  }
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--content,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--content,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--content,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--content,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--content,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--content,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--content,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--content,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--content,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--content,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--content,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--content {
  background-color: #EBF0F2;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--content h4,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--content h4,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--content h4,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--content h4,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--content h4,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--content h4,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--content h4,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--content h4,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--content h4,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--content h4,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--content h4,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--content h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--content p,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--content p,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--content p,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--content p,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--content p,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--content p,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--content p,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--content p,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--content p,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--content p,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--content p,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--info,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--info,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--info,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--info,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--info,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--info,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--info,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--info,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--info {
  margin: 10px 0;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-date,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-date,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-date,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--info .content-date,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-date,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-date,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-date,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--info .content-date,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-date,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-date,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-date,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--info .content-date {
  padding: 0 10px 0 20px;
  position: relative;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-date:before,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-date:before,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-date:before,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--info .content-date:before,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-date:before,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-date:before,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-date:before,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--info .content-date:before,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-date:before,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-date:before,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-date:before,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--info .content-date:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/icon-calendar_blue.svg");
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-location,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-location,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-location,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--info .content-location,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-location,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-location,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-location,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--info .content-location,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-location,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-location,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-location,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--info .content-location {
  padding: 0 10px 0 20px;
  position: relative;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-location:before,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-location:before,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-location:before,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--info .content-location:before,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-location:before,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-location:before,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-location:before,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--info .content-location:before,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-location:before,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-location:before,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-location:before,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--info .content-location:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/icon-location_blue.svg");
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-focus,
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-focus,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-archive,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-focus,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--info .content-focus,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--info .content-archive,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-focus,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-focus,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-archive,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-focus,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--info .content-focus,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--info .content-archive,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-focus,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-focus,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-archive,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-focus,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--info .content-focus,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--info .content-archive {
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  padding: 1px 3px;
  align-items: flex-start;
  gap: 10px;
  background-color: rgba(255, 205, 0, 0.5);
  position: relative;
  top: -2px;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-archive,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a .veranstaltungen-item--info .content-archive,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-archive,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a .veranstaltungen-item--info .content-archive,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.page-template-searchpage .veranstaltungen #searchpage-content a .veranstaltungen-item--info .content-archive,
.page-template-searchpage .searchpage #veranstaltungen-content a .veranstaltungen-item--info .content-archive,
.page-template-searchpage .searchpage #searchpage-content a .veranstaltungen-item--info .content-archive {
  background-color: rgba(26, 29, 86, 0.5);
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a:hover,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a:hover,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a:hover,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a:hover,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a:hover,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a:hover,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a:hover,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a:hover,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a:hover,
.page-template-searchpage .veranstaltungen #searchpage-content a:hover,
.page-template-searchpage .searchpage #veranstaltungen-content a:hover,
.page-template-searchpage .searchpage #searchpage-content a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a:hover .veranstaltungen-item--image img,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a:hover .veranstaltungen-item--image img,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a:hover .veranstaltungen-item--image img,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a:hover .veranstaltungen-item--image img,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a:hover .veranstaltungen-item--image img,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a:hover .veranstaltungen-item--image img,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a:hover .veranstaltungen-item--image img,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a:hover .veranstaltungen-item--image img,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a:hover .veranstaltungen-item--image img,
.page-template-searchpage .veranstaltungen #searchpage-content a:hover .veranstaltungen-item--image img,
.page-template-searchpage .searchpage #veranstaltungen-content a:hover .veranstaltungen-item--image img,
.page-template-searchpage .searchpage #searchpage-content a:hover .veranstaltungen-item--image img {
  scale: 1.1;
}
.post-type-archive-veranstaltungen .veranstaltungen #veranstaltungen-content a[data-thumb=false] .veranstaltungen-item,
.post-type-archive-veranstaltungen .veranstaltungen #searchpage-content a[data-thumb=false] .veranstaltungen-item,
.post-type-archive-veranstaltungen .searchpage #veranstaltungen-content a[data-thumb=false] .veranstaltungen-item,
.post-type-archive-veranstaltungen .searchpage #searchpage-content a[data-thumb=false] .veranstaltungen-item,
.page-template-page-veranstaltungsarchiv .veranstaltungen #veranstaltungen-content a[data-thumb=false] .veranstaltungen-item,
.page-template-page-veranstaltungsarchiv .veranstaltungen #searchpage-content a[data-thumb=false] .veranstaltungen-item,
.page-template-page-veranstaltungsarchiv .searchpage #veranstaltungen-content a[data-thumb=false] .veranstaltungen-item,
.page-template-page-veranstaltungsarchiv .searchpage #searchpage-content a[data-thumb=false] .veranstaltungen-item,
.page-template-searchpage .veranstaltungen #veranstaltungen-content a[data-thumb=false] .veranstaltungen-item,
.page-template-searchpage .veranstaltungen #searchpage-content a[data-thumb=false] .veranstaltungen-item,
.page-template-searchpage .searchpage #veranstaltungen-content a[data-thumb=false] .veranstaltungen-item,
.page-template-searchpage .searchpage #searchpage-content a[data-thumb=false] .veranstaltungen-item {
  display: block;
  width: 100%;
}
.post-type-archive-veranstaltungen .veranstaltungen .archive-link,
.post-type-archive-veranstaltungen .searchpage .archive-link,
.page-template-page-veranstaltungsarchiv .veranstaltungen .archive-link,
.page-template-page-veranstaltungsarchiv .searchpage .archive-link,
.page-template-searchpage .veranstaltungen .archive-link,
.page-template-searchpage .searchpage .archive-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .post-type-archive-veranstaltungen .veranstaltungen .archive-link,
  .post-type-archive-veranstaltungen .searchpage .archive-link,
  .page-template-page-veranstaltungsarchiv .veranstaltungen .archive-link,
  .page-template-page-veranstaltungsarchiv .searchpage .archive-link,
  .page-template-searchpage .veranstaltungen .archive-link,
  .page-template-searchpage .searchpage .archive-link {
    margin: 35px 0;
  }
}
.post-type-archive-veranstaltungen .veranstaltungen .search-container,
.post-type-archive-veranstaltungen .searchpage .search-container,
.page-template-page-veranstaltungsarchiv .veranstaltungen .search-container,
.page-template-page-veranstaltungsarchiv .searchpage .search-container,
.page-template-searchpage .veranstaltungen .search-container,
.page-template-searchpage .searchpage .search-container {
  margin-bottom: 27px;
}
.post-type-archive-veranstaltungen #main[data-range="1"] .content-focus,
.page-template-page-veranstaltungsarchiv #main[data-range="1"] .content-focus,
.page-template-searchpage #main[data-range="1"] .content-focus {
  display: none !important;
}
.post-type-archive-veranstaltungen #main[data-range="2"] .content-archive,
.page-template-page-veranstaltungsarchiv #main[data-range="2"] .content-archive,
.page-template-searchpage #main[data-range="2"] .content-archive {
  display: none !important;
}

.post-type-archive-foerderungen .foerderungen #foerderungen-content .foerderungen-item {
  background-color: #CCE5EA;
  padding: 20px;
  margin-bottom: 13px;
  transition: 0.3s;
  position: relative;
}
.post-type-archive-foerderungen .foerderungen #foerderungen-content .foerderungen-item p {
  margin-top: 5px;
  display: flex;
}
@media (max-width: 767px) {
  .post-type-archive-foerderungen .foerderungen #foerderungen-content .foerderungen-item p {
    font-size: 12px;
  }
}
.post-type-archive-foerderungen .foerderungen #foerderungen-content .foerderungen-item p span:first-child {
  width: 300px;
}
@media (max-width: 767px) {
  .post-type-archive-foerderungen .foerderungen #foerderungen-content .foerderungen-item p span:first-child {
    width: 200px;
  }
}
.post-type-archive-foerderungen .foerderungen #foerderungen-content .foerderungen-item p span:last-child {
  width: 100%;
}
.post-type-archive-foerderungen .foerderungen #foerderungen-content .foerderungen-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: rgb(0, 126, 149);
  transition: 0.3s;
}
.post-type-archive-foerderungen .foerderungen .search-container {
  margin: 0 0 13px;
}

.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content a {
  text-decoration: none;
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content a:hover .emkonzepte-item {
  background-color: rgba(0, 126, 149, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content a:hover .emkonzepte-item:before {
  width: 4px;
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item {
  background-color: #CCE5EA;
  padding: 20px;
  margin-bottom: 13px;
  transition: 0.3s;
  position: relative;
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item p {
  margin-top: 5px;
  display: flex;
}
@media (max-width: 767px) {
  .post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item p {
    font-size: 12px;
  }
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item p span:first-child {
  width: 50%;
}
@media (max-width: 767px) {
  .post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item p span:first-child {
    width: 200px;
  }
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item p span:last-child {
  width: 100%;
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: rgb(0, 126, 149);
  transition: 0.3s;
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item--content {
  padding: 20px;
  height: 100%;
  width: 100%;
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item--content .emkonzept-content {
  display: flex;
}
@media (max-width: 991px) {
  .post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item--content .emkonzept-content {
    display: block;
  }
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item--content .emkonzept-content .left {
  width: 50%;
}
@media (max-width: 991px) {
  .post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item--content .emkonzept-content .left {
    width: 100%;
  }
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item--content .emkonzept-content .left .bundesmittel {
  margin-top: 0;
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item--content .emkonzept-content .right {
  width: 50%;
}
@media (max-width: 991px) {
  .post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item--content .emkonzept-content .right {
    width: 100%;
  }
}
.post-type-archive-emkonzepte .emkonzepte #emkonzepte-content .emkonzepte-item--content .item-tags {
  margin-bottom: 10px;
}
.post-type-archive-emkonzepte .emkonzepte .search-container {
  margin: 0 0 13px;
}

.post-type-archive-projekte .projekte #projekte-content a {
  text-decoration: none;
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item {
  background-color: #CCE5EA;
  margin-bottom: 13px;
  transition: 0.3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 100px;
  height: 160px;
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item--image {
  width: 150px;
  aspect-ratio: 4/3;
  overflow: hidden;
  flex: none;
}
@media (max-width: 991px) {
  .post-type-archive-projekte .projekte #projekte-content .projekte-item--image {
    display: none;
  }
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item--image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item--content {
  padding: 20px;
  width: 90%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .post-type-archive-projekte .projekte #projekte-content .projekte-item--content {
    width: unset;
  }
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item--content .item-tags {
  gap: 10px;
  margin-bottom: 10px;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item--content .item-tags::-webkit-scrollbar {
  height: 0;
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item--content .item-tags .tag {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  margin-bottom: 3px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(255, 205, 0, 0.75);
  font-size: 13px;
  font-weight: 600;
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item--content h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item--content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: rgb(0, 126, 149);
  transition: 0.3s;
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item:hover {
  background-color: rgba(0, 126, 149, 0.5);
}
.post-type-archive-projekte .projekte #projekte-content .projekte-item:hover:before {
  width: 4px;
}
.post-type-archive-projekte .projekte .search-container {
  margin: 0 0 13px;
}

.single-projekte {
  color: rgb(190, 204, 213);
}
.single-projekte .projekte--body-text {
  margin-bottom: 64px;
}
.single-projekte .projekte--body-text.intro p {
  font-weight: bold;
}
.single-projekte .projekte--body-text p {
  margin: 10px 0;
}
.single-projekte .forderkennzeichen .projekte--forderkennzeichen-title {
  font-size: 18px;
  font-weight: 700;
}
.single-projekte .forderkennzeichen .projekte--forderkennzeichen-data {
  font-size: 18px;
  font-weight: 400;
}
.single-projekte .content-element.links {
  padding: 44px 0;
}
.single-projekte .content-element.downloadblock {
  margin: 44px 0;
}
.single-projekte .content-element .em-image-gallery {
  margin: 44px 0;
}

.page-template-searchpage #searchpage-content .projekte-item,
.page-template-searchpage #searchpage-content .beratungen-item,
.page-template-searchpage #searchpage-content .medien-item,
.page-template-searchpage #searchpage-content .emkonzepte-item,
.page-template-searchpage #searchpage-content .regulatorik-item,
.page-template-searchpage #searchpage-content .faktencheck-item {
  padding: 20px;
}

.post-type-archive-faktencheck .faktencheck #faktencheck-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 1fr;
}
@media (max-width: 991px) {
  .post-type-archive-faktencheck .faktencheck #faktencheck-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.post-type-archive-faktencheck .faktencheck #faktencheck-content a {
  text-decoration: none;
  transition: 1s;
}
.post-type-archive-faktencheck .faktencheck #faktencheck-content a .faktencheck-item {
  position: relative;
  height: 100%;
  backdrop-filter: saturate(180%) blur(20px);
  overflow: hidden;
  padding: 0;
  display: flex;
}
.post-type-archive-faktencheck .faktencheck #faktencheck-content a .faktencheck-item .item--background-image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
  transition: 0.3s;
}
.post-type-archive-faktencheck .faktencheck #faktencheck-content a .faktencheck-item .item--background-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  transition: 0.3s;
}
.post-type-archive-faktencheck .faktencheck #faktencheck-content a .faktencheck-item .item--content {
  position: relative;
  z-index: 4;
  background-color: rgba(0, 126, 149, 0.2);
  padding: 20px;
}
.post-type-archive-faktencheck .faktencheck #faktencheck-content a .faktencheck-item .item--content h4:after {
  content: "";
  width: 58px;
  height: 4px;
  background-color: rgb(26, 29, 86);
  display: block;
  margin: 10px 0;
}
.post-type-archive-faktencheck .faktencheck #faktencheck-content a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.post-type-archive-faktencheck .faktencheck #faktencheck-content a:hover .item--background-image img {
  transform: scale(1.1);
}
.post-type-archive-faktencheck .faktencheck #faktencheck-content a:hover .item--background-blur {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
}
.post-type-archive-faktencheck .faktencheck .search-container {
  margin: 0 auto 8px;
}
.post-type-archive-faktencheck .faktencheck .category-switcher {
  margin-bottom: 57px;
}

.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item {
  background-color: #CCE5EA;
  padding: 20px;
  position: relative;
  margin-bottom: 13px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item {
    margin-bottom: 10px;
  }
}
.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item:last-child {
  margin-bottom: 0;
}
.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: rgb(0, 126, 149);
  transition: 0.3s;
}
.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item .item--content-header {
  position: relative;
  cursor: pointer;
}
.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item .item--content-header p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item .item--content-header p {
    font-size: 12px;
  }
}
.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item .item--content-header:after {
  content: "";
  background: url(../assets/icons/icon-expand_black.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  transition: 0.3s;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
}
@media (max-width: 991px) {
  .post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item .item--content-header h4 {
    max-width: 80%;
  }
}
.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item .item--content-content {
  display: none;
}
.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item .item--content-content p {
  padding: 10px 0;
}
.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item .item--content.open .item--content-header:after {
  transform: translateY(-50%) rotate(180deg);
}
.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item:hover {
  background-color: rgba(0, 126, 149, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item:hover {
    background-color: #CCE5EA;
    box-shadow: unset;
  }
}
.post-type-archive-regulatorik .regulatorik #regulatorik-content .regulatorik-item:hover:before {
  width: 4px;
}
.post-type-archive-regulatorik .regulatorik .filter-data--filtertotal-sort {
  display: none;
}
.post-type-archive-regulatorik .regulatorik .search-container {
  margin: 0 auto 8px;
}
.post-type-archive-regulatorik .regulatorik .category-switcher {
  margin-bottom: 57px;
}

.post-type-archive-medien .medien #medien-content a {
  text-decoration: none;
  transition: 1s;
}
.post-type-archive-medien .medien #medien-content a:last-child .medien-item {
  margin-bottom: 0;
}
.post-type-archive-medien .medien #medien-content .medien-item {
  background-color: #CCE5EA;
  padding: 20px;
  position: relative;
  margin-bottom: 13px;
  transition: 0.3s;
}
.post-type-archive-medien .medien #medien-content .medien-item--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-type-archive-medien .medien #medien-content .medien-item--content .content-data h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.post-type-archive-medien .medien #medien-content .medien-item--content .content-data p {
  margin-top: 10px;
}
.post-type-archive-medien .medien #medien-content .medien-item--content .content-teaser img {
  display: block;
  height: 50px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .post-type-archive-medien .medien #medien-content .medien-item--content .content-teaser {
    display: none;
  }
}
.post-type-archive-medien .medien #medien-content .medien-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: rgb(0, 126, 149);
  transition: 0.3s;
}
.post-type-archive-medien .medien #medien-content .medien-item:hover {
  background-color: rgba(0, 126, 149, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.post-type-archive-medien .medien #medien-content .medien-item:hover:before {
  width: 4px;
}
.post-type-archive-medien .medien #medien-content .medien-item:last-child .medien-item {
  margin-bottom: 0;
}
.post-type-archive-medien .medien .search-container {
  margin: 0 auto 8px;
}

.category-switcher,
.cont-switcher {
  border-bottom: 1px solid rgb(190, 204, 213);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .category-switcher,
  .cont-switcher {
    background-color: rgba(190, 204, 213, 0.3);
    border-top: 1px solid rgb(190, 204, 213);
  }
}
.category-switcher ul,
.cont-switcher ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  .category-switcher ul,
  .cont-switcher ul {
    flex-direction: column;
    gap: 0;
  }
}
.category-switcher ul li,
.cont-switcher ul li {
  padding: 10px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .category-switcher ul li,
  .cont-switcher ul li {
    order: 1;
    padding: 17px 0;
    position: relative;
  }
}
.category-switcher ul li.active,
.cont-switcher ul li.active {
  position: relative;
}
@media (max-width: 767px) {
  .category-switcher ul li.active,
  .cont-switcher ul li.active {
    order: 0;
  }
}
.category-switcher ul li.active:after,
.cont-switcher ul li.active:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: rgb(26, 29, 86);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .category-switcher ul li.active:after,
  .cont-switcher ul li.active:after {
    display: none;
  }
}
.category-switcher ul li:hover,
.cont-switcher ul li:hover {
  position: relative;
}
.category-switcher ul li:hover:after,
.cont-switcher ul li:hover:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: rgb(26, 29, 86);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .category-switcher ul li:hover:after,
  .cont-switcher ul li:hover:after {
    display: none;
  }
}
.category-switcher.mobile .category-switcher--button,
.category-switcher.mobile .cont-switcher--button,
.cont-switcher.mobile .category-switcher--button,
.cont-switcher.mobile .cont-switcher--button {
  padding: 17px 0;
  position: relative;
  display: flex;
}
.category-switcher.mobile .category-switcher--button .choosetext,
.category-switcher.mobile .cont-switcher--button .choosetext,
.cont-switcher.mobile .category-switcher--button .choosetext,
.cont-switcher.mobile .cont-switcher--button .choosetext {
  position: absolute;
  right: 40px;
  font-size: 12px;
  font-weight: 400;
}
.category-switcher.mobile .category-switcher--button:after,
.category-switcher.mobile .cont-switcher--button:after,
.cont-switcher.mobile .category-switcher--button:after,
.cont-switcher.mobile .cont-switcher--button:after {
  content: "";
  background: url(../assets/icons/icon-expand_black.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 14px;
}
.category-switcher.mobile .category-switcher--button.open:after,
.category-switcher.mobile .cont-switcher--button.open:after,
.cont-switcher.mobile .category-switcher--button.open:after,
.cont-switcher.mobile .cont-switcher--button.open:after {
  transform: rotate(180deg);
}
.category-switcher.mobile ul,
.cont-switcher.mobile ul {
  display: none;
  width: 100vw;
  left: calc((100% - 100vw) / 2);
  position: relative;
}
.category-switcher.mobile ul li,
.cont-switcher.mobile ul li {
  padding-right: var(--bs-gutter-x, 30px);
  padding-left: var(--bs-gutter-x, 30px);
  border-top: 1px solid rgb(190, 204, 213);
  font-size: 18px;
  font-weight: 400;
  line-height: 130.7%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-switcher.mobile ul li:before,
.cont-switcher.mobile ul li:before {
  content: "";
  background-image: url(../assets/icons/icon-arrow-forward_black.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.cont-switcher {
  margin-bottom: 0;
}

.search-container {
  border: 1px solid rgb(190, 204, 213);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 55px;
  position: relative;
}
@media (max-width: 991px) {
  .search-container {
    margin: 0 auto 30px;
  }
}
.search-container:before {
  content: "";
  background-image: url("../assets/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
}
.search-container .search-input {
  border: none;
  padding: 15px 20px 15px 55px;
  flex-grow: 1;
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  color: rgb(26, 29, 86);
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .search-container .search-input {
    font-size: 13px;
  }
}
.search-container .search-input::placeholder {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  color: rgb(26, 29, 86);
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .search-container .search-input::placeholder {
    font-size: 13px;
  }
}
.search-container .search-input:focus {
  outline: none;
}
.search-container .search-button {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  color: rgb(0, 167, 103);
  border: none;
  cursor: pointer;
  font-size: 15px;
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: 0.525px;
  text-transform: uppercase;
  background: none;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .search-container .search-button {
    margin: 0;
    padding: 15px 10px;
    font-size: 13px;
  }
}

#header .header-inner--search {
  position: relative;
}
#header .header-inner--search a {
  z-index: 1;
  position: relative;
  margin-top: -1px;
  margin-right: 6px;
}
#header .header-inner--search .search-container {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: -4px;
  border-radius: 35px;
  border: 2px solid rgba(0, 167, 103, 0.5);
  transition: 0.3s;
  height: 45px;
}
#header .header-inner--search .search-container .search-input {
  padding: 5px 30px 5px 20px;
  min-width: 300px;
}
#header .header-inner--search .search-container .search-button {
  display: none;
}
#header .header-inner--search .search-container:before {
  display: none;
}
#header .header-inner--search .close-search-button {
  background-color: rgb(205, 205, 205);
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  position: absolute;
  right: -50px;
  top: -2px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
#header .header-inner--bottom .main-header-navigation {
  transition: 0.3s;
}
#header .header-inner--bottom.search-active .right .main-header-navigation {
  opacity: 0;
  pointer-events: none;
}
#header .header-inner--bottom.search-active .right .search-container {
  opacity: 1;
  pointer-events: all;
}
#header .header-inner--bottom.search-active .right .header-inner--search a {
  background-color: rgb(255, 255, 255);
}
#header .header-inner--bottom.search-active .right .header-inner--search a:hover {
  background-color: rgb(255, 255, 255) !important;
}
#header .header-inner--bottom.search-active .right .header-inner--search .close-search-button {
  opacity: 1;
  pointer-events: all;
}

.filter-data--filtertotal {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .filter-data--filtertotal {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .filter-data--filtertotal {
    font-size: 0.75rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .filter-data--filtertotal {
    gap: 0;
  }
}
.filter-data--filtertotal-total {
  width: unset;
}
.filter-data--filtertotal-sort {
  position: relative;
  padding-right: 40px;
  display: flex;
  gap: 3px;
  cursor: pointer;
  width: unset;
}
@media (max-width: 991px) {
  .filter-data--filtertotal-sort {
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.filter-data--filtertotal-sort .sort-dropdown,
.filter-data--filtertotal-sort .sort-dropdown--search {
  display: flex;
  gap: 5px;
  position: relative;
}
.filter-data--filtertotal-sort .sort-dropdown:after,
.filter-data--filtertotal-sort .sort-dropdown--search:after {
  content: "";
  background-image: url("../assets/icons/icon-sort.svg");
  width: 18px;
  height: 12px;
  position: absolute;
  right: -25px;
  top: 2px;
  background-size: contain;
}
@media (max-width: 991px) {
  .filter-data--filtertotal-sort .sort-dropdown:after,
  .filter-data--filtertotal-sort .sort-dropdown--search:after {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .filter-data--filtertotal-sort .sort-dropdown,
  .filter-data--filtertotal-sort .sort-dropdown--search {
    position: relative;
  }
}
.filter-data--filtertotal-sort .sort-dropdown--data,
.filter-data--filtertotal-sort .sort-dropdown--search--data {
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  margin-top: 5px;
  min-inline-size: max-content;
  pointer-events: none;
  right: -25px;
  top: 20px;
}
.filter-data--filtertotal-sort .sort-dropdown--data li,
.filter-data--filtertotal-sort .sort-dropdown--search--data li {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .filter-data--filtertotal-sort .sort-dropdown--data li,
  .filter-data--filtertotal-sort .sort-dropdown--search--data li {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .filter-data--filtertotal-sort .sort-dropdown--data li,
  .filter-data--filtertotal-sort .sort-dropdown--search--data li {
    font-size: 0.75rem;
    line-height: normal;
  }
}
.filter-data--filtertotal-sort.open .sort-dropdown--data {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 991px) {
  .pn-filter {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #FFFFFF;
    overflow-y: scroll;
    transition: 0.3s;
    padding: 15px 10px;
  }
}
.pn-filter-header {
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .pn-filter-header {
    margin-top: 19px;
  }
}
.pn-filter-item {
  border-top: 1px solid rgb(190, 204, 213);
}
.pn-filter-item h5 {
  font-size: 1.125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .pn-filter-item h5 {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .pn-filter-item h5 {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .pn-filter-item h5 {
    padding: 15px 0;
  }
}
.pn-filter-item h5:after {
  content: "";
  background-image: url("../assets/icons/icon-expand.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  transition: 0.3s;
  display: block;
}
.pn-filter-item .filter-input {
  display: none;
  padding-bottom: 20px;
}
.pn-filter-item:last-child {
  border-bottom: 1px solid rgb(190, 204, 213);
}
.pn-filter-item.open h5:after {
  transform: rotate(180deg);
}
.pn-filter input[type=checkbox] {
  position: absolute;
  left: 15px;
  top: -4px;
  -webkit-appearance: none;
  display: none;
}
.pn-filter input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  display: flex;
}
.pn-filter input[type=checkbox] + label:before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url("../assets/icons/checkbox-blank.svg");
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 30px;
  position: relative;
  top: 2px;
}
.pn-filter input[type=checkbox]:checked + label:before {
  background-image: url("../assets/icons/checkbox-checked.svg");
  font-size: 20px;
}
@media (max-width: 991px) {
  .pn-filter.active {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 991px) {
  .pn-filter.active .pn-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.pn-filter.active .pn-filter-header h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pn-filter.active .pn-filter-header h3 span.filter-length {
  display: none;
}
@media (max-width: 991px) {
  .pn-filter.active .pn-filter-header h3:after {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url("../assets/icons/icon-filter.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
  }
}
@media (max-width: 991px) {
  .pn-filter.active .pn-filter-header:after {
    content: "";
    width: 44px;
    height: 44px;
    background-image: url("../assets/icons/icon-close_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .pn-filter.active .pn-filter-item h5 {
    font-size: 1.375rem;
    line-height: 129%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 29, 86);
    font-weight: 600;
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .pn-filter.active .pn-filter-item h5 {
    font-size: 1.375rem;
    line-height: 129%;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .pn-filter.active .pn-filter-item h5 {
    font-size: 1.25rem;
    line-height: 129%;
  }
}

@media (max-width: 991px) {
  .pn-filter-button--mobile {
    display: inline-flex;
    padding: 8px 15px 7px 20px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgb(26, 29, 86);
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .pn-filter-button--mobile:after {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url("../assets/icons/icon-filter.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
  }
}
@media (min-width: 992px) {
  .pn-filter-button--mobile {
    display: none;
  }
}
.pn-filter-button--mobile span.filter-length {
  display: none;
}

.single .page-header--content .categories {
  margin-top: 30px;
}
.single.single-beratungen .page-header--inner {
  min-height: 420px !important;
}
.single.single-beratungen .page-content-main {
  margin: 70px 0;
}
@media (max-width: 991px) {
  .single.single-beratungen .page-content-main {
    margin: 35px 0;
  }
}
.single.single-beratungen .page-content-main .information-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: -190px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .single.single-beratungen .page-content-main .information-box {
    margin-top: -90px;
    gap: 15px;
    margin-bottom: 35px;
  }
}
.single.single-beratungen .page-content-main .information-box .information-box--inner {
  padding: 20px;
  background-color: #CCE5EA;
}
.single.single-beratungen .page-content-main .information-box h4 {
  margin-bottom: 20px;
}
.single.single-beratungen .page-content-main .information-box .information-box--items .information-box--item {
  display: flex;
  padding: 10px 0;
  border-top: 1px solid rgb(190, 204, 213);
}
@media (max-width: 991px) {
  .single.single-beratungen .page-content-main .information-box .information-box--items .information-box--item {
    flex-direction: column;
  }
}
.single.single-beratungen .page-content-main .information-box .information-box--items .information-box--item .item-name {
  width: 40%;
  padding-right: 20px;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .single.single-beratungen .page-content-main .information-box .information-box--items .information-box--item .item-name {
    font-weight: 700;
  }
}
.single.single-beratungen .page-content-main .information-box .information-box--items .information-box--item .item-content {
  width: 60%;
  word-wrap: break-word;
}
.single.single-beratungen .page-content-main .information-box a {
  color: rgb(0, 167, 103);
}

.page-template-searchpage .searchpage #searchpage-content {
  display: grid;
  grid-template-columns: 1fr;
}
.page-template-searchpage .searchpage #searchpage-content a {
  text-decoration: none;
  transition: 1s;
}
.page-template-searchpage .searchpage #searchpage-content a .page-item {
  position: relative;
  overflow: hidden;
}
.page-template-searchpage .searchpage #searchpage-content a .page-item .item--background-image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
  transition: 0.3s;
}
.page-template-searchpage .searchpage #searchpage-content a .page-item .item--background-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  transition: 0.3s;
}
.page-template-searchpage .searchpage #searchpage-content a .page-item .item--content {
  position: relative;
  z-index: 3;
}
.page-template-searchpage .searchpage #searchpage-content a .page-item .item--content h4:after {
  content: "";
  width: 58px;
  height: 4px;
  background-color: rgb(26, 29, 86);
  display: block;
  margin: 10px 0;
}
.page-template-searchpage .searchpage #searchpage-content a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.page-template-searchpage .searchpage #searchpage-content a:hover .item--background-image img,
.page-template-searchpage .searchpage #searchpage-content a:hover .page-item--image img {
  transform: scale(1.1);
}
.page-template-searchpage .searchpage #searchpage-content a:hover .item--background-blur {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-template-searchpage .searchpage #searchpage-content article {
  min-height: 115px;
  background-color: #EBF0F2;
  display: flex;
  align-items: center;
  height: 100%;
}
.page-template-searchpage .searchpage #searchpage-content article h3 {
  padding-left: 20px;
}
.page-template-searchpage .searchpage #searchpage-content img {
  display: none;
}
.page-template-searchpage .searchpage #searchpage-content .veranstaltungen-item--image {
  display: none !important;
}
.page-template-searchpage .searchpage #searchpage-content .veranstaltungen-item--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-searchpage .searchpage #searchpage-content .item-tags {
  gap: 10px;
  margin-bottom: 10px;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
}
.page-template-searchpage .searchpage #searchpage-content .item-tags::-webkit-scrollbar {
  height: 0;
}
.page-template-searchpage .searchpage #searchpage-content .item-tags .tag {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  margin-bottom: 3px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(255, 205, 0, 0.75);
  font-size: 13px;
  font-weight: 600;
}
.page-template-searchpage .searchpage .search-container {
  margin: 0 auto 8px;
}
.page-template-searchpage .searchpage .category-switcher {
  margin-bottom: 57px;
}
.page-template-searchpage .page-header--inner .search-container {
  margin-top: 20px;
}

.data-label {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgb(26, 29, 86);
  color: rgb(255, 255, 255);
  padding: 2px 5px;
  font-size: 12px;
}

.page-template-searchpage .data-label {
  display: block;
}

.login-page {
  padding: 52px 0 374px;
  background-color: #EBF0F2;
}
.login-page .login-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.login-page .login-section h1 {
  margin-bottom: 50px;
}
.login-page .login-section h3 {
  margin-bottom: 20px;
}
.login-page .login-section form {
  display: flex;
  flex-direction: column;
  width: 345px;
}
.login-page .login-section form input[type=text],
.login-page .login-section form input[type=password] {
  font-size: 1.125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  border: none;
  background-color: #EBF0F2 !important;
  border-bottom: 0.782px solid rgba(190, 204, 213, 0.75);
  padding: 15px 0 2px 0;
  margin-bottom: 20px;
  color: rgb(0, 167, 103);
}
@media (min-width: 1400px) {
  .login-page .login-section form input[type=text],
  .login-page .login-section form input[type=password] {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .login-page .login-section form input[type=text],
  .login-page .login-section form input[type=password] {
    font-size: 1.125rem;
    line-height: normal;
  }
}
.login-page .login-section form input[type=text]:focus,
.login-page .login-section form input[type=password]:focus {
  outline: none;
}
.login-page .login-section form input[type=text]::placeholder,
.login-page .login-section form input[type=password]::placeholder {
  font-size: 1.125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  color: rgb(0, 167, 103);
}
@media (min-width: 1400px) {
  .login-page .login-section form input[type=text]::placeholder,
  .login-page .login-section form input[type=password]::placeholder {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .login-page .login-section form input[type=text]::placeholder,
  .login-page .login-section form input[type=password]::placeholder {
    font-size: 1.125rem;
    line-height: normal;
  }
}
.login-page .login-section form .submit-button {
  text-align: center;
}
.login-page .login-section form .submit-button .submit-button--outer {
  display: inline-flex;
  align-items: center;
  margin: 0.78rem auto 0.78rem 0;
  padding: 0;
}
.login-page .login-section form .submit-button .submit-button--outer input[type=submit] {
  font-size: 1rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  padding: 15px 50px 13px 22px;
  letter-spacing: 0.595px;
  border: none;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .login-page .login-section form .submit-button .submit-button--outer input[type=submit] {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .login-page .login-section form .submit-button .submit-button--outer input[type=submit] {
    font-size: 1rem;
    line-height: normal;
  }
}
.login-page .login-section form .submit-button .submit-button--outer:after {
  position: absolute;
  right: 18px;
}
.login-page .login-section form#logout-form {
  text-align: center;
  width: unset;
}
.login-page .login-section form#logout-form .logout-button {
  font-size: 1rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.595px;
  padding: 13px 22px 13px 22px;
  border: none;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .login-page .login-section form#logout-form .logout-button {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .login-page .login-section form#logout-form .logout-button {
    font-size: 1rem;
    line-height: normal;
  }
}
.login-page .login-section .login-form a {
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  color: #888 !important;
  display: block !important;
  font-weight: normal;
  border-bottom: none !important;
  margin-top: 10px;
}
.login-page .login-section .login-form a:hover {
  text-decoration: underline;
}
.login-page .login-error {
  color: rgb(231, 64, 17);
  margin-top: 30px;
}

.page-template-page-interactivemap .page-header--inner {
  margin: 0 !important;
}
.page-template-page-interactivemap .interactive-map {
  position: relative;
}
@media (max-width: 767px) {
  .page-template-page-interactivemap .interactive-map {
    width: 100vw;
    left: calc((100% - 100vw) / 2);
  }
}
@media (max-width: 767px) {
  .page-template-page-interactivemap .interactive-map #interactive-map-wrapper {
    position: relative;
  }
  .page-template-page-interactivemap .interactive-map #interactive-map-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  }
}
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg {
    margin-top: -120px;
    margin-bottom: -120px;
  }
}
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-us path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-cn path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-sk path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-gb path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-nl path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-fr path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-nw path {
  transition: 0.3s;
  cursor: pointer;
}
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-us path:hover,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-cn path:hover,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-sk path:hover,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-gb path:hover,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-nl path:hover,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-fr path:hover,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-nw path:hover {
  fill: rgb(26, 29, 86);
}
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-us:hover path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-cn:hover path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-sk:hover path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-gb:hover path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-nl:hover path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-fr:hover path,
.page-template-page-interactivemap .interactive-map #interactive-map-wrapper svg g#active-nw:hover path {
  fill: rgb(26, 29, 86);
}
.page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box {
  position: absolute;
  display: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
.page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper {
  width: 360px;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper .wrapper-close {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  border: 1px solid rgb(0, 167, 103);
  padding: 2px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}
.page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper .wrapper-close img {
  display: block;
  width: 24px;
  height: 24px;
}
.page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper .wrapper-inner p {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  margin-bottom: 5px;
}
@media (min-width: 1400px) {
  .page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper .wrapper-inner p {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper .wrapper-inner p {
    font-size: 0.75rem;
    line-height: normal;
  }
}
.page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper .wrapper-inner .button-primary-arrow {
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper .wrapper-inner a {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper .wrapper-polygon {
    display: none;
  }
}
.page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper .wrapper-polygon img {
  width: 21px;
  height: 18px;
  position: absolute;
  bottom: -10px;
  left: 5px;
  display: block;
}
.page-template-page-interactivemap .interactive-map #interactive-map-information .map-information-box--wrapper:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  right: -10px;
  top: -10px;
  z-index: -1;
}

.fktable {
  font-family: "Source Sans 3", "sans", "arial", "helvetica";
  margin: 44px 0;
}
.fktable thead {
  border-top: 1px solid rgb(190, 204, 213);
}
.fktable thead tr th {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  padding: 20px 40px 20px 0;
  color: rgb(26, 29, 86);
}
.fktable tbody {
  border-bottom: 1px solid rgb(190, 204, 213);
}
.fktable tbody tr {
  border-top: 1px solid rgb(190, 204, 213);
}
.fktable tbody tr td {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 20px 20px 0;
  color: rgb(26, 29, 86);
  white-space: nowrap;
}
.fktable tbody tr td:first-child {
  white-space: unset;
}

.em-image-gallery .em-image-gallery-slide img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: cover;
}

.em-image-gallery-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.em-image-gallery-controls .slick-arrow {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  appearance: none;
  background: transparent;
  border: none;
  height: 30px;
  padding: 0;
}
.em-image-gallery-controls .slick-arrow img {
  width: 20px;
  height: 30px;
  object-fit: contain;
}
.em-image-gallery-controls .slick-arrow.slick-next {
  order: 3;
}
.em-image-gallery-controls .slick-arrow.slick-prev {
  order: 1;
}
.em-image-gallery-controls .slick-arrow.slick-prev img {
  transform: rotate(180deg);
}
.em-image-gallery-controls .slick-dots {
  order: 2;
  display: flex;
}
.em-image-gallery-controls .slick-dots li {
  display: flex;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}
.em-image-gallery-controls .slick-dots li button {
  cursor: pointer;
  appearance: none;
  background: transparent;
  border: none;
  overflow: hidden;
  color: transparent;
  width: 10px;
  height: 10px;
  position: relative;
}
.em-image-gallery-controls .slick-dots li button:after {
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-radius: 4px;
  background-color: rgb(190, 204, 213);
  position: absolute;
  top: 1px;
  left: 1px;
  transition: 0.3s;
}
.em-image-gallery-controls .slick-dots li.slick-active button:after {
  background-color: rgb(0, 167, 103);
}

.content-section {
  margin-top: 70px;
  scroll-margin-top: 170px;
}
@media (max-width: 991px) {
  .content-section {
    margin-top: 35px;
    scroll-margin-top: 120px;
  }
}
.content-section:last-child {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .content-section:last-child {
    margin-bottom: 35px;
  }
}
.content-section a:hover {
  text-decoration: none;
}
.content-section.default:not(.full-width) .content-section--title,
.content-section.default:not(.full-width) .content-section--icon {
  position: sticky;
  top: 171px;
  font-weight: 600;
  word-break: break-word;
  hyphens: auto;
}
@media (max-width: 991px) {
  .content-section.default:not(.full-width) .content-section--title,
  .content-section.default:not(.full-width) .content-section--icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .content-section.default .content-section--icon {
    margin-bottom: 20px;
  }
}
.content-section.default .content-section--icon img {
  width: 100%;
}
.content-section.full-width .content-section--title {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 991px) {
  .content-section.full-width .content-section--title {
    margin-bottom: 38px;
  }
}
.content-section.full-width.highlighted .content-section--title {
  background-color: rgba(255, 205, 0, 0.3);
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 10px;
  font-weight: 600;
}

.content-element-wrapper {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .content-element-wrapper {
    margin-top: 30px;
  }
}
.content-element-wrapper:has(.content-element.button) {
  margin-top: 30px;
}
.content-element-wrapper:first-child {
  margin-top: 0;
}

.content-element.counter .counter-wrap {
  display: flex;
  flex-wrap: wrap;
  border: solid rgb(26, 29, 86);
  border-width: 0 0 0 1px;
}
@media (max-width: 991px) {
  .content-element.counter .counter-wrap {
    display: block;
    border: none;
  }
}
.content-element.counter .counter-wrap .counter-item {
  flex: 1 1 0;
  border: solid rgb(26, 29, 86);
  border-width: 0 1px 0 0;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .content-element.counter .counter-wrap .counter-item {
    flex: none;
    border-right: none;
    border-bottom: 1px solid rgb(26, 29, 86);
    padding: 20px 0;
  }
}

.content-element.quote .quote--inner {
  position: relative;
  padding: 26px;
}
.content-element.quote .quote--inner .quote--corner {
  position: absolute;
  background: none;
  width: 26px;
  height: 26px;
}
.content-element.quote .quote--inner .quote--corner.topleft {
  top: 0;
  left: 0;
  border-top: 3px solid rgb(0, 126, 149);
  border-left: 3px solid rgb(0, 126, 149);
}
@media (max-width: 991px) {
  .content-element.quote .quote--inner .quote--corner.topleft {
    border-top: 1.44px solid rgb(0, 126, 149);
    border-left: 1.44px solid rgb(0, 126, 149);
  }
}
.content-element.quote .quote--inner .quote--corner.bottomright {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid rgb(0, 126, 149);
  border-right: 3px solid rgb(0, 126, 149);
}
@media (max-width: 991px) {
  .content-element.quote .quote--inner .quote--corner.bottomright {
    border-bottom: 1.44px solid rgb(0, 126, 149);
    border-right: 1.44px solid rgb(0, 126, 149);
  }
}
.content-element.quote .quote--inner .quote--content .content-text {
  font-size: 1.5625rem;
  line-height: 2.16406rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .content-element.quote .quote--inner .quote--content .content-text {
    font-size: 1.5625rem;
    line-height: 2.16406rem;
  }
}
@media (max-width: 575px) {
  .content-element.quote .quote--inner .quote--content .content-text {
    font-size: 1.25rem;
    line-height: 1.73125rem;
  }
}
.content-element.quote .quote--inner .quote--content .content-author {
  margin-top: 20px;
  text-align: right;
}

.content-element.bildblock .bildblock--inner .bildblock--image img {
  max-width: 100%;
}
.content-element.bildblock .bildblock--inner .bildblock--subtitle p {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
}
@media (min-width: 1400px) {
  .content-element.bildblock .bildblock--inner .bildblock--subtitle p {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .content-element.bildblock .bildblock--inner .bildblock--subtitle p {
    font-size: 0.75rem;
    line-height: normal;
  }
}
.content-element.bildblock .bildblock--inner .bildblock--subtitle p a {
  font-size: 0.8125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  text-decoration: none;
}
@media (min-width: 1400px) {
  .content-element.bildblock .bildblock--inner .bildblock--subtitle p a {
    font-size: 0.8125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .content-element.bildblock .bildblock--inner .bildblock--subtitle p a {
    font-size: 0.75rem;
    line-height: normal;
  }
}

.content-element.downloadblock .downloadblock--inner .downloadblock--title {
  margin-bottom: 10px;
}
.content-element.downloadblock .downloadblock--inner .downloadblock--list a {
  text-decoration: none;
}
.content-element.downloadblock .downloadblock--inner .downloadblock--list a .downloadblock--file {
  border-top: 1px solid rgb(190, 204, 213);
  padding: 15px 5px;
  position: relative;
}
@media (max-width: 991px) {
  .content-element.downloadblock .downloadblock--inner .downloadblock--list a .downloadblock--file {
    padding: 10px;
  }
}
.content-element.downloadblock .downloadblock--inner .downloadblock--list a .downloadblock--file:after {
  content: "";
  background-image: url("../assets/icons/icon-download.svg");
  background-size: cover;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 991px) {
  .content-element.downloadblock .downloadblock--inner .downloadblock--list a .downloadblock--file:after {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}
.content-element.downloadblock .downloadblock--inner .downloadblock--list a .downloadblock--file .file-ext {
  font-size: 1.125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  max-width: 90%;
  transition: 0.3s;
}
@media (min-width: 1400px) {
  .content-element.downloadblock .downloadblock--inner .downloadblock--list a .downloadblock--file .file-ext {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .content-element.downloadblock .downloadblock--inner .downloadblock--list a .downloadblock--file .file-ext {
    font-size: 1.125rem;
    line-height: normal;
  }
}
.content-element.downloadblock .downloadblock--inner .downloadblock--list a .downloadblock--file .file-ext span {
  text-transform: uppercase;
}
.content-element.downloadblock .downloadblock--inner .downloadblock--list a:last-child .downloadblock--file {
  border-bottom: 1px solid rgb(190, 204, 213);
}
.content-element.downloadblock .downloadblock--inner .downloadblock--list a:hover {
  color: rgb(0, 167, 103);
}
.content-element.downloadblock .downloadblock--inner .downloadblock--list a:hover .downloadblock--file .file-ext {
  color: rgb(0, 167, 103);
}
.content-element.downloadblock .downloadblock--inner .downloadblock--list a:hover .downloadblock--file:after {
  background: url(../assets/icons/icon-download_forest.svg) no-repeat;
  background-size: contain;
}

.content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 1200px) {
  .content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list .highlight-link-box--item {
  text-decoration: none;
  transition: 1s;
  overflow: hidden;
  background-color: #EBF0F2;
}
.content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list .highlight-link-box--item img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 1s;
}
.content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list .highlight-link-box--item p {
  padding: 23px;
  font-size: 22.684px;
  font-weight: 600;
  line-height: 129%;
  background-color: #EBF0F2;
  position: relative;
  z-index: 2;
}
.content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list .highlight-link-box--item p:before {
  content: "";
  background-image: url("../assets/images/highlight-link-box_frame.svg");
  background-repeat: no-repeat;
  width: 245px;
  height: 132px;
  background-size: contain;
  position: absolute;
  top: -148px;
  right: 0;
  opacity: 1;
  transition: right 1s, top 1s, opacity 1s;
  z-index: 3;
}
@media (max-width: 991px) {
  .content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list .highlight-link-box--item p:before {
    right: 15px;
    width: 229px;
  }
}
.content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list .highlight-link-box--item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list .highlight-link-box--item:hover img {
  transform: scale(1.3);
}
.content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list .highlight-link-box--item:hover p {
  z-index: 4;
}
.content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list .highlight-link-box--item:hover p:before {
  opacity: 0;
  transition: right 1s, top 1s, opacity 0.3s;
  right: -280px;
  top: 0;
}
.content-element.highlight-link-box .highlight-link-box--inner .highlight-link-box--list .highlight-link-box--item:not(:hover) p:before {
  transition: right 1s, top 1s, opacity 2s;
}

.content-element.link-box .link-box--inner .link-box--list {
  display: grid;
  gap: 25px;
}
.content-element.link-box .link-box--inner .link-box--list .link-box--item {
  text-decoration: none;
  transition: 1s;
  overflow: hidden;
  background-color: #CCE5EA;
  position: relative;
}
.content-element.link-box .link-box--inner .link-box--list .link-box--item img {
  width: 100%;
  height: 284px;
  object-fit: cover;
  display: block;
  transition: 1s;
  z-index: 1;
  position: relative;
}
.content-element.link-box .link-box--inner .link-box--list .link-box--item p {
  padding: 23px;
  font-size: 22.684px;
  font-weight: 600;
  line-height: 129%;
  position: relative;
  background-color: #CCE5EA;
  z-index: 2;
  margin-bottom: 50px;
}
.content-element.link-box .link-box--inner .link-box--list .link-box--item p:before {
  content: "";
  background-image: url("../assets/images/highlight-link-box_frame.svg");
  background-repeat: no-repeat;
  width: 213px;
  height: 120px;
  background-size: contain;
  position: absolute;
  top: -126px;
  right: 0;
  opacity: 1;
  transition: right 1s, top 1s, opacity 1s;
  z-index: 3;
}
.content-element.link-box .link-box--inner .link-box--list .link-box--item span.button-naked-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.content-element.link-box .link-box--inner .link-box--list .link-box--item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.content-element.link-box .link-box--inner .link-box--list .link-box--item:hover img {
  transform: scale(1.3);
}
.content-element.link-box .link-box--inner .link-box--list .link-box--item:hover p {
  z-index: 4;
}
.content-element.link-box .link-box--inner .link-box--list .link-box--item:hover p:before {
  opacity: 0;
  transition: right 1s, top 1s, opacity 0.3s;
  right: -280px;
  top: 0;
}
.content-element.link-box .link-box--inner .link-box--list .link-box--item:not(:hover) p:before {
  transition: right 1s, top 1s, opacity 2s;
}
.content-element.link-box .link-box--inner .link-box--list[data-columns=threecolumns] {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .content-element.link-box .link-box--inner .link-box--list[data-columns=threecolumns] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .content-element.link-box .link-box--inner .link-box--list[data-columns=threecolumns] {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.content-element.link-box .link-box--inner .link-box--list[data-columns=twocolumns] {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .content-element.link-box .link-box--inner .link-box--list[data-columns=twocolumns] {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.content-element.link-box .link-box--inner .link-box--list[data-columns=onecolumn] {
  grid-template-columns: 1fr;
}
@media (max-width: 991px) {
  .content-element.link-box .link-box--inner .link-box--list[data-columns=onecolumn] {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item {
  display: flex;
  align-items: center;
  gap: 51px;
  margin-bottom: 71px;
  padding: 47px 0 82px;
  position: relative;
}
@media (max-width: 1400px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item {
    display: block;
    padding: 25px 0 40px;
    margin-bottom: 20px;
  }
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:before {
  content: "";
  width: calc((100% + 100vw) / 2 - 60%);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100% - 100vw) / 2);
  z-index: -1;
}
@media (max-width: 1400px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:before {
    aspect-ratio: 1/1;
    height: 390px;
  }
}
@media (min-width: 1401px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:before {
    width: 600px;
    left: -140px;
  }
}
@media (max-width: 575px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:before {
    width: 100%;
  }
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:last-child {
  margin-bottom: 0;
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image {
  width: 60%;
  position: relative;
}
@media (max-width: 1400px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image {
    width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image {
    display: flex;
    justify-content: flex-start;
  }
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image img {
  width: 95%;
  height: 440px;
  object-fit: cover;
  display: block;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image img {
    height: 290px;
    position: relative;
    z-index: 1;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image img {
    right: unset;
    left: calc((100% - 100vw) / 2);
    width: 100%;
  }
}
@media (max-width: 575px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image img {
    width: calc(100% - (100% - 100vw) / 2);
  }
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image:after {
  content: "";
  background-image: url("../assets/images/storytelling_vector.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 130px;
  background-size: contain;
  position: absolute;
  bottom: -55px;
  right: 10px;
  z-index: -1;
}
@media (max-width: 1400px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image:after {
    background-size: cover;
    height: 124px;
    bottom: -50px;
    z-index: 0;
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image:after {
    left: -45px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-image:after {
    height: 124px;
    bottom: -50px;
    left: calc((100% - 100vw) / 2);
  }
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-content {
  width: 40%;
}
@media (max-width: 1400px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-content {
    width: 100%;
    margin-top: 100px;
  }
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item .storytelling-box--item-content p {
  margin: 10px 0 30px;
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item[data-bgcolor=blue]:before {
  background-color: rgb(26, 29, 86);
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item[data-bgcolor=blue] .storytelling-box--item-image:after {
  background-image: url("../assets/images/storytelling_vector_blue_left.svg");
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item[data-bgcolor=green]:before {
  background-color: rgb(0, 126, 149);
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item[data-bgcolor=green] .storytelling-box--item-image:after {
  background-image: url("../assets/images/storytelling_vector_green_left.svg");
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item[data-bgcolor=yellow]:before {
  background-color: rgb(255, 205, 0);
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item[data-bgcolor=yellow] .storytelling-box--item-image:after {
  background-image: url("../assets/images/storytelling_vector_yellow_left.svg");
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) {
  flex-direction: row-reverse;
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even):before {
  left: unset;
  right: calc((100% - 100vw) / 2);
}
@media (min-width: 1401px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even):before {
    left: unset;
    right: -140px;
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1400px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image img {
    left: unset;
    right: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image img {
    left: unset;
    right: calc((100% - 100vw) / 2);
  }
}
@media (max-width: 575px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image img {
    width: calc(100% - (100% - 100vw) / 2);
    right: unset;
  }
}
.content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image:after {
  right: unset;
  left: 45px;
  transform: scaleX(-1);
}
@media (max-width: 1400px) and (min-width: 767px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image:after {
    right: -45px;
    left: unset;
  }
}
@media (max-width: 767px) {
  .content-element.storytelling-box .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image:after {
    left: 0;
  }
}
.content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 1400px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(odd):before {
    left: unset;
    right: calc((100% - 100vw) / 2);
  }
}
@media (min-width: 1401px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(odd):before {
    left: unset;
    right: -140px;
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(odd) .storytelling-box--item-image {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(odd) .storytelling-box--item-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(odd) .storytelling-box--item-image img {
    right: calc((100% - 100vw) / 2);
    left: unset;
  }
}
@media (max-width: 575px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(odd) .storytelling-box--item-image img {
    width: calc(100% - (100% - 100vw) / 2);
    right: unset;
  }
}
.content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(odd) .storytelling-box--item-image:after {
  right: unset;
  left: 45px;
  transform: scaleX(-1);
}
@media (max-width: 1400px) and (min-width: 767px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(odd) .storytelling-box--item-image:after {
    right: -45px;
    left: unset;
  }
}
@media (max-width: 767px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(odd) .storytelling-box--item-image:after {
    left: 0;
  }
}
.content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) {
  flex-direction: unset;
}
@media (max-width: 1400px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even):before {
    left: calc((100% - 100vw) / 2);
    right: unset;
  }
}
@media (min-width: 1401px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even):before {
    right: unset;
    left: -140px;
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 1400px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image img {
    width: 50%;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image img {
    left: calc((100% - 100vw) / 2);
    width: 100%;
  }
}
@media (max-width: 575px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image img {
    width: calc(100% - (100% - 100vw) / 2);
    left: calc((100% - 100vw) / 2);
  }
}
.content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image:before {
  right: 166px;
  left: unset;
}
.content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image:after {
  right: 10px;
  left: unset;
  transform: unset;
}
@media (max-width: 1400px) and (min-width: 767px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image:after {
    right: unset;
    left: -45px;
  }
}
@media (max-width: 767px) {
  .content-element.storytelling-box[data-sorting="1"] .storytelling-box--inner .storytelling-box--list .storytelling-box--item:nth-child(even) .storytelling-box--item-image:after {
    left: 0;
  }
}

.content-element.storytelling-highlight .storytelling-highlight--inner {
  width: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .content-element.storytelling-highlight .storytelling-highlight--inner {
    flex-direction: column;
  }
}
.content-element.storytelling-highlight .storytelling-highlight--inner .storytelling-highlight--image {
  width: 100%;
  height: 100%;
}
.content-element.storytelling-highlight .storytelling-highlight--inner .storytelling-highlight--image img {
  width: 80%;
  height: calc(100% - 20px);
  object-fit: cover;
  position: absolute;
  bottom: 0;
  display: block;
}
@media (max-width: 991px) {
  .content-element.storytelling-highlight .storytelling-highlight--inner .storytelling-highlight--image img {
    width: 100vw;
    left: calc((100% - 100vw) / 2);
  }
}
.content-element.storytelling-highlight .storytelling-highlight--inner .storytelling-highlight--vector {
  position: absolute;
  right: 140px;
  top: 0;
}
@media (max-width: 991px) {
  .content-element.storytelling-highlight .storytelling-highlight--inner .storytelling-highlight--vector {
    right: calc((100% - 100vw) / 2);
  }
}
@media (max-width: 410px) {
  .content-element.storytelling-highlight .storytelling-highlight--inner .storytelling-highlight--vector {
    width: 100vw;
  }
}
@media (max-width: 991px) {
  .content-element.storytelling-highlight .storytelling-highlight--inner .storytelling-highlight--vector img {
    width: 100%;
  }
}
.content-element.storytelling-highlight .storytelling-highlight--inner .storytelling-highlight--content {
  max-width: 530px;
  background-color: rgb(255, 255, 255);
  padding: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin: 101px 0 277px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .content-element.storytelling-highlight .storytelling-highlight--inner .storytelling-highlight--content {
    margin: 77px 0 140px;
    max-width: 100%;
    right: calc((100% - 100vw) / 2);
  }
}
.content-element.storytelling-highlight .storytelling-highlight--inner .storytelling-highlight--content p {
  padding: 10px 0 30px;
}
.content-element.storytelling-highlight[data-content-alignment=left] .storytelling-highlight--inner {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .content-element.storytelling-highlight[data-content-alignment=left] .storytelling-highlight--inner {
    flex-direction: column;
  }
}
.content-element.storytelling-highlight[data-content-alignment=left] .storytelling-highlight--inner .storytelling-highlight--image img {
  right: 0;
}
@media (max-width: 991px) {
  .content-element.storytelling-highlight[data-content-alignment=left] .storytelling-highlight--inner .storytelling-highlight--content {
    right: unset;
    left: calc((100% - 100vw) / 2);
  }
}
.content-element.storytelling-highlight[data-content-alignment=left] .storytelling-highlight--inner .storytelling-highlight--vector {
  right: unset;
  left: 140px;
}
@media (max-width: 991px) {
  .content-element.storytelling-highlight[data-content-alignment=left] .storytelling-highlight--inner .storytelling-highlight--vector {
    left: calc((100% - 100vw) / 2);
  }
}

.content-element.accordion .accordion--inner .accordion--list .accordion--item {
  border-top: 1px solid rgb(26, 29, 86);
}
.content-element.accordion .accordion--inner .accordion--list .accordion--item:last-child {
  border-bottom: 1px solid rgb(26, 29, 86);
}
.content-element.accordion .accordion--inner .accordion--list .accordion--item .item-headline {
  font-size: 1.125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}
@media (min-width: 1400px) {
  .content-element.accordion .accordion--inner .accordion--list .accordion--item .item-headline {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .content-element.accordion .accordion--inner .accordion--list .accordion--item .item-headline {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .content-element.accordion .accordion--inner .accordion--list .accordion--item .item-headline {
    padding: 20px 0;
  }
}
.content-element.accordion .accordion--inner .accordion--list .accordion--item .item-headline:after {
  content: "";
  background: url(../assets/icons/arrow-down-icon_blue.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 11px;
  display: block;
  transition: 0.3s;
}
.content-element.accordion .accordion--inner .accordion--list .accordion--item .item-headline.active:after {
  transform: rotate(180deg);
}
.content-element.accordion .accordion--inner .accordion--list .accordion--item .item-content {
  display: none;
  padding-bottom: 30px;
}
.content-element.accordion .accordion--inner .accordion--list .accordion--item img {
  width: 100%;
}

.content-element.links .links--inner .links--list .links--item {
  border-top: 1px solid rgb(26, 29, 86);
}
.content-element.links .links--inner .links--list .links--item:last-child {
  border-bottom: 1px solid rgb(26, 29, 86);
}
.content-element.links .links--inner .links--list .links--item .item-headline {
  font-size: 1.125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(26, 29, 86);
  text-decoration: none;
  transition: 0.3s;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .content-element.links .links--inner .links--list .links--item .item-headline {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .content-element.links .links--inner .links--list .links--item .item-headline {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .content-element.links .links--inner .links--list .links--item .item-headline {
    padding: 20px 0;
  }
}
.content-element.links .links--inner .links--list .links--item .item-headline:after {
  content: "";
  background: url(../assets/icons/icon-arrow-forward.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(-45deg);
  margin-bottom: 5px;
  margin-left: 10px;
  flex: none;
  transition: 0.3s;
}
.content-element.links .links--inner .links--list .links--item .item-headline:hover {
  color: rgb(0, 167, 103);
}
.content-element.links .links--inner .links--list .links--item .item-headline:hover:after {
  background: url(../assets/icons/icon-arrow-forward_forest.svg) no-repeat;
  background-size: contain;
}

.content-element.topic-box .topic-box--inner {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 20px 30px;
  background-color: #EBF0F2;
  transition: 1s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .content-element.topic-box .topic-box--inner {
    gap: 20px;
    padding: 20px;
  }
}
.content-element.topic-box .topic-box--inner img {
  max-height: 80px;
}
@media (max-width: 991px) {
  .content-element.topic-box .topic-box--inner img {
    max-height: 40px;
  }
}
.content-element.topic-box .topic-box--inner .topic-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .content-element.topic-box .topic-box--inner .topic-content .topic-box--title {
    display: flex;
    align-items: center;
    position: relative;
  }
  .content-element.topic-box .topic-box--inner .topic-content .topic-box--title:after {
    content: "";
    background: url(../assets/icons/arrow-down-icon_blue.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 11px;
    display: block;
    transition: 0.3s;
    position: absolute;
    right: 0;
  }
  .content-element.topic-box .topic-box--inner .topic-content .topic-box--title.active:after {
    transform: rotate(180deg);
  }
}
.content-element.topic-box .topic-box--inner .topic-content p {
  margin: 5px 0 20px;
}
.content-element.topic-box .topic-box--inner .topic-content .topic-content--hover {
  opacity: 0;
  max-height: 0;
  transition: 1s;
}
@media (max-width: 991px) {
  .content-element.topic-box .topic-box--inner .topic-content .topic-content--hover.active {
    opacity: 1;
    max-height: 100vh;
  }
}
@media (min-width: 992px) {
  .content-element.topic-box .topic-box--inner:hover {
    background-color: #80BECA;
  }
  .content-element.topic-box .topic-box--inner:hover .topic-content .topic-content--hover {
    opacity: 1;
    max-height: 100vh;
  }
}
@media (max-width: 992px) {
  .content-element.topic-box .topic-box--inner.active {
    background-color: #80BECA;
  }
}
.content-element.topic-box.topic-box-group {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .content-element.topic-box.topic-box-group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.content-element.iframe .iframe--inner iframe {
  display: block;
  border: 0;
}
@media (max-width: 991px) {
  .content-element.iframe .iframe--inner iframe {
    width: 100vw;
    left: calc((100% - 100vw) / 2);
    position: relative;
  }
}

.content-element.button {
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}
.content-element.button[data-setting-style=background] {
  padding: 10px 20px;
  border-radius: 35px;
}
.content-element.button[data-setting-style=background][data-setting-background-color=grey] {
  background-color: rgb(205, 205, 205);
}
.content-element.button[data-setting-style=background][data-setting-background-color=grey]:hover {
  background-color: rgb(255, 255, 255);
}
.content-element.button[data-setting-style=background][data-setting-background-color=green] {
  background-color: rgb(0, 167, 103);
}
.content-element.button[data-setting-style=background][data-setting-background-color=green]:hover {
  background-color: rgba(0, 167, 103, 0.75);
}
.content-element.button[data-setting-style=background][data-setting-background-color=greenlight] {
  background-color: #80D3B3;
}
.content-element.button[data-setting-style=background][data-setting-background-color=greenlight]:hover {
  background-color: rgb(0, 167, 103);
}
.content-element.button[data-setting-style=background][data-setting-background-color=white] {
  background-color: rgb(255, 255, 255);
}
.content-element.button[data-setting-style=background][data-setting-background-color=white]:hover {
  background-color: rgb(205, 205, 205);
}
.content-element.button[data-setting-arrow=arrow] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.content-element.button[data-setting-arrow=arrow][data-setting-style=background] {
  padding: 10px 15px 10px 20px;
}
.content-element.button[data-setting-arrow=arrow][data-setting-style=background][data-setting-arrow-alignment=left] {
  padding: 10px 20px 10px 15px;
}
.content-element.button[data-setting-arrow=arrow][data-setting-arrow-alignment=right]:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
}
.content-element.button[data-setting-arrow=arrow][data-setting-arrow-alignment=left]:before {
  content: "";
  background: url(../assets/icons/icon-arrow-forward.svg);
  width: 24px;
  height: 24px;
  display: block;
  transform: rotate(180deg);
}
.content-element.button[data-setting-textfarbe=nightblue] {
  color: rgb(26, 29, 86);
}
.content-element.button[data-setting-textfarbe=nightblue][data-setting-arrow=arrow]:after, .content-element.button[data-setting-textfarbe=nightblue][data-setting-arrow=arrow]:before {
  background: url(../assets/icons/icon-arrow-forward.svg);
}
.content-element.button[data-setting-textfarbe=pacificblue] {
  color: rgb(0, 126, 149);
}
.content-element.button[data-setting-textfarbe=pacificblue][data-setting-arrow=arrow]:after, .content-element.button[data-setting-textfarbe=pacificblue][data-setting-arrow=arrow]:before {
  background: url(../assets/icons/icon-arrow-forward_pacific.svg);
}
.content-element.button[data-setting-textfarbe=forestgreen] {
  color: rgb(0, 167, 103);
}
.content-element.button[data-setting-textfarbe=forestgreen][data-setting-arrow=arrow]:after, .content-element.button[data-setting-textfarbe=forestgreen][data-setting-arrow=arrow]:before {
  background: url(../assets/icons/icon-arrow-forward_forest.svg);
}
.content-element.button[data-setting-textfarbe=white] {
  color: rgb(255, 255, 255);
}
.content-element.button[data-setting-textfarbe=white][data-setting-arrow=arrow]:after, .content-element.button[data-setting-textfarbe=white][data-setting-arrow=arrow]:before {
  background: url(../assets/icons/icon-arrow-forward_white.svg);
}

.content-element.teaser-section {
  margin-top: 60px;
  margin-bottom: 25px;
}
.content-element.teaser-section a {
  text-decoration: none;
}
.content-element.teaser-section .teaser-section--title {
  font-size: 20px;
  font-weight: 600;
  line-height: 119.5%;
  color: rgb(26, 29, 86);
  margin-bottom: 28px;
  font-family: "PP Telegraf", "sans", "arial", "helvetica";
}
.content-element.teaser-section div.teaser-section--content {
  text-decoration: none;
  transition: 1s;
  display: grid;
  height: 100%;
}
@media (max-width: 991px) {
  .content-element.teaser-section div.teaser-section--content {
    display: block;
    height: unset;
  }
}
.content-element.teaser-section div.teaser-section--content .vernews a {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .content-element.teaser-section div.teaser-section--content .next-events {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .content-element.teaser-section div.teaser-section--content .current-events .teaser-section--title {
    margin-top: 20px;
  }
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item,
.content-element.teaser-section div.teaser-section--content .news-item {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .content-element.teaser-section div.teaser-section--content .veranstaltungen-item,
  .content-element.teaser-section div.teaser-section--content .news-item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--image,
.content-element.teaser-section div.teaser-section--content .news-item--image {
  overflow: hidden;
  width: 218px;
  display: block;
  flex: none;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .content-element.teaser-section div.teaser-section--content .veranstaltungen-item--image,
  .content-element.teaser-section div.teaser-section--content .news-item--image {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--image img,
.content-element.teaser-section div.teaser-section--content .news-item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
  display: block;
  aspect-ratio: 4/3;
}
@media (max-width: 991px) {
  .content-element.teaser-section div.teaser-section--content .veranstaltungen-item--image img,
  .content-element.teaser-section div.teaser-section--content .news-item--image img {
    aspect-ratio: 4/3;
    position: unset;
  }
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--content,
.content-element.teaser-section div.teaser-section--content .news-item--content {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  height: 100%;
  width: 100%;
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--content h4,
.content-element.teaser-section div.teaser-section--content .news-item--content h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--info,
.content-element.teaser-section div.teaser-section--content .news-item--info {
  margin: 10px 0;
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--info .content-date,
.content-element.teaser-section div.teaser-section--content .news-item--info .content-date {
  padding: 0 10px 0 20px;
  position: relative;
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--info .content-date:before,
.content-element.teaser-section div.teaser-section--content .news-item--info .content-date:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/icon-calendar_blue.svg");
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--info .content-location,
.content-element.teaser-section div.teaser-section--content .news-item--info .content-location {
  padding: 0 10px 0 20px;
  position: relative;
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--info .content-location:before,
.content-element.teaser-section div.teaser-section--content .news-item--info .content-location:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/icon-location_blue.svg");
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--info .content-focus,
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--info .content-archive,
.content-element.teaser-section div.teaser-section--content .news-item--info .content-focus,
.content-element.teaser-section div.teaser-section--content .news-item--info .content-archive {
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  padding: 1px 3px;
  align-items: flex-start;
  gap: 10px;
  background-color: rgba(255, 205, 0, 0.5);
  position: relative;
  top: -2px;
}
.content-element.teaser-section div.teaser-section--content .veranstaltungen-item--info .content-archive,
.content-element.teaser-section div.teaser-section--content .news-item--info .content-archive {
  background-color: rgba(26, 29, 86, 0.5);
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.content-element.teaser-section div.teaser-section--content .news-item {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .content-element.teaser-section div.teaser-section--content .news-item {
    flex-direction: column;
  }
}
.content-element.teaser-section div.teaser-section--content .news-item--image {
  overflow: hidden;
  width: 218px;
  display: block;
  flex: none;
  height: 100%;
  position: relative;
  aspect-ratio: 4/3;
}
@media (max-width: 991px) {
  .content-element.teaser-section div.teaser-section--content .news-item--image {
    width: 100%;
  }
}
.content-element.teaser-section div.teaser-section--content .news-item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
  display: block;
  aspect-ratio: 4/3;
}
@media (max-width: 991px) {
  .content-element.teaser-section div.teaser-section--content .news-item--image img {
    position: unset;
    aspect-ratio: 4/3;
  }
}
.content-element.teaser-section div.teaser-section--content .news-item--content {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  width: 100%;
}
.content-element.teaser-section div.teaser-section--content .news-item--content h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-element.teaser-section div.teaser-section--content .news-item--content p {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .content-element.teaser-section div.teaser-section--content a {
    margin-top: 20px;
    justify-content: flex-end;
  }
}

.page-content #teaser-section {
  position: relative;
}
.page-content #teaser-section .content-section--title {
  margin-top: 94px;
}
.page-content #teaser-section:before {
  content: "";
  background-color: #EBF0F2;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: calc((100% - 100vw) / 2);
}

.content-element.box-section a {
  text-decoration: none;
  transition: 1s;
}
.content-element.box-section a .news-item {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .content-element.box-section a .news-item {
    flex-direction: column;
  }
}
.content-element.box-section a .news-item--image {
  overflow: hidden;
  width: 218px;
  display: block;
  flex: none;
  height: auto;
  position: relative;
}
@media (max-width: 991px) {
  .content-element.box-section a .news-item--image {
    width: 100%;
  }
}
.content-element.box-section a .news-item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: 1s;
}
@media (max-width: 991px) {
  .content-element.box-section a .news-item--image img {
    aspect-ratio: 6/7;
  }
}
.content-element.box-section a .news-item--content {
  background-color: #EBF0F2;
  padding: 20px;
  width: 100%;
}
.content-element.box-section a .news-item--content p {
  margin-top: 10px;
}
.content-element.box-section a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.content-element.box-section a:hover .news-item--image img {
  scale: 1.1;
}

.content-element.veranstaltung-box-section a {
  text-decoration: none;
  transition: 1s;
}
.content-element.veranstaltung-box-section a .veranstaltungen-item {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .content-element.veranstaltung-box-section a .veranstaltungen-item {
    flex-direction: column;
  }
}
.content-element.veranstaltung-box-section a .veranstaltungen-item--image {
  overflow: hidden;
  width: 218px;
  display: block;
  flex: none;
  position: relative;
}
@media (max-width: 991px) {
  .content-element.veranstaltung-box-section a .veranstaltungen-item--image {
    width: 100%;
  }
}
.content-element.veranstaltung-box-section a .veranstaltungen-item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: 1s;
}
@media (max-width: 991px) {
  .content-element.veranstaltung-box-section a .veranstaltungen-item--image img {
    aspect-ratio: 6/7;
  }
}
.content-element.veranstaltung-box-section a .veranstaltungen-item--content {
  background-color: #EBF0F2;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.content-element.veranstaltung-box-section a .veranstaltungen-item--info {
  margin: 10px 0;
}
.content-element.veranstaltung-box-section a .veranstaltungen-item--info .content-date {
  padding: 0 10px 0 20px;
  position: relative;
}
.content-element.veranstaltung-box-section a .veranstaltungen-item--info .content-date:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/icon-calendar_blue.svg");
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}
.content-element.veranstaltung-box-section a .veranstaltungen-item--info .content-location {
  padding: 0 10px 0 20px;
  position: relative;
}
.content-element.veranstaltung-box-section a .veranstaltungen-item--info .content-location:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/icon-location_blue.svg");
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}
.content-element.veranstaltung-box-section a .veranstaltungen-item--info .content-focus,
.content-element.veranstaltung-box-section a .veranstaltungen-item--info .content-archive {
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  padding: 1px 3px;
  align-items: flex-start;
  gap: 10px;
  background-color: rgba(255, 205, 0, 0.5);
  position: relative;
  top: -2px;
}
.content-element.veranstaltung-box-section a .veranstaltungen-item--info .content-archive {
  background-color: rgba(26, 29, 86, 0.5);
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.content-element.veranstaltung-box-section a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.content-element.veranstaltung-box-section a:hover .veranstaltungen-item--image img {
  scale: 1.1;
}
.content-element.veranstaltung-box-section a[data-thumb=false] .veranstaltungen-item {
  display: block;
  width: 100%;
}

.content-element.video-section iframe {
  aspect-ratio: 16/9;
}

.content-element.textbox.highlight-textbox {
  background-color: #CCE5EA;
  padding: 20px;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*# sourceMappingURL=custom.css.map */
