@charset "UTF-8";
/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 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-black: #000;
  --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", "Noto Sans", "Liberation Sans", Arial, 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;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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;
  }
}
[role=button] {
  cursor: pointer;
}

.visually-hidden {
  display: none;
}

*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border: 0;
}

html, html body {
  font-size: 20px;
}

html {
  scroll-behavior: smooth;
}

/* Fellix light */
@font-face {
  font-family: "Fellix";
  src: url("../Webfonts/Fellix/WEB/Fellix-Light.woff") format("woff"), url("../Webfonts/Fellix/WEB/Fellix-Light.woff2") format("woff2"), url("../Webfonts/Fellix/TTF/Fellix-Light.ttf") format("truetype"), url("../Webfonts/Fellix/TTF/Fellix-Light.otf") format("otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Fellix regular */
@font-face {
  font-family: "Fellix";
  src: url("../Webfonts/Fellix/WEB/Fellix-Regular.woff") format("woff"), url("../Webfonts/Fellix/WEB/Fellix-Regular.woff2") format("woff2"), url("../Webfonts/Fellix/TTF/Fellix-Regular.ttf") format("truetype"), url("../Webfonts/Fellix/TTF/Fellix-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Fellix semibold */
/* SemiBold font not available... load font or remove it?
    @font-face {
    font-family: 'Fellix';
    src: url('../Webfonts/Fellix/WEB/Fellix-SemiBold.woff') format('woff'),
        url('../Webfonts/Fellix/WEB/Fellix-SemiBold.woff2') format('woff2'),
        url('../Webfonts/Fellix/TTF/Fellix-SemiBold.ttf') format('truetype'),
        url('../Webfonts/Fellix/TTF/Fellix-SemiBold.otf') format('otf');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
 */
/* Fellix bold */
@font-face {
  font-family: "Fellix";
  src: url("../Webfonts/Fellix/WEB/Fellix-Bold.woff") format("woff"), url("../Webfonts/Fellix/WEB/Fellix-Bold.woff2") format("woff2"), url("../Webfonts/Fellix/TTF/Fellix-Bold.ttf") format("truetype"), url("../Webfonts/Fellix/TTF/Fellix-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Fellix", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 100;
}
body * {
  font-family: "Fellix", Helvetica, Arial, sans-serif;
}

.theme.theme--white h1, .theme.theme--white h2, .theme.theme--white h3 {
  color: #28325a;
}
.theme.theme--white p {
  color: #000000;
}
.theme.theme--white a {
  color: #000000;
  text-decoration: underline;
}
.theme.theme--white blockquote p,
.theme.theme--white blockquote p strong {
  color: #28325a;
}

.theme.theme--lightergrey h1, .theme.theme--lightergrey h2, .theme.theme--lightergrey h3 {
  color: #28325a;
}
.theme.theme--lightergrey p {
  color: #000000;
}
.theme.theme--lightergrey a {
  color: #000000;
  text-decoration: underline;
}
.theme.theme--lightergrey blockquote p,
.theme.theme--lightergrey blockquote p strong {
  color: #28325a;
}

.theme.theme--lightgrey h1, .theme.theme--lightgrey h2, .theme.theme--lightgrey h3 {
  color: #28325a;
}
.theme.theme--lightgrey p {
  color: #000000;
}
.theme.theme--lightgrey a {
  color: #000000;
  text-decoration: underline;
}
.theme.theme--lightgrey blockquote p,
.theme.theme--lightgrey blockquote p strong {
  color: #28325a;
}

.theme.theme--darkblue h1, .theme.theme--darkblue h2, .theme.theme--darkblue h3 {
  color: #ffffff;
}
.theme.theme--darkblue p {
  color: #ffffff;
}
.theme.theme--darkblue a {
  color: #ffffff;
  text-decoration: underline;
}
.theme.theme--darkblue blockquote p,
.theme.theme--darkblue blockquote p strong {
  color: #ffffff;
}

.theme.theme--lighterblue h1, .theme.theme--lighterblue h2, .theme.theme--lighterblue h3 {
  color: #ffffff;
}
.theme.theme--lighterblue p {
  color: #ffffff;
}
.theme.theme--lighterblue a {
  color: #ffffff;
  text-decoration: underline;
}
.theme.theme--lighterblue blockquote p,
.theme.theme--lighterblue blockquote p strong {
  color: #ffffff;
}

.theme.theme--coralred h1, .theme.theme--coralred h2, .theme.theme--coralred h3 {
  color: #ffffff;
}
.theme.theme--coralred p {
  color: #ffffff;
}
.theme.theme--coralred a {
  color: #ffffff;
  text-decoration: underline;
}
.theme.theme--coralred blockquote p,
.theme.theme--coralred blockquote p strong {
  color: #ffffff;
}

h1 {
  color: #28325a;
  font-weight: 400;
  font-size: 75px;
  line-height: 84px;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
h1 strong {
  font-weight: 700;
}

h2 {
  font-size: 62px;
  color: #28325a;
  line-height: 70px;
  font-weight: 100;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
h2 strong {
  font-weight: 700;
}

h3,
blockquote,
blockquote > p {
  font-size: 42px;
  line-height: 50px;
  color: #28325a;
  font-weight: 100;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 991.98px) {
  h3,
  blockquote,
  blockquote > p {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767.98px) {
  h3,
  blockquote,
  blockquote > p {
    font-size: 26px;
    line-height: 32px;
  }
}
h3 strong,
blockquote strong,
blockquote > p strong {
  font-weight: 700;
}

h4 {
  font-size: 32px;
  line-height: 36px;
  color: #28325a;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 22px;
    line-height: 26px;
  }
}

p {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 991.98px) {
  p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}
p.intro {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 991.98px) {
  p.intro {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  p.intro {
    font-size: 20px;
    line-height: 24px;
  }
}

/* TODO: Add further font styles */
span.coral-red {
  color: #ff585d !important;
}

h1, h2, h3, h4, h5 {
  margin: 1em 0;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none !important;
}

p, ul, ol, table {
  margin: 30px 0;
}

ul, ol {
  margin-left: 20px;
  padding: 0 0 0 20px;
}
@media (max-width: 767.98px) {
  ul, ol {
    padding: 0;
  }
}
ul li, ol li {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 991.98px) {
  ul li, ol li {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  ul li, ol li {
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
    line-height: 24px;
  }
}
ul li::marker, ol li::marker {
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 991.98px) {
  ul li::marker, ol li::marker {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
.theme--white ul ::marker, .theme--white ol ::marker {
  color: #28325a;
  font-weight: bold;
}
.theme--lightergrey ul ::marker, .theme--lightergrey ol ::marker {
  color: #28325a;
  font-weight: bold;
}
.theme--lightgrey ul ::marker, .theme--lightgrey ol ::marker {
  color: #28325a;
  font-weight: bold;
}
.theme--darkblue ul ::marker, .theme--darkblue ol ::marker {
  color: #ffffff;
  font-weight: bold;
}
.theme--lighterblue ul ::marker, .theme--lighterblue ol ::marker {
  color: #ffffff;
  font-weight: bold;
}
.theme--coralred ul ::marker, .theme--coralred ol ::marker {
  color: #ffffff;
  font-weight: bold;
}

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

.link.link--icon {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}
.link.link--icon:before {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.link.link--icon[href^="tel:"]:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../Icons/Content/White/phone.svg);
}
.link.link--icon[href^="mailto:"]:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../Icons/Content/White/envelope.svg);
}
.link.link--icon[href^="mailto:"]:before {
  top: 2px;
}

/* Button style */
.button {
  background-color: #f8e422;
  border-radius: 0 0 19px 0;
  display: inline-block;
  text-decoration: none !important;
  color: #28325a !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 14px 12px 13px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .button {
    font-size: 18px;
    line-height: 22px;
    padding: 7px 10px 7px 9px;
  }
}
.button:hover:after {
  width: 28px;
}
.button:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 18px;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  transition: ease-in-out width 0.3s;
}
.button.button--contact {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .button.button--contact {
    margin-right: 10px;
    padding: 2px 13px 8px 10px;
  }
}
.button.button--contact:before {
  content: " ";
  width: 35px;
  height: 24px;
  position: relative;
  display: inline-block;
  left: 0;
  top: 4px;
}
@media (max-width: 767.98px) {
  .button.button--contact:before {
    width: 30px;
    top: 5px;
    background-position: left center !important;
  }
}
.button.button--contact[href^="tel:"]:before {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  background-image: url(../Icons/Content/Darkblue/phone.svg);
}
@media (max-width: 767.98px) {
  .button.button--contact[href^="tel:"]:before {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    background-image: url(../Icons/Content/Darkblue/phone.svg);
  }
}
.button.button--contact[href^="mailto:"]:before {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  background-image: url(../Icons/Content/Darkblue/envelope.svg);
  background-position: left center;
}
@media (max-width: 767.98px) {
  .button.button--contact[href^="mailto:"]:before {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    background-image: url(../Icons/Content/Darkblue/envelope.svg);
  }
}
.button.button--contact img {
  height: 44px;
  width: auto;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.button.button--email:before {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  background-image: url(../Icons/Content/Darkblue/envelope.svg);
  background-position: left center;
}
@media (max-width: 767.98px) {
  .button.button--email:before {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    background-image: url(../Icons/Content/Darkblue/envelope.svg);
  }
}
.button.button--mega {
  max-width: 100%;
  font-size: 28px;
  line-height: 38px;
  padding: 9px 100px 12px 100px;
}
@media (max-width: 991.98px) {
  .button.button--mega {
    font-size: 24px;
    line-height: 30px;
    padding: 9px 30px 12px 30px;
  }
}
.button.button--mega:after {
  display: none;
}
.button.button--toggle-text {
  background-color: transparent;
  border-radius: 0;
}
.theme--white .button.button--toggle-text {
  color: #28325a !important;
}
.theme--white .button.button--toggle-text:after {
  background-image: url("../Icons/Content/Darkblue/arrow.svg");
}
.theme--lightergrey .button.button--toggle-text {
  color: #28325a !important;
}
.theme--lightergrey .button.button--toggle-text:after {
  background-image: url("../Icons/Content/Darkblue/arrow.svg");
}
.theme--lightgrey .button.button--toggle-text {
  color: #28325a !important;
}
.theme--lightgrey .button.button--toggle-text:after {
  background-image: url("../Icons/Content/Darkblue/arrow.svg");
}
.theme--darkblue .button.button--toggle-text {
  color: #ffffff !important;
}
.theme--darkblue .button.button--toggle-text:after {
  background-image: url("../Icons/Content/White/arrow.svg");
}
.theme--lighterblue .button.button--toggle-text {
  color: #ffffff !important;
}
.theme--lighterblue .button.button--toggle-text:after {
  background-image: url("../Icons/Content/White/arrow.svg");
}
.theme--coralred .button.button--toggle-text {
  color: #ffffff !important;
}
.theme--coralred .button.button--toggle-text:after {
  background-image: url("../Icons/Content/White/arrow.svg");
}
.button.button--toggle-text.button--opened:after {
  transform: rotate(-90deg);
}
.button.button--toggle-text:after {
  width: 18px;
  margin-left: 10px;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}

.load-more {
  text-align: center;
  margin: 70px 0 80px;
}
.theme.theme--white .load-more .load-more__button {
  background-color: #e5e5e5;
}
.theme.theme--lightergrey .load-more .load-more__button {
  background-color: #ffffff;
}
.theme.theme--lightgrey .load-more .load-more__button {
  background-color: #ffffff;
}
.theme.theme--darkblue .load-more .load-more__button {
  background-color: #ffffff;
}
.theme.theme--lighterblue .load-more .load-more__button {
  background-color: #ffffff;
}
.theme.theme--coralred .load-more .load-more__button {
  background-color: #ffffff;
}
@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.load-more .load-more__button {
  font-size: 0px;
  width: 90px;
  height: 90px;
  display: inline-block;
  background-color: #e5e5e5;
  border-radius: 50%;
  position: relative;
  border: none;
}
@media (max-width: 575.98px) {
  .load-more .load-more__button {
    width: 60px;
    height: 60px;
  }
}
.load-more .load-more__button.load-more__button--spinning {
  animation: spinning 2s linear infinite;
}
.load-more .load-more__button:before, .load-more .load-more__button:after {
  content: " ";
  width: 36px;
  height: 5px;
  background-color: #28325a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .load-more .load-more__button:before, .load-more .load-more__button:after {
    width: 24px;
    height: 3px;
  }
}
.load-more .load-more__button:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.loading {
  text-align: center;
}
@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading .loading__spinner {
  font-size: 30px;
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  animation: spinning 2s linear infinite;
  background-image: url("/typo3conf/ext/netl_provider/Resources/Public/Icons/Content/Darkblue/hourglass.svg");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .loading .loading__spinner {
    width: 60px;
    height: 60px;
  }
}

.circle-button {
  background-color: #e5e5e5;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 0px;
  display: block;
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: ease-in-out all 0.3s;
}
.circle-button:hover {
  background-color: #f8e422;
  background-size: 40px;
}

.form.form--search .form__fieldset {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .form.form--search .form__fieldset {
    display: none;
    padding-top: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .form.form--search .form__fieldset {
    display: grid !important;
  }
}
.form.form--search .form__fieldset .form__field {
  margin-bottom: 0;
}
.form.form--send {
  max-width: 950px;
  margin: 0 auto;
}
.form.form--send .form__field {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .form.form--send .form__field {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .form.form--send .form__field {
    margin-bottom: 10px;
  }
}
.form.form--send .form__field.form__field--select:after {
  border-radius: 0 10px 10px 0;
}
.form.form--send .form__field.form__field--select select {
  border-radius: 10px;
}
.form .form__fieldset {
  border: none;
}
.form .form__fieldset legend {
  display: none;
}
@media (max-width: 991.98px) {
  .form .form__fieldset {
    order: 2;
  }
}
.form .form__field {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .form .form__field {
    order: 2;
    margin-bottom: 10px;
  }
}
.form .form__field.form__field--select {
  position: relative;
}
.form .form__field.form__field--select:before, .form .form__field.form__field--select:after {
  pointer-events: none;
}
.form .form__field.form__field--select:before {
  content: " ";
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  transform: rotate(90deg);
}
.form .form__field.form__field--select:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #f8e422;
  z-index: 1;
  border-radius: 0 0 20px 0;
}
.form .form__field.form__field--checkbox {
  position: relative;
}
.form .form__field.form__field--checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.form .form__field.form__field--checkbox label {
  margin-left: 40px;
  font-weight: normal;
  cursor: pointer;
}
.form .form__field.form__field--checkbox label a {
  font-weight: bold;
  color: #28325a;
}
.form .form__field.form__field--submit {
  text-align: center;
}
.form .form__field .form__label {
  position: absolute;
  left: -99999px;
}
@media (max-width: 991.98px) {
  .form .form__options {
    order: 1;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .form .form__options {
    margin-bottom: 0;
  }
}
.form .form__options .form__filter-button {
  background-color: transparent;
  border: none;
  font-size: 22px;
  color: #ffffff;
  position: relative;
  top: 15px;
}
@media (max-width: 991.98px) {
  .form .form__options .form__filter-button {
    top: 0;
  }
}
@media (min-width: 768px) {
  .form .form__options .form__filter-button {
    display: none;
  }
}
.form .form__options .form__filter-button.form__filter-button--opened:after {
  transform: rotate(-90deg);
}
.form .form__options .form__filter-button:after {
  content: " ";
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  background-image: url(../Icons/Content/White/arrow.svg);
  transform: rotate(90deg);
  margin-left: 5px;
  top: 2px;
  transition: ease-in-out transform 0.3s;
}
.form label {
  display: block;
  font-weight: bold;
  color: #28325a;
  margin: 0 0 5px 0;
}
@media (max-width: 767.98px) {
  .form label {
    font-size: 18px;
  }
}
.form label.mandatory:after {
  content: "*";
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border-radius: 0 0 20px 0;
  border: none;
  font-size: 22px;
  padding: 0 60px 0 15px;
  cursor: pointer;
  font-weight: 100;
}
.form input {
  width: 100%;
  border-radius: 10px;
  height: 60px;
  font-size: 22px;
  font-weight: 100;
  border: none;
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .form input {
    height: 40px;
    font-size: 18px;
  }
}
.form textarea {
  width: 100%;
  border-radius: 10px;
  height: 180px;
  font-size: 22px;
  font-weight: 100;
  border: none;
  padding: 10px;
}
.form input[type=file] {
  padding: 0;
  margin-top: 0;
}
.form input[type=file]::file-selector-button {
  background-color: #f8e422;
  border-radius: 0 0 19px 0;
  display: inline-block;
  text-decoration: none !important;
  color: #28325a !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 14px 12px 13px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  width: 200px;
  border-top-left-radius: 0;
  margin: 0 10px 0 0;
}
@media (max-width: 767.98px) {
  .form input[type=file]::file-selector-button {
    font-size: 18px;
    line-height: 22px;
    padding: 7px 10px 7px 9px;
  }
}
.form input[type=file]::file-selector-button:hover:after {
  width: 28px;
}
.form input[type=file]::file-selector-button:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 18px;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  transition: ease-in-out width 0.3s;
}
.form input[type=radio],
.form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border: none;
  position: relative;
  background-color: #ffffff;
}
.form input[type=radio] {
  border-radius: 50%;
  position: relative;
}
.form input[type=radio]:checked:after {
  content: " ";
  width: 18px;
  height: 18px;
  background-color: #28325a;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.form input[type=checkbox] {
  border-radius: 5px;
  transition: background-color ease-in-out 0.3s;
}
.form input[type=checkbox]:hover {
  background-color: #f8e422;
}
.form input[type=checkbox]:before, .form input[type=checkbox]:after {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  width: 0px;
  height: 3px;
  background-color: #28325a;
  transition: ease-in-out width 0.3s;
}
.form input[type=checkbox]:before {
  left: 6px;
  transform-origin: center left;
}
.form input[type=checkbox]:after {
  transform: rotate(-45deg);
  transition-delay: 0.3s;
  right: 6px;
  transform-origin: center right;
}
.form input[type=checkbox]:checked {
  background-color: #f8e422;
}
.form input[type=checkbox]:checked:before {
  width: 25px;
}
.form input[type=checkbox]:checked:after {
  width: 25px;
}
@media (max-width: 575.98px) {
  .form .form__full-mobile > div {
    width: 100%;
  }
}

.filepond label {
  font-weight: normal;
}

.filepond--file-info span {
  color: #ffffff !important;
}

.filepond--file-status span {
  color: #ffffff !important;
}

.checkbox-single {
  position: relative;
}
.checkbox-single input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-single .checkbox-single__label {
  width: calc(100% - 40px);
  display: block;
  padding-left: 40px;
  position: relative;
  top: 2px;
  font-weight: 100;
}

.checkbox-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .checkbox-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checkbox-list .checkbox-list__checkbox {
  position: relative;
}
.checkbox-list .checkbox-list__checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-list .checkbox-list__checkbox .checkbox-list__label {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  top: 2px;
  font-weight: 100;
}

.radio-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  row-gap: 10px;
  margin-top: 10px;
}
.radio-list .radio-list__radio {
  position: relative;
}
.radio-list .radio-list__radio input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
}
.radio-list .radio-list__radio .radio-list__label {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  top: 2px;
  font-weight: 100;
}

.form__field-error {
  color: #ff585d;
  font-weight: bold;
  padding: 20px 0;
}

#info_div {
  margin-bottom: 20px;
}

.typo3-messages {
  list-style: none;
  margin: 0;
  padding: 0;
}
.typo3-messages .alert.alert-danger {
  background: rgba(255, 0, 0, 0.3);
  border: 1px solid #ff585d;
  padding: 20px 40px;
}
.typo3-messages .alert.alert-danger p {
  margin: 0;
}

.claim {
  width: 301px;
  height: 145px;
  background-image: url(../Images/Claim-bubbles.svg);
  position: relative;
  margin-top: 55px;
}
@media (max-width: 767.98px) {
  .claim {
    width: 187px;
    height: 90px;
    background-size: cover;
  }
}
.claim .claim__text {
  font-size: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  left: 12px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .claim .claim__text {
    font-size: 16px;
  }
}

.slick-slider .slick-list {
  padding: 0;
}
.slick-slider .slick-list .slick-track {
  display: flex !important;
}
.slick-slider .slick-dots {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
  line-height: 0px !important;
}
@media (max-width: 575.98px) {
  .slick-slider .slick-dots {
    margin: 20px 0 0 0;
  }
}
.slick-slider .slick-dots li {
  display: inline-block;
  padding: 0;
  margin: 7px;
  line-height: 0px !important;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #f8e422;
}
.slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  font-size: 0px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.slick-slider .slick-arrow {
  width: 113px;
  height: 113px;
  position: absolute;
  top: 50%;
  background-color: #28325a;
  border-radius: 50%;
  border: none;
  z-index: 2;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  background-image: url(../Icons/Content/White/arrow.svg);
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 1700px) {
  .slick-slider .slick-arrow {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1399.98px) {
  .slick-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.slick-slider .slick-arrow.slick-prev {
  left: -136px;
  transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (max-width: 1700px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -75px;
  }
}
@media (max-width: 1199.98px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -65px;
  }
}
@media (max-width: 575.98px) {
  .slick-slider .slick-arrow.slick-prev {
    transform: rotate(-180deg);
    left: 15px;
  }
}
.slick-slider .slick-arrow.slick-next {
  right: -136px;
}
@media only screen and (max-width: 1700px) {
  .slick-slider .slick-arrow.slick-next {
    right: -75px;
  }
}
@media (max-width: 1199.98px) {
  .slick-slider .slick-arrow.slick-next {
    right: -65px;
  }
}
@media (max-width: 575.98px) {
  .slick-slider .slick-arrow.slick-next {
    right: 15px;
  }
}

.website {
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.website.website--navigation-opened {
  left: -70%;
}
@media (max-width: 575.98px) {
  .website.website--navigation-opened {
    left: -90%;
  }
}

.header {
  background-color: #ffffff;
  min-height: 132px;
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  clear: both;
}
@media (max-width: 991.98px) {
  .header {
    min-height: 80px;
  }
}
.header .header__logo {
  padding: 37px 0;
  float: left;
  width: 259px;
}
@media (max-width: 991.98px) {
  .header .header__logo {
    padding: 20px 0;
  }
}
@media (max-width: 575.98px) {
  .header .header__logo {
    width: 50%;
  }
}
.header .header__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .header .header__logo img {
    width: auto;
    height: 40px;
  }
}
.header .header__navigation {
  float: right;
  width: calc(100% - 300px);
  height: 132px;
  position: relative;
}
@media (max-width: 991.98px) {
  .header .header__navigation {
    text-align: right;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .header .header__navigation {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .header .header__navigation .navigation-wrapper.navigation-wrapper--open {
    right: 0px;
  }
}
@media (max-width: 991.98px) {
  .header .header__navigation .navigation-wrapper {
    position: fixed;
    top: 0;
    width: 70%;
    right: -70%;
    background-color: #8eb4c6;
    bottom: 0;
    transition: 0.3s right ease-in-out;
  }
}
@media (max-width: 575.98px) {
  .header .header__navigation .navigation-wrapper {
    width: 90%;
    right: -90%;
  }
}
.header .header__navigation .header__icon-set {
  display: none;
  line-height: 0px;
}
@media (max-width: 991.98px) {
  .header .header__navigation .header__icon-set {
    display: inline-block;
    position: relative;
    top: 20px;
    height: 26px;
  }
}
.header .header__navigation .burger-button {
  width: 40px;
  height: 26px;
  position: relative;
  border: none;
  background-color: transparent;
  transition: 0.3s right ease-in-out;
}
@media (max-width: 575.98px) {
  .header .header__navigation .burger-button.burger-button--open {
    right: -16px;
  }
}
.header .header__navigation .burger-button.burger-button--open .burger-button__line.burger-button__line--top {
  transform: rotate(45deg);
  top: 12px;
}
.header .header__navigation .burger-button.burger-button--open .burger-button__line.burger-button__line--center {
  opacity: 0;
}
.header .header__navigation .burger-button.burger-button--open .burger-button__line.burger-button__line--bottom {
  transform: rotate(-45deg);
  bottom: 11px;
}
.header .header__navigation .burger-button .burger-button__line {
  width: 100%;
  height: 3px;
  background-color: #28325a;
  position: absolute;
  left: 0;
  transition: ease-in-out all 0.3s;
}
.header .header__navigation .burger-button .burger-button__line.burger-button__line--top {
  top: 0;
}
.header .header__navigation .burger-button .burger-button__line.burger-button__line--center {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.header .header__navigation .burger-button .burger-button__line.burger-button__line--bottom {
  bottom: 0;
}

.footer {
  background-color: #8eb4c6;
  padding: 67px 0 74px;
}
.footer p, .footer strong, .footer a {
  color: #ffffff;
}
.footer .footer__signet {
  margin-bottom: 53px;
}
.footer .footer__content .footer__right {
  position: relative;
}
.footer .claim {
  width: 200px;
  height: 96px;
  background-size: contain;
}
.footer .claim .claim__text {
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .footer .social-channels .social-channels__list.social-channels__list--center {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .footer .social-channels .social-channels__list.social-channels__list--right {
    text-align: left;
  }
}
.footer .ce-awards .ce-inner {
  text-align: right;
}
@media (max-width: 767.98px) {
  .footer .ce-awards .ce-inner {
    text-align: left;
  }
}
.section {
  width: 100%;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  /**
      Background color
   */
  /*
  No space above
   */
  /*
  Swarm
   */
}
@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}
.section.theme--white {
  background-color: #ffffff;
}
.section.theme--white h1, .section.theme--white h2, .section.theme--white h3, .section.theme--white h4 {
  color: #28325a;
}
.section.theme--white h1 strong, .section.theme--white h2 strong, .section.theme--white h3 strong, .section.theme--white h4 strong {
  color: #28325a;
}
.section.theme--white p, .section.theme--white span, .section.theme--white strong, .section.theme--white li, .section.theme--white td, .section.theme--white th {
  color: #000000;
}
.section.theme--white a {
  color: #000000;
}
.section.theme--white svg {
  fill: #28325a;
}
.section.theme--lightergrey {
  background-color: #e5e5e5;
}
.section.theme--lightergrey h1, .section.theme--lightergrey h2, .section.theme--lightergrey h3, .section.theme--lightergrey h4 {
  color: #28325a;
}
.section.theme--lightergrey h1 strong, .section.theme--lightergrey h2 strong, .section.theme--lightergrey h3 strong, .section.theme--lightergrey h4 strong {
  color: #28325a;
}
.section.theme--lightergrey p, .section.theme--lightergrey span, .section.theme--lightergrey strong, .section.theme--lightergrey li, .section.theme--lightergrey td, .section.theme--lightergrey th {
  color: #000000;
}
.section.theme--lightergrey a {
  color: #000000;
}
.section.theme--lightergrey svg {
  fill: #28325a;
}
.section.theme--lightgrey {
  background-color: #d2d2d2;
}
.section.theme--lightgrey h1, .section.theme--lightgrey h2, .section.theme--lightgrey h3, .section.theme--lightgrey h4 {
  color: #28325a;
}
.section.theme--lightgrey h1 strong, .section.theme--lightgrey h2 strong, .section.theme--lightgrey h3 strong, .section.theme--lightgrey h4 strong {
  color: #28325a;
}
.section.theme--lightgrey p, .section.theme--lightgrey span, .section.theme--lightgrey strong, .section.theme--lightgrey li, .section.theme--lightgrey td, .section.theme--lightgrey th {
  color: #000000;
}
.section.theme--lightgrey a {
  color: #000000;
}
.section.theme--lightgrey svg {
  fill: #28325a;
}
.section.theme--darkblue {
  background-color: #28325a;
}
.section.theme--darkblue h1, .section.theme--darkblue h2, .section.theme--darkblue h3, .section.theme--darkblue h4 {
  color: #ffffff;
}
.section.theme--darkblue h1 strong, .section.theme--darkblue h2 strong, .section.theme--darkblue h3 strong, .section.theme--darkblue h4 strong {
  color: #ffffff;
}
.section.theme--darkblue p, .section.theme--darkblue span, .section.theme--darkblue strong, .section.theme--darkblue li, .section.theme--darkblue td, .section.theme--darkblue th {
  color: #ffffff;
}
.section.theme--darkblue a {
  color: #ffffff;
}
.section.theme--darkblue svg {
  fill: #ffffff;
}
.section.theme--lighterblue {
  background-color: #8eb4c6;
}
.section.theme--lighterblue h1, .section.theme--lighterblue h2, .section.theme--lighterblue h3, .section.theme--lighterblue h4 {
  color: #ffffff;
}
.section.theme--lighterblue h1 strong, .section.theme--lighterblue h2 strong, .section.theme--lighterblue h3 strong, .section.theme--lighterblue h4 strong {
  color: #ffffff;
}
.section.theme--lighterblue p, .section.theme--lighterblue span, .section.theme--lighterblue strong, .section.theme--lighterblue li, .section.theme--lighterblue td, .section.theme--lighterblue th {
  color: #ffffff;
}
.section.theme--lighterblue a {
  color: #ffffff;
}
.section.theme--lighterblue svg {
  fill: #ffffff;
}
.section.theme--coralred {
  background-color: #ff585d;
}
.section.theme--coralred h1, .section.theme--coralred h2, .section.theme--coralred h3, .section.theme--coralred h4 {
  color: #ffffff;
}
.section.theme--coralred h1 strong, .section.theme--coralred h2 strong, .section.theme--coralred h3 strong, .section.theme--coralred h4 strong {
  color: #ffffff;
}
.section.theme--coralred p, .section.theme--coralred span, .section.theme--coralred strong, .section.theme--coralred li, .section.theme--coralred td, .section.theme--coralred th {
  color: #ffffff;
}
.section.theme--coralred a {
  color: #ffffff;
}
.section.theme--coralred svg {
  fill: #ffffff;
}
.section.section--no-space-above {
  padding-top: 0;
  margin-top: -20px;
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-1:before {
    display: none;
  }
}
.section.section--swarm-type-1.section--swarm-color-yellow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  width: 100%;
  top: 0;
  right: 0;
  background-size: contain;
  background-image: url(../Swarm/Content/Yellow/1.svg);
}
@media (max-width: 1199.98px) {
  .section.section--swarm-type-1.section--swarm-color-yellow:before {
    right: -100px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-1.section--swarm-color-yellow:before {
    width: 150px;
    height: 243px;
    right: 0;
    background-size: 150px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-1.section--swarm-color-yellow:before {
    width: 104px;
    height: 167px;
    background-size: 104px;
  }
}
.section.section--swarm-type-1.section--swarm-color-coral-red:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  width: 100%;
  top: 0;
  right: 0;
  background-size: contain;
  background-image: url(../Swarm/Content/Red/1.svg);
}
@media (max-width: 1199.98px) {
  .section.section--swarm-type-1.section--swarm-color-coral-red:before {
    right: -100px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-1.section--swarm-color-coral-red:before {
    width: 150px;
    height: 243px;
    right: 0;
    background-size: 150px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-1.section--swarm-color-coral-red:before {
    width: 104px;
    height: 167px;
    background-size: 104px;
  }
}
.section.section--swarm-type-1.section--swarm-color-white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  width: 100%;
  top: 0;
  right: 0;
  background-size: contain;
  background-image: url(../Swarm/Content/White/1.svg);
}
@media (max-width: 1199.98px) {
  .section.section--swarm-type-1.section--swarm-color-white:before {
    right: -100px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-1.section--swarm-color-white:before {
    width: 150px;
    height: 243px;
    right: 0;
    background-size: 150px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-1.section--swarm-color-white:before {
    width: 104px;
    height: 167px;
    background-size: 104px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-2:before {
    display: none;
  }
}
.section.section--swarm-type-2.section--swarm-color-yellow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  right: 0;
  bottom: 0;
  background-position: bottom -25px right -10px;
  background-image: url(../Swarm/Content/Yellow/2.svg);
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-2.section--swarm-color-yellow:before {
    width: 295px;
    height: 295px;
    bottom: initial;
    top: 0;
    background-size: 300px;
    transform: rotate(-90deg);
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-2.section--swarm-color-yellow:before {
    background-size: 200px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-2.section--swarm-color-yellow:before {
    width: 180px;
    height: 180px;
    background-size: 180px;
  }
}
.section.section--swarm-type-2.section--swarm-color-coral-red:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  right: 0;
  bottom: 0;
  background-position: bottom -25px right -10px;
  background-image: url(../Swarm/Content/Red/2.svg);
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-2.section--swarm-color-coral-red:before {
    width: 295px;
    height: 295px;
    bottom: initial;
    top: 0;
    background-size: 300px;
    transform: rotate(-90deg);
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-2.section--swarm-color-coral-red:before {
    background-size: 200px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-2.section--swarm-color-coral-red:before {
    width: 180px;
    height: 180px;
    background-size: 180px;
  }
}
.section.section--swarm-type-2.section--swarm-color-white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  right: 0;
  bottom: 0;
  background-position: bottom -25px right -10px;
  background-image: url(../Swarm/Content/White/2.svg);
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-2.section--swarm-color-white:before {
    width: 295px;
    height: 295px;
    bottom: initial;
    top: 0;
    background-size: 300px;
    transform: rotate(-90deg);
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-2.section--swarm-color-white:before {
    background-size: 200px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-2.section--swarm-color-white:before {
    width: 180px;
    height: 180px;
    background-size: 180px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-3:before {
    display: none;
  }
}
.section.section--swarm-type-3.section--swarm-color-yellow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  top: -45px;
  right: -189px;
  background-image: url(../Swarm/Content/Yellow/3.svg);
}
@media (max-width: 1199.98px) {
  .section.section--swarm-type-3.section--swarm-color-yellow:before {
    top: 0;
    right: -270px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-3.section--swarm-color-yellow:before {
    background-size: 300px;
    width: 310px;
    height: 400px;
    right: -120px;
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-3.section--swarm-color-yellow:before {
    right: -170px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-3.section--swarm-color-yellow:before {
    background-size: 180px;
    right: -103px;
  }
}
.section.section--swarm-type-3.section--swarm-color-coral-red:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  top: -45px;
  right: -189px;
  background-image: url(../Swarm/Content/Red/3.svg);
}
@media (max-width: 1199.98px) {
  .section.section--swarm-type-3.section--swarm-color-coral-red:before {
    top: 0;
    right: -270px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-3.section--swarm-color-coral-red:before {
    background-size: 300px;
    width: 310px;
    height: 400px;
    right: -120px;
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-3.section--swarm-color-coral-red:before {
    right: -170px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-3.section--swarm-color-coral-red:before {
    background-size: 180px;
    right: -103px;
  }
}
.section.section--swarm-type-3.section--swarm-color-white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  top: -45px;
  right: -189px;
  background-image: url(../Swarm/Content/White/3.svg);
}
@media (max-width: 1199.98px) {
  .section.section--swarm-type-3.section--swarm-color-white:before {
    top: 0;
    right: -270px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-3.section--swarm-color-white:before {
    background-size: 300px;
    width: 310px;
    height: 400px;
    right: -120px;
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-3.section--swarm-color-white:before {
    right: -170px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-3.section--swarm-color-white:before {
    background-size: 180px;
    right: -103px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-4:before {
    display: none;
  }
}
.section.section--swarm-type-4.section--swarm-color-yellow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  top: 0;
  right: -35px;
  width: 100%;
  background-image: url(../Swarm/Content/Yellow/4.svg);
}
@media (max-width: 1399.98px) {
  .section.section--swarm-type-4.section--swarm-color-yellow:before {
    right: -135px;
  }
}
@media (max-width: 1399.98px) {
  .section.section--swarm-type-4.section--swarm-color-yellow:before {
    right: -185px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-4.section--swarm-color-yellow:before {
    background-size: 300px;
    width: 300px;
    height: 410px;
    right: -100px;
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-4.section--swarm-color-yellow:before {
    background-size: 200px;
    top: -30px;
    right: -42px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-4.section--swarm-color-yellow:before {
    background-size: 180px;
    top: -25px;
    right: -5px;
    width: 100px;
    height: 150px;
    background-position: top left;
  }
}
.section.section--swarm-type-4.section--swarm-color-coral-red:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  top: 0;
  right: -35px;
  width: 100%;
  background-image: url(../Swarm/Content/Red/4.svg);
}
@media (max-width: 1399.98px) {
  .section.section--swarm-type-4.section--swarm-color-coral-red:before {
    right: -135px;
  }
}
@media (max-width: 1399.98px) {
  .section.section--swarm-type-4.section--swarm-color-coral-red:before {
    right: -185px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-4.section--swarm-color-coral-red:before {
    background-size: 300px;
    width: 300px;
    height: 410px;
    right: -100px;
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-4.section--swarm-color-coral-red:before {
    background-size: 200px;
    top: -30px;
    right: -42px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-4.section--swarm-color-coral-red:before {
    background-size: 180px;
    top: -25px;
    right: -5px;
    width: 100px;
    height: 150px;
    background-position: top left;
  }
}
.section.section--swarm-type-4.section--swarm-color-white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  top: 0;
  right: -35px;
  width: 100%;
  background-image: url(../Swarm/Content/White/4.svg);
}
@media (max-width: 1399.98px) {
  .section.section--swarm-type-4.section--swarm-color-white:before {
    right: -135px;
  }
}
@media (max-width: 1399.98px) {
  .section.section--swarm-type-4.section--swarm-color-white:before {
    right: -185px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-4.section--swarm-color-white:before {
    background-size: 300px;
    width: 300px;
    height: 410px;
    right: -100px;
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-4.section--swarm-color-white:before {
    background-size: 200px;
    top: -30px;
    right: -42px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-4.section--swarm-color-white:before {
    background-size: 180px;
    top: -25px;
    right: -5px;
    width: 100px;
    height: 150px;
    background-position: top left;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-5:before {
    display: none;
  }
}
.section.section--swarm-type-5.section--swarm-color-yellow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-image: url(../Swarm/Content/Yellow/5.svg);
}
@media (max-width: 1399.98px) {
  .section.section--swarm-type-5.section--swarm-color-yellow:before {
    right: -55px;
  }
}
@media (max-width: 1199.98px) {
  .section.section--swarm-type-5.section--swarm-color-yellow:before {
    right: -105px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-5.section--swarm-color-yellow:before {
    background-size: 300px;
    right: -50px;
    width: 300px;
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-5.section--swarm-color-yellow:before {
    background-size: 200px;
    right: -80px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-5.section--swarm-color-yellow:before {
    background-size: 180px;
    right: -105px;
  }
}
.section.section--swarm-type-5.section--swarm-color-coral-red:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-image: url(../Swarm/Content/Red/5.svg);
}
@media (max-width: 1399.98px) {
  .section.section--swarm-type-5.section--swarm-color-coral-red:before {
    right: -55px;
  }
}
@media (max-width: 1199.98px) {
  .section.section--swarm-type-5.section--swarm-color-coral-red:before {
    right: -105px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-5.section--swarm-color-coral-red:before {
    background-size: 300px;
    right: -50px;
    width: 300px;
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-5.section--swarm-color-coral-red:before {
    background-size: 200px;
    right: -80px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-5.section--swarm-color-coral-red:before {
    background-size: 180px;
    right: -105px;
  }
}
.section.section--swarm-type-5.section--swarm-color-white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-image: url(../Swarm/Content/White/5.svg);
}
@media (max-width: 1399.98px) {
  .section.section--swarm-type-5.section--swarm-color-white:before {
    right: -55px;
  }
}
@media (max-width: 1199.98px) {
  .section.section--swarm-type-5.section--swarm-color-white:before {
    right: -105px;
  }
}
@media (max-width: 991.98px) {
  .section.section--swarm-type-5.section--swarm-color-white:before {
    background-size: 300px;
    right: -50px;
    width: 300px;
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .section.section--swarm-type-5.section--swarm-color-white:before {
    background-size: 200px;
    right: -80px;
  }
}
@media (max-width: 575.98px) {
  .section.section--swarm-type-5.section--swarm-color-white:before {
    background-size: 180px;
    right: -105px;
  }
}
.section.section--mirror-swarm:before {
  right: initial;
  left: 0;
  transform: scaleX(-1);
}
.section .container {
  z-index: 1;
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}

.section.section--white {
  color: #ffffff;
}
.section.section--white h1, .section.section--white h2, .section.section--white h3 {
  color: #28325a;
}
.section.section--white p, .section.section--white li, .section.section--white a {
  color: #000000;
}

.website.website--freshfin .header {
  background-color: #ff585d;
}
@media (max-width: 991.98px) {
  .website.website--freshfin .header .header__navigation .navigation-wrapper {
    background-color: #28325a;
  }
}
.website.website--freshfin .header .navigation.navigation--meta .navigation__list .navigation__item .navigation__link {
  color: #ffffff;
}
.website.website--freshfin .header .navigation.navigation--meta .navigation__list .navigation__item .navigation__link svg {
  fill: #ffffff;
}
.website.website--freshfin .header .navigation.navigation--meta .navigation__list .navigation__item .navigation__link:before {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-image: url(../Icons/Content/White/search.svg);
}
.website.website--freshfin .header .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:before {
  background-color: #28325a;
}
@media (max-width: 991.98px) {
  .website.website--freshfin .header .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__sub-marker {
    background-color: #28325a;
  }
}
.website.website--freshfin .header .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__link {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .website.website--freshfin .header .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__link {
    background-color: #28325a;
  }
}
.website.website--freshfin .header .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__mega-menu {
  background-color: #28325a;
}
.website.website--freshfin .header .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__list.navigation__list--level-2 {
  background-color: #28325a;
}
.website.website--freshfin .header .header__icon-set .burger-button .burger-button__line {
  background-color: #ffffff;
}
.website.website--freshfin .footer {
  background-color: #ff585d;
}
.website.website--freshfin .slick-slider .slick-dots li.slick-active button {
  background-color: #ff585d;
}
.website.website--freshfin .slick-slider .slick-arrow {
  background-color: #ff585d;
}
.website.website--freshfin .process-slider .process-slider__list .process-slider__item .arrow-right .triangle {
  fill: #d2d2d2;
}
.website.website--freshfin .process-slider .process-slider__list .process-slider__item.slick-current .arrow-right .triangle {
  fill: #28325a;
}
.website.website--freshfin .process-slider .process-slider__list .process-slider__item .process-slider__content {
  background-color: #d2d2d2;
}
.website.website--freshfin .process-slider .process-slider__list .process-slider__item .process-slider__content h4, .website.website--freshfin .process-slider .process-slider__list .process-slider__item .process-slider__content p {
  color: #28325a;
}
.website.website--freshfin .process-slider .slick-slider .slick-arrow {
  background: none;
}
.website.website--freshfin .process-slider .slick-slider .slick-arrow:before {
  background-color: #ff585d;
}
.website.website--freshfin .highlights svg {
  fill: #ff585d;
}
.website.website--freshfin .ce-textpic .ce-gallery .ce-column .image figcaption {
  background-color: #ff585d;
}

.navigation.navigation--main {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main {
    margin: 40px 40px 0 40px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 360px);
    position: relative;
    bottom: initial;
    right: initial;
  }
}
@media (max-width: 575.98px) {
  .navigation.navigation--main {
    height: calc(100vh - 220px);
    margin: 30px 15px 0 15px;
  }
}
.navigation.navigation--main .navigation__list {
  margin: 0;
  /* Mega menu */
  /* Single menu */
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 {
  text-align: right;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item {
  list-style: none outside none;
  display: inline-block;
  margin: 0 61px 0 0;
  position: relative;
  padding-bottom: 30px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item {
    display: block;
    margin: 0 0 26px !important;
    padding-bottom: 0;
  }
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--opened .navigation__sub-marker:after {
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--current {
    margin: 0 15px 0 0;
  }
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--current:before {
  opacity: 1;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--current > a {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--current > a {
    color: #f8e422 !important;
  }
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--current .navigation__sub-marker:before, .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--current .navigation__sub-marker:after {
    background-color: #f8e422;
  }
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--current:after {
    border-bottom: 1px dotted #f8e422;
  }
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--active {
    margin: 0 15px 0 0;
  }
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--active:before {
  opacity: 1;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--active > a {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--active > a {
    color: #f8e422 !important;
  }
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--active .navigation__sub-marker:before, .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--active .navigation__sub-marker:after {
    background-color: #f8e422;
  }
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item.navigation__item--active:after {
    border-bottom: 1px dotted #f8e422;
  }
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:before {
  content: " ";
  display: block;
  background-color: #8eb4c6;
  position: absolute;
  top: -12px;
  left: -10px;
  width: calc(100% + 25px);
  height: 60px;
  z-index: 1;
  border-radius: 0 35px 0 0;
  opacity: 0;
  transition: 0.3s ease-in-out opacity;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:before {
    display: none;
  }
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:hover .navigation__mega-menu {
  left: 0;
  opacity: 1;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:hover .navigation__mega-menu .navigation__list.navigation__list--level-2 {
  top: initial;
  left: initial;
  transform: initial;
  opacity: initial;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:hover .navigation__list.navigation__list--level-2 {
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:hover:last-of-type .navigation__list.navigation__list--level-2 {
  left: initial;
  right: -15px;
  transform: initial;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:hover .navigation__link {
  color: #ffffff;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:hover:before {
  opacity: 1;
}
@media (max-width: 1399.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 1199.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item {
    margin: 0 10px 0 0;
  }
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__sub-marker {
  display: none;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__sub-marker {
    width: 24px;
    height: 24px;
    background-color: #8eb4c6;
    border: none;
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
  }
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__sub-marker:before, .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__sub-marker:after {
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s opacity ease-in-out;
  }
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__sub-marker:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:last-of-type {
  margin-right: 0;
}
.navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__link {
  font-size: 24px;
  font-weight: 700;
  color: #28325a;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__link {
    font-size: 22px;
    display: inline-block;
    padding: 0 5px 0 0;
  }
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item .navigation__link {
    color: #ffffff;
    background-color: #8eb4c6;
  }
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-1 .navigation__item:after {
    width: calc(100% - 33px);
    height: 1px;
    display: block;
    content: " ";
    position: absolute;
    top: 13px;
    left: 0;
    border-bottom: 1px dotted #ffffff;
  }
}
.navigation.navigation--main .navigation__list .navigation__mega-menu {
  background-color: #8eb4c6;
  position: fixed;
  left: -99999px;
  top: 132px;
  width: 100%;
  opacity: 0;
  transition: opacity ease-in-out 0.4s;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list .navigation__mega-menu {
    position: relative;
    top: initial;
    left: initial;
    opacity: 1;
    display: none;
  }
  .navigation.navigation--main .navigation__list .navigation__mega-menu .container {
    max-width: initial;
    padding: 0;
  }
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 50px 0 0;
  background-color: transparent;
  transition: initial;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 {
    padding: 20px 30px 0px;
  }
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item {
  width: calc(33.3333% - 6px);
  margin-bottom: 70px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item {
    width: 100%;
  }
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item.navigation__item--current .navigation__link span {
  color: #f8e422;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item.navigation__item--active .navigation__link span {
  color: #f8e422;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item .navigation__link {
  display: block;
  position: relative;
  line-height: 0px;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item .navigation__link {
    margin-top: 10px;
  }
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item .navigation__link:hover span {
  color: #f8e422;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item .navigation__link svg {
    width: 34px;
    height: 34px;
    display: inline-block;
  }
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item .navigation__link span {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item .navigation__link span {
    left: 44px;
  }
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item .navigation__description {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin: 10px 0 0 0;
  width: 75%;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-2 .navigation__item .navigation__description {
    width: 100%;
  }
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 {
  display: block;
  flex-wrap: initial;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__item {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__item.navigation__item--current .navigation__link {
  color: #f8e422;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__item.navigation__item--current .navigation__link:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/Yellow/arrow.svg);
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__item.navigation__item--active .navigation__link {
  color: #f8e422;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__item.navigation__item--active .navigation__link:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/Yellow/arrow.svg);
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__item .navigation__link {
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__item .navigation__link:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/White/arrow.svg);
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__item .navigation__link:hover {
  color: #f8e422;
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__item .navigation__link:hover:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../Icons/Content/Yellow/arrow.svg);
}
.navigation.navigation--main .navigation__list .navigation__mega-menu .navigation__list.navigation__list--level-3 .navigation__item .navigation__link:before {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 {
  display: block;
  position: absolute;
  background-color: #8eb4c6;
  min-width: 400px;
  margin: 0;
  padding: 50px;
  left: -99999px;
  top: 125px;
  opacity: 0;
  transition: opacity ease-in-out 0.4s;
  border-radius: 0 0 40px 0;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-2 {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    min-width: initial;
    opacity: 1;
    padding: 20px 30px;
    transform: initial !important;
    display: none;
  }
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__item {
  text-align: left;
  display: block;
  margin: 0;
  padding-bottom: 15px;
}
@media (max-width: 991.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__item {
    margin-bottom: 10px !important;
  }
  .navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  .navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__item:after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__item {
    padding-bottom: 0;
  }
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__item:hover:before {
  display: none;
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__item:hover .navigation__link span {
  color: #f8e422;
}
.navigation.navigation--main .navigation__list.navigation__list--level-2 .navigation__item .navigation__link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.navigation.navigation--meta {
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta {
    position: absolute;
    bottom: 30px;
  }
}
.navigation.navigation--meta .navigation__list {
  text-align: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta .navigation__list {
    text-align: left;
    padding: 30px 40px;
  }
}
@media (max-width: 575.98px) {
  .navigation.navigation--meta .navigation__list {
    padding: 20px 15px;
  }
}
.navigation.navigation--meta .navigation__list .navigation__item {
  display: inline-block;
  list-style: none outside none;
  margin: 0 36px 0 0;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta .navigation__list .navigation__item {
    display: block;
    margin: 0 0 10px;
  }
}
.navigation.navigation--meta .navigation__list .navigation__item:last-of-type {
  margin-right: 0;
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--current {
  position: relative;
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--current:after {
  content: " ";
  background-color: #8eb4c6;
  position: absolute;
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  top: -5px;
  left: -10px;
  z-index: 1;
  border-bottom-right-radius: 20px;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta .navigation__list .navigation__item.navigation__item--current:after {
    background-color: #ffffff;
  }
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--current .navigation__link {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta .navigation__list .navigation__item.navigation__item--current .navigation__link {
    color: #28325a;
  }
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--current .navigation__link svg {
  fill: #ffffff;
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta .navigation__list .navigation__item.navigation__item--current .navigation__link svg {
    fill: #28325a;
  }
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--website-search {
  position: relative;
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--website-search a {
  cursor: pointer;
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--website-search form {
  width: 320px;
  position: absolute;
  background-color: #8eb4c6;
  top: -60px;
  right: calc(100% + 20px);
  padding: 10px;
  height: 55px;
  border-radius: 0 0 10px 10px;
  transition: ease-in-out top 0.3s;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta .navigation__list .navigation__item.navigation__item--website-search form {
    height: 0px;
    overflow: hidden;
    position: relative;
    top: 5px;
    right: initial;
    padding: 0;
    transition: ease-in-out all 0.3s;
    border-radius: 10px;
  }
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--website-search form__field {
  margin: 0;
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--website-search form.form--opened {
  top: -5px;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta .navigation__list .navigation__item.navigation__item--website-search form.form--opened {
    top: initial;
    height: 55px;
    padding: 10px 0;
  }
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--website-search form input {
  padding: 5px;
  font-size: 18px;
  height: 35px;
  width: calc(100% - 107px);
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta .navigation__list .navigation__item.navigation__item--website-search form input {
    left: 10px;
  }
}
.navigation.navigation--meta .navigation__list .navigation__item.navigation__item--website-search form button {
  height: 35px;
  margin-top: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 0 0 10px 0;
  padding: 6px 14px 12px 13px;
}
.navigation.navigation--meta .navigation__list .navigation__item .navigation__link {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border: none;
  font-weight: 100;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta .navigation__list .navigation__item .navigation__link {
    color: #ffffff;
  }
  .navigation.navigation--meta .navigation__list .navigation__item .navigation__link:before {
    margin-right: 5px;
  }
}
.navigation.navigation--meta .navigation__list .navigation__item .navigation__link svg {
  width: 22px;
  height: 22px;
  fill: #28325a;
  opacity: 0.5;
  position: relative;
  top: 5px;
  margin-right: 7px;
}
@media (max-width: 991.98px) {
  .navigation.navigation--meta .navigation__list .navigation__item .navigation__link svg {
    fill: #ffffff;
  }
}

.mobile-navigation-button {
  width: 40px;
  height: 32px;
  border: 2px solid #333333;
  float: right;
  background-color: transparent;
  position: relative;
  margin-top: 35px;
}
.mobile-navigation-button .mobile-navigation-button__line {
  width: 20px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-navigation-button .mobile-navigation-button__line.mobile-navigation-button__line--top {
  top: 6px;
}
.mobile-navigation-button .mobile-navigation-button__line.mobile-navigation-button__line--center {
  top: 13px;
}
.mobile-navigation-button .mobile-navigation-button__line.mobile-navigation-button__line--bottom {
  bottom: 6px;
}

.language-navigation {
  float: right;
  margin-top: 45px;
  transition: 0.3s ease-in-out all;
}
.language-navigation .language-navigation__list-item {
  list-style: none outside none;
}
.language-navigation .language-navigation__list-item .language-navigation__link {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.language-navigation .language-navigation__list-item .language-navigation__link:hover {
  text-decoration: underline;
}
.language-navigation .language-navigation__list-item .language-navigation__link img {
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.navigation.navigation--footer {
  display: block;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .navigation.navigation--footer {
    position: relative;
    bottom: initial;
    right: initial;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .navigation.navigation--footer {
    text-align: left;
  }
}
.navigation.navigation--footer .navigation__list {
  display: inline-block;
  list-style: none outside none;
}
@media (max-width: 767.98px) {
  .navigation.navigation--footer .navigation__list {
    margin-left: 0;
  }
}
.navigation.navigation--footer .navigation__list .navigation__item {
  display: inline-block;
  margin-right: 10px;
}
.navigation.navigation--footer .navigation__list .navigation__item.navigation__item--current .navigation__link {
  color: #f8e422;
}
.navigation.navigation--footer .navigation__list .navigation__item:last-of-type {
  margin-right: 0;
}
.navigation.navigation--footer .navigation__list .navigation__item .navigation__link {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}

.service-flap {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70px;
  background-color: #8eb4c6;
  border-radius: 20px 0 0 20px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .service-flap {
    width: auto;
    height: 60px;
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0 0;
  }
}
.service-flap .service-flap__list {
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .service-flap .service-flap__list {
    display: flex;
  }
}
.service-flap .service-flap__list .service-flap__item {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 991.98px) {
  .service-flap .service-flap__list .service-flap__item {
    display: inline-block;
    border-bottom: none;
    border-right: 2px solid #ffffff;
    padding-top: 5px;
  }
}
.service-flap .service-flap__list .service-flap__item:last-of-type {
  border-bottom: 0;
}
@media (max-width: 991.98px) {
  .service-flap .service-flap__list .service-flap__item:last-of-type {
    border-right: none !important;
  }
}
.service-flap .service-flap__list .service-flap__item:hover .service-flap__link .service-flap__title {
  right: 50px !important;
}
@media (max-width: 991.98px) {
  .service-flap .service-flap__list .service-flap__item:hover .service-flap__link .service-flap__title {
    right: 0 !important;
  }
}
.service-flap .service-flap__list .service-flap__item .service-flap__link {
  display: block;
  position: relative;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.service-flap .service-flap__list .service-flap__item .service-flap__link .service-flap__icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  background-color: #8eb4c6;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .service-flap .service-flap__list .service-flap__item .service-flap__link .service-flap__icon {
    position: relative;
    top: 2px;
    left: initial;
    transform: initial;
    width: 100%;
    background-color: transparent;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
  }
}
.service-flap .service-flap__list .service-flap__item .service-flap__link .service-flap__icon svg {
  height: 40px;
  fill: #ffffff;
}
@media (max-width: 991.98px) {
  .service-flap .service-flap__list .service-flap__item .service-flap__link .service-flap__icon svg {
    height: 24px;
  }
}
.service-flap .service-flap__list .service-flap__item .service-flap__link .service-flap__title {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #8eb4c6;
  line-height: 70px;
  top: 0;
  padding: 0 20px;
  border-radius: 20px 0 0 20px;
  z-index: 1;
  transition: ease-in-out right 0.3s;
}
@media (max-width: 991.98px) {
  .service-flap .service-flap__list .service-flap__item .service-flap__link .service-flap__title {
    height: auto;
    line-height: 18px;
    font-size: 14px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
    top: initial;
    right: initial !important;
    background-color: transparent;
    margin-top: 3px;
  }
}

.website.website--freshfin .service-flap {
  background-color: #ff585d;
}
.website.website--freshfin .service-flap .service-flap__item .service-flap__link .service-flap__icon {
  background-color: #ff585d;
}
@media (max-width: 991.98px) {
  .website.website--freshfin .service-flap .service-flap__item .service-flap__link .service-flap__icon {
    background-color: transparent;
  }
}
.website.website--freshfin .service-flap .service-flap__item .service-flap__link .service-flap__title {
  background-color: #ff585d;
}

.to-top-button {
  background-color: #f8e422;
  text-align: right;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: ease-in-out bottom 0.3s;
  z-index: 3;
  border: none;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
  cursor: pointer;
}
.to-top-button.to-top-button--active {
  bottom: 20px;
}

.breadcrumb {
  margin: 30px 0 -20px 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  font-size: 16px;
  display: inline-block;
}
.breadcrumb li a, .breadcrumb li a:visited, .breadcrumb li a:focus {
  color: #000000;
}
.breadcrumb li + li::before {
  content: "›";
  margin: 0 0.5rem;
  opacity: 0.6;
}

@media (max-width: 991.98px) {
  .breadcrumb {
    display: none;
  }
}
.frame-space {
  display: block;
}
.frame-space-before-20px {
  height: 20px;
}
@media (max-width: 767.98px) {
  .frame-space-before-20px {
    height: 10px;
  }
}
.frame-space-before-40px {
  height: 40px;
}
@media (max-width: 767.98px) {
  .frame-space-before-40px {
    height: 20px;
  }
}
.frame-space-before-80px {
  height: 80px;
}
@media (max-width: 767.98px) {
  .frame-space-before-80px {
    height: 40px;
  }
}
.frame-space-after-20px {
  height: 20px;
}
@media (max-width: 767.98px) {
  .frame-space-after-20px {
    height: 10px;
  }
}
.frame-space-after-40px {
  height: 40px;
}
@media (max-width: 767.98px) {
  .frame-space-after-40px {
    height: 20px;
  }
}
.frame-space-after-80px {
  height: 80px;
}
@media (max-width: 767.98px) {
  .frame-space-after-80px {
    height: 40px;
  }
}

.ce-image .ce-gallery.ce-custom-image-width .ce-outer .ce-inner .ce-column {
  max-width: initial !important;
}
.ce-image .ce-gallery[data-ce-images="1"] {
  max-width: 480px;
  margin: 0 auto;
}
.ce-image .ce-gallery[data-ce-images="1"] .ce-inner {
  grid-template-columns: repeat(1, 1fr);
}
.ce-image .ce-gallery[data-ce-images="2"] {
  max-width: 767px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .ce-image .ce-gallery[data-ce-images="2"] {
    max-width: 480px;
  }
}
.ce-image .ce-gallery[data-ce-images="2"] .ce-inner {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575.98px) {
  .ce-image .ce-gallery[data-ce-images="2"] .ce-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ce-image .ce-gallery[data-ce-images="3"] .ce-inner {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
  .ce-image .ce-gallery[data-ce-images="3"] .ce-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ce-image .ce-gallery[data-ce-images="4"] .ce-inner {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .ce-image .ce-gallery[data-ce-images="4"] .ce-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ce-image .ce-gallery[data-ce-images="4"] .ce-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ce-image .ce-gallery[data-ce-images="5"] .ce-inner {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199.98px) {
  .ce-image .ce-gallery[data-ce-images="5"] .ce-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .ce-image .ce-gallery[data-ce-images="5"] .ce-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ce-image .ce-gallery[data-ce-images="5"] .ce-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ce-image .ce-gallery .ce-outer .ce-inner {
  display: grid;
  grid-template-rows: auto;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
}
.ce-image .ce-gallery .ce-column {
  padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .ce-image .ce-gallery .ce-column {
    margin: 0 0 10px 0;
    padding: 10px 50px;
  }
}
.ce-image img {
  width: 100%;
  height: auto;
}
.ce-image.ce-logo-matrix .ce-gallery .ce-column .image {
  text-align: center;
}
.ce-image.ce-logo-matrix img {
  max-width: 250px;
  max-height: 250px;
}
.ce-image.ce-awards .ce-gallery {
  width: 100%;
  max-width: initial;
}
.ce-image.ce-awards .ce-gallery .ce-outer {
  text-align: right;
}
@media (max-width: 767.98px) {
  .ce-image.ce-awards .ce-gallery .ce-outer {
    text-align: left;
  }
}
.ce-image.ce-awards .ce-gallery .ce-outer .ce-inner {
  display: inline-block;
}
.ce-image.ce-awards .ce-gallery .ce-outer .ce-inner .ce-column {
  max-width: 108px;
  display: block;
  padding: 0;
  float: left;
  margin: 0 0 0 25px;
}
@media (max-width: 767.98px) {
  .ce-image.ce-awards .ce-gallery .ce-outer .ce-inner .ce-column {
    margin: 0 25px 0 0;
  }
}
.ce-image.ce-awards .ce-gallery .ce-outer .ce-inner .ce-column img {
  width: 100%;
  height: auto;
}

.theme--white .ce-text.ce-text--folded .ce-text__faded {
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.theme--lightergrey .ce-text.ce-text--folded .ce-text__faded {
  background: #e5e5e5;
  background: linear-gradient(0deg, #e5e5e5 0%, rgba(229, 229, 229, 0) 100%);
}

.theme--lightgrey .ce-text.ce-text--folded .ce-text__faded {
  background: #d2d2d2;
  background: linear-gradient(0deg, #d2d2d2 0%, rgba(210, 210, 210, 0) 100%);
}

.theme--darkblue .ce-text.ce-text--folded .ce-text__faded {
  background: #28325a;
  background: linear-gradient(0deg, #28325a 0%, rgba(40, 50, 90, 0) 100%);
}

.theme--lighterblue .ce-text.ce-text--folded .ce-text__faded {
  background: #8eb4c6;
  background: linear-gradient(0deg, #8eb4c6 0%, rgba(142, 180, 198, 0) 100%);
}

.theme--coralred .ce-text.ce-text--folded .ce-text__faded {
  background: #ff585d;
  background: linear-gradient(0deg, #ff585d 0%, rgba(255, 88, 93, 0) 100%);
}

.ce-text {
  position: relative;
}
.ce-text.ce-text--introduction p {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .ce-text.ce-text--introduction p {
    font-size: 24px;
    line-height: 30px;
  }
}
.ce-text.ce-text--folded .ce-text__content {
  position: relative;
}
.ce-text.ce-text--folded .ce-text__content .ce-text__text {
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: 0.3s ease-in-out height;
}
.ce-text.ce-text--folded .ce-text__content .ce-text__text p:last-of-type {
  margin-bottom: 0;
}
.ce-text.ce-text--folded .ce-text__content .ce-text__faded {
  display: block;
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  height: 80px;
  z-index: 1;
}
.ce-text.ce-text--folded .ce-text__content .ce-text__button {
  text-align: center;
  position: relative;
  z-index: 2;
}
.ce-text.ce-text--folded .ce-text__content .ce-text__button .button {
  margin-top: 0;
}

.section header {
  max-width: 85%;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .section header {
    max-width: 95%;
  }
}
.section header h1, .section header h2, .section header h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.ce-textpic.ce-intext.ce-left .ce-gallery {
  float: left;
  margin-right: 25px;
}
@media (max-width: 991.98px) {
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    margin-right: 0;
    float: none;
  }
}
@media (max-width: 991.98px) {
  .ce-textpic.ce-intext.ce-left .ce-bodytext ul, .ce-textpic.ce-intext.ce-left .ce-bodytext ol {
    overflow: initial;
    zoom: initial;
  }
}
.ce-textpic.ce-intext.ce-left .ce-bodytext ul li, .ce-textpic.ce-intext.ce-left .ce-bodytext ol li {
  position: relative;
}
@media (max-width: 991.98px) {
  .ce-textpic.ce-intext.ce-left .ce-bodytext ul li, .ce-textpic.ce-intext.ce-left .ce-bodytext ol li {
    padding-left: 0;
    list-style: initial;
  }
}
.ce-textpic.ce-intext.ce-right .ce-gallery {
  float: right;
  margin-left: 25px;
}
@media (max-width: 991.98px) {
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    margin-left: 0;
    float: none;
  }
}
.ce-textpic.ce-intext .ce-gallery {
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .ce-textpic.ce-intext .ce-gallery {
    width: 100%;
  }
}
.ce-textpic.ce-intext .ce-gallery .image {
  max-width: 590px;
  height: auto;
}
@media (max-width: 991.98px) {
  .ce-textpic.ce-intext .ce-gallery .image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ce-textpic.ce-intext .ce-bodytext > *:first-of-type {
  margin-top: 0;
}
.ce-textpic .ce-gallery .ce-column .image img, .ce-textpic .ce-gallery .ce-column .video img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: auto;
}
.ce-textpic .ce-gallery .ce-column .image img.image-embed-item--no-description, .ce-textpic .ce-gallery .ce-column .video img.image-embed-item--no-description {
  border-radius: 20px;
}
.ce-textpic .ce-gallery .ce-column .image figcaption, .ce-textpic .ce-gallery .ce-column .video figcaption {
  background-color: #8eb4c6;
  color: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 10px;
}
.ce-textpic .ce-gallery .ce-column .image iframe, .ce-textpic .ce-gallery .ce-column .video iframe {
  border-radius: 40px 40px 0 0;
}
.ce-textpic .ce-gallery .ce-column .image--no-description .netl-social-media-inner-wrap, .ce-textpic .ce-gallery .ce-column .video--no-description .netl-social-media-inner-wrap {
  border-radius: 40px;
}
.ce-textpic .ce-gallery .ce-column .image--no-description iframe, .ce-textpic .ce-gallery .ce-column .video--no-description iframe {
  border-radius: 40px;
}
.ce-textpic .ce-gallery.ce-custom-image-width {
  width: initial;
}
.ce-textpic .ce-gallery.ce-custom-image-width .ce-column {
  width: initial;
}
.ce-textpic .ce-gallery.ce-custom-image-width .ce-column .image {
  max-width: initial;
}

.ce-glossary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .ce-glossary {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .ce-glossary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ce-glossary {
    grid-template-columns: 1fr;
  }
}
.ce-glossary .ce-glossary__group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
}
.ce-glossary .ce-glossary__group .ce-glossary__letter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background-color: #28325a;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.ce-glossary .ce-glossary__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.ce-glossary .ce-glossary__terms {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
.ce-glossary .ce-glossary__term {
  margin: 0;
}
.ce-glossary .ce-glossary__term:before {
  content: none;
}
.ce-glossary .ce-glossary__term a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 100;
}
.ce-glossary .ce-glossary__term a:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
  flex: 0 0 auto;
}
.ce-glossary .ce-glossary__term a:hover .ce-glossary__label, .ce-glossary .ce-glossary__term a:focus-visible .ce-glossary__label {
  text-decoration: underline;
}
.ce-glossary .ce-glossary__term a:focus-visible {
  outline: 2px solid #28325a;
  outline-offset: 2px;
}
.ce-glossary .ce-glossary__label {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
}

.theme--darkblue .ce-pages.ce-pages--link-matrix .ce-pages__item {
  background-color: #ffffff;
}
.theme--darkblue .ce-pages.ce-pages--link-matrix .ce-pages__item svg {
  fill: #28325a;
}
.theme--darkblue .ce-pages.ce-pages--link-matrix .ce-pages__item span {
  color: #28325a;
}
.theme--darkblue .ce-pages.ce-pages--link-matrix .ce-pages__item:hover {
  background-color: #d2d2d2;
}

.theme--lighterblue .ce-pages.ce-pages--link-matrix .ce-pages__item {
  background-color: #ffffff;
}
.theme--lighterblue .ce-pages.ce-pages--link-matrix .ce-pages__item svg {
  fill: #8eb4c6;
}
.theme--lighterblue .ce-pages.ce-pages--link-matrix .ce-pages__item span {
  color: #8eb4c6;
}
.theme--lighterblue .ce-pages.ce-pages--link-matrix .ce-pages__item:hover {
  background-color: #d2d2d2;
}

.theme--white .ce-pages.ce-pages--link-matrix .ce-pages__item {
  background-color: #e5e5e5;
}
.theme--white .ce-pages.ce-pages--link-matrix .ce-pages__item:hover {
  background-color: #28325a;
}
.theme--white .ce-pages.ce-pages--link-matrix .ce-pages__item:hover .ce-pages__icon svg {
  fill: #e5e5e5;
}
.theme--white .ce-pages.ce-pages--link-matrix .ce-pages__item:hover span {
  color: #e5e5e5;
}

.theme--lightgrey .ce-pages.ce-pages--link-matrix .ce-pages__item {
  background-color: #ffffff;
}
.theme--lightgrey .ce-pages.ce-pages--link-matrix .ce-pages__item:hover {
  background-color: #28325a;
}
.theme--lightgrey .ce-pages.ce-pages--link-matrix .ce-pages__item:hover .ce-pages__icon svg {
  fill: #ffffff;
}
.theme--lightgrey .ce-pages.ce-pages--link-matrix .ce-pages__item:hover span {
  color: #ffffff;
}

.theme--lightergrey .ce-pages.ce-pages--link-matrix .ce-pages__item {
  background-color: #ffffff;
}
.theme--lightergrey .ce-pages.ce-pages--link-matrix .ce-pages__item:hover {
  background-color: #28325a;
}
.theme--lightergrey .ce-pages.ce-pages--link-matrix .ce-pages__item:hover .ce-pages__icon svg {
  fill: #ffffff;
}
.theme--lightergrey .ce-pages.ce-pages--link-matrix .ce-pages__item:hover span {
  color: #ffffff;
}

.ce-pages.ce-pages--link-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .ce-pages.ce-pages--link-matrix {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ce-pages.ce-pages--link-matrix {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ce-pages.ce-pages--link-matrix.ce-pages--two-items .ce-pages__item:last-of-type {
  border-top-right-radius: 30px;
}
@media (max-width: 575.98px) {
  .ce-pages.ce-pages--link-matrix.ce-pages--two-items .ce-pages__item:last-of-type {
    border-top-right-radius: 0;
  }
}
.ce-pages.ce-pages--link-matrix.ce-pages--one-item .ce-pages__item:last-of-type {
  border-top-right-radius: 30px;
}
.ce-pages.ce-pages--link-matrix .ce-pages__item {
  list-style: none outside none;
  margin-bottom: 0;
  transition: 0.3s background-color ease-in-out;
}
.ce-pages.ce-pages--link-matrix .ce-pages__item:first-of-type {
  border-top-left-radius: 30px;
}
@media (max-width: 575.98px) {
  .ce-pages.ce-pages--link-matrix .ce-pages__item:first-of-type {
    border-top-right-radius: 30px;
  }
}
.ce-pages.ce-pages--link-matrix .ce-pages__item:nth-child(3) {
  border-top-right-radius: 30px;
}
@media (max-width: 991.98px) {
  .ce-pages.ce-pages--link-matrix .ce-pages__item:nth-child(3) {
    border-top-right-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .ce-pages.ce-pages--link-matrix .ce-pages__item:nth-child(2) {
    border-top-right-radius: 30px;
  }
}
@media (max-width: 575.98px) {
  .ce-pages.ce-pages--link-matrix .ce-pages__item:nth-child(2) {
    border-top-right-radius: 0;
  }
}
.ce-pages.ce-pages--link-matrix .ce-pages__item.ce-pages__item--last-row-lg {
  border-bottom-left-radius: 30px;
}
@media (max-width: 991.98px) {
  .ce-pages.ce-pages--link-matrix .ce-pages__item.ce-pages__item--last-row-lg {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .ce-pages.ce-pages--link-matrix .ce-pages__item.ce-pages__item--last-row-md {
    border-bottom-left-radius: 30px;
  }
}
@media (max-width: 575.98px) {
  .ce-pages.ce-pages--link-matrix .ce-pages__item.ce-pages__item--last-row-md {
    border-bottom-left-radius: 0;
  }
}
.ce-pages.ce-pages--link-matrix .ce-pages__item:last-of-type {
  border-bottom-right-radius: 30px;
}
@media (max-width: 575.98px) {
  .ce-pages.ce-pages--link-matrix .ce-pages__item:last-of-type {
    border-bottom-left-radius: 30px;
  }
}
.ce-pages.ce-pages--link-matrix .ce-pages__item a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 15px;
}
.ce-pages.ce-pages--link-matrix .ce-pages__item a::after {
  display: block;
  clear: both;
  content: "";
}
.ce-pages.ce-pages--link-matrix .ce-pages__item .ce-pages__icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.ce-pages.ce-pages--link-matrix .ce-pages__item .ce-pages__icon svg {
  max-height: 100%;
  max-width: 100%;
  transition: 0.3s fill ease-in-out;
}
.ce-pages.ce-pages--link-matrix .ce-pages__item span {
  display: inline-block;
  float: left;
  transition: 0.3s color ease-in-out;
}

.ce-html {
  position: relative;
}
.ce-html.ce-html--dashboard-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ce-html.ce-html--dashboard-iframe:before {
  content: " ";
  width: 100%;
  height: auto;
  padding-top: 60.4861111111%;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .ce-html.ce-html--dashboard-iframe:before {
    padding-top: 61.686919228%;
  }
}
@media (max-width: 1199.98px) {
  .ce-html.ce-html--dashboard-iframe:before {
    padding-top: 62.6876340243%;
  }
}
@media (max-width: 991.98px) {
  .ce-html.ce-html--dashboard-iframe:before {
    padding-top: 64.8320228735%;
  }
}
@media (max-width: 767.98px) {
  .ce-html.ce-html--dashboard-iframe:before {
    padding-top: 68.0486061472%;
  }
}
@media (max-width: 767.98px) {
  .ce-html.ce-html--dashboard-iframe:before {
    padding-top: 68.4060042888%;
  }
}

pre {
  padding: 20px;
  border-radius: 20px;
  background: #000;
  color: #efefef;
  font-family: "Courier New", "Courier", Monospaced;
}

.accordion .accordion__list .accordion__item {
  padding-left: 77px;
  margin-bottom: 31px;
  position: relative;
}
@media (max-width: 767.98px) {
  .accordion .accordion__list .accordion__item {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 575.98px) {
  .accordion .accordion__list .accordion__item {
    padding-left: 40px;
  }
}
.accordion .accordion__list .accordion__item.accordion__item--opened .accordion__heading .accordion__button {
  height: 100%;
}
.accordion .accordion__list .accordion__item.accordion__item--opened .accordion__heading .accordion__button:before {
  transform: translateX(-50%) rotate(-90deg);
}
.accordion .accordion__list .accordion__item .accordion__heading {
  margin-bottom: 13px;
  cursor: pointer;
}
.accordion .accordion__list .accordion__item .accordion__heading h2, .accordion .accordion__list .accordion__item .accordion__heading h3, .accordion .accordion__list .accordion__item .accordion__heading h4 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
}
.accordion .accordion__list .accordion__item .accordion__heading .accordion__button {
  content: " ";
  width: 42px;
  height: 0%;
  min-height: 42px;
  display: block;
  position: absolute;
  top: 2px;
  left: 15px;
  border-radius: 26px;
  cursor: pointer;
  border: none;
  transition: ease-in-out height 0.3s;
}
@media (max-width: 575.98px) {
  .accordion .accordion__list .accordion__item .accordion__heading .accordion__button {
    width: 26px;
    min-height: 26px;
    top: 3px;
  }
}
.accordion .accordion__list .accordion__item .accordion__heading .accordion__button:before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  transition: ease-in-out transform 0.3s;
}
@media (max-width: 575.98px) {
  .accordion .accordion__list .accordion__item .accordion__heading .accordion__button:before {
    width: 21px;
    height: 21px;
    top: 3px;
  }
}
.accordion .accordion__list .accordion__item .accordion__heading h3 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  .accordion .accordion__list .accordion__item .accordion__heading h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575.98px) {
  .accordion .accordion__list .accordion__item .accordion__heading h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.accordion .accordion__list .accordion__item .accordion__content {
  display: none;
}
.accordion .accordion__list .accordion__item .accordion__content p:first-of-type {
  margin-top: 0;
}
.accordion .accordion__list .accordion__item .accordion__content p:last-of-type {
  margin-bottom: 0;
}

section.theme--white .accordion .accordion__button {
  background-color: #e5e5e5;
}
section.theme--white .accordion .accordion__button:before {
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
}

section.theme--lightergrey .accordion .accordion__button {
  background-color: #ffffff;
}
section.theme--lightergrey .accordion .accordion__button:before {
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
}

section.theme--lightgrey .accordion .accordion__button {
  background-color: #ffffff;
}
section.theme--lightgrey .accordion .accordion__button:before {
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
}

section.theme--darkblue .accordion .accordion__button {
  background-color: #ffffff;
}
section.theme--darkblue .accordion .accordion__button:before {
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
}

section.theme--lighterblue .accordion .accordion__button {
  background-color: #ffffff;
}
section.theme--lighterblue .accordion .accordion__button:before {
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
}

section.theme--coralred .accordion .accordion__button {
  background-color: #ffffff;
}
section.theme--coralred .accordion .accordion__button:before {
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
}

.image-text-full-width {
  min-height: 700px;
  margin: 10px 0;
  /**
      Space between elements
   */
  /**
      Image position
   */
}
@media (max-width: 1199.98px) {
  .image-text-full-width {
    min-height: 600px;
  }
}
@media (max-width: 991.98px) {
  .image-text-full-width {
    min-height: initial;
  }
}
.image-text-full-width.image-text-full-width--space-above {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--space-above {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .image-text-full-width.image-text-full-width--space-above {
    margin-top: 40px;
  }
}
.image-text-full-width.image-text-full-width--space-above.image-text-full-width--image-left .image-text-full-width__content {
  border-radius: 0 40px 0 0;
}
.image-text-full-width.image-text-full-width--space-above.image-text-full-width--image-right .image-text-full-width__content {
  border-radius: 40px 0 0 0;
}
.image-text-full-width.image-text-full-width--space-below {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--space-below {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .image-text-full-width.image-text-full-width--space-below {
    margin-top: 40px;
  }
}
.image-text-full-width.image-text-full-width--space-below.image-text-full-width--image-left .image-text-full-width__content {
  border-radius: 0 0 40px 0;
}
.image-text-full-width.image-text-full-width--space-below.image-text-full-width--image-right .image-text-full-width__content {
  border-radius: 0 0 0 40px;
}
.image-text-full-width.image-text-full-width--space-both {
  margin: 100px 0;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--space-both {
    margin: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .image-text-full-width.image-text-full-width--space-both {
    margin: 40px 0;
  }
}
.image-text-full-width.image-text-full-width--space-both.image-text-full-width--image-left .image-text-full-width__content {
  border-radius: 0 40px 40px 0;
}
.image-text-full-width.image-text-full-width--space-both.image-text-full-width--image-right .image-text-full-width__content {
  border-radius: 40px 0 0 40px;
}
.image-text-full-width.image-text-full-width--image-left .image-text-full-width__image {
  order: 1;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--image-left .image-text-full-width__image {
    border-radius: 0 40px 0 0;
  }
}
.image-text-full-width.image-text-full-width--image-left .image-text-full-width__image picture {
  right: 295px;
}
@media (max-width: 1399.98px) {
  .image-text-full-width.image-text-full-width--image-left .image-text-full-width__image picture {
    right: 145px;
  }
}
.image-text-full-width.image-text-full-width--image-left .image-text-full-width__image picture img {
  position: absolute;
  right: 0;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--image-left .image-text-full-width__image picture img {
    border-radius: 0 40px 0 0;
    position: relative;
  }
}
.image-text-full-width.image-text-full-width--image-left .image-text-full-width__content {
  order: 2;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--image-left .image-text-full-width__content {
    border-radius: 0 0 40px 0 !important;
    padding: 65px 65px 65px 0;
  }
}
@media (max-width: 575.98px) {
  .image-text-full-width.image-text-full-width--image-left .image-text-full-width__content {
    padding: 20px;
  }
}
.image-text-full-width.image-text-full-width--image-left .image-text-full-width__content:before {
  left: -5px;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--image-left .image-text-full-width__content:before {
    left: initial;
    right: 100%;
  }
}
.image-text-full-width.image-text-full-width--image-right .image-text-full-width__image {
  order: 2;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--image-right .image-text-full-width__image {
    order: 1;
    border-radius: 40px 0 0 0;
  }
}
.image-text-full-width.image-text-full-width--image-right .image-text-full-width__image picture {
  left: -5px;
}
.image-text-full-width.image-text-full-width--image-right .image-text-full-width__image picture img {
  left: 0;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--image-right .image-text-full-width__image picture img {
    border-radius: 40px 0 0 0;
  }
}
.image-text-full-width.image-text-full-width--image-right .image-text-full-width__content {
  order: 1;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--image-right .image-text-full-width__content {
    order: 2;
    border-radius: 0 0 0 40px !important;
  }
}
@media (max-width: 575.98px) {
  .image-text-full-width.image-text-full-width--image-right .image-text-full-width__content {
    padding: 20px;
  }
}
.image-text-full-width.image-text-full-width--image-right .image-text-full-width__content:before {
  right: -5px;
}
@media (max-width: 991.98px) {
  .image-text-full-width.image-text-full-width--image-right .image-text-full-width__content:before {
    right: initial;
    left: 100%;
  }
}
.image-text-full-width .image-text-full-width__image {
  position: relative;
  display: inline-block;
}
.image-text-full-width .image-text-full-width__image picture {
  display: block;
  height: 100%;
  position: relative;
  width: calc(100% + 300px);
}
@media (max-width: 1399.98px) {
  .image-text-full-width .image-text-full-width__image picture {
    width: calc(100% + 150px);
  }
}
.image-text-full-width .image-text-full-width__image picture img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .image-text-full-width .image-text-full-width__image picture img {
    position: relative;
    top: initial;
    border-radius: 40px 0 0 0;
  }
}
.image-text-full-width .image-text-full-width__content {
  min-height: 700px;
  position: relative;
  padding: 65px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .image-text-full-width .image-text-full-width__content {
    padding: 40px;
    min-height: 600px;
  }
}
@media (max-width: 991.98px) {
  .image-text-full-width .image-text-full-width__content {
    min-height: initial;
  }
}
@media (max-width: 575.98px) {
  .image-text-full-width .image-text-full-width__content {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.image-text-full-width .image-text-full-width__content.theme--white {
  background-color: #ffffff;
}
.image-text-full-width .image-text-full-width__content.theme--white .image-text-full-width__text h2, .image-text-full-width .image-text-full-width__content.theme--white .image-text-full-width__text h3, .image-text-full-width .image-text-full-width__content.theme--white .image-text-full-width__text h4 {
  color: #28325a;
}
.image-text-full-width .image-text-full-width__content.theme--white .image-text-full-width__text h2 strong, .image-text-full-width .image-text-full-width__content.theme--white .image-text-full-width__text h3 strong, .image-text-full-width .image-text-full-width__content.theme--white .image-text-full-width__text h4 strong {
  color: #28325a;
}
.image-text-full-width .image-text-full-width__content.theme--white .image-text-full-width__text p, .image-text-full-width .image-text-full-width__content.theme--white .image-text-full-width__text li, .image-text-full-width .image-text-full-width__content.theme--white .image-text-full-width__text a {
  color: #000000;
}
@media (max-width: 991.98px) {
  .image-text-full-width .image-text-full-width__content.theme--white:before {
    width: 100%;
    top: 0;
    background-color: #ffffff;
  }
}
.image-text-full-width .image-text-full-width__content.theme--lightergrey {
  background-color: #e5e5e5;
}
.image-text-full-width .image-text-full-width__content.theme--lightergrey .image-text-full-width__text h2, .image-text-full-width .image-text-full-width__content.theme--lightergrey .image-text-full-width__text h3, .image-text-full-width .image-text-full-width__content.theme--lightergrey .image-text-full-width__text h4 {
  color: #28325a;
}
.image-text-full-width .image-text-full-width__content.theme--lightergrey .image-text-full-width__text h2 strong, .image-text-full-width .image-text-full-width__content.theme--lightergrey .image-text-full-width__text h3 strong, .image-text-full-width .image-text-full-width__content.theme--lightergrey .image-text-full-width__text h4 strong {
  color: #28325a;
}
.image-text-full-width .image-text-full-width__content.theme--lightergrey .image-text-full-width__text p, .image-text-full-width .image-text-full-width__content.theme--lightergrey .image-text-full-width__text li, .image-text-full-width .image-text-full-width__content.theme--lightergrey .image-text-full-width__text a {
  color: #000000;
}
@media (max-width: 991.98px) {
  .image-text-full-width .image-text-full-width__content.theme--lightergrey:before {
    width: 100%;
    top: 0;
    background-color: #e5e5e5;
  }
}
.image-text-full-width .image-text-full-width__content.theme--lightgrey {
  background-color: #d2d2d2;
}
.image-text-full-width .image-text-full-width__content.theme--lightgrey .image-text-full-width__text h2, .image-text-full-width .image-text-full-width__content.theme--lightgrey .image-text-full-width__text h3, .image-text-full-width .image-text-full-width__content.theme--lightgrey .image-text-full-width__text h4 {
  color: #28325a;
}
.image-text-full-width .image-text-full-width__content.theme--lightgrey .image-text-full-width__text h2 strong, .image-text-full-width .image-text-full-width__content.theme--lightgrey .image-text-full-width__text h3 strong, .image-text-full-width .image-text-full-width__content.theme--lightgrey .image-text-full-width__text h4 strong {
  color: #28325a;
}
.image-text-full-width .image-text-full-width__content.theme--lightgrey .image-text-full-width__text p, .image-text-full-width .image-text-full-width__content.theme--lightgrey .image-text-full-width__text li, .image-text-full-width .image-text-full-width__content.theme--lightgrey .image-text-full-width__text a {
  color: #000000;
}
@media (max-width: 991.98px) {
  .image-text-full-width .image-text-full-width__content.theme--lightgrey:before {
    width: 100%;
    top: 0;
    background-color: #d2d2d2;
  }
}
.image-text-full-width .image-text-full-width__content.theme--darkblue {
  background-color: #28325a;
}
.image-text-full-width .image-text-full-width__content.theme--darkblue .image-text-full-width__text h2, .image-text-full-width .image-text-full-width__content.theme--darkblue .image-text-full-width__text h3, .image-text-full-width .image-text-full-width__content.theme--darkblue .image-text-full-width__text h4 {
  color: #ffffff;
}
.image-text-full-width .image-text-full-width__content.theme--darkblue .image-text-full-width__text h2 strong, .image-text-full-width .image-text-full-width__content.theme--darkblue .image-text-full-width__text h3 strong, .image-text-full-width .image-text-full-width__content.theme--darkblue .image-text-full-width__text h4 strong {
  color: #ffffff;
}
.image-text-full-width .image-text-full-width__content.theme--darkblue .image-text-full-width__text p, .image-text-full-width .image-text-full-width__content.theme--darkblue .image-text-full-width__text li, .image-text-full-width .image-text-full-width__content.theme--darkblue .image-text-full-width__text a {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .image-text-full-width .image-text-full-width__content.theme--darkblue:before {
    width: 100%;
    top: 0;
    background-color: #28325a;
  }
}
.image-text-full-width .image-text-full-width__content.theme--lighterblue {
  background-color: #8eb4c6;
}
.image-text-full-width .image-text-full-width__content.theme--lighterblue .image-text-full-width__text h2, .image-text-full-width .image-text-full-width__content.theme--lighterblue .image-text-full-width__text h3, .image-text-full-width .image-text-full-width__content.theme--lighterblue .image-text-full-width__text h4 {
  color: #ffffff;
}
.image-text-full-width .image-text-full-width__content.theme--lighterblue .image-text-full-width__text h2 strong, .image-text-full-width .image-text-full-width__content.theme--lighterblue .image-text-full-width__text h3 strong, .image-text-full-width .image-text-full-width__content.theme--lighterblue .image-text-full-width__text h4 strong {
  color: #ffffff;
}
.image-text-full-width .image-text-full-width__content.theme--lighterblue .image-text-full-width__text p, .image-text-full-width .image-text-full-width__content.theme--lighterblue .image-text-full-width__text li, .image-text-full-width .image-text-full-width__content.theme--lighterblue .image-text-full-width__text a {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .image-text-full-width .image-text-full-width__content.theme--lighterblue:before {
    width: 100%;
    top: 0;
    background-color: #8eb4c6;
  }
}
.image-text-full-width .image-text-full-width__content.theme--coralred {
  background-color: #ff585d;
}
.image-text-full-width .image-text-full-width__content.theme--coralred .image-text-full-width__text h2, .image-text-full-width .image-text-full-width__content.theme--coralred .image-text-full-width__text h3, .image-text-full-width .image-text-full-width__content.theme--coralred .image-text-full-width__text h4 {
  color: #ffffff;
}
.image-text-full-width .image-text-full-width__content.theme--coralred .image-text-full-width__text h2 strong, .image-text-full-width .image-text-full-width__content.theme--coralred .image-text-full-width__text h3 strong, .image-text-full-width .image-text-full-width__content.theme--coralred .image-text-full-width__text h4 strong {
  color: #ffffff;
}
.image-text-full-width .image-text-full-width__content.theme--coralred .image-text-full-width__text p, .image-text-full-width .image-text-full-width__content.theme--coralred .image-text-full-width__text li, .image-text-full-width .image-text-full-width__content.theme--coralred .image-text-full-width__text a {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .image-text-full-width .image-text-full-width__content.theme--coralred:before {
    width: 100%;
    top: 0;
    background-color: #ff585d;
  }
}
.image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-lightgrey {
  background-color: #d2d2d2;
}
.image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-coralred {
  background-color: #ff585d;
}
.image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-coralred h2, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-coralred h3, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-coralred h4, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-coralred a, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-coralred p, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-coralred li, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-coralred td {
  color: #ffffff;
}
.image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-darkblue {
  background-color: #28325a;
}
.image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-darkblue h2, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-darkblue h3, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-darkblue h4, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-darkblue a, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-darkblue p, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-darkblue li, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-darkblue td {
  color: #ffffff;
}
.image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-lighterblue {
  background-color: #8eb4c6;
}
.image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-lighterblue h2, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-lighterblue h3, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-lighterblue h4, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-lighterblue a, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-lighterblue p, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-lighterblue li, .image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-lighterblue td {
  color: #ffffff;
}
.image-text-full-width .image-text-full-width__content.image-text-full-width__content--color-lightergrey {
  background-color: #e5e5e5;
}
.image-text-full-width .image-text-full-width__content:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}
.image-text-full-width .image-text-full-width__content .image-text-full-width__text *:first-of-type {
  margin-top: 0;
}

.image-full-width {
  position: relative;
}
.image-full-width .image-full-width__background-image {
  position: relative;
}
.image-full-width .image-full-width__background-image .image-full-width__swarm {
  background-image: url(../Swarm/Content/White/6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .image-full-width .image-full-width__background-image .image-full-width__swarm {
    left: -20px;
  }
}
.image-full-width .image-full-width__background-image picture img {
  width: 100%;
  height: auto;
}
.image-full-width .image-full-width__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-full-width .image-full-width__content .button {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}

.social-channels {
  margin-top: 30px;
}
.social-channels .social-channels__list {
  margin: 0;
  padding: 0;
}
.social-channels .social-channels__list.social-channels__list--left {
  text-align: left;
}
.social-channels .social-channels__list.social-channels__list--left .social-channels__item {
  margin: 0 0 0 20px;
}
.social-channels .social-channels__list.social-channels__list--left .social-channels__item:first-of-type {
  margin: 0;
}
.social-channels .social-channels__list.social-channels__list--center {
  text-align: center;
}
.social-channels .social-channels__list.social-channels__list--center .social-channels__item {
  margin: 0 10px;
}
.social-channels .social-channels__list.social-channels__list--right {
  text-align: right;
}
.social-channels .social-channels__list.social-channels__list--right .social-channels__item {
  margin: 0 20px 0 0;
}
.social-channels .social-channels__list.social-channels__list--right .social-channels__item:last-of-type {
  margin: 0;
}
.social-channels .social-channels__list .social-channels__item {
  padding: 0;
  list-style: none outside none;
  display: inline-block;
}
.social-channels .social-channels__list .social-channels__item .social-channels__link {
  display: block;
  width: 41px;
  height: 41px;
  text-decoration: none;
}
.social-channels .social-channels__list .social-channels__item .social-channels__link.social-channels__link--xing {
  background-repeat: no-repeat;
  background-size: 41px;
  background-position: center center;
  background-image: url(../Icons/Content/White/xing.svg);
}
.social-channels .social-channels__list .social-channels__item .social-channels__link.social-channels__link--linkedin {
  background-repeat: no-repeat;
  background-size: 41px;
  background-position: center center;
  background-image: url(../Icons/Content/White/linkedin.svg);
}
.social-channels .social-channels__list .social-channels__item .social-channels__link.social-channels__link--kunununu {
  background-repeat: no-repeat;
  background-size: 41px;
  background-position: center center;
  background-image: url(../Icons/Content/White/kununu.svg);
}

.stage {
  width: 100%;
  position: relative;
}
.stage.stage--slideshow .stage__frame .slick-dots .slick-active button {
  background-color: #f8e422;
}
.stage.stage--slideshow .stage__frame .slick-dots button {
  background-color: #e5e5e5;
}
.stage.stage--slideshow .stage__claim {
  bottom: 63px;
  pointer-events: none;
}
.stage.stage--simple-stage .stage__slide {
  min-height: 500px;
}
@media (max-width: 991.98px) {
  .stage.stage--simple-stage .stage__slide {
    min-height: initial;
  }
}
.stage.stage--simple-stage .stage__slide .stage__background-image {
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.stage.stage--simple-stage .stage__slide .stage__background-image picture {
  display: block;
}
.stage.stage--simple-stage .stage__slide .stage__background-image picture img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .stage.stage--simple-stage .stage__slide .stage__background-image picture img {
    min-width: initial;
    min-height: initial;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .stage.stage--simple-stage .stage__claim {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .stage.stage--simple-stage .stage__claim {
    bottom: -30px;
  }
}
.stage .stage__slide {
  position: relative;
  height: calc(100vh - 142px);
  max-height: 880px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .stage .stage__slide {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .stage .stage__slide {
    max-height: initial;
  }
}
@media (max-width: 1199.98px) {
  .stage .stage__slide:before {
    content: " ";
    width: 100%;
    display: block;
    position: relative;
    padding-top: 56.25%;
  }
}
@media (max-width: 991.98px) {
  .stage .stage__slide:before {
    display: none;
  }
}
.stage .stage__slide.stage__slide--text-top-left .stage__content {
  top: 130px;
  left: 0;
}
.stage .stage__slide.stage__slide--text-top-right .stage__content {
  top: 130px;
  right: 0;
}
.stage .stage__slide.stage__slide--text-bottom-left .stage__content {
  bottom: 130px;
  left: 0;
}
.stage .stage__slide.stage__slide--text-bottom-left .stage__background-image picture {
  width: 100%;
}
.stage .stage__slide.stage__slide--text-bottom-left .stage__background-image picture img {
  right: 0;
  left: initial;
}
.stage .stage__slide.stage__slide--text-bottom-right .stage__content {
  bottom: 130px;
  right: 0;
}
.stage .stage__slide.stage__slide--text-top-left .container .stage__content {
  border-radius: 0 40px 0 0;
  padding: 30px 80px 30px 160px;
  left: 0;
}
@media (max-width: 991.98px) {
  .stage .stage__slide.stage__slide--text-top-left .container .stage__content {
    left: 30px;
    border-radius: 0 0 40px 0;
    padding: 30px 30px 30px 100px;
  }
}
@media (max-width: 575.98px) {
  .stage .stage__slide.stage__slide--text-top-left .container .stage__content {
    padding: 30px 30px 30px 30px;
    left: 0;
  }
}
.stage .stage__slide.stage__slide--text-top-left .container .stage__content:before {
  left: -100vw;
}
.stage .stage__slide.stage__slide--text-top-left .container .stage__content .stage__link.stage__link--circle-button {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .stage .stage__slide.stage__slide--text-top-left .container .stage__content .stage__link.stage__link--circle-button {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .stage .stage__slide.stage__slide--text-top-left .container .stage__content .stage__link.stage__link--circle-button {
    top: initial;
    transform: initial;
  }
}
.stage .stage__slide.stage__slide--text-top-left .stage__background-image {
  text-align: right;
}
.stage .stage__slide.stage__slide--text-top-left .stage__background-image .stage__swarm {
  transform: scaleX(-1);
  left: 0;
  right: initial;
}
.stage .stage__slide.stage__slide--text-bottom-left .container .stage__content {
  border-radius: 0 40px 0 0;
  padding: 30px 80px 30px 160px;
  left: 0;
}
@media (max-width: 991.98px) {
  .stage .stage__slide.stage__slide--text-bottom-left .container .stage__content {
    left: 30px;
    border-radius: 0 0 40px 0;
    padding: 30px 30px 30px 100px;
  }
}
@media (max-width: 575.98px) {
  .stage .stage__slide.stage__slide--text-bottom-left .container .stage__content {
    padding: 30px 30px 30px 30px;
    left: 0;
  }
}
.stage .stage__slide.stage__slide--text-bottom-left .container .stage__content:before {
  left: -100vw;
}
.stage .stage__slide.stage__slide--text-bottom-left .container .stage__content .stage__link.stage__link--circle-button {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .stage .stage__slide.stage__slide--text-bottom-left .container .stage__content .stage__link.stage__link--circle-button {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .stage .stage__slide.stage__slide--text-bottom-left .container .stage__content .stage__link.stage__link--circle-button {
    top: initial;
    transform: initial;
  }
}
.stage .stage__slide.stage__slide--text-bottom-left .stage__background-image {
  text-align: right;
}
.stage .stage__slide.stage__slide--text-bottom-left .stage__background-image .stage__swarm {
  transform: scaleX(-1);
  left: 0;
  right: initial;
}
.stage .stage__slide.stage__slide--text-top-right .stage__content {
  border-radius: 40px 0 0 0;
  padding: 30px 160px 30px 80px;
  right: 0;
}
@media (max-width: 991.98px) {
  .stage .stage__slide.stage__slide--text-top-right .stage__content {
    top: initial;
    bottom: 0;
    padding-top: 50px;
    border-radius: 0 0 0 40px !important;
  }
}
.stage .stage__slide.stage__slide--text-top-right .stage__content:before {
  right: -100vw;
}
.stage .stage__slide.stage__slide--text-top-right .stage__content .stage__link.stage__link--circle-button {
  right: 0;
}
.stage .stage__slide.stage__slide--text-top-right .stage__background-image {
  text-align: left;
}
@media (max-width: 1199.98px) {
  .stage .stage__slide.stage__slide--text-top-right .stage__background-image .stage__swarm.stage__swarm--swarm-1 {
    background-position: top right;
  }
}
@media (max-width: 991.98px) {
  .stage .stage__slide.stage__slide--text-top-right .stage__background-image .stage__swarm.stage__swarm--swarm-1 {
    background-position: top right -300px;
  }
}
@media (max-width: 575.98px) {
  .stage .stage__slide.stage__slide--text-top-right .stage__background-image .stage__swarm.stage__swarm--swarm-1 {
    background-position: top right -300px;
  }
}
@media (max-width: 1399.98px) {
  .stage .stage__slide.stage__slide--text-top-right .stage__background-image .stage__swarm.stage__swarm--swarm-2 {
    background-position: top left;
  }
}
@media (max-width: 575.98px) {
  .stage .stage__slide.stage__slide--text-top-right .stage__background-image .stage__swarm.stage__swarm--swarm-2 {
    background-position: top left -200px;
  }
}
.stage .stage__slide.stage__slide--text-top-right .stage__background-image .stage__swarm.stage__swarm--swarm-3 {
  background-position: top right;
}
.stage .stage__slide.stage__slide--text-bottom-right .stage__content {
  border-radius: 40px 0 0 0;
  padding: 30px 160px 30px 80px;
  right: 0;
}
@media (max-width: 991.98px) {
  .stage .stage__slide.stage__slide--text-bottom-right .stage__content {
    top: initial;
    bottom: 0;
    padding-top: 50px;
    border-radius: 0 0 0 40px !important;
  }
}
.stage .stage__slide.stage__slide--text-bottom-right .stage__content:before {
  right: -100vw;
}
.stage .stage__slide.stage__slide--text-bottom-right .stage__content .stage__link.stage__link--circle-button {
  right: 0;
}
.stage .stage__slide.stage__slide--text-bottom-right .stage__background-image {
  text-align: left;
}
@media (max-width: 1199.98px) {
  .stage .stage__slide.stage__slide--text-bottom-right .stage__background-image .stage__swarm.stage__swarm--swarm-1 {
    background-position: top right;
  }
}
@media (max-width: 991.98px) {
  .stage .stage__slide.stage__slide--text-bottom-right .stage__background-image .stage__swarm.stage__swarm--swarm-1 {
    background-position: top right -300px;
  }
}
@media (max-width: 575.98px) {
  .stage .stage__slide.stage__slide--text-bottom-right .stage__background-image .stage__swarm.stage__swarm--swarm-1 {
    background-position: top right -300px;
  }
}
@media (max-width: 1399.98px) {
  .stage .stage__slide.stage__slide--text-bottom-right .stage__background-image .stage__swarm.stage__swarm--swarm-2 {
    background-position: top left;
  }
}
@media (max-width: 575.98px) {
  .stage .stage__slide.stage__slide--text-bottom-right .stage__background-image .stage__swarm.stage__swarm--swarm-2 {
    background-position: top left -200px;
  }
}
.stage .stage__slide.stage__slide--text-bottom-right .stage__background-image .stage__swarm.stage__swarm--swarm-3 {
  background-position: top right;
}
.stage .stage__slide .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.stage .stage__slide .container .stage__content {
  background-color: #ffffff;
  max-width: 940px;
  position: absolute;
}
@media only screen and (max-width: 1600px) {
  .stage .stage__slide .container .stage__content {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .stage .stage__slide .container .stage__content {
    padding-right: 100px;
  }
}
@media (max-width: 1199.98px) {
  .stage .stage__slide .container .stage__content {
    top: initial;
    bottom: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .stage .stage__slide .container .stage__content {
    max-width: 100%;
    position: relative;
    background-color: #8eb4c6;
  }
}
@media (max-width: 575.98px) {
  .stage .stage__slide .container .stage__content {
    padding: 20px;
  }
}
.stage .stage__slide .container .stage__content:before {
  content: " ";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  top: 0;
}
@media (max-width: 991.98px) {
  .stage .stage__slide .container .stage__content:before {
    background-color: #8eb4c6;
  }
}
.stage .stage__slide .container .stage__content h1, .stage .stage__slide .container .stage__content h2, .stage .stage__slide .container .stage__content h3, .stage .stage__slide .container .stage__content h4 {
  margin: 0;
  font-size: 65px;
  line-height: 80px;
}
@media (max-width: 1199.98px) {
  .stage .stage__slide .container .stage__content h1, .stage .stage__slide .container .stage__content h2, .stage .stage__slide .container .stage__content h3, .stage .stage__slide .container .stage__content h4 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 991.98px) {
  .stage .stage__slide .container .stage__content h1, .stage .stage__slide .container .stage__content h2, .stage .stage__slide .container .stage__content h3, .stage .stage__slide .container .stage__content h4 {
    color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .stage .stage__slide .container .stage__content h1, .stage .stage__slide .container .stage__content h2, .stage .stage__slide .container .stage__content h3, .stage .stage__slide .container .stage__content h4 {
    font-size: 38px;
    line-height: 48px;
  }
}
.stage .stage__slide .container .stage__content .stage__link.stage__link--circle-button {
  font-size: 0px;
  width: 113px;
  height: 113px;
  background-color: #f8e422;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .stage .stage__slide .container .stage__content .stage__link.stage__link--circle-button {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  .stage .stage__slide .container .stage__content .stage__link.stage__link--circle-button {
    position: relative;
    top: initial;
    transform: initial;
    margin: 10px auto 0;
  }
}
.stage .stage__slide .container .stage__content .stage__link.stage__link--circle-button a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 58px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
}
@media (max-width: 991.98px) {
  .stage .stage__slide .container .stage__content .stage__link.stage__link--circle-button a {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    background-image: url(../Icons/Content/Darkblue/arrow.svg);
  }
}
.stage .stage__slide .stage__swarm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 575.98px) {
  .stage .stage__slide .stage__swarm {
    background-position: top right -200px;
  }
}
.stage .stage__slide .stage__swarm.stage__swarm--swarm-1 {
  background-image: url(../Swarm/Stage/White/swarm-1.svg);
}
.stage .stage__slide .stage__swarm.stage__swarm--swarm-2 {
  background-image: url(../Swarm/Stage/White/swarm-2.svg);
}
.stage .stage__slide .stage__swarm.stage__swarm--swarm-3 {
  background-image: url(../Swarm/Stage/White/swarm-3.svg);
}
.stage .stage__slide .stage__swarm.stage__swarm--swarm-4 {
  background-image: url(../Swarm/Stage/White/swarm-4.svg);
  background-position: bottom right;
}
@media (max-width: 767.98px) {
  .stage .stage__slide .stage__swarm.stage__swarm--swarm-4 {
    background-position: bottom right -40px;
  }
}
.stage .stage__slide .stage__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8eb4c6;
}
@media (max-width: 991.98px) {
  .stage .stage__slide .stage__background-image {
    position: relative;
    top: initial;
    left: initial;
  }
}
.stage .stage__slide .stage__background-image picture img {
  display: inline-block;
}
.stage .stage__slide .stage__background-image picture,
.stage .stage__slide .stage__background-image picture img {
  height: 100%;
  width: auto;
}
@media (max-width: 991.98px) {
  .stage .stage__slide .stage__background-image picture,
  .stage .stage__slide .stage__background-image picture img {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.stage .stage__claim {
  position: relative;
  z-index: 5;
  margin-top: -136px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .stage .stage__claim {
    display: none;
  }
}
.stage .stage__claim .container {
  position: relative;
}
@media (min-width: 1400px) {
  .stage .stage__claim .container {
    max-width: 1440px;
  }
}

.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item {
  margin-bottom: 10px;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-right .teaser-list__item {
  margin-bottom: 10px;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item:first-of-type .teaser-list__image .teaser-list__image-raw {
  border-radius: 0 40px 0 0;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item:first-of-type .teaser-list__image .teaser-list__image-raw img {
  border-radius: 0 40px 0 0;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item:last-of-type .teaser-list__image .teaser-list__image-raw {
  border-radius: 0 0 40px 0;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item:last-of-type .teaser-list__image .teaser-list__image-raw {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item:last-of-type .teaser-list__content .teaser-list__text {
    border-radius: 0 0 40px 0;
  }
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item .teaser-list__image {
  order: 2;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item .teaser-list__image img {
    right: 200px;
    left: initial !important;
  }
}
@media (max-width: 575.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item .teaser-list__image img {
    right: 30px;
  }
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item .teaser-list__content {
  order: 1;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item .teaser-list__content .teaser-list__text {
  padding: 50px 50px 0 0 !important;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-left .teaser-list__item .teaser-list__content .teaser-list__text:before {
  left: initial !important;
  right: 100%;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-right .teaser-list__item:first-of-type .teaser-list__image .teaser-list__image-raw {
  border-radius: 40px 0 0 0;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-right .teaser-list__item:first-of-type .teaser-list__image .teaser-list__image-raw img {
  border-radius: 40px 0 0 0;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-right .teaser-list__item:last-of-type .teaser-list__image .teaser-list__image-raw {
  border-radius: 0 0 0 40px;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-right .teaser-list__item:last-of-type .teaser-list__content .teaser-list__text {
    border-radius: 0 0 0 40px;
  }
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-one-side-right .teaser-list__item .teaser-list__image img {
  right: 0 !important;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item {
  margin-bottom: 30px;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__image {
  order: 2;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__image {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__image .teaser-list__image-raw img {
    right: 200px;
  }
}
@media (max-width: 575.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__image .teaser-list__image-raw img {
    right: 30px;
  }
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__content {
  order: 1;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__content {
    order: 2;
  }
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__content .teaser-list__text {
  padding: 50px 50px 0 0;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__content .teaser-list__text:before {
  left: initial;
  right: 100%;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item {
  margin-bottom: 30px;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:nth-of-type(2n) .teaser-list__image {
  order: 2;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:nth-of-type(2n) .teaser-list__image {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:nth-of-type(2n) .teaser-list__image .teaser-list__image-raw img {
    right: 200px;
  }
}
@media (max-width: 575.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:nth-of-type(2n) .teaser-list__image .teaser-list__image-raw img {
    right: 30px;
  }
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:nth-of-type(2n) .teaser-list__content {
  order: 1;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:nth-of-type(2n) .teaser-list__content {
    order: 2;
  }
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:nth-of-type(2n) .teaser-list__content .teaser-list__text {
  padding: 50px 50px 0 0;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:nth-of-type(2n) .teaser-list__content .teaser-list__text:before {
  left: initial;
  right: 100%;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__image .teaser-list__image-raw {
  border-radius: 0 40px 40px 0;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__image .teaser-list__image-raw img {
    border-radius: 0 40px 0 0;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n) .teaser-list__content .teaser-list__text {
    border-radius: 0 0 40px 0;
  }
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n - 1) .teaser-list__image .teaser-list__image-raw {
  border-radius: 40px 0 0 40px;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n - 1) .teaser-list__image .teaser-list__image-raw img {
    border-radius: 40px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate .teaser-list__item:nth-of-type(2n - 1) .teaser-list__content .teaser-list__text {
    border-radius: 0 0 0 40px;
  }
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item {
  margin-bottom: 10px;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:first-of-type .teaser-list__image .teaser-list__image-raw {
  border-radius: 40px 0 0 0;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:first-of-type .teaser-list__image .teaser-list__image-raw img {
    border-radius: 40px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item:last-of-type .teaser-list__content .teaser-list__text {
    border-radius: 0 0 0 40px;
  }
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item.teaser-list__item--is-last.teaser-list__item--even .teaser-list__image .teaser-list__image-raw {
  border-radius: 0 0 40px 0;
}
.teaser-list .teaser-list__list.teaser-list__list--viewtype-alternate-small-gap .teaser-list__item.teaser-list__item--is-last.teaser-list__item--odd .teaser-list__image .teaser-list__image-raw {
  border-radius: 0 0 0 40px;
}
.teaser-list .teaser-list__list .teaser-list__invisible-box {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.teaser-list .teaser-list__list .teaser-list__item.teaser-list__item--odd .teaser-list__image .teaser-list__image-raw img {
  left: 0;
}
.teaser-list .teaser-list__list .teaser-list__item.teaser-list__item--even .teaser-list__image .teaser-list__image-raw img {
  right: 0;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.teaser-list__item--even .teaser-list__image .teaser-list__image-raw img {
    right: 200px;
  }
}
@media (max-width: 767.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.teaser-list__item--even .teaser-list__image .teaser-list__image-raw img {
    right: 30px;
  }
}
@media (min-width: 1400px) {
  .teaser-list .teaser-list__list .teaser-list__item {
    min-height: 350px;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item .teaser-list__content {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__image {
    order: 1;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__image .teaser-list__image-raw {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__image .teaser-list__image-raw {
    overflow: initial;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__image .teaser-list__image-raw img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__image .teaser-list__image-raw img {
    min-width: initial;
    min-height: initial;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__image .teaser-list__image-raw img {
    display: block;
    position: relative;
    width: calc(100% + 200px);
  }
}
@media (max-width: 575.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__image .teaser-list__image-raw img {
    width: calc(100% + 30px);
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content {
    order: 2;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text {
  height: 100%;
  padding: 50px 0 0 50px;
  position: relative;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h1, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h1 a, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h2, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h2 a, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h3, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h3 a, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h4, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h4 a {
  color: #28325a;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h1 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h1 span, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h1 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h1 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h2 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h2 span, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h2 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h2 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h3 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h3 span, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h3 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h3 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h4 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h4 span, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h4 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h4 a span {
  color: #28325a;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text ul li:before, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text ol li:before {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text a {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text a[href^="tel:"] {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text a.link {
  color: #000000;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text {
    padding: 20px !important;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h1:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h2:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text h3:first-of-type {
  margin-top: 0;
  margin-bottom: 20px;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text p {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--white .teaser-list__content .teaser-list__text li {
  color: #000000;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__image {
    order: 1;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__image .teaser-list__image-raw {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__image .teaser-list__image-raw {
    overflow: initial;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__image .teaser-list__image-raw img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__image .teaser-list__image-raw img {
    min-width: initial;
    min-height: initial;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__image .teaser-list__image-raw img {
    display: block;
    position: relative;
    width: calc(100% + 200px);
  }
}
@media (max-width: 575.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__image .teaser-list__image-raw img {
    width: calc(100% + 30px);
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content {
    order: 2;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text {
  height: 100%;
  padding: 50px 0 0 50px;
  position: relative;
  background-color: #e5e5e5 !important;
  color: #000000 !important;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h1, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h1 a, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h2, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h2 a, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h3, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h3 a, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h4, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h4 a {
  color: #28325a;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h1 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h1 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h1 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h1 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h2 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h2 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h2 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h2 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h3 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h3 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h3 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h3 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h4 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h4 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h4 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h4 a span {
  color: #28325a;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text ul li:before, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text ol li:before {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text a {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text a[href^="tel:"] {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text a.link {
  color: #000000;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text {
    padding: 20px !important;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: #e5e5e5;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h1:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h2:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text h3:first-of-type {
  margin-top: 0;
  margin-bottom: 20px;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text p {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightergrey .teaser-list__content .teaser-list__text li {
  color: #000000;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__image {
    order: 1;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__image .teaser-list__image-raw {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__image .teaser-list__image-raw {
    overflow: initial;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__image .teaser-list__image-raw img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__image .teaser-list__image-raw img {
    min-width: initial;
    min-height: initial;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__image .teaser-list__image-raw img {
    display: block;
    position: relative;
    width: calc(100% + 200px);
  }
}
@media (max-width: 575.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__image .teaser-list__image-raw img {
    width: calc(100% + 30px);
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content {
    order: 2;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text {
  height: 100%;
  padding: 50px 0 0 50px;
  position: relative;
  background-color: #d2d2d2 !important;
  color: #000000 !important;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h1, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h1 a, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h2, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h2 a, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h3, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h3 a, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h4, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h4 a {
  color: #28325a;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h1 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h1 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h1 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h1 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h2 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h2 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h2 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h2 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h3 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h3 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h3 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h3 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h4 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h4 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h4 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h4 a span {
  color: #28325a;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text ul li:before, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text ol li:before {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text a {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text a[href^="tel:"] {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text a.link {
  color: #000000;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text {
    padding: 20px !important;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: #d2d2d2;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h1:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h2:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text h3:first-of-type {
  margin-top: 0;
  margin-bottom: 20px;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text p {
  color: #000000;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lightgrey .teaser-list__content .teaser-list__text li {
  color: #000000;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__image {
    order: 1;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__image .teaser-list__image-raw {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__image .teaser-list__image-raw {
    overflow: initial;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__image .teaser-list__image-raw img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__image .teaser-list__image-raw img {
    min-width: initial;
    min-height: initial;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__image .teaser-list__image-raw img {
    display: block;
    position: relative;
    width: calc(100% + 200px);
  }
}
@media (max-width: 575.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__image .teaser-list__image-raw img {
    width: calc(100% + 30px);
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content {
    order: 2;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text {
  height: 100%;
  padding: 50px 0 0 50px;
  position: relative;
  background-color: #28325a !important;
  color: #ffffff !important;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h1, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h1 a, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h2, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h2 a, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h3, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h3 a, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h4, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h4 a {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h1 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h1 span, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h1 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h1 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h2 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h2 span, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h2 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h2 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h3 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h3 span, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h3 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h3 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h4 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h4 span, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h4 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h4 a span {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text ul li:before, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text ol li:before {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text a {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text a[href^="tel:"] {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text a.link {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text {
    padding: 20px !important;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: #28325a;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h1:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h2:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text h3:first-of-type {
  margin-top: 0;
  margin-bottom: 20px;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text p {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--darkblue .teaser-list__content .teaser-list__text li {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__image {
    order: 1;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__image .teaser-list__image-raw {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__image .teaser-list__image-raw {
    overflow: initial;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__image .teaser-list__image-raw img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__image .teaser-list__image-raw img {
    min-width: initial;
    min-height: initial;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__image .teaser-list__image-raw img {
    display: block;
    position: relative;
    width: calc(100% + 200px);
  }
}
@media (max-width: 575.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__image .teaser-list__image-raw img {
    width: calc(100% + 30px);
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content {
    order: 2;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text {
  height: 100%;
  padding: 50px 0 0 50px;
  position: relative;
  background-color: #8eb4c6 !important;
  color: #ffffff !important;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h1, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h1 a, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h2, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h2 a, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h3, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h3 a, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h4, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h4 a {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h1 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h1 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h1 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h1 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h2 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h2 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h2 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h2 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h3 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h3 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h3 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h3 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h4 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h4 span, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h4 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h4 a span {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text ul li:before, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text ol li:before {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text a {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text a[href^="tel:"] {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text a.link {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text {
    padding: 20px !important;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: #8eb4c6;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h1:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h2:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text h3:first-of-type {
  margin-top: 0;
  margin-bottom: 20px;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text p {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--lighterblue .teaser-list__content .teaser-list__text li {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__image {
    order: 1;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__image .teaser-list__image-raw {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__image .teaser-list__image-raw {
    overflow: initial;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__image .teaser-list__image-raw img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__image .teaser-list__image-raw img {
    min-width: initial;
    min-height: initial;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__image .teaser-list__image-raw img {
    display: block;
    position: relative;
    width: calc(100% + 200px);
  }
}
@media (max-width: 575.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__image .teaser-list__image-raw img {
    width: calc(100% + 30px);
  }
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content {
    order: 2;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text {
  height: 100%;
  padding: 50px 0 0 50px;
  position: relative;
  background-color: #ff585d !important;
  color: #ffffff !important;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h1, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h1 a, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h2, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h2 a, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h3, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h3 a, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h4, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h4 a {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h1 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h1 span, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h1 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h1 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h2 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h2 span, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h2 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h2 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h3 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h3 span, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h3 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h3 a span, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h4 strong, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h4 span, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h4 a strong, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h4 a span {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text ul li:before, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text ol li:before {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text a {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text a[href^="tel:"] {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text a.link {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text {
    padding: 20px !important;
  }
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: #ff585d;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h1:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h2:first-of-type, .teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text h3:first-of-type {
  margin-top: 0;
  margin-bottom: 20px;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text p {
  color: #ffffff;
}
.teaser-list .teaser-list__list .teaser-list__item.theme--coralred .teaser-list__content .teaser-list__text li {
  color: #ffffff;
}

.ui-slider .ui-slider-handle {
  border-radius: 50%;
  border: none;
  background: #f8e422;
  height: 95px;
  width: 95px;
  margin-top: -38px;
  margin-left: -20px;
  padding: 25px 33px;
  z-index: 20;
}
.ui-slider .ui-slider-handle img {
  height: 48px;
  width: auto;
}

.ui-slider-handle.ui-state-active.ui-state-hover.ui-state-default {
  border: none !important;
  background: #f8e422;
}

.timeline {
  width: 100%;
  position: relative;
  padding-top: 120px;
}
.timeline .timeline__span {
  font-size: 3rem;
  position: absolute;
  top: 20px;
  color: #28325a;
}
.timeline .timeline__span.timeline__span--begin {
  left: 0;
}
.timeline .timeline__span.timeline__span--end {
  right: 0;
}

.timeline-info {
  min-height: 200px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.timeline-info .timeline-info__item {
  display: none;
}
.timeline-info .timeline-info__item.timeline-info__item--active {
  display: block;
}

.timeline-container {
  width: 100%;
  margin: 10px 0 80px 0;
  border: none;
  border-radius: 5px;
  height: 9px;
  background: #ffffff;
  position: relative;
}
.timeline-container .ui-widget.ui-widget-content {
  border: none !important;
}
.timeline-container .timeline-container__dot {
  position: absolute;
  top: -9px;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  z-index: 0;
}

.highlights .highlights__icon {
  position: relative;
  width: 176px;
  height: 176px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ffffff;
}
.highlights .highlights__icon svg {
  fill: #28325a;
}
.highlights .highlights__icon-wrap {
  width: auto;
  height: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.highlights .highlights__icon-wrap svg {
  width: auto;
  height: 100%;
}
.highlights .highlights__text {
  text-align: center;
}

.highlights-cta {
  padding-top: 40px;
}

.website--freshfin .section--background-color-lightergrey .highlights .highlights__icon-wrap svg {
  fill: #ff585d;
}

.process-slider {
  padding: 0 100px;
  /* Slick specific styles */
}
@media (max-width: 991.98px) {
  .process-slider {
    padding: 0;
  }
}
.process-slider .process-slider__list {
  margin: 0;
  width: 100%;
}
.process-slider .process-slider__list .process-slider__item {
  margin: 0 5px;
  width: 350px;
  position: relative;
}
.process-slider .process-slider__list .process-slider__item .process-slider__content {
  display: flex;
  align-items: center;
  background-color: #8eb4c6;
  padding: 50px;
  border-radius: 0;
  position: relative;
  height: 220px;
}
@media (max-width: 991.98px) {
  .process-slider .process-slider__list .process-slider__item .process-slider__content {
    top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .process-slider .process-slider__list .process-slider__item .process-slider__content {
    padding: 50px 40px;
  }
}
@media (max-width: 767.98px) {
  .process-slider .process-slider__list .process-slider__item .process-slider__content {
    padding: 50px;
  }
}
.process-slider .process-slider__list .process-slider__item .process-slider__content .process-slider__heading h4 {
  margin: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.process-slider .process-slider__list .process-slider__item .process-slider__content .process-slider__text {
  display: none;
}
.process-slider .process-slider__list .process-slider__item .process-slider__content .process-slider__text p {
  margin: 0;
  padding: 0;
}
.process-slider .process-slider__list .process-slider__item .process-slider__content h4, .process-slider .process-slider__list .process-slider__item .process-slider__content p, .process-slider .process-slider__list .process-slider__item .process-slider__content a {
  color: #ffffff;
}
.process-slider .process-slider__list .process-slider__item .arrow-right, .process-slider .process-slider__list .process-slider__item .arrow-left {
  position: absolute;
  right: -24px;
  top: calc(50% - 50px);
  pointer-events: none;
}
.process-slider .process-slider__list .process-slider__item .arrow-right .triangle, .process-slider .process-slider__list .process-slider__item .arrow-left .triangle {
  fill: #8eb4c6;
}
.process-slider .process-slider__list .process-slider__item .arrow-left {
  left: -1px;
  z-index: 1;
  top: calc(50% - 50px);
}
.process-slider .process-slider__list .process-slider__item .arrow-left .triangle {
  fill: #ffffff;
}
.process-slider .process-slider__list .process-slider__item.slick-current .arrow-right .triangle {
  fill: #28325a;
}
.process-slider .process-slider__list .process-slider__item.slick-current .process-slider__content {
  display: block;
  border-radius: 40px !important;
}
.process-slider .process-slider__list .process-slider__item:first-child .process-slider__content {
  border-radius: 40px 0 0 40px;
}
.process-slider .process-slider__list .process-slider__item:first-child .arrow-left {
  display: none;
}
.process-slider .process-slider__list .process-slider__item:last-child .process-slider__content {
  border-radius: 0 40px 40px 0;
}
.process-slider .process-slider__list .process-slider__item:last-child .arrow-right {
  display: none;
}
.process-slider .slick-slider .slick-list {
  z-index: 1;
}
.process-slider .slick-slider .slick-list .slick-track {
  padding: 50px 0;
}
.process-slider .slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
  margin-top: 65px;
}
.process-slider .slick-slider .slick-list .slick-track .slick-slide.slick-current {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .process-slider .slick-slider .slick-list .slick-track .slick-slide.slick-current {
    width: 480px !important;
  }
}
@media (max-width: 767.98px) {
  .process-slider .slick-slider .slick-list .slick-track .slick-slide.slick-current {
    width: 380px !important;
  }
}
@media (max-width: 575.98px) {
  .process-slider .slick-slider .slick-list .slick-track .slick-slide.slick-current {
    width: 290px !important;
  }
}
.process-slider .slick-slider .slick-list .slick-track .slick-slide.slick-current .process-slider__content {
  background-color: #28325a;
  height: 350px !important;
}
.process-slider .slick-slider .slick-list .slick-track .slick-slide.slick-current .process-slider__content .process-slider__text {
  display: block;
}
.process-slider .slick-slider .slick-list .slick-track .slick-slide.slick-current h4, .process-slider .slick-slider .slick-list .slick-track .slick-slide.slick-current p {
  color: #ffffff;
}
.process-slider .slick-slider .slick-arrow {
  height: 100%;
  position: absolute;
  top: 50%;
  width: 85px;
  z-index: 2;
  font-size: 0px;
  border: none;
  border-radius: 0;
  background: none;
}
@media (max-width: 991.98px) {
  .process-slider .slick-slider .slick-arrow {
    width: 95px;
  }
}
@media (max-width: 767.98px) {
  .process-slider .slick-slider .slick-arrow {
    width: 85px;
  }
}
@media (max-width: 575.98px) {
  .process-slider .slick-slider .slick-arrow {
    width: 30px;
    background-color: transparent;
  }
}
.process-slider .slick-slider .slick-arrow.slick-prev {
  left: -100px;
}
@media (max-width: 767.98px) {
  .process-slider .slick-slider .slick-arrow.slick-prev {
    left: -26px;
  }
}
@media (max-width: 575.98px) {
  .process-slider .slick-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
.process-slider .slick-slider .slick-arrow.slick-prev:before {
  transform: translate(-50%, -50%);
}
.process-slider .slick-slider .slick-arrow.slick-next {
  right: -100px;
}
@media (max-width: 767.98px) {
  .process-slider .slick-slider .slick-arrow.slick-next {
    right: -26px;
  }
}
@media (max-width: 575.98px) {
  .process-slider .slick-slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.process-slider .slick-slider .slick-arrow:before {
  content: " ";
  width: 78px;
  height: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #28325a;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  background-image: url(../Icons/Content/White/arrow.svg);
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .process-slider .slick-slider .slick-arrow:before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .process-slider .slick-slider .slick-arrow:before {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    background-image: url(../Icons/Content/Darkblue/arrow.svg);
  }
}
.process-slider .slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}

.section.theme--white .process-slider .process-slider__list .process-slider__item .arrow-left .triangle {
  fill: #ffffff;
}
.section.theme--lightergrey .process-slider .process-slider__list .process-slider__item .arrow-left .triangle {
  fill: #e5e5e5;
}
.section.theme--lightgrey .process-slider .process-slider__list .process-slider__item .arrow-left .triangle {
  fill: #d2d2d2;
}
.section.theme--darkblue .process-slider .process-slider__list .process-slider__item .arrow-left .triangle {
  fill: #28325a;
}
.section.theme--lighterblue .process-slider .process-slider__list .process-slider__item .arrow-left .triangle {
  fill: #8eb4c6;
}
.section.theme--coralred .process-slider .process-slider__list .process-slider__item .arrow-left .triangle {
  fill: #ff585d;
}

.industrial-teaser .industrial-teaser__list .industrial-teaser__item {
  min-height: 330px;
  position: relative;
  margin-bottom: 10px;
  transition: ease-in-out opacity 0.6s;
  cursor: pointer;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item:hover .industrial-teaser__image .industrial-teaser__button {
  width: 210px;
  height: 210px;
  right: -110px;
}
@media (max-width: 1199.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item:hover .industrial-teaser__image .industrial-teaser__button {
    width: 150px;
    height: 150px;
    right: -80px;
  }
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item:hover .industrial-teaser__image .industrial-teaser__button {
    width: 90px;
    height: 90px;
    bottom: -50px;
    right: initial;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item.industrial-teaser__item--faded {
  opacity: 40%;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item.industrial-teaser__item--open .industrial-teaser__image .industrial-teaser__button {
  background-color: #f8e422;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image {
  position: relative;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image picture {
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  width: calc(100% + 250px);
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image picture {
    width: calc(100% + 600px);
  }
}
@media (max-width: 1399.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image picture {
    width: calc(100% + 150px);
  }
}
@media (max-width: 1199.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image picture {
    width: calc(100% + 130px);
  }
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image picture {
    position: relative;
    width: calc(100% + 150px);
    right: 150px;
  }
}
@media (max-width: 767.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image picture {
    width: calc(100% + 130px);
    right: 130px;
  }
}
@media (max-width: 575.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image picture {
    width: calc(100% + 20px);
    right: 20px;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image picture img {
    border-radius: 0 40px 0 0;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image .industrial-teaser__button {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  background-color: #ffffff;
  display: block;
  width: 187px;
  height: 187px;
  border: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
  z-index: 2;
  transition: 0.6s all ease-in-out;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image .industrial-teaser__button {
    width: 130px;
    height: 130px;
    right: -70px;
  }
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__image .industrial-teaser__button {
    width: 60px;
    height: 60px;
    top: initial;
    right: initial;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    background-image: url(../Icons/Content/Darkblue/arrow.svg);
  }
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column {
    border-top: 1px solid #ffffff;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content {
  height: 100%;
  position: relative;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--white {
  background-color: #ffffff;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--white {
    border-radius: 0 0 40px 0;
  }
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--white:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #ffffff;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--white .industrial-teaser__content-raw {
  width: 100%;
  padding: 50px 80px 50px 120px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--white .industrial-teaser__content-raw {
    padding: 50px 0;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--white .industrial-teaser__content-raw .industrial-teaser__heading {
  position: relative;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--white .industrial-teaser__content-raw .industrial-teaser__heading * {
  margin: 0;
  color: #28325a;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--white .industrial-teaser__content-raw .industrial-teaser__text {
  display: none;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--white .industrial-teaser__content-raw .industrial-teaser__text p, .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--white .industrial-teaser__content-raw .industrial-teaser__text li {
  color: #000000;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightergrey {
  background-color: #e5e5e5;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightergrey {
    border-radius: 0 0 40px 0;
  }
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightergrey:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #e5e5e5;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightergrey .industrial-teaser__content-raw {
  width: 100%;
  padding: 50px 80px 50px 120px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightergrey .industrial-teaser__content-raw {
    padding: 50px 0;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightergrey .industrial-teaser__content-raw .industrial-teaser__heading {
  position: relative;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightergrey .industrial-teaser__content-raw .industrial-teaser__heading * {
  margin: 0;
  color: #28325a;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightergrey .industrial-teaser__content-raw .industrial-teaser__text {
  display: none;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightergrey .industrial-teaser__content-raw .industrial-teaser__text p, .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightergrey .industrial-teaser__content-raw .industrial-teaser__text li {
  color: #000000;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightgrey {
  background-color: #d2d2d2;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightgrey {
    border-radius: 0 0 40px 0;
  }
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightgrey:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #d2d2d2;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightgrey .industrial-teaser__content-raw {
  width: 100%;
  padding: 50px 80px 50px 120px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightgrey .industrial-teaser__content-raw {
    padding: 50px 0;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightgrey .industrial-teaser__content-raw .industrial-teaser__heading {
  position: relative;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightgrey .industrial-teaser__content-raw .industrial-teaser__heading * {
  margin: 0;
  color: #28325a;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightgrey .industrial-teaser__content-raw .industrial-teaser__text {
  display: none;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightgrey .industrial-teaser__content-raw .industrial-teaser__text p, .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lightgrey .industrial-teaser__content-raw .industrial-teaser__text li {
  color: #000000;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--darkblue {
  background-color: #28325a;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--darkblue {
    border-radius: 0 0 40px 0;
  }
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--darkblue:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #28325a;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--darkblue .industrial-teaser__content-raw {
  width: 100%;
  padding: 50px 80px 50px 120px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--darkblue .industrial-teaser__content-raw {
    padding: 50px 0;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--darkblue .industrial-teaser__content-raw .industrial-teaser__heading {
  position: relative;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--darkblue .industrial-teaser__content-raw .industrial-teaser__heading * {
  margin: 0;
  color: #ffffff;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--darkblue .industrial-teaser__content-raw .industrial-teaser__text {
  display: none;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--darkblue .industrial-teaser__content-raw .industrial-teaser__text p, .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--darkblue .industrial-teaser__content-raw .industrial-teaser__text li {
  color: #ffffff;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lighterblue {
  background-color: #8eb4c6;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lighterblue {
    border-radius: 0 0 40px 0;
  }
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lighterblue:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #8eb4c6;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lighterblue .industrial-teaser__content-raw {
  width: 100%;
  padding: 50px 80px 50px 120px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lighterblue .industrial-teaser__content-raw {
    padding: 50px 0;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lighterblue .industrial-teaser__content-raw .industrial-teaser__heading {
  position: relative;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lighterblue .industrial-teaser__content-raw .industrial-teaser__heading * {
  margin: 0;
  color: #ffffff;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lighterblue .industrial-teaser__content-raw .industrial-teaser__text {
  display: none;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lighterblue .industrial-teaser__content-raw .industrial-teaser__text p, .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--lighterblue .industrial-teaser__content-raw .industrial-teaser__text li {
  color: #ffffff;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--coralred {
  background-color: #ff585d;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 991.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--coralred {
    border-radius: 0 0 40px 0;
  }
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--coralred:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #ff585d;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--coralred .industrial-teaser__content-raw {
  width: 100%;
  padding: 50px 80px 50px 120px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--coralred .industrial-teaser__content-raw {
    padding: 50px 0;
  }
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--coralred .industrial-teaser__content-raw .industrial-teaser__heading {
  position: relative;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--coralred .industrial-teaser__content-raw .industrial-teaser__heading * {
  margin: 0;
  color: #ffffff;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--coralred .industrial-teaser__content-raw .industrial-teaser__text {
  display: none;
}
.industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--coralred .industrial-teaser__content-raw .industrial-teaser__text p, .industrial-teaser .industrial-teaser__list .industrial-teaser__item .industrial-teaser__right-column .industrial-teaser__content.theme--coralred .industrial-teaser__content-raw .industrial-teaser__text li {
  color: #ffffff;
}

.portfolio .portfolio__row {
  margin: 10px 0;
  position: relative;
}
.portfolio .portfolio__row.portfolio__row--space-both {
  margin: 60px 0;
}
.portfolio .portfolio__row.portfolio__row--space-both .portfolio__column:first-of-type .portfolio__tile {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.portfolio .portfolio__row.portfolio__row--space-both .portfolio__column:last-of-type .portfolio__tile {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.portfolio .portfolio__row.portfolio__row--space-both .portfolio__column .portfolio__tile:after {
  display: none;
}
@media (max-width: 991.98px) {
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--2-columns .portfolio__column:first-of-type .portfolio__tile {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
  }
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--2-columns .portfolio__column:last-of-type .portfolio__tile {
    border-bottom-left-radius: 40px;
  }
}
@media (max-width: 991.98px) {
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--3-columns .portfolio__column:first-of-type .portfolio__tile {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
  }
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--3-columns .portfolio__column:last-of-type .portfolio__tile {
    border-bottom-left-radius: 40px;
  }
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--3-columns .portfolio__column .portfolio__tile:after {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--4-columns .portfolio__column:first-of-type .portfolio__tile {
    border-bottom-left-radius: 0;
  }
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--4-columns .portfolio__column:nth-child(2) .portfolio__tile {
    border-top-right-radius: 40px;
  }
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--4-columns .portfolio__column:nth-last-child(2) .portfolio__tile {
    border-bottom-left-radius: 40px;
  }
}
@media (max-width: 767.98px) {
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--4-columns .portfolio__column:first-of-type .portfolio__tile {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--4-columns .portfolio__column:nth-child(2) .portfolio__tile {
    border-top-right-radius: 0;
  }
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--4-columns .portfolio__column:nth-last-child(2) .portfolio__tile {
    border-bottom-left-radius: 0;
  }
  .portfolio .portfolio__row.portfolio__row--space-both.portfolio__row--4-columns .portfolio__column:last-of-type .portfolio__tile {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.portfolio .portfolio__row.portfolio__row--space-top {
  margin: 60px 0 10px;
}
@media (max-width: 991.98px) {
  .portfolio .portfolio__row.portfolio__row--space-top.portfolio__row--2-columns .portfolio__column:first-of-type .portfolio__tile {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
@media (max-width: 991.98px) {
  .portfolio .portfolio__row.portfolio__row--space-top.portfolio__row--3-columns .portfolio__column:first-of-type .portfolio__tile {
    border-top-right-radius: 40px;
  }
}
@media (max-width: 1199.98px) {
  .portfolio .portfolio__row.portfolio__row--space-top.portfolio__row--4-columns .portfolio__column:nth-child(2) .portfolio__tile {
    border-top-right-radius: 40px;
  }
}
@media (max-width: 767.98px) {
  .portfolio .portfolio__row.portfolio__row--space-top.portfolio__row--4-columns .portfolio__column:nth-child(2) .portfolio__tile {
    border-top-right-radius: 0;
  }
}
.portfolio .portfolio__row.portfolio__row--space-top .portfolio__column:first-of-type .portfolio__tile {
  border-top-left-radius: 40px;
}
.portfolio .portfolio__row.portfolio__row--space-top .portfolio__column:last-of-type .portfolio__tile {
  border-top-right-radius: 40px;
}
@media (max-width: 767.98px) {
  .portfolio .portfolio__row.portfolio__row--space-top .portfolio__column:first-of-type .portfolio__tile {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .portfolio .portfolio__row.portfolio__row--space-top .portfolio__column:nth-child(2) .portfolio__tile {
    border-top-right-radius: 0;
  }
}
.portfolio .portfolio__row.portfolio__row--space-bottom {
  margin: 10px 0 60px;
}
@media (max-width: 991.98px) {
  .portfolio .portfolio__row.portfolio__row--space-bottom.portfolio__row--2-columns .portfolio__column:first-of-type .portfolio__tile {
    border-bottom-left-radius: 0;
  }
  .portfolio .portfolio__row.portfolio__row--space-bottom.portfolio__row--2-columns .portfolio__column:last-of-type .portfolio__tile {
    border-bottom-left-radius: 40px;
  }
  .portfolio .portfolio__row.portfolio__row--space-bottom.portfolio__row--2-columns .portfolio__column:last-of-type .portfolio__tile:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .portfolio .portfolio__row.portfolio__row--space-bottom.portfolio__row--3-columns .portfolio__column:first-of-type .portfolio__tile {
    border-bottom-left-radius: 0;
  }
  .portfolio .portfolio__row.portfolio__row--space-bottom.portfolio__row--3-columns .portfolio__column:last-of-type .portfolio__tile {
    border-bottom-left-radius: 40px;
  }
  .portfolio .portfolio__row.portfolio__row--space-bottom.portfolio__row--3-columns .portfolio__column:last-of-type .portfolio__tile:after {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .portfolio .portfolio__row.portfolio__row--space-bottom.portfolio__row--4-columns .portfolio__column:first-of-type .portfolio__tile {
    border-bottom-left-radius: 0;
  }
  .portfolio .portfolio__row.portfolio__row--space-bottom.portfolio__row--4-columns .portfolio__column:nth-last-child(2) .portfolio__tile {
    border-bottom-left-radius: 40px;
  }
}
@media (max-width: 767.98px) {
  .portfolio .portfolio__row.portfolio__row--space-bottom.portfolio__row--4-columns .portfolio__column:nth-last-child(2) .portfolio__tile {
    border-bottom-left-radius: 0;
  }
  .portfolio .portfolio__row.portfolio__row--space-bottom.portfolio__row--4-columns .portfolio__column:last-of-type .portfolio__tile {
    border-bottom-left-radius: 40px;
  }
}
.portfolio .portfolio__row.portfolio__row--space-bottom .portfolio__column:first-of-type .portfolio__tile {
  border-bottom-left-radius: 40px;
}
.portfolio .portfolio__row.portfolio__row--space-bottom .portfolio__column:last-of-type .portfolio__tile {
  border-bottom-right-radius: 40px;
}
.portfolio .portfolio__row.portfolio__row--space-bottom .portfolio__column .portfolio__tile:after {
  display: none;
}
@media (max-width: 991.98px) {
  .portfolio .portfolio__row.portfolio__row--2-columns .portfolio__column:first-of-type {
    margin-bottom: 10px;
  }
  .portfolio .portfolio__row.portfolio__row--2-columns .portfolio__column:first-of-type .portfolio__tile:after {
    display: none;
  }
  .portfolio .portfolio__row.portfolio__row--2-columns .portfolio__column:last-of-type .portfolio__tile {
    border-top-right-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .portfolio .portfolio__row.portfolio__row--3-columns .portfolio__column {
    margin-bottom: 10px;
  }
  .portfolio .portfolio__row.portfolio__row--3-columns .portfolio__column .portfolio__tile:after {
    display: none;
  }
  .portfolio .portfolio__row.portfolio__row--3-columns .portfolio__column:last-of-type {
    margin-bottom: 0;
  }
  .portfolio .portfolio__row.portfolio__row--3-columns .portfolio__column:last-of-type .portfolio__tile {
    border-top-right-radius: 0;
  }
  .portfolio .portfolio__row.portfolio__row--3-columns .portfolio__column:last-of-type .portfolio__tile:after {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .portfolio .portfolio__row.portfolio__row--4-columns .portfolio__column {
    width: 50%;
    margin-bottom: 10px;
  }
  .portfolio .portfolio__row.portfolio__row--4-columns .portfolio__column:first-of-type .portfolio__tile:after {
    display: none;
  }
  .portfolio .portfolio__row.portfolio__row--4-columns .portfolio__column:nth-child(2) .portfolio__tile:after {
    display: none;
  }
  .portfolio .portfolio__row.portfolio__row--4-columns .portfolio__column:nth-last-child(2) {
    margin-bottom: 0;
  }
  .portfolio .portfolio__row.portfolio__row--4-columns .portfolio__column:last-of-type {
    margin-bottom: 0;
  }
  .portfolio .portfolio__row.portfolio__row--4-columns .portfolio__column:last-of-type .portfolio__tile {
    border-top-right-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .portfolio .portfolio__row.portfolio__row--4-columns .portfolio__column {
    width: 100%;
  }
  .portfolio .portfolio__row.portfolio__row--4-columns .portfolio__column:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .portfolio .portfolio__row.portfolio__row--4-columns .portfolio__column:nth-last-child(2) .portfolio__tile:after {
    display: none;
  }
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile {
  height: 100%;
  padding: 30px;
  position: relative;
  /* Coloring part */
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile:after {
  content: " ";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e5e5e5;
  border-radius: 50%;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--white {
  background-color: #ffffff;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--white .portfolio__heading h4 {
  margin-top: 0;
  color: #28325a;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--white .portfolio__text * {
  color: #000000;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--lightergrey {
  background-color: #e5e5e5;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--lightergrey .portfolio__heading h4 {
  margin-top: 0;
  color: #28325a;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--lightergrey .portfolio__text * {
  color: #000000;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--lightgrey {
  background-color: #d2d2d2;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--lightgrey .portfolio__heading h4 {
  margin-top: 0;
  color: #28325a;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--lightgrey .portfolio__text * {
  color: #000000;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--darkblue {
  background-color: #28325a;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--darkblue .portfolio__heading h4 {
  margin-top: 0;
  color: #ffffff;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--darkblue .portfolio__text * {
  color: #ffffff;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--lighterblue {
  background-color: #8eb4c6;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--lighterblue .portfolio__heading h4 {
  margin-top: 0;
  color: #ffffff;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--lighterblue .portfolio__text * {
  color: #ffffff;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--coralred {
  background-color: #ff585d;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--coralred .portfolio__heading h4 {
  margin-top: 0;
  color: #ffffff;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile.theme--coralred .portfolio__text * {
  color: #ffffff;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile:hover .button {
  opacity: 1;
}
.portfolio .portfolio__row .portfolio__column .portfolio__tile .button {
  margin-top: 0;
  opacity: 0;
  transition: ease-in-out opacity 0.3s;
}

@media (max-width: 991.98px) {
  .grid.grid--two-columns .grid__column {
    margin-bottom: 20px;
  }
  .grid.grid--two-columns .grid__column:last-of-type {
    margin-bottom: 0;
  }
}

.plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * picture,
.plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * picture img {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture,
.plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture img {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture,
  .plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture img {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture,
.plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture img {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture,
  .plugin-list.plugin-list--3columns .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns .plugin-list__column {
    margin-bottom: 10px;
  }
  .plugin-list.plugin-list--3columns .plugin-list__column:last-of-type {
    margin-bottom: 0;
  }
}
.plugin-list.plugin-list--3columns .plugin-list__column:first-of-type > * {
  border-top-left-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns .plugin-list__column:first-of-type > * {
    border-radius: 40px 40px 0 0;
  }
}
.plugin-list.plugin-list--3columns .plugin-list__column:first-of-type > * picture img {
  border-radius: 40px 0 0 0;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns .plugin-list__column:first-of-type > * picture img {
    border-radius: 40px 40px 0 0;
  }
}
.plugin-list.plugin-list--3columns .plugin-list__column:nth-child(3) > * {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--3columns .plugin-list__column:nth-child(3) > * picture,
.plugin-list.plugin-list--3columns .plugin-list__column:nth-child(3) > * picture img {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--3columns .plugin-list__column.plugin-list__column--teaser-row-lg-1-last > * {
  border-bottom-left-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns .plugin-list__column.plugin-list__column--teaser-row-lg-1-last > * {
    border-bottom-left-radius: 0;
  }
}
.plugin-list.plugin-list--3columns .plugin-list__column:last-of-type > * {
  border-bottom-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns .plugin-list__column:last-of-type > * {
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.plugin-list.plugin-list--3columns .plugin-list__options {
  text-align: center;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * picture,
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * picture img {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture,
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture img {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture,
  .plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture img {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture,
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture img {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture,
  .plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__column {
    margin-bottom: 10px;
  }
  .plugin-list.plugin-list--3columns_slider .plugin-list__column:last-of-type {
    margin-bottom: 0;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__column:first-of-type > * {
  border-top-left-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__column:first-of-type > * {
    border-radius: 40px 40px 0 0;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__column:first-of-type > * picture img {
  border-radius: 40px 0 0 0;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__column:first-of-type > * picture img {
    border-radius: 40px 40px 0 0;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__column:nth-child(3) > * {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__column:nth-child(3) > * picture,
.plugin-list.plugin-list--3columns_slider .plugin-list__column:nth-child(3) > * picture img {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__column.plugin-list__column--teaser-row-lg-1-last > * {
  border-bottom-left-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__column.plugin-list__column--teaser-row-lg-1-last > * {
    border-bottom-left-radius: 0;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__column:last-of-type > * {
  border-bottom-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__column:last-of-type > * {
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__options {
  text-align: center;
}
.plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * picture,
.plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * picture img {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture,
.plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture img {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture,
  .plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--two-items .plugin-list__column:last-of-type > * picture img {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture,
.plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture img {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture,
  .plugin-list.plugin-list--List .plugin-list__list.plugin-list__list--three-items .teaser-list-items .teaser-list-items__item:last-of-type > * picture img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--List .plugin-list__column {
    margin-bottom: 10px;
  }
  .plugin-list.plugin-list--List .plugin-list__column:last-of-type {
    margin-bottom: 0;
  }
}
.plugin-list.plugin-list--List .plugin-list__column:first-of-type > * {
  border-top-left-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--List .plugin-list__column:first-of-type > * {
    border-radius: 40px 40px 0 0;
  }
}
.plugin-list.plugin-list--List .plugin-list__column:first-of-type > * picture img {
  border-radius: 40px 0 0 0;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--List .plugin-list__column:first-of-type > * picture img {
    border-radius: 40px 40px 0 0;
  }
}
.plugin-list.plugin-list--List .plugin-list__column:nth-child(3) > * {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--List .plugin-list__column:nth-child(3) > * picture,
.plugin-list.plugin-list--List .plugin-list__column:nth-child(3) > * picture img {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--List .plugin-list__column.plugin-list__column--teaser-row-lg-1-last > * {
  border-bottom-left-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--List .plugin-list__column.plugin-list__column--teaser-row-lg-1-last > * {
    border-bottom-left-radius: 0;
  }
}
.plugin-list.plugin-list--List .plugin-list__column:last-of-type > * {
  border-bottom-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--List .plugin-list__column:last-of-type > * {
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.plugin-list.plugin-list--List .plugin-list__options {
  text-align: center;
}
@media only screen and (max-width: 1700px) {
  .plugin-list.plugin-list--2columns_slider {
    padding: 0 80px;
  }
}
@media (max-width: 1199.98px) {
  .plugin-list.plugin-list--2columns_slider {
    padding: 0 70px;
  }
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--2columns_slider {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns_slider .plugin-list__column:first-of-type {
    margin-bottom: 10px;
  }
}
.plugin-list.plugin-list--2columns_slider .plugin-list__column:first-of-type .news-teaser {
  border-radius: 40px 0 0 40px;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns_slider .plugin-list__column:first-of-type .news-teaser {
    border-radius: 40px 40px 0 0;
  }
}
.plugin-list.plugin-list--2columns_slider .plugin-list__column:first-of-type .news-teaser .news-teaser__image img {
  border-radius: 40px 0 0 0;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns_slider .plugin-list__column:first-of-type .news-teaser .news-teaser__image img {
    border-radius: 40px 40px 0 0;
  }
}
.plugin-list.plugin-list--2columns_slider .plugin-list__column:last-of-type .news-teaser {
  border-radius: 0 40px 40px 0;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns_slider .plugin-list__column:last-of-type .news-teaser {
    border-radius: 0 0 40px 40px;
  }
}
.plugin-list.plugin-list--2columns_slider .plugin-list__column:last-of-type .news-teaser .news-teaser__image img {
  border-radius: 0 40px 0 0;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns_slider .plugin-list__column:last-of-type .news-teaser .news-teaser__image img {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns_slider .list-teaser .list-teaser__inner-wrap {
    border-radius: 40px 40px 40px 40px !important;
  }
  .plugin-list.plugin-list--2columns_slider .list-teaser .list-teaser__inner-wrap .list-teaser__image img {
    border-radius: 40px 40px 0 0 !important;
  }
}
@media only screen and (max-width: 1700px) {
  .plugin-list.plugin-list--3columns_slider {
    padding: 0 80px;
  }
}
@media (max-width: 1199.98px) {
  .plugin-list.plugin-list--3columns_slider {
    padding: 0 70px;
  }
}
@media (max-width: 991.98px) {
  .plugin-list.plugin-list--3columns_slider {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__column:first-of-type {
    margin-bottom: 10px;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__column:first-of-type .news-teaser {
  border-radius: 40px 0 0 40px;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__column:first-of-type .news-teaser {
    border-radius: 40px 40px 0 0;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__column:first-of-type .news-teaser .news-teaser__image img {
  border-radius: 40px 0 0 0;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__column:first-of-type .news-teaser .news-teaser__image img {
    border-radius: 40px 40px 0 0;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__column:last-of-type .news-teaser {
  border-radius: 0 40px 40px 0;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__column:last-of-type .news-teaser {
    border-radius: 0 0 40px 40px;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__column:last-of-type .news-teaser .news-teaser__image img {
  border-radius: 0 40px 0 0;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__column:last-of-type .news-teaser .news-teaser__image img {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--3columns_slider .list-teaser .list-teaser__inner-wrap {
    border-radius: 40px 40px 40px 40px !important;
  }
  .plugin-list.plugin-list--3columns_slider .list-teaser .list-teaser__inner-wrap .list-teaser__image img {
    border-radius: 40px 40px 0 0 !important;
  }
}
.plugin-list.plugin-list--2columns_slider .list-teaser .list-teaser__date {
  margin-bottom: 10px;
}
.plugin-list.plugin-list--2columns_slider .list-teaser:nth-child(2n) .list-teaser__inner-wrap {
  border-radius: 0 40px 40px 0;
}
.plugin-list.plugin-list--2columns_slider .list-teaser:nth-child(2n) .list-teaser__inner-wrap .list-teaser__image img {
  border-radius: 0 40px 0 0;
}
.plugin-list.plugin-list--2columns_slider .list-teaser:nth-child(2n+1) .list-teaser__inner-wrap {
  border-radius: 40px 0 0 40px;
}
.plugin-list.plugin-list--2columns_slider .list-teaser:nth-child(2n+1) .list-teaser__inner-wrap .list-teaser__image img {
  border-radius: 40px 0 0 0;
}
.plugin-list.plugin-list--3columns_slider .list-teaser:nth-child(3n) .list-teaser__inner-wrap {
  border-radius: 0 40px 40px 0;
}
.plugin-list.plugin-list--3columns_slider .list-teaser:nth-child(3n+1) .list-teaser__inner-wrap {
  border-radius: 40px 0 0 40px;
}
@media (max-width: 1199.98px) {
  .plugin-list.plugin-list--3columns_slider .list-teaser:nth-child(3n) .list-teaser__inner-wrap {
    border-radius: 0;
  }
  .plugin-list.plugin-list--3columns_slider .list-teaser:nth-child(3n+1) .list-teaser__inner-wrap {
    border-radius: 0;
  }
  .plugin-list.plugin-list--3columns_slider .list-teaser:nth-child(2n) .list-teaser__inner-wrap {
    border-radius: 0 40px 40px 0;
  }
  .plugin-list.plugin-list--3columns_slider .list-teaser:nth-child(2n+1) .list-teaser__inner-wrap {
    border-radius: 40px 0 0 40px;
  }
  .plugin-list.plugin-list--3columns_slider .list-teaser:last-of-type .list-teaser__inner-wrap {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
}
.plugin-list.plugin-list--3columns_slider .list-teaser .list-teaser__inner-wrap {
  overflow: hidden;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list.plugin-list__list--last-element-different .slick-slide:last-of-type {
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track {
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 0 0 5px;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track {
    margin: 0;
  }
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track:before, .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track:after {
  display: none;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .customer-testimonial {
  margin: 0 5px;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide {
  display: flex;
  float: none !important;
  height: initial !important;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide:nth-child(3n-2) {
  border-radius: 40px 0 0 40px;
}
.plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide:nth-child(3n) {
  border-radius: 0 40px 40px 0;
}
@media (max-width: 1199.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide:nth-child(3n-2) {
    border-radius: 0;
  }
  .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide:nth-child(3n) {
    border-radius: 0;
  }
  .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide:nth-child(2n-1) {
    border-radius: 40px 0 0 40px;
  }
  .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide:nth-child(2n) {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide {
    border-radius: 40px !important;
  }
  .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide:nth-child(3n-2) {
    border-radius: 0;
  }
  .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide:nth-child(3n) {
    border-radius: 0;
  }
  .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide:nth-child(2n-1) {
    border-radius: 0;
  }
  .plugin-list.plugin-list--3columns_slider .plugin-list__list .slick-list .slick-track .slick-slide:nth-child(2n) {
    border-radius: 0;
  }
}
.plugin-list.plugin-list--2columns .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--2columns .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * picture,
.plugin-list.plugin-list--2columns .plugin-list__list.plugin-list__list--one-item .plugin-list__column:first-of-type > * picture img {
  border-top-right-radius: 40px;
}
.plugin-list.plugin-list--2columns .plugin-list__column {
  margin-bottom: 10px;
}
.plugin-list.plugin-list--2columns .plugin-list__column:first-of-type > * {
  border-top-left-radius: 40px;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns .plugin-list__column:first-of-type > * {
    border-top-right-radius: 40px;
  }
}
.plugin-list.plugin-list--2columns .plugin-list__column:first-of-type > * picture,
.plugin-list.plugin-list--2columns .plugin-list__column:first-of-type > * picture img {
  border-top-left-radius: 40px;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns .plugin-list__column:first-of-type > * picture,
  .plugin-list.plugin-list--2columns .plugin-list__column:first-of-type > * picture img {
    border-top-right-radius: 40px;
  }
}
.plugin-list.plugin-list--2columns .plugin-list__column:nth-child(2) > * {
  border-top-right-radius: 40px;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns .plugin-list__column:nth-child(2) > * {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--2columns .plugin-list__column:nth-child(2) > * picture,
.plugin-list.plugin-list--2columns .plugin-list__column:nth-child(2) > * picture img {
  border-top-right-radius: 40px;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns .plugin-list__column:nth-child(2) > * picture,
  .plugin-list.plugin-list--2columns .plugin-list__column:nth-child(2) > * picture img {
    border-top-right-radius: 0;
  }
}
.plugin-list.plugin-list--2columns .plugin-list__column.plugin-list__column--teaser-row-lg-1-last > * {
  border-bottom-left-radius: 40px;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns .plugin-list__column.plugin-list__column--teaser-row-lg-1-last > * {
    border-bottom-left-radius: 0;
  }
}
.plugin-list.plugin-list--2columns .plugin-list__column:last-of-type > * {
  border-bottom-right-radius: 40px;
}
@media (max-width: 767.98px) {
  .plugin-list.plugin-list--2columns .plugin-list__column:last-of-type > * {
    border-radius: 0 0 40px 40px;
  }
}
.plugin-list .plugin-list__options .plugin-list__cta-button {
  text-align: center;
}

.customer-testimonial {
  background-color: #ffffff;
  padding: 30px 30px 30px 70px;
}
@media (max-width: 1199.98px) {
  .customer-testimonial {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .customer-testimonial {
    padding: 30px 30px 30px 50px;
  }
}
@media (max-width: 575.98px) {
  .customer-testimonial {
    padding: 30px;
  }
}
.customer-testimonial .customer-testimonial__quote {
  margin-bottom: 30px;
  position: relative;
}
.customer-testimonial .customer-testimonial__quote:before {
  content: " ";
  display: block;
  width: 30px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/quote.svg);
  position: absolute;
  top: 5px;
  left: -40px;
}
@media (max-width: 1199.98px) {
  .customer-testimonial .customer-testimonial__quote:before {
    width: 60px;
    height: 50px;
    left: -30px;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center center;
    background-image: url(../Icons/Content/Darkblue/quote.svg);
  }
}
.customer-testimonial .customer-testimonial__quote p {
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  color: #28325a;
  margin: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 767.98px) {
  .customer-testimonial .customer-testimonial__quote p {
    font-size: 20px;
    line-height: 26px;
  }
}
.customer-testimonial .customer-testimonial__author {
  position: relative;
  left: -40px;
  width: calc(100% + 40px);
}
.customer-testimonial .customer-testimonial__author::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 1199.98px) {
  .customer-testimonial .customer-testimonial__author {
    width: 100%;
    left: 0;
  }
}
.customer-testimonial .customer-testimonial__author .customer-testimonial__image {
  float: left;
}
@media (max-width: 1199.98px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__image {
    float: none;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__image {
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__image {
    float: none;
    margin-bottom: 10px;
  }
}
.customer-testimonial .customer-testimonial__author .customer-testimonial__image img {
  width: 107px;
  height: auto;
}
.customer-testimonial .customer-testimonial__author .customer-testimonial__logo {
  float: left;
}
@media (max-width: 1199.98px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__logo {
    float: none;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__logo {
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__logo {
    float: none;
    margin-bottom: 10px;
  }
}
.customer-testimonial .customer-testimonial__author .customer-testimonial__logo img {
  width: 107px;
  height: auto;
}
.customer-testimonial .customer-testimonial__author .customer-testimonial__image img {
  border-radius: 50%;
}
.customer-testimonial .customer-testimonial__author .customer-testimonial__information {
  width: calc(100% - 122px);
  float: left;
  margin-left: 15px;
}
@media (max-width: 1199.98px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__information {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__information {
    width: calc(100% - 122px);
  }
}
@media only screen and (max-width: 400px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__information {
    width: 100%;
  }
}
.customer-testimonial .customer-testimonial__author .customer-testimonial__information .customer-testimonial__name strong {
  color: #28325a;
  font-size: 22px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__information .customer-testimonial__name strong {
    font-size: 18px;
  }
}
.customer-testimonial .customer-testimonial__author .customer-testimonial__information .customer-testimonial__job-position {
  color: #28325a;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .customer-testimonial .customer-testimonial__author .customer-testimonial__information .customer-testimonial__job-position {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1700px) {
  .customer-testimonial-startpage {
    padding: 0 80px;
  }
}
@media (max-width: 1199.98px) {
  .customer-testimonial-startpage {
    padding: 0 70px;
  }
}
@media (max-width: 991.98px) {
  .customer-testimonial-startpage {
    padding: 0;
  }
}
.customer-testimonial-startpage .customer-testimonial {
  background-color: transparent;
  max-width: 470px;
  margin-left: 120px;
  padding: 0 15px 0 0;
}
@media (max-width: 1199.98px) {
  .customer-testimonial-startpage .customer-testimonial {
    margin-left: 55px;
  }
}
@media (max-width: 991.98px) {
  .customer-testimonial-startpage .customer-testimonial {
    max-width: initial;
  }
}
@media (max-width: 767.98px) {
  .customer-testimonial-startpage .customer-testimonial {
    margin-left: 70px;
  }
}
@media (max-width: 575.98px) {
  .customer-testimonial-startpage .customer-testimonial {
    margin-left: 0;
  }
}
.customer-testimonial-startpage .customer-testimonial .customer-testimonial__author {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
  left: 0;
}
.customer-testimonial-startpage .customer-testimonial .customer-testimonial__author .customer-testimonial__image {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 575.98px) {
  .customer-testimonial-startpage .customer-testimonial .customer-testimonial__author .customer-testimonial__image {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
}
.customer-testimonial-startpage .customer-testimonial .customer-testimonial__author .customer-testimonial__image img {
  width: 80%;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.customer-testimonial-startpage .customer-testimonial .customer-testimonial__author .customer-testimonial__person {
  width: calc(100% - 175px);
  line-height: 24px;
  color: #28325a;
}
@media (max-width: 575.98px) {
  .customer-testimonial-startpage .customer-testimonial .customer-testimonial__author .customer-testimonial__person {
    width: calc(100% - 90px);
  }
}
.customer-testimonial-startpage .customer-testimonial .customer-testimonial__author .customer-testimonial__person .customer-testimonial__name {
  font-size: 22px;
  display: block;
  color: #28325a;
}
@media (max-width: 575.98px) {
  .customer-testimonial-startpage .customer-testimonial .customer-testimonial__author .customer-testimonial__person .customer-testimonial__name {
    font-size: 20px;
    line-height: 22px;
  }
}
.customer-testimonial-startpage .customer-testimonial .customer-testimonial__author .customer-testimonial__person .customer-testimonial__position {
  display: block;
  color: #28325a;
}
@media (max-width: 575.98px) {
  .customer-testimonial-startpage .customer-testimonial .customer-testimonial__author .customer-testimonial__person .customer-testimonial__position {
    font-size: 18px;
    line-height: 22px;
  }
}
.customer-testimonial-startpage .customer-testimonial .customer-testimonial__quote {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .customer-testimonial-startpage .customer-testimonial .customer-testimonial__quote {
    font-size: 22px;
    line-height: 26px;
    margin: 0 10px 0 50px;
  }
}
@media (max-width: 575.98px) {
  .customer-testimonial-startpage .customer-testimonial .customer-testimonial__quote {
    font-size: 20px;
  }
}
.customer-testimonial-startpage .customer-testimonial .customer-testimonial__quote:before {
  width: 46px;
  height: 45px;
  background-size: 45px;
  opacity: 30%;
  top: 0;
  left: -54px;
}
@media (max-width: 767.98px) {
  .customer-testimonial-startpage .customer-testimonial .customer-testimonial__quote:before {
    left: -45px;
    width: 30px;
    height: 29px;
    background-size: 29px;
  }
}
.customer-testimonial-startpage .customer-testimonial-startpage__slider .slick-arrow {
  background-color: #ffffff;
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
}

.list-items {
  display: flex;
  flex-wrap: wrap;
}

.list-teaser {
  flex: 1;
  height: initial;
}
.theme--white .list-teaser .list-teaser__inner-wrap {
  background-color: #e5e5e5;
}
.theme--white .list-teaser .list-teaser__inner-wrap .list-teaser__content .list-teaser__info-caption {
  color: #000000;
}
.theme--lightergrey .list-teaser .list-teaser__inner-wrap {
  background-color: #ffffff;
}
.theme--lightergrey .list-teaser .list-teaser__inner-wrap .list-teaser__content .list-teaser__info-caption {
  color: #000000;
}
.theme--lightgrey .list-teaser .list-teaser__inner-wrap {
  background-color: #ffffff;
}
.theme--lightgrey .list-teaser .list-teaser__inner-wrap .list-teaser__content .list-teaser__info-caption {
  color: #000000;
}
.theme--darkblue .list-teaser .list-teaser__inner-wrap {
  background-color: #ffffff;
}
.theme--darkblue .list-teaser .list-teaser__inner-wrap .list-teaser__content .list-teaser__info-caption {
  color: #000000;
}
.theme--lighterblue .list-teaser .list-teaser__inner-wrap {
  background-color: #ffffff;
}
.theme--lighterblue .list-teaser .list-teaser__inner-wrap .list-teaser__content .list-teaser__info-caption {
  color: #000000;
}
.theme--coralred .list-teaser .list-teaser__inner-wrap {
  background-color: #ffffff;
}
.theme--coralred .list-teaser .list-teaser__inner-wrap .list-teaser__content .list-teaser__info-caption {
  color: #000000;
}
.list-teaser .list-teaser__inner-wrap {
  margin: 0 5px;
  height: 100%;
}
.list-teaser .list-teaser__image img {
  max-width: 100%;
  height: auto;
}
.list-teaser .list-teaser__content {
  padding: 30px;
}
.list-teaser .list-teaser__content .list-teaser__heading h4 {
  color: #28325a;
  margin: 0 0 15px 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.list-teaser .list-teaser__content .list-teaser__heading h4 a {
  color: #28325a;
}
.list-teaser .list-teaser__content .list-teaser__information {
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
}
@media (max-width: 1399.98px) {
  .list-teaser .list-teaser__content .list-teaser__information {
    grid-template-columns: repeat(1, auto);
  }
}
.list-teaser .list-teaser__content .list-teaser__information .list-teaser__info-item {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.list-teaser .list-teaser__content .list-teaser__information .list-teaser__info-item.list-teaser__info-item--page-type .list-teaser__info-icon {
  background-color: #8eb4c6;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.list-teaser .list-teaser__content .list-teaser__information .list-teaser__info-item.list-teaser__info-item--page-type .list-teaser__info-icon svg {
  width: auto;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-teaser .list-teaser__content .list-teaser__information .list-teaser__info-item.list-teaser__info-item--date .list-teaser__info-icon {
  background-color: #8eb4c6;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.list-teaser .list-teaser__content .list-teaser__information .list-teaser__info-item.list-teaser__info-item--date .list-teaser__info-icon svg {
  width: auto;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-teaser .list-teaser__content .list-teaser__information .list-teaser__info-item .list-teaser__info-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 5px;
}
.list-teaser .list-teaser__content .list-teaser__information .list-teaser__info-item .list-teaser__info-icon svg {
  width: 35px;
  height: 35px;
}
.list-teaser .list-teaser__content .list-teaser__information .list-teaser__info-item .list-teaser__info-caption {
  position: relative;
  display: inline-block;
  top: -9px;
}
.list-teaser .list-teaser__content .list-teaser__text p {
  color: #000000;
}
.list-teaser .list-teaser__content .list-teaser__text p:first-of-type {
  margin-top: 0;
}
.list-teaser .list-teaser__content .list-teaser__text p:last-of-type {
  margin-bottom: 0;
}

.teaser-columns .teaser-columns__teaser {
  height: 100%;
}
.theme.theme--white .teaser-columns .teaser-columns__teaser {
  background-color: #e5e5e5;
}
.theme.theme--lightergrey .teaser-columns .teaser-columns__teaser {
  background-color: #ffffff;
}
.theme.theme--lightgrey .teaser-columns .teaser-columns__teaser {
  background-color: #ffffff;
}
.theme.theme--darkblue .teaser-columns .teaser-columns__teaser {
  background-color: #ffffff;
}
.theme.theme--lighterblue .teaser-columns .teaser-columns__teaser {
  background-color: #ffffff;
}
.theme.theme--coralred .teaser-columns .teaser-columns__teaser {
  background-color: #ffffff;
}
.teaser-columns .teaser-columns__teaser .teaser-columns__image picture {
  display: block;
}
.teaser-columns .teaser-columns__teaser .teaser-columns__image picture img {
  width: 100%;
  height: auto;
}
.teaser-columns .teaser-columns__teaser .teaser-columns__content {
  padding: 30px;
}
@media (max-width: 767.98px) {
  .teaser-columns .teaser-columns__teaser .teaser-columns__content {
    padding: 20px;
  }
}
.teaser-columns .teaser-columns__teaser .teaser-columns__content .teaser-columns__heading h3, .teaser-columns .teaser-columns__teaser .teaser-columns__content .teaser-columns__heading h4 {
  margin: 0 0 20px;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #28325a;
}
.teaser-columns .teaser-columns__teaser .teaser-columns__content .teaser-columns__heading h3 a, .teaser-columns .teaser-columns__teaser .teaser-columns__content .teaser-columns__heading h4 a {
  color: #28325a;
}
.teaser-columns .teaser-columns__teaser .teaser-columns__content .teaser-columns__teaser p {
  margin: 0 0 20px;
  color: #000000;
}
.teaser-columns .teaser-columns__teaser .teaser-columns__content .button {
  margin-top: 0;
}

.plugin-contact-person .plugin-contact-person__heading {
  display: none;
}
@media (max-width: 1199.98px) {
  .plugin-contact-person .plugin-contact-person__heading {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .contact-person .contact-person__section-heading {
    display: none;
  }
}
.contact-person .contact-person__content {
  order: 1;
}
@media (max-width: 991.98px) {
  .contact-person .contact-person__content {
    order: 2;
  }
}
.contact-person .contact-person__content .contact-person__heading {
  margin-bottom: 30px;
}
.contact-person .contact-person__content .contact-person__heading h3, .contact-person .contact-person__content .contact-person__heading h4 {
  margin: 0;
}
@media (max-width: 991.98px) {
  .contact-person .contact-person__content .contact-person__text {
    display: none;
  }
}
.contact-person .contact-person__image {
  order: 2;
}
@media (max-width: 991.98px) {
  .contact-person .contact-person__image {
    order: 1;
    margin-bottom: 10px;
  }
}
.contact-person .contact-person__image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.contact-compact {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .contact-compact {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767.98px) {
  .contact-compact {
    width: 100%;
    float: none;
  }
}
.contact-compact:last-of-type {
  margin-bottom: 0;
}
.contact-compact::after {
  display: block;
  clear: both;
  content: "";
}
.contact-compact .contact-compact__image {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .contact-compact .contact-compact__image {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .contact-compact .contact-compact__image {
    width: 100%;
    text-align: center;
  }
}
.contact-compact .contact-compact__image img {
  max-width: 336px;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .contact-compact .contact-compact__image img {
    max-width: initial;
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .contact-compact .contact-compact__image img {
    width: initial;
    max-width: 280px;
  }
}
.theme--white .contact-compact .contact-compact__person strong, .theme--white .contact-compact .contact-compact__person span {
  font-size: 30px;
  line-height: 33px;
  display: block;
  text-align: center;
  color: #28325a;
}
.theme--white .contact-compact .contact-compact__person span {
  font-weight: 100;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.theme--lightergrey .contact-compact .contact-compact__person strong, .theme--lightergrey .contact-compact .contact-compact__person span {
  font-size: 30px;
  line-height: 33px;
  display: block;
  text-align: center;
  color: #28325a;
}
.theme--lightergrey .contact-compact .contact-compact__person span {
  font-weight: 100;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.theme--lightgrey .contact-compact .contact-compact__person strong, .theme--lightgrey .contact-compact .contact-compact__person span {
  font-size: 30px;
  line-height: 33px;
  display: block;
  text-align: center;
  color: #28325a;
}
.theme--lightgrey .contact-compact .contact-compact__person span {
  font-weight: 100;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.theme--darkblue .contact-compact .contact-compact__person strong, .theme--darkblue .contact-compact .contact-compact__person span {
  font-size: 30px;
  line-height: 33px;
  display: block;
  text-align: center;
  color: #ffffff;
}
.theme--darkblue .contact-compact .contact-compact__person span {
  font-weight: 100;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.theme--lighterblue .contact-compact .contact-compact__person strong, .theme--lighterblue .contact-compact .contact-compact__person span {
  font-size: 30px;
  line-height: 33px;
  display: block;
  text-align: center;
  color: #ffffff;
}
.theme--lighterblue .contact-compact .contact-compact__person span {
  font-weight: 100;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.theme--coralred .contact-compact .contact-compact__person strong, .theme--coralred .contact-compact .contact-compact__person span {
  font-size: 30px;
  line-height: 33px;
  display: block;
  text-align: center;
  color: #ffffff;
}
.theme--coralred .contact-compact .contact-compact__person span {
  font-weight: 100;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 767.98px) {
  .contact-compact .contact-compact__content .contact-compact__person strong, .contact-compact .contact-compact__content .contact-compact__person span {
    text-align: center;
  }
  .contact-compact .contact-compact__content .contact-compact__contact {
    text-align: center;
  }
}
.contact-compact .contact-compact__contact {
  text-align: center;
}

.content-hub-video .netl-social-media-info {
  border-radius: 40px;
  padding: 40px;
  background: #ffffff;
}
.content-hub-video .netl-social-media-info h3 {
  margin-top: 0;
  color: #28325a;
}
.content-hub-video .netl-social-media-info p {
  color: #28325a;
}
.content-hub-video .netl-social-media-info a {
  color: #28325a;
}
.content-hub-video .netl-social-media-info a span {
  color: #28325a;
}
.content-hub-video .youtube-wrap {
  position: relative;
}
.content-hub-video .youtube-wrap:before {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.content-hub-video .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1700px) {
  .contact-person {
    padding: 0 80px;
  }
}
@media (max-width: 991.98px) {
  .contact-person {
    padding: 0;
  }
}
.contact-person .contact-person__list.contact-person__list--underneath .contact-person__item {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .contact-person .contact-person__list.contact-person__list--underneath .contact-person__item {
    margin-bottom: 40px;
  }
}
.contact-person .contact-person__list.contact-person__list--underneath .contact-person__item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .contact-person .contact-person__list.contact-person__list--underneath .contact-person__item:nth-last-child(-n+3) {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .contact-person .contact-person__list.contact-person__list--underneath .contact-person__item:nth-last-child(-n+3) {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .contact-person .contact-person__list.contact-person__list--underneath .contact-person__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .contact-person .contact-person__list.contact-person__list--underneath .contact-person__item:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .contact-person .contact-person__list.contact-person__list--underneath .contact-person__item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1700px) {
  .contact-person .contact-person__list .slick-arrow {
    width: 70px;
    height: 70px;
    top: calc(50% - 33px);
  }
}
@media only screen and (max-width: 1700px) {
  .contact-person .contact-person__list .slick-arrow.slick-prev {
    left: -75px;
  }
}
@media (max-width: 575.98px) {
  .contact-person .contact-person__list .slick-arrow.slick-prev {
    left: -10px;
    transform: translateY(-50%) rotate(-180deg);
  }
}
@media only screen and (max-width: 1700px) {
  .contact-person .contact-person__list .slick-arrow.slick-next {
    right: -75px;
  }
}
@media (max-width: 575.98px) {
  .contact-person .contact-person__list .slick-arrow.slick-next {
    right: -10px;
  }
}
.contact-person .contact-person__cta {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .contact-person .contact-person__cta {
    margin-top: 20px;
  }
}

.team-member {
  margin-bottom: 90px;
  padding: 0 5px;
}
.team-member:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.team-member .team-member__content {
  perspective: 1000px;
}
.team-member .team-member__content:hover .team-member__flip-circle {
  transform: rotateY(180deg);
}
.team-member .team-member__content .team-member__flip-circle {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  pointer-events: none;
}
.team-member .team-member__content .team-member__flip-circle .team-member__page {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.team-member .team-member__content .team-member__flip-circle .team-member__page.team-member__page--back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.team-member .team-member__content .team-member__flip-circle .team-member__page.team-member__page--back .team-member__text {
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .team-member .team-member__content .team-member__flip-circle .team-member__page.team-member__page--back .team-member__text {
    font-size: 24px;
    line-height: 30px;
    width: 300px;
  }
}
@media (max-width: 1199.98px) {
  .team-member .team-member__content .team-member__flip-circle .team-member__page.team-member__page--back .team-member__text {
    font-size: 20px;
    line-height: 26px;
    width: 260px;
  }
}
@media (max-width: 991.98px) {
  .team-member .team-member__content .team-member__flip-circle .team-member__page.team-member__page--back .team-member__text {
    font-size: 22px;
    line-height: 28px;
    width: 260px;
  }
}
@media (max-width: 767.98px) {
  .team-member .team-member__content .team-member__flip-circle .team-member__page.team-member__page--back .team-member__text {
    font-size: 30px;
    line-height: 36px;
    width: 360px;
  }
}
@media (max-width: 575.98px) {
  .team-member .team-member__content .team-member__flip-circle .team-member__page.team-member__page--back .team-member__text {
    font-size: 24px;
    line-height: 30px;
    width: 260px;
  }
}
@media only screen and (max-width: 390px) {
  .team-member .team-member__content .team-member__flip-circle .team-member__page.team-member__page--back .team-member__text {
    font-size: 20px;
    line-height: 26px;
    width: 220px;
  }
}
.team-member .team-member__content .team-member__flip-circle .team-member__page .team-member__circle {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.team-member .team-member__image {
  text-align: center;
  position: relative;
}
.team-member .team-member__image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: inline-block;
}
.team-member .team-member__title {
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
  line-height: 33px;
  color: #28325a;
  font-weight: 700;
}
.team-member .team-member__position {
  text-align: center;
  font-size: 30px;
  line-height: 33px;
  color: #28325a;
  font-weight: 100;
}

.teaser-list-items {
  padding: 0;
}
.teaser-list-items .teaser-list-items__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  border-radius: 40px;
  overflow: hidden;
}
.theme--white .teaser-list-items .teaser-list-items__list .teaser-list-items__item {
  background-color: #e5e5e5;
}
.theme--lightergrey .teaser-list-items .teaser-list-items__list .teaser-list-items__item {
  background-color: #ffffff;
}
.theme--lightgrey .teaser-list-items .teaser-list-items__list .teaser-list-items__item {
  background-color: #ffffff;
}
.theme--darkblue .teaser-list-items .teaser-list-items__list .teaser-list-items__item {
  background-color: #ffffff;
}
.theme--lighterblue .teaser-list-items .teaser-list-items__list .teaser-list-items__item {
  background-color: #ffffff;
}
.theme--coralred .teaser-list-items .teaser-list-items__list .teaser-list-items__item {
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .teaser-list-items .teaser-list-items__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .teaser-list-items .teaser-list-items__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item:last-of-type {
  border-radius: 0 0 40px 0 !important;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item a {
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__image {
  position: relative;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__image:after {
  content: " ";
  padding-top: 66.6666666667%;
  position: relative;
  display: block;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__content {
  padding: 20px;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__content .teaser-list-items__category {
  position: relative;
  margin: 0 0 20px 0;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__content .teaser-list-items__category::after {
  display: block;
  clear: both;
  content: "";
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__content .teaser-list-items__category .teaser-list-items__category-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 15px;
  float: left;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__content .teaser-list-items__category .teaser-list-items__category-icon svg {
  width: 100%;
  height: 100%;
  fill: #28325a;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__content .teaser-list-items__category .teaser-list-items__category-caption {
  display: inline-block;
  height: 30px;
  float: left;
  width: calc(100% - 45px);
  position: relative;
  top: 3px;
  color: #000000;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__content .teaser-list-items__heading {
  margin: 0 0 10px 0;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__content .teaser-list-items__heading h4 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  color: #000000;
}
.teaser-list-items .teaser-list-items__list .teaser-list-items__item .teaser-list-items__content .teaser-list-items__teaser {
  color: #000000;
}

.magazine-filter {
  background-color: #28325a;
  padding: 20px 0;
}

.layout-switcher {
  float: right;
}
@media (max-width: 767.98px) {
  .layout-switcher {
    display: none;
  }
}
.layout-switcher.layout-switcher--list .layout-switcher__switch {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-image: url(../Icons/Content/Lighterblue/check.svg);
}
.layout-switcher.layout-switcher--tiles .layout-switcher__switch {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-image: url(../Icons/Content/Lighterblue/grid.svg);
  left: 55px !important;
}
.layout-switcher .layout-switcher__basic-area {
  width: 110px;
  height: 60px;
  background-color: #8eb4c6;
  box-shadow: 1px 1px 3px inset rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  position: relative;
}
.layout-switcher .layout-switcher__basic-area .layout-switcher__base-list {
  width: 55px;
  height: 60px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.layout-switcher .layout-switcher__basic-area .layout-switcher__base-tiles {
  width: 55px;
  height: 60px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.layout-switcher .layout-switcher__basic-area .layout-switcher__base-list {
  left: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/check.svg);
}
.layout-switcher .layout-switcher__basic-area .layout-switcher__base-tiles {
  right: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/grid.svg);
}
.layout-switcher .layout-switcher__basic-area .layout-switcher__switch {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 2;
  transition: ease-in-out left 0.3s;
  cursor: pointer;
}

.magazine .magazine-item {
  transition: 0.3s ease-in-out all;
}
.magazine .magazine-item .magazine-item__content .magazine-item__text .magazine-item__quote p:last-of-type {
  margin-bottom: 10px;
}
.magazine .magazine-item .magazine-item__content .magazine-item__text .magazine-item__quote p:before, .magazine .magazine-item .magazine-item__content .magazine-item__text .magazine-item__quote p:after {
  display: inline-block;
  position: relative;
}
.magazine .magazine-item .magazine-item__content .magazine-item__text .magazine-item__quote p:before {
  content: "„";
}
.magazine .magazine-item .magazine-item__content .magazine-item__text .magazine-item__quote p:after {
  content: "“";
}
.magazine .magazine-item .magazine-item__content .magazine-item__text .magazine-item__author {
  font-weight: 700;
  margin-bottom: 20px;
}

.magazine.magazine--list .magazine__element {
  background-color: #ffffff;
  min-height: 350px;
  margin-bottom: 10px;
  padding: 20px;
}

.magazine.magazine--tiles .magazine__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media (max-width: 991.98px) {
  .magazine.magazine--tiles .magazine__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .magazine.magazine--tiles .magazine__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.magazine.magazine--tiles .magazine__list .magazine__item {
  width: 100%;
}
.magazine.magazine--tiles .magazine__list .magazine__item.magazine__item--teaser-row-lg-1-last .magazine-item {
  border-radius: 0 0 0 40px;
}
@media (max-width: 991.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item.magazine__item--teaser-row-lg-1-last .magazine-item {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item.magazine__item--teaser-row-md-1-last .magazine-item {
    border-radius: 0 0 0 40px;
  }
}
@media (max-width: 767.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item.magazine__item--teaser-row-md-1-last .magazine-item {
    border-radius: 0;
  }
}
.magazine.magazine--tiles .magazine__list .magazine__item:first-of-type .magazine-item {
  border-top-left-radius: 40px;
}
.magazine.magazine--tiles .magazine__list .magazine__item:first-of-type .magazine-item .magazine-item__image-raw {
  border-top-left-radius: 40px;
}
@media (max-width: 767.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item:first-of-type .magazine-item .magazine-item__image-raw {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.magazine.magazine--tiles .magazine__list .magazine__item:first-of-type .magazine-item img {
  border-top-left-radius: 40px;
}
@media (max-width: 767.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item:first-of-type .magazine-item img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
@media (max-width: 767.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item:first-of-type .magazine-item {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.magazine.magazine--tiles .magazine__list .magazine__item:nth-child(3) .magazine-item {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item:nth-child(3) .magazine-item {
    border-top-right-radius: 0;
  }
}
.magazine.magazine--tiles .magazine__list .magazine__item:nth-child(3) .magazine-item .magazine-item__image-raw {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item:nth-child(3) .magazine-item .magazine-item__image-raw {
    border-top-right-radius: 0;
  }
}
.magazine.magazine--tiles .magazine__list .magazine__item:nth-child(3) .magazine-item img {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item:nth-child(3) .magazine-item img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item:nth-child(2) .magazine-item {
    border-top-right-radius: 40px;
  }
  .magazine.magazine--tiles .magazine__list .magazine__item:nth-child(2) .magazine-item .magazine-item__image-raw {
    border-top-right-radius: 40px;
  }
  .magazine.magazine--tiles .magazine__list .magazine__item:nth-child(2) .magazine-item .magazine-item__image-raw img {
    border-top-right-radius: 40px;
  }
}
@media (max-width: 767.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item:nth-child(2) .magazine-item {
    border-top-right-radius: 0;
  }
  .magazine.magazine--tiles .magazine__list .magazine__item:nth-child(2) .magazine-item .magazine-item__image-raw {
    border-top-right-radius: 0;
  }
  .magazine.magazine--tiles .magazine__list .magazine__item:nth-child(2) .magazine-item .magazine-item__image-raw img {
    border-top-right-radius: 0;
  }
}
.magazine.magazine--tiles .magazine__list .magazine__item:last-of-type .magazine-item {
  border-bottom-right-radius: 40px;
}
@media (max-width: 767.98px) {
  .magazine.magazine--tiles .magazine__list .magazine__item:last-of-type .magazine-item {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

.magazine.magazine--list .magazine-item {
  margin-bottom: 30px;
  min-height: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .magazine.magazine--list .magazine-item {
    min-height: initial;
  }
}
.magazine.magazine--list .magazine-item.magazine-item--no-image .magazine-item__image {
  display: none;
}
.magazine.magazine--list .magazine-item .magazine-item__image {
  width: 480px;
  position: relative;
  background-color: #ffffff;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 991.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__image {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
  .magazine.magazine--list .magazine-item .magazine-item__image.magazine-item__image--logo:before {
    content: " ";
    width: 100%;
    padding-top: 56.25%;
    display: block;
    position: relative;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__image .magazine-item__logo {
  position: absolute;
  width: 75%;
  height: 75%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__image .magazine-item__logo {
    width: 90%;
    height: 90%;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__image .magazine-item__image-raw {
  overflow: hidden;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 991.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__image .magazine-item__image-raw {
    border-radius: 40px 40px 0 0;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.magazine.magazine--list .magazine-item .magazine-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__image img {
    border-radius: 40px 40px 0 0;
    opacity: 1;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content {
  position: relative;
  width: calc(100% - 490px);
}
@media (max-width: 991.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content {
    width: 100%;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content.magazine-item__content--no-image .magazine-item__content-raw {
  border-radius: 40px 0 0 40px;
}
@media (max-width: 991.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content.magazine-item__content--no-image .magazine-item__content-raw {
    border-radius: 40px;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content:after {
  content: " ";
  display: block;
  height: 100%;
  top: 0;
  left: calc(100% - 10px);
  width: 200%;
  background-color: #ffffff;
  position: absolute;
}
@media (max-width: 991.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content:after {
    display: none;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__content-raw {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__content-raw {
    border-radius: 0 0 40px 40px;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item {
  list-style: none outside none;
  margin: 0 30px 5px 0;
  padding: 0;
  height: 40px;
}
@media (max-width: 575.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item {
    height: 30px;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item:last-of-type {
  margin-right: 0;
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--product .magazine-item__category-caption {
  position: relative;
  top: -12px;
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-icon {
  background-color: #8eb4c6;
  border-radius: 50%;
  padding: 8px 10px 12px 10px;
}
@media (max-width: 767.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-icon {
    padding: 10px 10px 12px 10px;
  }
}
@media (max-width: 575.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-icon {
    padding: 3px 7px 11px 7px;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
@media (max-width: 575.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-icon svg {
    width: 16px;
    height: 16px;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-caption {
  position: relative;
  top: -2px;
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--event-date .magazine-item__category-icon {
  background-color: #8eb4c6;
  border-radius: 50%;
  position: relative;
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--event-date .magazine-item__category-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  fill: #ffffff;
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--event-date .magazine-item__category-caption {
  position: relative;
  top: -12px;
}
@media (max-width: 575.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--event-date .magazine-item__category-caption {
    top: -8px;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item .magazine-item__category-icon {
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
@media (max-width: 575.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item .magazine-item__category-icon {
    width: 30px;
    height: 30px;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item .magazine-item__category-icon svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 575.98px) {
  .magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item .magazine-item__category-icon svg {
    width: 30px;
    height: 30px;
  }
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__categories .magazine-item__category-list .magazine-item__category-item .magazine-item__category-caption {
  display: inline;
  line-height: 30px;
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__heading h4 {
  margin: 20px 0;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
}
.magazine.magazine--list .magazine-item .magazine-item__content .magazine-item__text p {
  font-size: 22px;
  line-height: 30px;
}
.magazine.magazine--list .magazine-item .magazine-item__content .button {
  margin-top: 0;
}

.magazine.magazine--tiles .magazine-item {
  margin-bottom: 10px;
  background-color: #ffffff;
  height: calc(100% - 10px);
}
.magazine.magazine--tiles .magazine-item.magazine-item--no-image .magazine-item__image:before {
  content: " ";
  width: 100%;
  padding-top: 50.5399568035%;
  display: block;
  position: relative;
}
.magazine.magazine--tiles .magazine-item .magazine-item__image {
  position: relative;
  z-index: 1;
}
.magazine.magazine--tiles .magazine-item .magazine-item__image.magazine-item__image--logo:before {
  content: " ";
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
}
.magazine.magazine--tiles .magazine-item .magazine-item__image .magazine-item__image-raw img {
  width: 100%;
  height: auto;
}
.magazine.magazine--tiles .magazine-item .magazine-item__image .magazine-item__logo {
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content {
  position: relative;
  z-index: 2;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw {
  padding: 20px;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories {
  margin-bottom: 30px;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list {
  margin: -55px 0 0 -20px;
  padding: 5px 20px 0;
  background-color: #ffffff;
  border-radius: 0 25px 0 0;
  display: inline-block;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item {
  list-style: none outside none;
  margin: 0 30px 5px 0;
  padding: 0;
  height: 30px;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item:last-of-type {
  margin-right: 0;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--product .magazine-item__category-icon svg {
  width: 30px;
  height: 30px;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--product .magazine-item__category-caption {
  position: relative;
  top: -10px;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-icon {
  background-color: #8eb4c6;
  border-radius: 50%;
  padding: 1px 0 12px 7px;
}
@media (max-width: 575.98px) {
  .magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-icon {
    padding: 3px 7px 11px 7px;
  }
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-icon svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
@media (max-width: 575.98px) {
  .magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-icon svg {
    width: 16px;
    height: 16px;
  }
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--page-type .magazine-item__category-caption {
  position: relative;
  top: -2px;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--event-date .magazine-item__category-icon {
  background-color: #8eb4c6;
  border-radius: 50%;
  position: relative;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--event-date .magazine-item__category-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  fill: #ffffff;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item.magazine-item__category-item--event-date .magazine-item__category-caption {
  position: relative;
  top: -8px;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item .magazine-item__category-icon {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media (max-width: 575.98px) {
  .magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item .magazine-item__category-icon {
    width: 30px;
    height: 30px;
  }
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__categories .magazine-item__category-list .magazine-item__category-item .magazine-item__category-caption {
  display: inline;
  line-height: 30px;
  font-size: 18px;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__heading {
  margin-bottom: 20px;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__heading h4 {
  font-size: 28px;
  line-height: 32px;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0;
}
.magazine.magazine--tiles .magazine-item .magazine-item__content .magazine-item__content-raw .magazine-item__text p {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}

.job-offers .job-offers__filter {
  background-color: #28325a;
  padding: 20px 0;
}
.job-offers .job-offers__list-wrapper.theme--lighterblue {
  background-color: #8eb4c6;
}
.job-offers .job-offers__list-wrapper.job-offers__list-wrapper--in-container .job-offers__list {
  padding: 0;
}
.job-offers .job-offers__list-wrapper .job-offers__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list {
    padding: 40px 0;
  }
}
@media (max-width: 575.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.job-offers .job-offers__list-wrapper .job-offers__list.job-offers__list--one-item .job-offer-item:last-of-type {
  border-top-right-radius: 40px;
}
.job-offers .job-offers__list-wrapper .job-offers__list.job-offers__list--two-items .job-offer-item:last-of-type {
  border-top-right-radius: 40px;
}
@media (max-width: 575.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list.job-offers__list--two-items .job-offer-item:last-of-type {
    border-top-right-radius: 0;
  }
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item {
  background-color: #ffffff;
  padding: 30px;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item:first-of-type {
  border-top-left-radius: 40px;
}
@media (max-width: 991.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item:first-of-type {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item:first-of-type {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item:nth-child(2) {
    border-top-right-radius: 40px;
  }
}
@media (max-width: 575.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item:nth-child(2) {
    border-top-right-radius: 0;
  }
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item:nth-child(3) {
  border-top-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item:nth-child(3) {
    border-top-right-radius: 0;
  }
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item.job-offer-item--last-row-lg {
  border-bottom-left-radius: 40px;
}
@media (max-width: 991.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item.job-offer-item--last-row-lg {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item.job-offer-item--last-row-lg {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item.job-offer-item--last-row-md {
    border-bottom-left-radius: 40px;
  }
}
@media (max-width: 575.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item.job-offer-item--last-row-md {
    border-bottom-left-radius: 0;
  }
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item:last-of-type {
  border-bottom-right-radius: 40px;
}
@media (max-width: 575.98px) {
  .job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item:last-of-type {
    border-bottom-left-radius: 40px;
  }
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__title h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__title h4 a {
  color: #28325a;
  font-size: 28px;
  line-height: 34px;
  text-decoration: none;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__properties {
  margin-bottom: 20px;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__properties .job-offer-item__property-list {
  margin: 0;
  padding: 0;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__properties .job-offer-item__property-list .job-offer-item__property-item {
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0 0 0 45px;
  position: relative;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__properties .job-offer-item__property-list .job-offer-item__property-item::marker {
  display: none;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__properties .job-offer-item__property-list .job-offer-item__property-item:before {
  content: " ";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #8eb4c6;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin: 0 15px 0 0;
  position: absolute;
  top: -9px;
  left: 0;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__properties .job-offer-item__property-list .job-offer-item__property-item.job-offer-item__property-item--location:before {
  background-image: url(../Icons/Content/White/building.svg);
  background-size: 16px;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__properties .job-offer-item__property-list .job-offer-item__property-item.job-offer-item__property-item--career-level:before {
  background-image: url(../Icons/Content/White/road.svg);
  background-size: 20px;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__properties .job-offer-item__property-list .job-offer-item__property-item.job-offer-item__property-item--division:before {
  background-image: url(../Icons/Content/White/users-viewfinder.svg);
  background-size: 24px;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__properties .job-offer-item__property-list .job-offer-item__property-item.job-offer-item__property-item--employment-type:before {
  background-image: url(../Icons/Content/White/briefcase.svg);
  background-size: 18px;
}
.job-offers .job-offers__list-wrapper .job-offers__list .job-offer-item .job-offer-item__properties .job-offer-item__property-list .job-offer-item__property-item span {
  display: inline-block;
  position: relative;
  top: -7px;
  color: #000000;
}
.job-offers .job-offers__list-wrapper .job-offers__pagination {
  overflow: auto;
}

.job-details .job-details__application-button.job-details__application-button--top {
  text-align: right;
}
.job-details .job-details__image {
  position: relative;
  max-height: 1080px;
}
.job-details .job-details__image .job-details__swarm {
  background-image: url(../Swarm/Content/White/6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1);
}
.job-details .job-details__image picture img {
  width: 100%;
  max-height: 1080px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .job-details .contact-person .contact-person__image {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .job-details .contact-person .contact-person__image picture {
    width: 50%;
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  .job-details .contact-person .contact-person__content {
    text-align: center;
  }
}
.job-details .quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px 10px;
}
@media (max-width: 991.98px) {
  .job-details .quick-facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .job-details .quick-facts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.job-details .quick-facts .quick-facts__item {
  position: relative;
}
.job-details .quick-facts .quick-facts__item::after {
  display: block;
  clear: both;
  content: "";
}
.job-details .quick-facts .quick-facts__item .quick-facts__icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  display: block;
  float: left;
}
@media (max-width: 767.98px) {
  .job-details .quick-facts .quick-facts__item .quick-facts__icon {
    width: 40px;
    height: 40px;
  }
}
.job-details .quick-facts .quick-facts__item .quick-facts__icon img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.job-details .quick-facts .quick-facts__item span {
  position: relative;
  margin: 0 0 0 10px;
  display: block;
  font-size: 28px;
  width: calc(100% - 70px);
  float: left;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .job-details .quick-facts .quick-facts__item span {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .job-details .quick-facts .quick-facts__item span {
    font-size: 18px;
  }
}
.job-details .portfolio .portfolio__row {
  margin: 0;
}

.tx-jobapplications .new-mail, .tx-jobapplications #timestamp {
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.cookie-detail-settings {
  left: -99999px;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
}
.cookie-detail-settings.cookie-detail-settings--open {
  left: 0;
  opacity: 1;
}
.cookie-detail-settings.cookie-detail-settings--open:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.cookie-detail-settings .cookie-detail-settings__content {
  width: 75%;
  height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #8eb4c6;
  border-radius: 40px;
  padding: 50px;
  overflow-y: scroll;
}
.cookie-detail-settings .cookie-detail-settings__content ul {
  list-style: none;
}
@media (max-width: 575.98px) {
  .cookie-detail-settings .cookie-detail-settings__content {
    width: 90%;
    height: auto;
    padding: 20px;
  }
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button:hover {
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button {
    margin-top: 20px;
  }
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button:before, .cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button:after {
  content: " ";
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__close-button:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow h3 {
  color: #ffffff;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list {
  margin: 0 0 20px;
  padding: 0;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item {
  position: relative;
  margin-bottom: 10px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item:first-child .cookie-detail-settings__checkbox {
  border-radius: 20px 20px 0 0;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item:last-child .cookie-detail-settings__checkbox {
  border-radius: 0 0 20px 20px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item:last-child .cookie-detail-settings__hidden-content {
  border-radius: 0 0 20px 20px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__checkbox {
  background-color: #ffffff;
  padding: 10px 20px;
  line-height: 0px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: #28325a;
  border-radius: 0;
  display: inline-block;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__checkbox input[type=checkbox][disabled]:checked {
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/checkbox.svg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__checkbox input[type=checkbox]:checked {
  background-color: #f8e422;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/checkbox.svg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__checkbox label {
  display: inline-block;
  color: #28325a;
  font-weight: bold;
  margin-left: 15px;
  position: relative;
  top: -7px;
  line-height: 15px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 13px;
  right: 15px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/arrow-down.svg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__button.cookie-detail-settings__button--opened {
  transform: rotate(-180deg);
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content {
  height: 0;
  overflow: hidden;
  background: #ffffff;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content.cookie-detail-settings__hidden-content--show {
  height: 100%;
  margin-top: -20px;
  padding: 30px 20px 10px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content p:first-of-type {
  margin-top: 0;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content .cookie-detail-settings__cookie-table {
  width: 100%;
  font-size: 0.8em;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content .cookie-detail-settings__cookie-table tr:nth-child(odd) {
  background: #e5e5e5;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content .cookie-detail-settings__cookie-table tr:nth-child(even) {
  background: #ffffff;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content .cookie-detail-settings__cookie-table td, .cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content .cookie-detail-settings__cookie-table th {
  padding: 10px 5px;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item .cookie-detail-settings__hidden-content .cookie-detail-settings__cookie-table thead tr {
  background: #ffffff !important;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__overflow .cookie-detail-settings__list .cookie-detail-settings__list-item:before {
  display: none;
}
.cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__buttons .button {
  margin-right: 6px;
}
@media (max-width: 575.98px) {
  .cookie-detail-settings .cookie-detail-settings__content .cookie-detail-settings__buttons .button {
    margin-bottom: 10px;
    margin-right: 6px;
  }
}

.cookie-optin {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #28325a;
  color: #ffffff;
  z-index: 10;
  display: none;
}
.cookie-optin .cookie-optin__content {
  max-width: 1504px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
.cookie-optin .cookie-optin__content p {
  margin: 20px 0 5px;
}
.cookie-optin .cookie-optin__content .button {
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .cookie-optin .cookie-optin__content .button {
    margin-bottom: 10px;
  }
}

.tx-netl-social-media.textmedia .youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.tx-netl-social-media.textmedia .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tx-netl-social-media.textmedia .netl-social-media-inner-wrap {
  background: none;
}
.tx-netl-social-media.textmedia .netl-social-media-inner-wrap p {
  font-size: 0.9em;
  line-height: 1.3;
  margin-bottom: 10px;
}

.tx-netl-social-media.textmedia.inactive .netl-social-media-inner-wrap {
  padding: 1px 40px 20px;
  border-radius: 40px 40px 0 0;
  background: #e5e5e5;
}

.tx-netl-social-media.inactive .netl-social-media-inner-wrap {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  padding: 1px 40px 20px;
  border-radius: 40px;
  background: #e5e5e5;
}

.tx-netl-social-media button {
  background-color: #f8e422;
  border-radius: 0 0 19px 0;
  display: inline-block;
  text-decoration: none !important;
  color: #28325a !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 14px 12px 13px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .tx-netl-social-media button {
    font-size: 18px;
    line-height: 22px;
    padding: 7px 10px 7px 9px;
  }
}
.tx-netl-social-media button:hover:after {
  width: 28px;
}
.tx-netl-social-media button:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 18px;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  background-image: url(../Icons/Content/Darkblue/arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  transition: ease-in-out width 0.3s;
}
.tx-netl-social-media button.netl-social-media-disable {
  display: none !important;
}
.tx-netl-social-media a {
  color: #333333;
}

.form.form--login {
  padding: 50px;
  background-color: #ffffff;
  border-radius: 40px;
}
@media (max-width: 767.98px) {
  .form.form--login {
    padding: 20px 30px;
  }
}
.form.form--login .form__fieldset {
  border: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media (max-width: 991.98px) {
  .form.form--login .form__fieldset {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form.form--login .form__fieldset input {
  background-color: #e5e5e5;
}
.form.form--login .form__fieldset > div:nth-last-child(2) {
  grid-column: span 2;
}
@media (max-width: 991.98px) {
  .form.form--login .form__fieldset > div:nth-last-child(2) {
    grid-column: initial;
  }
}
.form.form--login .form__fieldset .form__row .form__field.form__field--submit {
  margin-bottom: 0;
}
.form.form--login .form__fieldset .form__row .form__field.form__field--submit .button {
  margin-top: 0;
}

.form.form--logout {
  max-width: initial;
  width: 100%;
}
.form.form--logout .form__fieldset {
  border: none;
}
.form.form--logout .form__fieldset .form__row .form__field {
  text-align: left;
}
.form.form--logout .form__fieldset .form__row .form__field.form__field--submit {
  margin-bottom: 0;
}
.form.form--logout .form__fieldset .form__row .form__field.form__field--submit span {
  font-size: 28px;
}
@media (max-width: 991.98px) {
  .form.form--logout .form__fieldset .form__row .form__field.form__field--submit span {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .form.form--logout .form__fieldset .form__row .form__field.form__field--submit span {
    font-size: 18px;
  }
}
.form.form--logout .form__fieldset .form__row .form__field.form__field--submit .button {
  margin-top: 0;
  margin-left: 10px;
}

.tx-kesearch-pi1 .form.form--website-search .form__fieldset .form__field {
  width: 66%;
}
@media (max-width: 767.98px) {
  .tx-kesearch-pi1 .form.form--website-search .form__fieldset .form__field {
    width: 100%;
  }
}
.tx-kesearch-pi1 .form.form--website-search .form__fieldset .form__field.form__field--submit {
  text-align: left;
}
.tx-kesearch-pi1 .form.form--website-search .form__fieldset .form__field.form__field--submit .button {
  margin-top: 0;
}

.theme--white .website-search-results .website-search-results__list .website-search-results__item {
  background-color: #e5e5e5;
}
.theme--white .website-search-results .website-search-results__list .website-search-results__item:after {
  background-color: #e5e5e5;
}
.theme--lightergrey .website-search-results .website-search-results__list .website-search-results__item {
  background-color: #ffffff;
}
.theme--lightergrey .website-search-results .website-search-results__list .website-search-results__item:after {
  background-color: #ffffff;
}
.theme--lightgrey .website-search-results .website-search-results__list .website-search-results__item {
  background-color: #ffffff;
}
.theme--lightgrey .website-search-results .website-search-results__list .website-search-results__item:after {
  background-color: #ffffff;
}
.theme--darkblue .website-search-results .website-search-results__list .website-search-results__item {
  background-color: #ffffff;
}
.theme--darkblue .website-search-results .website-search-results__list .website-search-results__item:after {
  background-color: #ffffff;
}
.theme--lighterblue .website-search-results .website-search-results__list .website-search-results__item {
  background-color: #ffffff;
}
.theme--lighterblue .website-search-results .website-search-results__list .website-search-results__item:after {
  background-color: #ffffff;
}
.theme--coralred .website-search-results .website-search-results__list .website-search-results__item {
  background-color: #ffffff;
}
.theme--coralred .website-search-results .website-search-results__list .website-search-results__item:after {
  background-color: #ffffff;
}
.website-search-results .website-search-results__number {
  margin-bottom: 30px;
  display: block;
}
.website-search-results .website-search-results__list .website-search-results__item {
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 40px 0 0 40px;
}
.website-search-results .website-search-results__list .website-search-results__item:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.website-search-results .website-search-results__list .website-search-results__item .website-search-results__title h4 {
  margin: 0 0 20px 0;
}
.website-search-results .website-search-results__list .website-search-results__item .website-search-results__title h4 a {
  text-decoration: none;
}
.website-search-results .website-search-results__list .website-search-results__item .website-search-results__title span.hit {
  font-weight: bold;
  color: #28325a;
}
.website-search-results .website-search-results__list .website-search-results__item .website-search-results__teaser span.hit {
  font-weight: bold;
  color: #28325a;
}
.website-search-results .website-search-results__pagination .website-search-results__pages ul {
  text-align: center;
}
.website-search-results .website-search-results__pagination .website-search-results__pages ul li {
  display: inline-block;
  margin: 0 5px;
  list-style: none outside none;
}
.website-search-results .website-search-results__pagination .website-search-results__pages ul li:first-of-type a {
  border-radius: 10px 0 0 10px;
}
.website-search-results .website-search-results__pagination .website-search-results__pages ul li:last-of-type a {
  border-radius: 0 10px 10px 0;
}
.website-search-results .website-search-results__pagination .website-search-results__pages ul li a {
  color: #ffffff;
  background-color: #28325a;
  display: block;
  min-width: 30px;
  text-align: center;
  padding: 0 5px;
  text-decoration: none;
}
.website-search-results .website-search-results__pagination .website-search-results__pages ul li a.current {
  background-color: #ffffff;
  color: #28325a;
}
.website-search-results .website-search-results__pagination .website-search-results__pages ul li a.next {
  padding: 0 10px 0 5px;
  color: #28325a;
  font-size: 0px;
  line-height: 30px;
  height: 30px;
  top: -7px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  background-image: url(../Icons/Content/White/arrow.svg);
}
.website-search-results .website-search-results__pagination .website-search-results__pages ul li a.prev {
  padding: 0 5px 0 10px;
  color: #28325a;
  font-size: 0px;
  line-height: 30px;
  height: 30px;
  top: -7px;
  position: relative;
}
.website-search-results .website-search-results__pagination .website-search-results__pages ul li a.prev:before {
  content: " ";
  display: block;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  background-image: url(../Icons/Content/White/arrow.svg);
}