/*!
   * Bootstrap Grid v5.3.0-alpha1 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root, [data-bs-theme="light"] {
  --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-primary-text: #0a58ca;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --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-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --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-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
[data-bs-theme="dark"] {
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #6ea8fe;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffda6a;
  --bs-danger-text: #ea868f;
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #9ec5fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 158, 197, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.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) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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;
  }
}
:root {
  --header-height: 80px;
}
@media (min-width: 768px) {
  :root {
    --header-height: 165px;
  }
}
@media (min-width: 992px) {
  :root {
    --header-height: 165px;
  }
}
.color-dynamic-yellow {
  color: #E0FA7A !important;
}
.color-white {
  color: #FFF !important;
}
.color-orange {
  color: #E58C64;
}
.color-mustard {
  color: #D49E62;
}
.color-purple {
  color: #572E4C !important;
}
.color-black {
  color: #101010 !important;
}
.bg-color-turquoise {
  background-color: #C4DBD0;
}
.bg-color-white {
  background-color: #FFF;
}
.bg-color-purple {
  background-color: #572E4C;
}
.bg-color-mustard {
  background-color: #D49E62;
}
.bg-color-orange {
  background-color: #E58C64;
}
.bg-color-moss {
  background-color: #848263;
}
.bg-color-blue {
  background-color: #0B375B;
}
.bg-color-sky-blue-light {
  background-color: #A2C1DA;
}
.bg-green-light {
  background-color: #295151;
}
* {
  outline: 0 !important;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/*
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
*/
html, body {
  font-size: 100%;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overscroll-behavior-y: none;
}
body {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  background-color: #295151;
}
body.contentpage {
  background: #FFF;
}
@media (min-width: 992px) {
  body {
    overflow-x: hidden;
  }
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1185px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1185px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1185px;
  }
}
.color-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
#up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translateY(200%);
  transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 992px) {
  #up {
    width: 50px;
    height: 50px;
  }
}
#up svg {
  display: block;
  width: 100%;
  height: 100%;
}
body.scrolled-down-full-viewport #up {
  transform: translateY(0%);
}
h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h1 {
  font-family: "Bandeins Medium";
  font-size: 51px;
  line-height: 55px;
  letter-spacing: "-1%";
  color: #0B375B;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
  h1 {
    font-family: "Bandeins Medium";
    font-size: 84px;
    line-height: 85px;
    letter-spacing: "-1%";
    color: #0B375B;
    margin: 0px 0px 40px 0px;
    max-width: 452px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-family: "Bandeins Medium";
    font-size: 93px;
    line-height: 95px;
    letter-spacing: "-1%";
    color: #0B375B;
    margin: 0px 0px 40px 0px;
    max-width: 764px;
  }
}
h1 span {
  font-family: "GT Alpina Light italic";
  font-size: 48px;
  line-height: 55px;
  letter-spacing: "-1%";
  color: #0B375B;
}
@media (min-width: 768px) {
  h1 span {
    font-family: "GT Alpina Light italic";
    font-size: 83px;
    line-height: 85px;
    letter-spacing: "-1%";
    color: #0B375B;
  }
}
@media (min-width: 768px) {
  h1 span {
    font-family: "GT Alpina Light italic";
    font-size: 93px;
    line-height: 95px;
    letter-spacing: "-1%";
    color: #0B375B;
  }
}
h1 span.span-normal {
  font-family: "Bandeins Medium";
  font-size: 51px;
  line-height: 55px;
  letter-spacing: "-1%";
  color: #0B375B;
}
@media (min-width: 768px) {
  h1 span.span-normal {
    font-family: "Bandeins Medium";
    font-size: 84px;
    line-height: 85px;
    letter-spacing: "-1%";
    color: #0B375B;
  }
}
@media (min-width: 768px) {
  h1 span.span-normal {
    font-family: "Bandeins Medium";
    font-size: 93px;
    line-height: 95px;
    letter-spacing: "-1%";
    color: #0B375B;
  }
}
h2 {
  font-family: "Bandeins Semibold";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: "normal";
  color: #0B375B;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 768px) {
  h2 {
    font-family: "Bandeins Semibold";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: "normal";
    color: #0B375B;
  }
}
@media (min-width: 992px) {
  h2 {
    margin: 0px 0px 24px 0px;
  }
}
h3 {
  font-family: "Bandeins Medium";
  font-size: 32px;
  line-height: 39px;
  letter-spacing: "-1%";
  color: #0B375B;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 992px) {
  h3 {
    font-family: "Bandeins Medium";
    font-size: 48px;
    line-height: 55px;
    letter-spacing: "-1%";
    color: #0B375B;
  }
}
@media (min-width: 992px) {
  h3 {
    margin: 0px 0px 56px 0px;
  }
}
h3 span {
  font-family: "GT Alpina Light italic";
  font-size: 33px;
  line-height: 39px;
  letter-spacing: "-1%";
  color: #0B375B;
}
@media (min-width: 992px) {
  h3 span {
    font-family: "GT Alpina Light italic";
    font-size: 51px;
    line-height: 55px;
    letter-spacing: "-1%";
    color: #0B375B;
  }
}
@media (max-width: 991.98px) {
  h3 br {
    display: none;
  }
}
h5 {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #0B375B;
  margin: 0px 0px 12px 0px;
}
@media (min-width: 992px) {
  h5 {
    font-family: "Bandeins Medium";
    font-size: 26px;
    line-height: 32px;
    letter-spacing: "normal";
    color: #0B375B;
  }
}
p {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #0B375B;
  margin: 0px 0px 24px 0px;
}
@media (min-width: 992px) {
  p {
    font-family: "Bandeins Medium";
    font-size: 26px;
    line-height: 32px;
    letter-spacing: "normal";
    color: #0B375B;
  }
}
p sup {
  font-size: 0.65em;
  line-height: 1px;
}
.btn-standard {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #295151;
  border-radius: 40px;
  background-color: #FFF;
  display: inline-block;
  padding: 9px 27px 11px 27px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn-standard {
    padding: 9px 37px 11px 37px;
  }
}
.btn-standard.bg-dynamic-yellow {
  background-color: #E0FA7A;
}
.btn-outline {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #E0FA7A;
  border-radius: 40px;
  background-color: transparent;
  border: 1px solid #E0FA7A;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 27px 11px 27px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn-outline {
    padding: 9px 37px 11px 37px;
  }
}
figure.full {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px auto;
}
figure.full img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
figure.full img.lazyloaded {
  opacity: 1;
}
figure.fullleft {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px auto;
}
figure.fullleft img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
figure.fullleft img.lazyloaded {
  opacity: 1;
}
@media (min-width: 992px) {
  figure.fullheight {
    display: block;
    position: relative;
    width: calc(100% + 100px);
    height: calc(100vh - 102px);
    padding: 0px;
    margin: 0px auto;
  }
  figure.fullheight > div {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
  }
  figure.fullheight > div img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    z-index: 1;
    transform: scale3d(1, 1, 1);
    image-rendering: auto;
    opacity: 0;
    transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  figure.fullheight > div img.lazyloaded {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  figure.fullheight {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px auto;
  }
  figure.fullheight > div {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
  }
  figure.fullheight > div:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  figure.fullheight > div img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    z-index: 1;
    transform: scale3d(1, 1, 1);
    image-rendering: auto;
    opacity: 0;
    transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  figure.fullheight > div img.lazyloaded {
    opacity: 1;
  }
}
figure.square {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px auto;
}
figure.square > div {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
figure.square > div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
figure.square > div img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
figure.square > div img.lazyloaded {
  opacity: 1;
}
.animation.fullheight {
  display: block;
  position: relative;
  width: calc(100% + 100px);
  height: calc(100vh - 102px);
  padding: 0px;
  margin: 0px auto;
}
.animation.fullheight > div {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.animation.fullheight > div video {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.animation.fillarea {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px auto;
}
.animation.fillarea > div {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.animation.fillarea > div video {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #295151;
  opacity: 1;
}
.mfg-bg-mustard .mfp-bg {
  background: #D49E62;
}
.mfg-bg-white .mfp-bg {
  background: #FFF;
}
.mfg-bg-white .mfp-content .lightbox-next path, .mfg-bg-white .mfp-content .lightbox-prev path, .mfg-bg-white .mfp-content .lightbox-close path, .mfg-bg-mustard .mfp-content .lightbox-next path, .mfg-bg-mustard .mfp-content .lightbox-prev path, .mfg-bg-mustard .mfp-content .lightbox-close path {
  stroke: #572E4C !important;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-content .lightbox-close {
  position: absolute;
  top: 66px;
  right: 99px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.mfp-content .lightbox-next {
  position: absolute;
  top: 66px;
  right: 190px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-content .lightbox-next.inactive {
  pointer-events: none;
  opacity: 0.5;
}
.mfp-content .lightbox-prev {
  position: absolute;
  top: 66px;
  right: 248px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-content .lightbox-prev.inactive {
  pointer-events: none;
  opacity: 0.5;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  display: none !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  display: none !important;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}
/* Styles for dialog window */
.white-popup {
  background: white;
  padding: 66px 99px;
  text-align: left;
  max-width: 1185px;
  margin: 40px auto;
  position: relative;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.mfp-wrap .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.mfp-wrap.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.mfp-wrap.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.mfp-wrap.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.mfp-wrap.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.mfp-wrap.mfp-removing.mfp-bg {
  opacity: 0;
}
/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*Avoid flicker on slides transitions for mobile phones #336 */
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}
#fp-nav.fp-right {
  right: 17px;
}
#fp-nav.fp-left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
  bottom: 17px;
}
.fp-slidesNav.fp-top {
  top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.logo-anim-1 {
  stroke-width: 15;
  stroke: #FFF;
  fill: transparent;
  animation: logoAnimationPath 3s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-play-state: paused;
}
.logo-anim-2 {
  stroke-width: 5;
  stroke: #FFF;
  fill: transparent;
  animation: logoAnimationPath 1.75s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-play-state: paused;
}
.logo-anim-3a {
  opacity: 0;
  animation: logoAnimationOP 0.8s ease-in;
  animation-fill-mode: forwards;
  animation-delay: 3.8s;
  animation-play-state: paused;
}
.logo-anim-3b {
  opacity: 0;
  animation: logoAnimationOP 0.8s ease-in;
  animation-fill-mode: forwards;
  animation-delay: 3.3s;
  animation-play-state: paused;
}
.logo-anim-4 {
  opacity: 0;
  animation: logoAnimationOP 1s ease-in;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
  animation-play-state: paused;
}
#logo-outer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1980;
  background-color: #295151;
  animation: logoAnimationEND1 0.5s ease-in;
  animation-fill-mode: forwards;
  animation-delay: 6.5s;
  pointer-events: none;
  animation-play-state: paused;
}
#logo-outer svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 241px;
  height: 196px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 768px) {
  #logo-outer svg {
    width: 321px;
    height: 261px;
  }
}
.bg-anim-1 {
  animation: logoAnimationEND5 0.5s ease-in;
  animation-fill-mode: forwards;
  animation-delay: 6.5s;
  pointer-events: none;
  animation-play-state: paused;
}
.overlay-start-holder, #stoerer-interesse .inner {
  z-index: 2;
  animation: logoAnimationEND2 0.4s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 7s;
  animation-play-state: paused;
}
.badge-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: end;
}
.badge-holder .col-12 {
  position: relative;
  height: 180px;
}
@media (min-width: 768px) {
  .badge-holder .col-12 {
    height: 206px;
  }
}
#start-badge {
  position: absolute;
  bottom: 33px;
  right: 16px;
  width: 220px;
  height: 220px;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 768px) {
  #start-badge {
    bottom: 96px;
    right: 0px;
    width: 239px;
    height: 243px;
    transition: transform 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: transform 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: transform 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #start-badge:hover {
    transform: scale(1.02);
  }
}
#start-badge svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  html.ff {
    position: fixed;
    overflow-y: scroll;
    animation: logoAnimationEND3 0.1s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 7s;
    animation-play-state: paused;
  }
  html.ff body {
    overflow-y: hidden;
    animation: logoAnimationEND3 0.1s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 7s;
    animation-play-state: paused;
  }
}
.anim-overlay-start .header-area, .anim-overlay-start .menu-toggler {
  animation: logoAnimationEND4 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-fill-mode: forwards;
  animation-delay: 7s;
  animation-play-state: paused;
}
.show-overlay-start:not(.anim-overlay-start) .header-area, .show-overlay-start:not(.anim-overlay-start) .menu-toggler {
  transform: translateY(0);
}
.show-overlay-start #logo-outer {
  background: transparent;
}
.show-overlay-start #logo-outer svg {
  opacity: 1 !important;
}
.show-overlay-start .logo-anim-1, .show-overlay-start .logo-anim-2, .show-overlay-start .logo-anim-3a, .show-overlay-start .logo-anim-3b, .show-overlay-start .logo-anim-4, .show-overlay-start #logo-outer, .show-overlay-start .overlay-start-holder, .show-overlay-start .bg-anim-1, .show-overlay-start #stoerer-interesse .inner {
  animation-play-state: running;
}
.overlay-start-ov {
  animation-play-state: running;
}
.overlay-start-ov body, .overlay-start-ov .header-area, .overlay-start-ov .menu-toggler {
  animation-play-state: running;
}
@keyframes logoAnimationPath {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes logoAnimationOP {
  to {
    opacity: 1;
  }
}
@keyframes logoAnimationEND1 {
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes logoAnimationEND2 {
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes logoAnimationEND3 {
  to {
    position: initial;
    overflow-y: initial;
  }
}
@keyframes logoAnimationEND4 {
  to {
    transform: translateY(0px);
  }
}
@keyframes logoAnimationEND5 {
  to {
    opacity: 0.2;
  }
}
#stoerer-interesse {
  position: fixed;
  right: 0px;
  bottom: 80px;
  width: 305px;
  z-index: 99;
  padding: 20px 40px;
  text-align: center;
  transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#stoerer-interesse .inner {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 305px;
  z-index: 99;
  background: #E0FA7A;
  padding: 20px 40px;
  text-align: center;
  opacity: 0;
  transform: translateX(-10px);
}
#stoerer-interesse.out {
  transform: translateX(100%);
}
#stoerer-interesse a {
  text-decoration: none;
}
#stoerer-interesse .head {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #0B375B;
  color: #295151;
}
#stoerer-interesse .cursiv {
  font-family: "GT Alpina Light italic";
  font-size: 17px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #0B375B;
  color: #295151;
}
@font-face {
  font-family: "Bandeins Regular";
  src: url("/assets/fonts/BandeinsSans-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Bandeins Medium";
  src: url("/assets/fonts/BandeinsSans-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Bandeins Semibold";
  src: url("/assets/fonts/BandeinsSans-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "GT Alpina Light italic";
  src: url("/assets/fonts/GT-Alpina-Standard-Light-Italic.woff2") format("woff2"), url("/assets/fonts/GT-Alpina-Standard-Light-Italic.woff") format("woff");
  font-display: swap;
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: var(--header-height);
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-area .logo {
  -webkit-tap-highlight-color: transparent;
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media (min-width: 768px) {
  .header-area .logo {
    width: 119px;
    height: 119px;
    top: 30px;
  }
}
.header-area .logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header-area .desktop-navigation-left {
  display: none;
}
@media (min-width: 992px) {
  .header-area .desktop-navigation-left {
    position: absolute;
    display: block;
    width: 100%;
    top: 34px;
    left: 0px;
    padding: 0px 20px;
  }
  .header-area .desktop-navigation-left nav {
    position: relative;
    width: 100%;
    max-width: 1182px;
    margin: 0px auto;
  }
  .header-area .desktop-navigation-left nav ul {
    width: 100%;
    max-width: 490px;
    flex-wrap: wrap;
    display: flex;
    column-gap: 24px;
  }
  .header-area .desktop-navigation-left nav ul li a {
    font-family: "Bandeins Semibold";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: "normal";
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header-area .desktop-navigation-left nav ul.right {
    width: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    flex-wrap: wrap;
    display: flex;
    column-gap: 24px;
  }
  .header-area .desktop-navigation-left nav ul.right li a {
    font-family: "Bandeins Semibold";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: "normal";
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 7px;
  }
}
@media (min-width: 1300px) {
  .header-area .desktop-navigation-left nav {
    max-width: 1482px;
  }
  .header-area .desktop-navigation-left nav ul {
    max-width: 560px;
  }
}
@media (max-width: 1165px) {
  .header-area .desktop-navigation-left nav ul {
    max-width: 290px;
  }
}
body.contentpage .header-area {
  transform: translateY(0%);
}
body.contentpage .menu-toggler {
  transform: translateY(0%);
}
#mobile_navigation {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 0px);
  z-index: 998;
  transform: translateX(100%);
  transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #295151;
}
#mobile_navigation .lang {
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 21px;
  text-decoration: none;
  display: flex;
  column-gap: 5px;
}
#mobile_navigation .lang span {
  font-family: "Bandeins Semibold";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #FFF;
}
#mobile_navigation nav.mobile-navigation {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  padding-top: 54px;
  padding-bottom: 150px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  #mobile_navigation nav.mobile-navigation {
    top: 150px;
  }
}
#mobile_navigation nav.mobile-navigation ul li a {
  font-family: "Bandeins Medium";
  font-size: 32px;
  line-height: 45px;
  letter-spacing: "-1%";
  color: #FFF;
  text-decoration: none;
}
@media (min-width: 768px) {
  #mobile_navigation nav.mobile-navigation ul li a {
    font-family: "Bandeins Medium";
    font-size: 55px;
    line-height: 72px;
    letter-spacing: "-1%";
    color: #FFF;
  }
}
#mobile_navigation nav.mobile-navigation .mobile-navigation-footer {
  position: absolute;
  bottom: 63px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #FFF;
  padding-top: 16px;
}
#mobile_navigation nav.mobile-navigation .mobile-navigation-footer ul li a {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #FFF;
  text-decoration: none;
}
.menu-toggler {
  position: fixed;
  top: 17px;
  right: 10px;
  z-index: 999;
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
  transform: rotate(0deg);
  cursor: pointer;
  transform: translateY(-100%);
  transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .menu-toggler {
    top: 4px;
  }
}
.menu-toggler .sr-only {
  display: none;
}
.menu-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  z-index: 2;
  width: 30px;
  background: #FFF;
  border-radius: 0px;
  opacity: 1;
  left: 10px;
  transform: rotate(0deg);
}
.menu-toggler span:nth-child(1) {
  top: 16px;
}
.menu-toggler span:nth-child(2), .menu-toggler span:nth-child(3) {
  top: 24px;
  transition: all 0ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-toggler span:nth-child(4) {
  top: 32px;
}
@media (max-width: 991.98px) {
  main {
    transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media (max-width: 991.98px) {
  .menu-open main {
    transform: translateX(-100%);
  }
}
.menu-open #mobile_navigation {
  transform: translateX(0%);
}
@media (max-width: 767.98px) {
  .menu-open .menu-toggler {
    top: 4px;
  }
}
.menu-open .menu-toggler span:nth-child(1), .menu-open .menu-toggler span:nth-child(4) {
  opacity: 0;
}
.menu-open .menu-toggler span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-open .menu-toggler span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scrolled-down:not(.menu-open) .header-area, .scrolled-down-general-locked:not(.menu-open) .header-area {
  transform: translateY(-100%) !important;
}
.scrolled-down:not(.menu-open).scrolled-up .header-area, .scrolled-down-general-locked:not(.menu-open).scrolled-up .header-area {
  transform: translateY(0%) !important;
}
.scrolled-down-full-viewport .menu-toggler, .contentpage .menu-toggler {
  top: 4px;
}
@media (min-width: 768px) {
  .scrolled-down-full-viewport .menu-toggler, .contentpage .menu-toggler {
    top: 15px;
  }
}
.scrolled-down-full-viewport .header-area, .contentpage .header-area {
  background-color: #295151;
  height: 58px;
}
@media (min-width: 768px) {
  .scrolled-down-full-viewport .header-area, .contentpage .header-area {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .scrolled-down-full-viewport .header-area, .contentpage .header-area {
    height: 96px;
  }
}
.scrolled-down-full-viewport .header-area .logo, .contentpage .header-area .logo {
  width: 35px;
  height: 35px;
  top: 11.5px;
}
@media (min-width: 768px) {
  .scrolled-down-full-viewport .header-area .logo, .contentpage .header-area .logo {
    width: 50px;
    height: 50px;
    top: 15px;
  }
}
@media (min-width: 992px) {
  .scrolled-down-full-viewport .header-area .logo, .contentpage .header-area .logo {
    top: 23px;
  }
}
.scrolled-down-full-viewport .header-area .desktop-navigation-left, .contentpage .header-area .desktop-navigation-left {
  top: 37px;
}
.footer-area {
  padding: 28px 0px 53px 0px;
}
@media (min-width: 768px) {
  .footer-area {
    padding: 34px 0px 53px 0px;
  }
}
@media (min-width: 992px) {
  .footer-area {
    padding: 97px 0px 53px 0px;
  }
}
.footer-area .footer-left {
  flex: 0 0 auto;
  margin-right: 83px;
}
@media (min-width: 768px) {
  .footer-area .footer-left {
    flex: 0 0 330px;
  }
}
@media (min-width: 992px) {
  .footer-area .footer-left {
    flex: 1 1 auto;
    margin-right: 127px;
  }
}
@media (min-width: 992px) {
  .footer-area .footer-right {
    flex: 0 0 365px;
  }
}
@media (min-width: 768px) {
  .footer-area .footer-top .footer-right {
    padding-top: 133px;
  }
}
@media (min-width: 992px) {
  .footer-area .footer-top .footer-right {
    padding-top: 45px;
  }
}
.footer-area .footer-top .footer-right ul li {
  margin: 8px 0px;
  white-space: nowrap;
}
.footer-area .footer-top .footer-right ul li a {
  display: flex;
  align-items: center;
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #0B375B;
}
@media (min-width: 992px) {
  .footer-area .footer-top .footer-right ul li a {
    font-family: "Bandeins Medium";
    font-size: 26px;
    line-height: 32px;
    letter-spacing: "normal";
    color: #0B375B;
  }
}
.footer-area .footer-top .footer-right ul li a svg {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.footer-area .footer-top .footer-right ul li a.tel {
  text-decoration: none;
}
.footer-area .mt2 {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .footer-area .mt2 {
    margin-top: 64px;
  }
}
.footer-area .footer-bottom {
  border-top: 1px solid #FFF;
  margin-top: 50px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .footer-area .footer-bottom {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .footer-area .footer-bottom {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .footer-area .footer-bottom {
    flex-direction: column;
  }
  .footer-area .footer-bottom .footer-left {
    width: 100%;
    order: 2;
  }
  .footer-area .footer-bottom .footer-right {
    width: 100%;
    order: 1;
  }
}
.footer-area .footer-bottom .footer-left .footer-logo {
  display: block;
  width: 67px;
  height: 67px;
  margin: 41px 0px 23px 0px;
}
@media (min-width: 768px) {
  .footer-area .footer-bottom .footer-left .footer-logo {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .footer-area .footer-bottom .footer-left .footer-logo {
    margin-right: 30px;
  }
}
.footer-area .footer-bottom .footer-left svg {
  display: block;
  width: 67px;
  height: 67px;
}
.footer-area .footer-bottom .footer-left .footer-contact {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #0B375B;
  text-decoration: none;
}
.footer-area .footer-bottom .footer-left .footer-contact a {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #0B375B;
  text-decoration: none;
}
.footer-area .footer-bottom .footer-service {
  width: 50%;
}
.footer-area .footer-bottom .footer-service ul li a {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #0B375B;
  text-decoration: none;
}
.footer-area .footer-bottom .footer-social {
  width: 50%;
}
.footer-area .footer-bottom .footer-social h6 {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #0B375B;
  text-decoration: none;
  margin-bottom: 16px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer-area .footer-bottom .footer-social h6 {
    margin-top: 23px;
    margin-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .footer-area .footer-bottom .footer-social h6 {
    margin-top: 0px;
  }
}
.footer-area .footer-bottom .footer-social ul {
  display: flex;
}
.footer-area .footer-bottom .footer-social ul li {
  margin-right: 14px;
}
.footer-area .footer-bottom .footer-social ul li svg, .footer-area .footer-bottom .footer-social ul li a {
  display: block;
  width: 27px;
  height: 26px;
}
.footer-area .footer-below-bottom {
  width: 166px;
  font-family: "Bandeins Regular";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: "normal";
  color: #0B375B;
  margin-top: 21px;
}
@media (min-width: 768px) {
  .footer-area .footer-below-bottom {
    margin-top: 30px;
  }
}
.section-area {
  padding: 28px 0px 53px 0px;
}
@media (min-width: 768px) {
  .section-area {
    padding: 34px 0px 53px 0px;
  }
}
@media (min-width: 992px) {
  .section-area {
    padding: 97px 0px 53px 0px;
  }
}
.section-area .section-head {
  max-width: 330px;
}
@media (min-width: 992px) {
  .section-area .section-head {
    max-width: 659px;
  }
}
.slide-actions {
  position: absolute;
  top: 0px;
  right: 12px;
  display: flex;
  column-gap: 7px;
  z-index: 2;
}
.slide-actions .slide-next, .slide-actions .slide-prev {
  width: 29px;
  cursor: pointer;
  transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slide-actions.disable-previous .slide-prev {
  opacity: 0.5;
}
.slide-actions.disable-next .slide-next {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .slide-actions {
    column-gap: 20px;
    z-index: 2;
  }
  .slide-actions .slide-next, .slide-actions .slide-prev {
    width: 30px;
    height: 30px;
  }
  .slide-actions .slide-next path, .slide-actions .slide-prev path {
    stroke-width: 1.6;
  }
}
.overlay-start-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300vh;
  height: calc(var(--vh,1vh)*300);
  opacity: 0;
  transform: translateX(-10px);
  z-index: 4;
}
.overlay-start {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh,1vh)*100);
}
.overlay-start .h100 {
  height: 100%;
}
.overlay-startx {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: -2;
  opacity: 0;
  transition: all 0ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: opacity, transform;
  transform-origin: top center;
}
@media (min-width: 768px) {
  .overlay-startx {
    transform: translateY(-50px) scale(1.05);
  }
}
@media (max-width: 767.98px) {
  .overlay-startx {
    height: calc(var(--vh,1vh)*100);
  }
}
@media (min-width: 768px) {
  .overlay-startx {
    transition: all 100ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 100ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 100ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 100ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 100ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.overlay-startx .h100 {
  height: 100%;
}
.overlay-startx.pos-abs {
  position: absolute;
  top: calc(var(--vh,1vh)*200);
}
@media (min-width: 768px) {
  .animate-in {
    opacity: 0;
    transform: translateY(0px) scale(1);
    transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .animate-in.animate-d-1 {
    transition: all 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .animate-in.animate-d-2 {
    transition: all 300ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 300ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 300ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 300ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 300ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .animate-in.animate-d-3 {
    transition: all 300ms 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 300ms 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 300ms 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 300ms 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 300ms 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .animate-in.animate-start {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .animate-in {
    transform: translateY(0px) scale(1.01);
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .animate-in.animate-d-1 {
    transition: all 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
main#fullpage {
  padding-top: calc(var(--vh,1vh)*300);
}
#start-1 {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #start-1 {
    height: calc(var(--vh,1vh)*100);
  }
}
#start-1.abs {
  position: absolute !important;
  top: 0 !important;
}
@media (min-width: 768px) {
  #start-1.abs {
    position: absolute !important;
    top: 0 !important;
  }
}
#start-2 {
  position: absolute;
  top: 100vh;
  left: 0px;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
@media (max-width: 767.98px) {
  #start-2 {
    top: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 767.98px) {
  #start-2 {
    height: calc(var(--vh,1vh)*100);
  }
}
@media (min-width: 768px) {
  #start-2.fix {
    position: fixed;
    top: 0px;
  }
  #start-2.abs {
    position: absolute !important;
    top: calc(var(--vh,1vh)*100) !important;
  }
}
#start-2.fix {
  position: fixed;
  top: 0px;
}
#start-2.abs {
  position: absolute !important;
  top: calc(var(--vh,1vh)*100) !important;
}
#start-3 {
  position: absolute;
  top: 200vh;
  left: 0px;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 3;
}
@media (max-width: 767.98px) {
  #start-3 {
    top: calc(var(--vh, 1vh) * 200);
  }
}
@media (max-width: 767.98px) {
  #start-3 {
    height: calc(var(--vh,1vh)*100);
  }
}
.section-start {
  padding: 0px;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-start {
    height: calc(var(--vh,1vh)*100);
  }
}
.section-start .images {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-start .images img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .section-start .images img {
    height: calc(var(--vh,1vh)*100);
  }
}
.section-start .images img.lazyloaded {
  opacity: 1;
}
.section-start .images .ov {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, #295151, #295151);
  opacity: 0.5;
}
#start-1 .images img {
  transition: all 1200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 1200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 1200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 1200ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1.05);
}
#start-1 .images img.lazyloaded {
  transform: scale(1);
}
.section-intro {
  padding: 60px 0px 60px 0px;
}
@media (min-width: 768px) {
  .section-intro {
    padding: 120px 0px 70px 0px;
  }
}
@media (min-width: 992px) {
  .section-intro {
    padding: 180px 0px 120px 0px;
  }
}
@media (min-width: 768px) {
  .section-intro .h100 {
    height: 100%;
  }
}
.section-intro .tb {
  width: 100%;
}
@media (min-width: 768px) {
  .section-intro .tb {
    display: table;
  }
  .section-intro .tb .tr {
    display: table-row;
  }
  .section-intro .tb .tr .td {
    display: table-cell;
  }
  .section-intro .tb .tr-bottom .td {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-intro .tb .tr .td {
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .section-intro .tb .tr .td {
    padding-bottom: 16px;
  }
}
.section-intro h3 {
  font-family: "Bandeins Medium";
  font-size: 23px;
  line-height: 30px;
  letter-spacing: "-1%";
  color: #0B375B;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 768px) {
  .section-intro h3 {
    font-family: "Bandeins Medium";
    font-size: 39px;
    line-height: 47px;
    letter-spacing: "-1%";
    color: #0B375B;
  }
}
@media (min-width: 992px) {
  .section-intro h3 {
    margin: 0px 0px 0px 0px;
  }
}
.section-intro h3 span {
  font-family: "GT Alpina Light italic";
  font-size: 24px;
  line-height: 30px;
  letter-spacing: "-1%";
  color: #0B375B;
}
@media (min-width: 768px) {
  .section-intro h3 span {
    font-family: "GT Alpina Light italic";
    font-size: 38px;
    line-height: 47px;
    letter-spacing: "-1%";
    color: #0B375B;
  }
}
@media (min-width: 768px) {
  .section-intro p {
    max-width: 393px;
  }
}
@media (min-width: 992px) {
  .section-intro p {
    max-width: 270px;
    margin: 0px 0px 0px auto;
  }
}
@media (min-width: 992px) {
  .section-facts {
    padding-bottom: 178px;
  }
}
.section-facts .facts-slider, .section-facts .facts-slider2 {
  width: calc(100% - 0px);
}
.section-facts .facts-slider .slide, .section-facts .facts-slider2 .slide {
  width: 100%;
}
.section-facts .facts-slider .slide .fact:last-child p, .section-facts .facts-slider2 .slide .fact:last-child p {
  margin-bottom: 0px;
}
.section-facts .pos-rel {
  position: relative;
}
.section-facts .facts {
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 21px;
  row-gap: 21px;
  margin-top: 51px;
}
@media (min-width: 576px) {
  .section-facts .facts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 21px;
    row-gap: 21px;
    margin-top: 51px;
  }
}
@media (min-width: 992px) {
  .section-facts .facts {
    margin-top: 106px;
    column-gap: 32px;
    row-gap: 130px;
  }
}
.section-facts .facts .fact {
  width: calc((100% / 2) - 20px);
  gap: 20px;
}
@media (min-width: 768px) {
  .section-facts .facts .fact {
    width: calc((100% / 3) - 14px);
    gap: inherit;
  }
}
@media (min-width: 992px) {
  .section-facts .facts .fact {
    width: calc((100% / 4) - 32px);
  }
}
.section-facts .facts .fact img {
  display: block;
  width: 97.3px;
  height: 97.3px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .section-facts .facts .fact img {
    width: 115px;
    height: 115px;
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .section-facts .facts .fact img {
    width: 164px;
    height: 164px;
    margin-bottom: 24px;
  }
}
.section-facts .facts .fact h4 {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #E0FA7A;
  margin-bottom: 4px;
  width: 216px;
}
@media (min-width: 768px) {
  .section-facts .facts .fact h4 {
    font-family: "Bandeins Medium";
    font-size: 21px;
    line-height: 27px;
    letter-spacing: "normal";
    color: #E0FA7A;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .section-facts .facts .fact h4 {
    font-family: "Bandeins Medium";
    font-size: 26px;
    line-height: 32px;
    letter-spacing: "normal";
    color: #E0FA7A;
    margin-bottom: 8px;
  }
}
.section-facts .facts .fact p {
  font-family: "Bandeins Regular";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: "normal";
  color: #FFF;
  width: 216px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-facts .facts .fact p {
    font-family: "Bandeins Regular";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: "normal";
    color: #FFF;
  }
}
@media (min-width: 768px) {
  .section-facts .facts .fact p {
    width: 100%;
  }
}
.section-facts .facts .fact p sup {
  font-size: 0.65em;
  line-height: 1px;
}
@media (min-width: 992px) {
  .section-baufelder {
    padding-bottom: 100px;
  }
}
.section-baufelder .baufelder {
  position: relative;
  width: 100%;
}
.section-baufelder .baufelder:before {
  display: block;
  width: 100%;
  padding-top: 60.7517482517%;
  content: "";
}
.section-baufelder .baufelder svg {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.section-baufelder .baufelder svg #Buchstaben-Icons > g {
  cursor: pointer;
  transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scale(1.001);
}
.section-baufelder .baufelder svg #Buchstaben-Icons > g.active {
  transform: scale(1.5);
  transform-origin: center;
}
.section-baufelder .baufelder svg #Baufeld_A #Hintergrund_A {
  cursor: pointer;
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_A #Hintergrund_A.active {
  fill: #BFA7B9;
}
.section-baufelder .baufelder svg #Baufeld_B #Hintergrund_B {
  cursor: pointer;
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_B #Hintergrund_B.active {
  fill: #F6D0BE;
}
.section-baufelder .baufelder svg #Baufeld_C #Hintergrund_C {
  cursor: pointer;
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_C #Hintergrund_C * {
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_C #Hintergrund_C.active {
  fill: #D5F0F7;
}
.section-baufelder .baufelder svg #Baufeld_C #Hintergrund_C.active * {
  fill: #D5F0F7;
}
.section-baufelder .baufelder svg #Baufeld_D #Hintergrund_D {
  cursor: pointer;
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_D #Hintergrund_D * {
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_D #Hintergrund_D.active {
  fill: #A2C1DA;
}
.section-baufelder .baufelder svg #Baufeld_D #Hintergrund_D.active * {
  fill: #A2C1DA;
}
.section-baufelder .baufelder svg #Baufeld_E #Hintergrund_E {
  cursor: pointer;
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_E #Hintergrund_E * {
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_E #Hintergrund_E.active {
  fill: #D3D1AB;
}
.section-baufelder .baufelder svg #Baufeld_E #Hintergrund_E.active * {
  fill: #D3D1AB;
}
.section-baufelder .baufelder svg #Baufeld_F #Hintergrund_F {
  cursor: pointer;
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_F #Hintergrund_F * {
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_F #Hintergrund_F.active {
  fill: #D3B7A7;
}
.section-baufelder .baufelder svg #Baufeld_F #Hintergrund_F.active * {
  fill: #D3B7A7;
}
.section-baufelder .baufelder svg #Baufeld_G #Hintergrund_G {
  cursor: pointer;
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_G #Hintergrund_G * {
  transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .baufelder svg #Baufeld_G #Hintergrund_G.active {
  fill: #FFDFB5;
}
.section-baufelder .baufelder svg #Baufeld_G #Hintergrund_G.active * {
  fill: #FFDFB5;
}
.section-baufelder .info {
  max-width: 274px;
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #FFF;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-baufelder .info {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .section-baufelder .legende {
    border-top: 1px solid #FFF;
    padding-top: 26px;
  }
}
.section-baufelder .legende .baufeld .title {
  padding: 12px 9px 12px 12px;
}
@media (max-width: 767.98px) {
  .section-baufelder .legende .baufeld .title {
    position: relative;
    border-top: 1px solid #FFF;
    padding: 12px 9px 12px 9px;
  }
  .section-baufelder .legende .baufeld .title:not(.no-interaction):after {
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDU0NDEgMTIuMzYzOUwxMiAxLjgxODM2TDIyLjQ1NDIgMTIuNDU0NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPg==");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(180deg);
  }
  .section-baufelder .legende .baufeld .title.open:after {
    transform: rotate(0deg);
  }
}
.section-baufelder .legende .baufeld .title .d-flex {
  align-items: start;
  cursor: pointer;
}
.section-baufelder .legende .baufeld .title svg {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  flex: 0 0 30px;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .section-baufelder .legende .baufeld .title svg {
    width: 47px;
    height: 47px;
    margin-right: 22px;
    flex: 0 0 47px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .section-baufelder .legende .baufeld .title svg {
    margin-top: 4px;
    transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: transform 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media (min-width: 992px) {
  .section-baufelder .legende .baufeld .title .title-holder.hov svg {
    transform: scale(1.2);
  }
}
.section-baufelder .legende .baufeld .title h4 {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #FFF;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 768px) {
  .section-baufelder .legende .baufeld .title h4 {
    font-family: "Bandeins Medium";
    font-size: 21px;
    line-height: 27px;
    letter-spacing: "normal";
    color: #FFF;
  }
}
@media (min-width: 768px) {
  .section-baufelder .legende .baufeld .title h4 {
    margin: 2px 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  .section-baufelder .legende .baufeld .title h4 {
    margin: 0px;
  }
}
.section-baufelder .legende .baufeld .title h5 {
  font-family: "Bandeins Medium";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: "normal";
  color: #FFF;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 992px) {
  .section-baufelder .legende .baufeld .title h5 {
    font-family: "Bandeins Medium";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: "normal";
    color: #FFF;
  }
}
@media (max-width: 767.98px) {
  .section-baufelder .legende .baufeld:last-child {
    border-bottom: 1px solid #FFF;
  }
}
.section-baufelder .legende .baufeld .mobile-content {
  display: none;
}
@media (min-width: 768px) {
  .section-baufelder .legende .baufeld .mobile-content {
    display: none !important;
  }
}
.section-baufelder .legende .baufeld .mobile-content h3 {
  font-family: "Bandeins Medium";
  font-size: 21px;
  line-height: 27px;
  letter-spacing: "normal";
  color: #E0FA7A;
  margin: 14px 0px 0px 0px;
}
.section-baufelder .legende .baufeld .mobile-content p {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #FFF;
  margin: 0px 0px 16px 0px;
}
.section-baufelder .legende .baufeld .mobile-content .slide {
  margin: 0px 0px 16px 0px;
}
.section-baufelder .legende .baufeld .slide .image {
  position: relative;
  width: 100%;
}
.section-baufelder .legende .baufeld .slide .image:before {
  display: block;
  width: 100%;
  content: "";
  padding-top: 64.1052631579%;
}
.section-baufelder .legende .baufeld .slide .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-baufelder .legende .baufeld .slide .image img.lazyloaded {
  opacity: 1;
}
@media (min-width: 768px) {
  .section-baufelder .legende {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .section-baufelder .legende {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-baufelder .lightbox {
  display: none;
}
.lightbox .lightbox-content .top {
  display: flex;
  align-items: center;
  padding-bottom: 17px;
  margin-bottom: 40px;
  border-bottom: 1px solid #0B375B;
}
.lightbox .lightbox-content .top svg {
  display: block;
  width: 47px;
  height: 47px;
  margin-right: 12px;
}
.lightbox .lightbox-content .top svg circle {
  stroke: transparent !important;
}
.lightbox .lightbox-content .top > div {
  font-family: "Bandeins Medium";
  font-size: 26px;
  line-height: 32px;
  letter-spacing: "normal";
  color: #0B375B;
}
.lightbox .lightbox-content .head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  height: 110px;
}
.lightbox .lightbox-content .head svg {
  display: block;
  margin-right: 18.29px;
}
.lightbox .lightbox-content .head > h2 {
  font-family: "Bandeins Medium";
  font-size: 38px;
  line-height: 45px;
  letter-spacing: "-1%";
  color: #0B375B;
  text-transform: inherit;
  margin: 0px;
  text-decoration: none;
  padding-right: 90px;
}
.lightbox .lightbox-content .foot {
  margin-top: 60px;
}
.lightbox .lightbox-content .foot h4 {
  font-family: "Bandeins Medium";
  font-size: 26px;
  line-height: 32px;
  letter-spacing: "normal";
  color: #0B375B;
  padding: 0px 0px 16px 0px;
  margin: 0px;
  border-bottom: 1px solid #0B375B;
}
.lightbox .lightbox-content .foot .facts {
  display: flex;
  padding-top: 10px;
}
.lightbox .lightbox-content .foot .facts .fact:not(:last-child) {
  margin-right: 100px;
}
.lightbox .lightbox-content .foot .facts .fact span {
  display: block;
  font-family: "Bandeins Semibold";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: "normal";
  color: #0B375B;
}
.lightbox .lightbox-content .foot .facts .fact span.big {
  margin-top: -10px;
  font-family: "Bandeins Semibold";
  font-size: 38px;
  line-height: 45px;
  letter-spacing: "-1%";
  color: #0B375B;
}
.lightbox .lightbox-content .foot .facts .fact span.big sup {
  font-size: 0.65em;
}
.lightbox .lightbox-content .flexer {
  display: flex;
  gap: 30px;
}
.lightbox .lightbox-content .image-slider {
  flex: 1;
  order: 1;
}
.lightbox .lightbox-content .thumbnail-navigation-holder {
  order: 2;
  width: 75px;
  position: relative;
}
@media (min-width: 992px) {
  .lightbox .lightbox-content .thumbnail-navigation-holder {
    width: 166px;
  }
}
.lightbox .lightbox-content .thumbnail-navigation-holder .thumbnail-navigation-inner {
  /*
        position: absolute;

        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 2;
        &:before {
          display: block;
          position: relative;
          width: 100%;
          content: "";
          padding-top: 64.1052631578947%;
        }
        */
}
.lightbox .lightbox-content .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation {
  position: relative;
  display: flex;
  justify-content: right;
  flex-direction: column;
  gap: 30px;
}
.lightbox .lightbox-content .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image {
  position: relative;
  opacity: 0.6;
  transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.lightbox .lightbox-content .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image.active {
  opacity: 1;
}
.lightbox .lightbox-content .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image:before {
  display: block;
  width: 100%;
  content: "";
  padding-top: 64.1052631579%;
}
.lightbox .lightbox-content .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lightbox .lightbox-content .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image img.lazyloaded {
  opacity: 1;
}
.lightbox .lightbox-content .flickity-slider {
  transform: none !important;
  left: 0 !important;
}
.lightbox .lightbox-content .flickity-slider .slide {
  transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  left: 0 !important;
  transform: none !important;
  opacity: 0;
  z-index: -1;
}
.lightbox .lightbox-content .flickity-slider .slide.is-selected {
  opacity: 1;
  z-index: 1;
}
.lightbox .lightbox-content .slide {
  width: 100%;
}
.lightbox .lightbox-content .slide .content {
  padding-top: 30px;
}
.lightbox .lightbox-content .slide .content h3 {
  font-family: "Bandeins Medium";
  font-size: 26px;
  line-height: 32px;
  letter-spacing: "normal";
  color: #0B375B;
  margin: 0px;
}
.lightbox .lightbox-content .slide .content p {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #101010;
  margin: 0px;
}
.lightbox .slide .image {
  position: relative;
  width: 100%;
}
.lightbox .slide .image:before {
  display: block;
  width: 100%;
  content: "";
  padding-top: 64.1052631579%;
}
.lightbox .slide .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lightbox .slide .image img.lazyloaded {
  opacity: 1;
}
@keyframes lineAnimationPath {
  to {
    stroke-dashoffset: 0;
  }
}
.lineanim {
  animation: lineAnimationPath 3s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-play-state: paused;
}
.lineanim.animate-start {
  animation-play-state: running;
}
@media (max-width: 767.98px) {
  .section-image-slider {
    padding-bottom: 20px;
  }
}
.section-image-slider .thumbnail-navigation-holder {
  position: relative;
}
.section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner:before {
  display: block;
  position: relative;
  width: 100%;
  content: "";
  padding-top: 64.1052631579%;
}
.section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation {
  position: relative;
  display: flex;
  justify-content: right;
  column-gap: 30px;
}
.section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image {
  margin-top: 23px;
  flex: auto;
  max-width: 98px;
  position: relative;
  opacity: 0.6;
  transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
@media (min-width: 768px) {
  .section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image {
    flex: 0 0 98px;
  }
}
@media (min-width: 992px) {
  .section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image {
    flex: 0 0 166px;
  }
}
.section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image.active {
  opacity: 1;
}
.section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image:before {
  display: block;
  width: 100%;
  content: "";
  padding-top: 64.1052631579%;
}
.section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image img.lazyloaded {
  opacity: 1;
}
.section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image.line-animation .overlay, .section-image-slider .thumbnail-navigation-holder .thumbnail-navigation-inner .thumbnail-navigation .image.line-animation svg {
  display: none !important;
}
.section-image-slider .flickity-slider {
  transform: none !important;
  left: 0 !important;
}
.section-image-slider .flickity-slider .slide {
  width: 100%;
  transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  left: 0 !important;
  transform: none !important;
  opacity: 0;
  z-index: -1;
}
.section-image-slider .flickity-slider .slide.is-selected {
  opacity: 1;
  z-index: 1;
}
.section-image-slider .flickity-slider .slide .image {
  position: relative;
  width: 100%;
}
.section-image-slider .flickity-slider .slide .image:before {
  display: block;
  width: 100%;
  content: "";
  padding-top: 64.1052631579%;
}
.section-image-slider .flickity-slider .slide .image.with-hover img:first-child {
  display: block;
}
.section-image-slider .flickity-slider .slide .image.with-hover img:last-child {
  display: none;
}
@media (min-width: 992px) {
  .section-image-slider .flickity-slider .slide .image.with-hover:hover {
    display: none;
  }
}
.section-image-slider .flickity-slider .slide .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-image-slider .flickity-slider .slide .image img.lazyloaded {
  opacity: 1;
}
.section-image-slider .flickity-slider .slide .image.line-animation .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 3;
}
.section-image-slider .flickity-slider .slide .image.line-animation .overlay.lazyloaded {
  opacity: 1;
}
.section-image-slider .flickity-slider .slide .image.line-animation svg {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-image-slider .flickity-slider .slide .content {
  padding-top: 137px;
  max-width: 360px;
}
@media (min-width: 768px) {
  .section-image-slider .flickity-slider .slide .content {
    padding-top: 67px;
  }
}
@media (min-width: 992px) {
  .section-image-slider .flickity-slider .slide .content {
    max-width: 460px;
    padding-top: 30px;
  }
}
.section-quartier, .section-wohnen {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-quartier .slide-actions, .section-wohnen .slide-actions {
  top: 32px;
}
@media (min-width: 768px) {
  .section-quartier .slide-actions, .section-wohnen .slide-actions {
    top: 32px;
  }
}
@media (min-width: 992px) {
  .section-quartier .slide-actions, .section-wohnen .slide-actions {
    top: 62px;
  }
}
@media (min-width: 1182px) {
  .section-quartier .slide-actions, .section-wohnen .slide-actions {
    right: calc(((100vw - 1182px)/2) - 10px);
  }
}
.section-quartier .slide, .section-wohnen .slide {
  width: 100%;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  .section-quartier .slide, .section-wohnen .slide {
    min-height: 100%;
  }
}
.section-quartier .slide ul, .section-wohnen .slide ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-quartier .slide ul li, .section-wohnen .slide ul li {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #0B375B;
  list-style: disc;
  margin-left: 26px;
  color: #FFF !important;
}
@media (min-width: 992px) {
  .section-quartier .slide ul li, .section-wohnen .slide ul li {
    font-family: "Bandeins Medium";
    font-size: 26px;
    line-height: 32px;
    letter-spacing: "normal";
    color: #0B375B;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-quartier .slide, .section-wohnen .slide {
    min-height: 60vh;
  }
}
.section-quartier .slide .image.d-md-none, .section-wohnen .slide .image.d-md-none {
  position: relative;
  margin-bottom: 30px;
}
.section-quartier .slide .image.d-md-none:before, .section-wohnen .slide .image.d-md-none:before {
  position: relative;
  display: block;
  width: 100%;
  content: "";
  padding-top: 81.0666666667%;
}
.section-quartier .slide .image.d-md-none img, .section-wohnen .slide .image.d-md-none img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-quartier .slide .image.d-md-none img.lazyloaded, .section-wohnen .slide .image.d-md-none img.lazyloaded {
  opacity: 1;
}
.section-quartier .slide .image.d-md-block, .section-wohnen .slide .image.d-md-block {
  position: relative;
  width: calc(50vw);
  left: -20px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section-quartier .slide .image.d-md-block img, .section-wohnen .slide .image.d-md-block img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-quartier .slide .image.d-md-block img.lazyloaded, .section-wohnen .slide .image.d-md-block img.lazyloaded {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .section-quartier .slide .image.d-md-block, .section-wohnen .slide .image.d-md-block {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
.section-quartier .slide .tb, .section-wohnen .slide .tb {
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-quartier .slide .tb .tr-bottom, .section-wohnen .slide .tb .tr-bottom {
    padding: 80px 0px 30px 0px;
  }
}
@media (min-width: 768px) {
  .section-quartier .slide .tb, .section-wohnen .slide .tb {
    display: table;
    height: 100%;
  }
  .section-quartier .slide .tb .tr, .section-wohnen .slide .tb .tr {
    display: table-row;
  }
  .section-quartier .slide .tb .tr .td, .section-wohnen .slide .tb .tr .td {
    display: table-cell;
    padding-left: 60px;
    padding-right: 40px;
    padding-bottom: 43px;
  }
  .section-quartier .slide .tb .tr-bottom .td, .section-wohnen .slide .tb .tr-bottom .td {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .section-quartier .slide .tb .tr .td, .section-wohnen .slide .tb .tr .td {
    padding-left: 110px;
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-quartier .slide .tb .tr .td, .section-wohnen .slide .tb .tr .td {
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .section-quartier .slide .tb .tr .td, .section-wohnen .slide .tb .tr .td {
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-quartier .slide .tb .tr-top .td, .section-wohnen .slide .tb .tr-top .td {
    padding-top: 112px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .section-quartier .slide .tb .tr-top .td, .section-wohnen .slide .tb .tr-top .td {
    padding-top: 164px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-quartier .slide .tb .tr-bottom .td, .section-wohnen .slide .tb .tr-bottom .td {
    padding-bottom: 64px;
  }
}
.section-offer, .section-wohnenx {
  position: relative;
  padding-bottom: 10px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .section-offer, .section-wohnenx {
    padding-bottom: 10px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .section-offer, .section-wohnenx {
    padding-bottom: 53px;
    padding-bottom: 120px;
  }
}
.section-offer h3, .section-wohnenx h3 {
  margin-bottom: 33px;
}
.section-offer .offer-slider.d, .section-wohnenx .offer-slider.d {
  cursor: default !important;
  pointer-events: none;
}
.section-offer .button-holder, .section-wohnenx .button-holder {
  padding-top: 24px;
}
.section-offer .button-holder a, .section-wohnenx .button-holder a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 16px;
  letter-spacing: "normal";
  color: #0B375B;
  color: #572E4C;
  background-color: #E0FA7A;
  border-radius: 80px;
  padding: 13px 40px;
  text-decoration: none;
}
.section-offer .slide-actions, .section-wohnenx .slide-actions {
  top: 37px;
}
@media (min-width: 768px) {
  .section-offer .slide-actions, .section-wohnenx .slide-actions {
    top: 47px;
  }
}
@media (min-width: 992px) {
  .section-offer .slide-actions, .section-wohnenx .slide-actions {
    top: 107px;
  }
}
@media (min-width: 1182px) {
  .section-offer .slide-actions, .section-wohnenx .slide-actions {
    right: calc(((100vw - 1182px)/2) - 10px);
  }
}
.section-offer .slide, .section-wohnenx .slide {
  width: 100%;
  max-width: 216px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .section-offer .slide, .section-wohnenx .slide {
    max-width: 275px;
  }
}
@media (min-width: 992px) {
  .section-offer .slide, .section-wohnenx .slide {
    max-width: 460px;
    margin-right: 32px;
  }
}
.section-offer .slide .image, .section-wohnenx .slide .image {
  position: relative;
  width: 100%;
}
.section-offer .slide .image:before, .section-wohnenx .slide .image:before {
  display: block;
  position: relative;
  width: 100%;
  content: "";
}
.section-offer .slide .image img, .section-wohnenx .slide .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
  transform: scale3d(1, 1, 1);
  image-rendering: auto;
  opacity: 0;
  transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-offer .slide .image img.lazyloaded, .section-wohnenx .slide .image img.lazyloaded {
  opacity: 1;
}
.section-offer .slide h3, .section-wohnenx .slide h3 {
  font-family: "Bandeins Medium";
  font-size: 22px;
  line-height: 27px;
  letter-spacing: "normal";
  color: #0B375B;
  margin: 13px 0px 8px 0px;
}
@media (min-width: 768px) {
  .section-offer .slide h3, .section-wohnenx .slide h3 {
    margin: 26px 0px 8px 0px;
  }
}
@media (min-width: 992px) {
  .section-offer .slide h3, .section-wohnenx .slide h3 {
    font-family: "Bandeins Medium";
    font-size: 27px;
    line-height: 32px;
    letter-spacing: "normal";
    color: #0B375B;
  }
}
.section-offer .slide h3 span, .section-wohnenx .slide h3 span {
  font-family: "GT Alpina Light italic";
  font-size: 21px;
  line-height: 27px;
  letter-spacing: "normal";
  color: #0B375B;
}
@media (min-width: 992px) {
  .section-offer .slide h3 span, .section-wohnenx .slide h3 span {
    font-family: "GT Alpina Light italic";
    font-size: 26px;
    line-height: 32px;
    letter-spacing: "normal";
    color: #0B375B;
  }
}
@media (max-width: 991.98px) {
  .section-offer .slide h3 br, .section-wohnenx .slide h3 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-offer .slide p, .section-offer .slide li, .section-wohnenx .slide p, .section-wohnenx .slide li {
    font-family: "Bandeins Medium";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: "normal";
    color: #0B375B;
  }
}
.section-offer .slide ul, .section-wohnenx .slide ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-map .map-outer {
  position: relative;
  width: 100%;
  height: 1120px;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  .section-map .map-outer {
    height: 513px;
  }
}
@media (max-width: 767.98px) {
  .section-map .map-outer .map-inner {
    position: absolute;
    width: 100%;
    height: 1120px;
    width: 917px;
    height: 513px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: left 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: left 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: left 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: left 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: left 400ms 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.section-map .map-outer .map-inner svg {
  display: block;
  width: 100%;
  height: 1120px;
}
@media (max-width: 767.98px) {
  .section-map .map-outer .map-inner svg {
    height: 513px;
  }
}
@media (min-width: 992px) {
  .section-map .map-outer {
    height: auto;
  }
  .section-map .map-outer .map-inner {
    height: auto;
  }
  .section-map .map-outer .map-inner svg {
    height: auto;
  }
}
.section-map .pos-rel {
  position: relative;
}
.section-map .map-legende {
  border-top: 1px solid #FFF;
  padding-top: 26px;
}
.section-map .map-legende .slide-actions {
  top: 26px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-map .map-legende .slide-actions {
    top: 42px;
  }
}
@media (min-width: 768px) {
  .section-map .map-legende {
    padding-top: 40px;
  }
}
.section-map .map-legende .area {
  position: relative;
  margin-bottom: 48px;
}
.section-map .map-legende .area h4 {
  font-family: "Bandeins Medium";
  font-size: 21px;
  line-height: 27px;
  letter-spacing: "normal";
  color: #FFF;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .section-map .map-legende .area h4 {
    font-family: "Bandeins Medium";
    font-size: 26px;
    line-height: 32px;
    letter-spacing: "normal";
    color: #FFF;
    margin: 0px 0px 22px 0px;
  }
}
.section-map .map-legende .area ul li {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin: 10px 0px;
}
.section-map .map-legende .area ul li svg {
  flex: 0 0 30px;
}
.section-map .map-legende .area ul li span {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #FFF;
}
.section-map .map-legende .area p {
  font-family: "Bandeins Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: "normal";
  color: #FFF;
}
@media (min-width: 992px) {
  .section-map .map-legende .area p {
    margin-top: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-map .map-legende .area p {
    position: absolute;
    left: calc(100% + 40px);
    bottom: 0px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
}
.section-map .map-legende .flickity-slider .slide {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-map .map-legende .flickity-slider .slide {
    display: flex;
    column-gap: 30px;
  }
  .section-map .map-legende .flickity-slider .slide .area {
    flex: 0 0 calc(50% - 40px);
  }
}
@media (min-width: 992px) {
  .section-map .map-legende .flickity-slider .slide {
    display: flex;
    column-gap: 30px;
    flex-direction: column;
  }
  .section-map .map-legende .flickity-slider .slide .area {
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .section-map .map-flexer {
    display: flex;
    gap: 100px;
  }
  .section-map .map-flexer .map-outer {
    flex: 1;
  }
  .section-map .map-flexer .pos-rel {
    width: 500px;
    flex: none;
  }
  .section-map .map-flexer .pos-rel .map-legende {
    border-top: none;
    padding-top: 0px;
  }
}
#breakpoint-indicator {
  position: fixed;
  left: 0px;
  bottom: 0px;
  background-color: #101010;
  color: #FFF;
  font-size: 9px;
  font-family: "Bandeins Medium";
  line-height: 16px;
  z-index: 9999;
  width: 25px;
  height: 16px;
  text-align: center;
}
