/*!
 * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

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

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Specter Light */
/* Specter Light Italic */
/* Specter Regular */
@font-face {
  font-family: "Specter";
  src: url(/public/fonts/SpecterWeb-Regular.eot?f6df904383734462c146d964a8915995); /* IE9 Compat Modes */
  src: url(/public/fonts/SpecterWeb-Regular.eot?f6df904383734462c146d964a8915995?#iefix) format("embedded-opentype"), url(/public/fonts/Specter-Regular.woff2?0115953834ff57cf6f2d5ff74fa313ff) format("woff2"), url(/public/fonts/Specter-Regular.woff?c1307b9b4ef05dcc099bbb42739b1440) format("woff"); /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Specter Regular Italic */
@font-face {
  font-family: "Specter";
  src: url(/public/fonts/SpecterWeb-RegularItalic.eot?161232b00e724470c6d985063e34c1e2); /* IE9 Compat Modes */
  src: url(/public/fonts/SpecterWeb-RegularItalic.eot?161232b00e724470c6d985063e34c1e2?#iefix) format("embedded-opentype"), url(/public/fonts/Specter-RegularItalic.woff2?a9037a509950ab326416e276ef27d181) format("woff2"), url(/public/fonts/Specter-RegularItalic.woff?3b50c2b628a68e4385ec573511bb7dc2) format("woff"); /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Specter Medium */
@font-face {
  font-family: "Specter";
  src: url(/public/fonts/SpecterWeb-Medium.eot?76ff779cd5e03cdd0cea5001969d5695); /* IE9 Compat Modes */
  src: url(/public/fonts/SpecterWeb-Medium.eot?76ff779cd5e03cdd0cea5001969d5695?#iefix) format("embedded-opentype"), url(/public/fonts/Specter-Medium.woff2?ff3e08631ee9299d922317b567bf3bd0) format("woff2"), url(/public/fonts/Specter-Medium.woff?a5d9c9e364ac9f4aa238cb367b3bd542) format("woff"); /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Specter Medium Italic */
@font-face {
  font-family: "Specter";
  src: url(/public/fonts/SpecterWeb-MediumItalic.eot?ca2dc8b8e118acbb4febed6d7c82289b); /* IE9 Compat Modes */
  src: url(/public/fonts/SpecterWeb-MediumItalic.eot?ca2dc8b8e118acbb4febed6d7c82289b?#iefix) format("embedded-opentype"), url(/public/fonts/Specter-MediumItalic.woff2?74d6194d35cbe87bdae3508758c30867) format("woff2"), url(/public/fonts/Specter-MediumItalic.woff?84308132c185946c9c4ed6acacdcad83) format("woff"); /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Specter Bold */
@font-face {
  font-family: "Specter";
  src: url(/public/fonts/SpecterWeb-Bold.eot?1bdb592836fa8bf8e1cac726f5e6d06a); /* IE9 Compat Modes */
  src: url(/public/fonts/SpecterWeb-Bold.eot?1bdb592836fa8bf8e1cac726f5e6d06a?#iefix) format("embedded-opentype"), url(/public/fonts/Specter-Bold.woff2?bcb2ebf21ad5fc8f6c136eac0202d586) format("woff2"), url(/public/fonts/Specter-Bold.woff?f65dbedd66f3eb8704bc325db2991bbf) format("woff"); /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
/* Specter Bold Italic */
@font-face {
  font-family: "Specter";
  src: url(/public/fonts/SpecterWeb-BoldItalic.eot?c7fc0b13a090135f465042a18577c2a0); /* IE9 Compat Modes */
  src: url(/public/fonts/SpecterWeb-BoldItalic.eot?c7fc0b13a090135f465042a18577c2a0?#iefix) format("embedded-opentype"), url(/public/fonts/Specter-BoldItalic.woff2?280fd269c9b9016a1009a1f4dd2f32c9) format("woff2"), url(/public/fonts/Specter-BoldItalic.woff?253115c817918ba3d5e8bec6d66aa625) format("woff"); /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  font-weight: 700;
}
/* Specter Black */
/* Specter Black Italic */
/* Specter Ultra */
/* Specter Ultra Italic */
/* Specter Inline */
/* Specter Inline Italic */
/* Finalsix Hairline */
/* Finalsix Thin */
/* Finalsix Light */
/* Finalsix Book */
/* Finalsix Medium */
@font-face {
  font-family: "Finalsix";
  src: url(/public/fonts/FinalSix-Medium.eot?3cb5bf35f2b37a9167ece11a2524d9ce); /* IE9 Compat Modes */
  src: url(/public/fonts/FinalSix-Medium.eot?3cb5bf35f2b37a9167ece11a2524d9ce?#iefix) format("embedded-opentype"), url(/public/fonts/FinalSix-Medium.woff2?60c5507543abdc8ba289cf49b315e240) format("woff2"), url(/public/fonts/FinalSix-Medium.woff?309648618f15d037163a43b396dd005a) format("woff"); /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Finalsix Bold */
@font-face {
  font-family: "Finalsix";
  src: url(/public/fonts/FinalSix-Bold.eot?c00ceff42d62a14d266eea3b5606e6e1); /* IE9 Compat Modes */
  src: url(/public/fonts/FinalSix-Bold.eot?c00ceff42d62a14d266eea3b5606e6e1?#iefix) format("embedded-opentype"), url(/public/fonts/FinalSix-Bold.woff2?7527dd429ddc9730f4695f8e0b4576be) format("woff2"), url(/public/fonts/FinalSix-Bold.woff?75f2dd6ee9e696a898d8b27682a84fee) format("woff"); /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
/* Finalsix Extrabold */
/* Finalsix Black */
@font-face {
  font-family: "Finalsix";
  src: url(/public/fonts/FinalSix-Black.eot?a1747c94680737c1d78b3579418640c0); /* IE9 Compat Modes */
  src: url(/public/fonts/FinalSix-Black.eot?a1747c94680737c1d78b3579418640c0?#iefix) format("embedded-opentype"), url(/public/fonts/FinalSix-Black.woff2?4184418ada8f7b31ada0f7f8fa17e176) format("woff2"), url(/public/fonts/FinalSix-Black.woff?90e2df946248db9eef997d7e7cd6f5da) format("woff"); /* Pretty Modern Browsers */
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Finalsix Heavy */
/***********************************
LEGACY ADOBE TYPEKIT IMPLEMENTATION
***********************************/
body,
html {
  margin: 0;
  scroll-behavior: smooth;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
}

* {
  box-sizing: border-box;
  outline: none;
}

*[id] {
  scroll-margin: 160px 0 0 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

.namespace {
  max-width: 1920px; /* 1920 */
  margin: 0 auto;
}

/* CMS */
.ccm-area {
  border: 2px lightgreen dashed !important;
  margin-bottom: 1rem;
}

.ccm-area:before {
  content: "Lokaler Bereich";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  color: lightgreen;
}

.ccm-global-area {
  border: 2px blue dashed !important;
  margin-bottom: 1rem;
}

.ccm-global-area:before {
  content: "Globaler Bereich";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  color: blue;
}

.ccm-block-stack {
  border-top: 4px orange solid !important;
  padding: 2rem 0 0 0;
}

.ccm-block-stack:before {
  content: "Stapel";
  position: absolute;
  left: 0;
  top: 1.5rem;
  transform: translateY(-100%);
  color: orange;
}

html.ccm-edit-mode [class^=grid_]:not(.locked) {
  border: 1px dashed lightcoral;
  background: repeating-linear-gradient(45deg, rgba(255, 0, 0, 0.0125), rgba(255, 0, 0, 0.0125) 10px, transparent 10px, transparent 20px);
  padding: 2rem 0;
  margin: 1rem 0;
  position: relative;
}

html.ccm-edit-mode [class^=grid_]:not(.locked):before {
  content: "Container mit Spalten";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  color: lightcoral;
}

/* Placeholder */
input::-webkit-input-placeholder,
input::-ms-input-placeholder,
input::-moz-placeholder,
input::placeholder {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Specter", Helvetica, Arial, sans-serif;
  color: #ebebeb;
  font-style: normal;
}

html,
body {
  font-size: 14px !important;
  font-family: "Specter", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #4c2147;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 576px) {
  body,
  html {
    font-size: 16px !important;
  }
}
[class^=".ck-h"],
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1.2em;
  margin-top: 0;
}

.wysiwyg h1,
.h1 {
  font-size: 1.25rem;
  line-height: 1.18;
}

.wysiwyg h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.18;
}

.wysiwyg h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.18;
}

.wysiwyg h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.18;
}

@media (max-width: 991px) {
  .wysiwyg h1,
  .h1 {
    font-size: 1.0625rem;
  }
  .wysiwyg h2,
  .h2 {
    font-size: 1.0625rem;
  }
  .wysiwyg h3,
  .h3 {
    font-size: 1.0625rem;
  }
  .wysiwyg h4,
  .h4 {
    font-size: 1.0625rem;
  }
}
.wysiwyg p {
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .wysiwyg p {
    font-size: 1.0625rem;
  }
}
.wysiwyg ul li,
.wysiwyg ol li {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.2;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
}

.wysiwyg img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
}

.wysiwyg a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.wysiwyg h1 a,
.wysiwyg h2 a,
.wysiwyg h3 a,
.wysiwyg h4 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.wysiwyg h1 a:hover,
.wysiwyg h2 a:hover,
.wysiwyg h3 a:hover,
.wysiwyg h4 a:hover {
  text-decoration: underline;
}

.wysiwyg p a,
.wysiwyg ul a,
.wysiwyg ol a {
  color: #c3023b;
  text-decoration: underline;
}

.wysiwyg p a:hover,
.wysiwyg ul a:hover,
.wysiwyg ol a:hover {
  text-decoration: underline;
  opacity: 0.75;
}

.wysiwyg a img {
  border: none;
}

.wysiwyg sup {
  line-height: inherit;
  font-size: inherit;
  display: inline-block;
  transform: none;
  vertical-align: baseline;
  top: -0.5em;
  position: relative;
  font-size: 75%;
}

.wysiwyg u .ck-red a {
  text-decoration: underline;
}

.wysiwyg > *:first-child {
  margin-top: 0;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.wysiwyg table {
  max-width: 100%;
  display: block;
}

.wysiwyg table,
.wysiwyg table td,
.wysiwyg table th {
  border: 0;
  vertical-align: middle;
  font-size: inherit;
}

.wysiwyg table td {
  padding-right: 0.5rem;
}

.wysiwyg table td > *:first-child {
  margin-top: 0;
}

.wysiwyg table td > *:last-child {
  margin-bottom: 0;
}

.wysiwyg.table-with-stripes {
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
}

.wysiwyg.table-with-stripes th,
.wysiwyg.table-with-stripes td {
  vertical-align: top;
  padding: 0.375rem 1rem;
}

.wysiwyg.table-with-stripes th {
  font-weight: 800;
}

.wysiwyg.table-with-stripes th:not(:last-child),
.wysiwyg.table-with-stripes td:not(:last-child) {
  border-right: 6px solid #ffffff;
}

.bg-beige20 .wysiwyg.table-with-stripes th:not(:last-child),
.bg-beige20 .wysiwyg.table-with-stripes td:not(:last-child) {
  border-color: #f8f6f1;
}

.bg-beige30 .wysiwyg.table-with-stripes th:not(:last-child),
.bg-beige30 .wysiwyg.table-with-stripes td:not(:last-child) {
  border-color: #f6f2eb;
}

.bg-beige50 .wysiwyg.table-with-stripes th:not(:last-child),
.bg-beige50 .wysiwyg.table-with-stripes td:not(:last-child) {
  border-color: #eee8dd;
}

.wysiwyg.table-with-stripes tr:nth-child(odd) td {
  background-color: #eee8dd;
}

.wysiwyg.table-with-stripes p {
  font-size: inherit;
}

/**
 * Row
 */
.formidable .form-group {
  margin-top: 2rem;
}

.form-group[data-formidable-handle*=js_] {
  display: none;
}

/**
 * Label
 */
.formidable label {
  display: block;
  margin: 0 0 0.5rem;
  cursor: pointer;
  position: relative;
  font-size: 1.25rem;
  font-weight: 400;
}

.formidable label span.sup {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  transform: translateY(-50%);
}

/**
 * Input
 */
.formidable input[type=text],
.formidable input[type=email],
.formidable input[type=tel],
.formidable textarea {
  background: #ffffff;
  border: 2px solid #ddd3bc;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  height: 3.125rem;
  line-height: 1.05;
  display: block;
  transition: border 0.2s;
  overflow: hidden;
  width: 100%;
  font-size: 1.125rem;
}

.formidable textarea {
  height: 6.25rem;
}

.formidable input[type=text]:hover,
.formidable input[type=email]:hover,
.formidable input[type=tel]:hover,
.formidable textarea:hover {
  border-color: #c3023b;
}

/* Active */
.formidable input[type=text]:focus,
.formidable input[type=email]:focus,
.formidable input[type=tel]:focus,
.formidable textarea:focus,
.formidable input[type=text]:active,
.formidable input[type=email]:active,
.formidable input[type=tel]:active,
.formidable textarea:active {
  border-color: #c3023b;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

/* Checkbox & Radiobox */
.formidable input[type=checkbox],
.formidable input[type=radio] {
  margin-left: 0;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.formidable .form-check {
  display: inline-flex;
  align-items: flex-start;
  padding-right: 1rem;
}

.formidable .form-check label {
  margin-top: 0;
  margin-left: 0.5rem;
}

/* Select */
.formidable select {
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
  font-family: inherit;
  line-height: 1.25;
  color: #000000;
  font-weight: 300;
  border-radius: 0.25rem;
  outline: none;
  border: 2px solid #ddd3bc;
  background-repeat: no-repeat;
  background-position: right 0.75rem top 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAEqAAABKgGEjJ1fAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAA9QTFRF////AAAAAAAAAAAAAAAAUTtq8AAAAAR0Uk5TAAy5w43jGQUAAABOSURBVBhXY2CgFAgpIrFUnAUgbEYTJwYVF0MIR9jFCYghUowmQFEwAZYACUJIqBiEgqkG0TDFYCmYBFgKJgGWgkuApOASICmEBLJrKQMADzMOWSVbCJ8AAAAASUVORK5CYII=);
  background-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 3.125rem;
  cursor: pointer;
}

.formidable select:hover {
  border-color: #c3023b;
}

.formidable select::-ms-expand {
  display: none;
}

.formidable .flex {
  display: flex;
}

.formidable .flex span {
  margin-top: 0;
  margin-left: 0.25rem;
  font-size: 0.75rem;
  color: #c3023b;
}

.formidable label.form-check-label {
  font-weight: 400;
  font-size: 1rem;
}

.formidable input.is-invalid,
.formidable select.is-invalid,
.formidable textarea.is-invalid {
  border-color: #c3023b;
}

.formidable input.is-invalid + label {
  color: #c3023b;
}

.formidable .invalid-feedback {
  color: #c3023b;
  margin-top: 0.25rem;
}

.formidable .processing {
  opacity: 0.25;
  pointer-events: none;
}

.formidable .button {
  margin-top: 3rem;
}

.formidable .is-hidden-field {
  display: none !important;
}

.form-group[data-formidable-handle=captcha] .row .col-auto {
  display: none;
}

.form-group[data-formidable-handle=captcha] .row .col-auto.captcha-display {
  display: block;
}

.formidable p a {
  text-decoration: none;
}

.formidable p a:hover {
  text-decoration: underline;
}

.ck-upper {
  text-transform: uppercase;
}

.ck-nodeco {
  text-decoration: none !important;
}

.ck-regular {
  font-weight: 400;
}

.ck-medium {
  font-weight: 500;
}

.ck-bold {
  font-weight: 700;
}

.ck-black {
  font-weight: 800;
}

.ck-red, .ck-red a {
  color: #c3023b !important;
  display: inline-block;
}

.ck-purple, .ck-purple a {
  color: #4c2147 !important;
  display: inline-block;
}

.ck-purple80, .ck-purple80 a {
  color: #694161 !important;
  display: inline-block;
}

.ck-teal, .ck-teal a {
  color: #1eab9e !important;
  display: inline-block;
}

.ck-lime, .ck-lime a {
  color: #ccd500 !important;
  display: inline-block;
}

.ck-jungle, .ck-jungle a {
  color: #00414c !important;
  display: inline-block;
}

.ck-cblack, .ck-cblack a {
  color: #000000 !important;
  display: inline-block;
}

.ck-white, .ck-white a {
  color: #ffffff !important;
  display: inline-block;
}

.ck-42 {
  font-size: 2.625rem;
}

.ck-38 {
  font-size: 2.375rem;
}

.ck-34 {
  font-size: 2.125rem;
}

.ck-30 {
  font-size: 1.875rem;
}

.ck-25 {
  font-size: 1.5625rem;
}

.ck-22 {
  font-size: 1.375rem;
}

.ck-20 {
  font-size: 1.25rem;
}

.ck-18 {
  font-size: 1.125rem;
}

.ck-16 {
  font-size: 1rem;
}

.ck-14 {
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .ck-42 {
    font-size: 1.96875rem;
  }
  .ck-38 {
    font-size: 1.78125rem;
  }
  .ck-34 {
    font-size: 1.59375rem;
  }
  .ck-30 {
    font-size: 1.5rem;
  }
  .ck-25 {
    font-size: 1.25rem;
  }
  .ck-22 {
    font-size: 1.1rem;
  }
  .ck-20 {
    font-size: 1.0625rem;
  }
  .ck-18 {
    font-size: 1.0125rem;
  }
  .ck-16 {
    font-size: 0.9rem;
  }
  .ck-14 {
    font-size: 0.7875rem;
  }
}
.wysiwyg.fancytabs__regular-content table .ck-18 {
  line-height: 1.5;
}

.ck-specter {
  font-family: "Specter", Helvetica, Arial, sans-serif;
}

.ck-finalsix {
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
}

.bg-beige100 {
  background: #ddd3bc;
}

.bg-beige50 {
  background: #eee8dd;
}

.bg-beige30 {
  background: #f6f2eb;
}

.bg-beige20 {
  background: #f8f6f1;
}

.bg-teal {
  background: #1eab9e;
}

.bg-lime {
  background: #ccd500;
}

.bg-purple {
  background: #4c2147;
}

.bg-jungle {
  background: #00414c;
}

.bg-white-beige50 {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #eee8dd 50%, #eee8dd 100%);
}

@media (max-width: 991px) {
  .bg-white-teal-57 .col-lg-6:last-child {
    background: #1eab9e;
  }
}
@media (min-width: 992px) {
  .bg-white-teal-57 {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 33.333%, #1eab9e 33.333%, #1eab9e 100%);
  }
}
@media (max-width: 991px) {
  .bg-beige20-purple-75 {
    background: #f8f6f1;
  }
  .bg-beige20-purple-75 .col-lg-7 {
    background-color: #f8f6f1;
  }
  .bg-beige20-purple-75 .col-lg-5 {
    background-color: #4c2147;
  }
}
@media (min-width: 992px) {
  .bg-beige20-purple-75 {
    background: linear-gradient(90deg, #f8f6f1 0%, #f8f6f1 calc(50% + 79px), #4c2147 calc(50% + 79px), #4c2147 100%);
  }
}
@media (min-width: 1200px) {
  .bg-beige20-purple-75 {
    background: linear-gradient(90deg, #f8f6f1 0%, #f8f6f1 calc(50% + 95px), #4c2147 calc(50% + 95px), #4c2147 100%);
  }
}
@media (min-width: 1400px) {
  .bg-beige20-purple-75 {
    background: linear-gradient(90deg, #f8f6f1 0%, #f8f6f1 calc(50% + 111px), #4c2147 calc(50% + 111px), #4c2147 100%);
  }
}
img {
  max-width: 100%;
  height: auto;
}

.img-center img {
  margin: 0 auto;
  display: block;
}

html:not(.ccm-edit-mode) .img-absolute img {
  position: absolute;
}

html:not(.ccm-edit-mode) .img-tr img {
  margin-left: -4rem;
}

html:not(.ccm-edit-mode) .img-ty100 img {
  transform: translateY(-100%);
}

.-mt-50 {
  margin-top: -3.125rem;
}

@media (max-width: 991px) {
  .-mt-50 {
    margin-top: -1.5625rem;
  }
}
@media (min-width: 768px) {
  .col-md-6 .h-full {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 .h-full {
    height: 100%;
  }
}
.js-fade-in.js-do-fade {
  opacity: 0;
  transform: translateY(40px);
}

.js-fade-in.js-has-faded {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.bg-beige20-purple-75 .js-fade-in {
  transition: none;
}

.bg-beige20-purple-75 .js-fade-in .js-fade-in {
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.js-prevent-scroll {
  overflow: hidden;
  height: 100%;
}

.ccm-edit-mode .sprungpunkt {
  color: #000;
  text-align: center;
  background: #ccd500;
  padding: 25px 50px;
}

.ccm-edit-mode .sprungpunkt:before {
  content: "SPRUNGPUNKT";
}

iframe[data-src] {
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.cookiefirst-disabled-resource {
  color: #ffffff;
  width: 100%;
  height: auto;
  aspect-ratio: 16/4;
}

.cookiefirst-disabled-resource .outer {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 991px) {
  [class^=grid__] .col-12 {
    margin-bottom: 0.25rem;
  }
  [class^=grid__] .col-12 .col-12 {
    margin-bottom: 0;
  }
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.container [class*=bg-].ccm-custom-style-container .container {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.bg-image {
  width: 100%;
  aspect-ratio: 16/9;
  padding: 0 0 2rem 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .bg-image {
    aspect-ratio: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    width: auto;
    overflow: hidden;
    max-width: none;
    padding: 0;
  }
  .bg-image--left {
    left: 0;
    right: 50%;
  }
  .bg-image--right {
    right: 0;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .bg-image--left {
    left: 0;
    right: 52%;
  }
  .bg-image--right {
    right: 0;
    left: 52%;
  }
}
.bg-image img,
.bg-image picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media (min-width: 992px) {
  .bg-image--right img {
    -o-object-position: center right;
       object-position: center right;
  }
  .bg-image--left img {
    -o-object-position: center left;
       object-position: center left;
  }
}
@media (max-width: 991px) {
  .grid__66_imgright .bg-purple[class*=col-lg] > div[style*=max-width] {
    max-width: 100% !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.spinner {
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #4c2147;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.a11y-skip-header {
  position: fixed !important;
  top: 0;
  left: 0;
  margin: 1rem;
  z-index: 10000;
  transform: scale(0);
}

.a11y-skip-header:focus-visible {
  transform: scale(1);
}

.namespace *:focus-visible {
  outline: 3px dashed #c3023b !important;
}

#WhoFinance_SmallWidget_container .wfw-link:focus-visible {
  display: block;
}

.adm__preselection-wrapper input:focus-visible + span {
  outline: 3px dashed #c3023b !important;
}

.sib-form .entry__choice input:focus-visible + span.checkbox {
  outline: 3px dashed #c3023b !important;
}

.WhoFinance_Widget_container #WhoFinance_SmallWidget_container,
.whofinance-widget-wrapper .whofinance-widget-institute-small {
  width: 170px !important;
}

.whofinance-widget-wrapper .whofinance-widget-institute-small .wfw-rating-stars-text {
  font-size: 11px !important;
}

.whofinance-widget-wrapper .whofinance-widget-institute-small .wfw-footer {
  font-size: 11px !important;
}

.page-template-adm-single .adm-quali {
  position: relative;
  min-height: 22.5rem;
}

.page-template-adm-single .adm-quali ul {
  list-style: none;
  padding-left: 0;
}

.page-template-adm-single .adm-quali ul li {
  padding-left: 2.5rem;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.page-template-adm-single .adm-quali ul li:before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAATCAYAAACORR0GAAAABHNCSVQICAgIfAhkiAAAAQlJREFUOE+11DEOgjAUBuBXFxdNWB1IvIFH0FOwKtFDeBFHhRkHr+AROICD0Tg5sZkYrS3JawqU8oDKRpq8L6/vf2Xwh88/HmLgnN+DdYjlmWtHIqLoUtYVVoyYU0hHsAHEnEEmJMc4z26QTZxANuQDg8UjCNPeEAWRjSnIT/Yr8T/Xk9IUFCqiIIkwxqJyUmxQGySHdKSclDqoLYJQKrqZlYvqO6CfdUFyyDtF3vj9PVOwroiaEQXrgxRSZ8OAw1Xkc1qZmVhG3JOmhBb2yIpVh0hGCh1hHRLWohOsa3wZ7NdIvy79EmqfICPWoRNrR8Zr7IEYZ1RJT7Ib+TDcvgDiZ7C5NKWr7vwHzEbgVWaOtD0AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5625rem;
  height: 1.1875rem;
  display: block;
}

.page-template-adm-single .adm-quali #WhoFinance_SmallWidget_container,
.page-template-adm-single .adm-fallbackwidget {
  margin: 0 auto 0;
}

.page-template-adm-single .adm-fallbackwidget img {
  margin: 0 auto;
  display: block;
  width: 182px;
  height: 194px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-template-adm-single .adm__box {
  position: sticky;
  top: 12.5rem;
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.page-template-adm-single .adm-custom-content .row:not(:last-child) {
  margin-bottom: 4rem;
}

.page-template-adm-single .adm-custom-content .col-12 {
  margin-bottom: 2rem;
}

.page-template-adm-single .adm-custom-content .content-block-text h1,
.page-template-adm-single .adm-custom-content .content-block-text h2,
.page-template-adm-single .adm-custom-content .content-block-text h3 {
  font-size: 2.375rem;
}

.page-template-adm-single .adm-custom-content .content-block-text .button {
  margin-top: 2rem;
}

.page-template-adm-single .adm-custom-content .row:not(.content-block-fullwidth) .content-block-image figure {
  margin: 0 auto;
}

.page-template-adm-single .adm-custom-content .row:not(.content-block-fullwidth) .content-block-image img {
  margin: auto;
  display: block;
}

@media (min-width: 992px) {
  .page-template-adm-single .adm-custom-content .col-12 {
    margin-bottom: 0;
  }
  .page-template-adm-single .adm-custom-content .row:nth-child(even) .col-lg-6:first-child {
    order: 2;
  }
  .page-template-adm-single .adm-custom-content .row:nth-child(even):not(.content-block-fullwidth) .content-block-image figure,
  .page-template-adm-single .adm-custom-content .row:nth-child(even):not(.content-block-fullwidth) .content-block-image figure img {
    margin-left: 0;
  }
  .page-template-adm-single .adm-custom-content .row:nth-child(odd):not(.content-block-fullwidth) .content-block-image figure,
  .page-template-adm-single .adm-custom-content .row:nth-child(odd):not(.content-block-fullwidth) .content-block-image figure img {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .page-template-adm-single .adm-custom-content .content-block-text h1,
  .page-template-adm-single .adm-custom-content .content-block-text h2,
  .page-template-adm-single .adm-custom-content .content-block-text h3 {
    font-size: 1.78125rem;
  }
}
.page-template-adm-realestate .adm__box {
  position: sticky;
  top: 12.5rem;
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.page-template-adm-realestate .adm-energy h2,
.page-template-adm-realestate .adm-energy p:not(:last-child) {
  margin-bottom: 2rem;
}

.page-template-adm-realestate .adm-energy strong {
  margin-bottom: 0.5rem;
}

.page-template-adm-realestate .adm-energy svg {
  max-width: 100%;
  display: block;
  margin-top: 0.5rem;
}

.page-template-adm-realestate .adm-energy .eek {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  margin-left: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}

.page-template-adm-realestate .adm-energy .eek.A\+ {
  background-color: #219245;
}

.page-template-adm-realestate .adm-energy .eek.A {
  background-color: #3AB549;
}

.page-template-adm-realestate .adm-energy .eek.B {
  background-color: #66FE3F;
}

.page-template-adm-realestate .adm-energy .eek.C {
  background-color: #CDFF3E;
}

.page-template-adm-realestate .adm-energy .eek.D {
  background-color: #FBEE22;
}

.page-template-adm-realestate .adm-energy .eek.E {
  background-color: #F8B03B;
}

.page-template-adm-realestate .adm-energy .eek.F {
  background-color: #F8931F;
}

.page-template-adm-realestate .adm-energy .eek.G {
  background-color: #F15A25;
}

.page-template-adm-realestate .adm-energy .eek.H {
  background-color: #ED1D25;
}

.page-template-adm-realestate .adm-text p:not(:last-child) {
  margin-bottom: 2rem;
}

.page-template-adm-realestate .adm-text p strong {
  margin-bottom: 0.5rem;
  display: block;
}

.page-template-guide-single {
  font-weight: 400;
}

.page-template-guide-single p {
  line-height: 1.3;
}

.guide-author {
  display: flex;
  align-items: center;
}

.guide-author figure.user-avatar {
  border-radius: 50%;
  overflow: hidden;
  height: 5rem;
  width: 5rem;
  display: block;
  margin-right: 1.5rem;
}

.page-template-career-single {
  font-weight: 400;
}

.page-template-career-single .intro {
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .page-template-career-single .intro {
    font-size: 1.0125rem;
  }
}
.page-template-career-single p {
  line-height: 1.3;
}

.page-template-press-single {
  font-weight: 400;
}

.page-template-press-single p {
  line-height: 1.3;
}

.page-template-press-single h1,
.page-template-press-single h2,
.page-template-press-single h3,
.page-template-press-single h4 {
  font-family: "Specter", Helvetica, Arial, sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
}

@media (max-width: 991px) {
  .page-template-press-single h1,
  .page-template-press-single h2,
  .page-template-press-single h3,
  .page-template-press-single h4 {
    font-size: 1.25rem;
  }
}
.ansprechpartner h2 {
  font-weight: 800;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
}

.ansprechpartner h3 {
  margin-bottom: 0;
  font-weight: 800;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  color: #ffffff;
}

.ansprechpartner table a {
  text-decoration: none;
}

.ansprechpartner table a:hover {
  text-decoration: underline;
}

.ansprechpartner table svg {
  margin-top: 0;
}

.ansprechpartner table td {
  vertical-align: middle;
}

ul.glossar-alphabet {
  color: #fff;
  background-color: #4c2147;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.5625rem;
  font-weight: 800;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  margin-top: 6rem;
  list-style: none;
}

@media (max-width: 767px) {
  ul.glossar-alphabet {
    font-size: 1.25rem;
  }
}
.glossar-alphabet li a,
.glossar-alphabet li span {
  flex-basis: 2.88462rem;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0.25rem 1rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.glossar-alphabet li a.inactive,
.glossar-alphabet li span.inactive {
  opacity: 0.6;
  pointer-events: none;
}

.glossar-letter {
  font-weight: 800;
  color: #4c2147;
  margin-bottom: 1rem;
  margin-top: 2rem;
  position: relative;
}

.glossar-letter:before {
  background-color: #ddd3bc;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 1.0625rem;
  position: absolute;
  height: 1.125rem;
}

.glossar-letter span {
  display: block;
  line-height: 1;
  font-size: 7.5rem;
  font-weight: 800;
  position: relative;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .glossar-letter span {
    font-size: 6rem;
  }
}
.glossar-entry {
  font-size: 1.25rem;
  padding: 2rem;
  border-bottom: 2px solid #f6f2eb;
}

.glossar-entry a {
  text-decoration: none;
}

.glossar-entry a:hover {
  text-decoration: underline;
}

.glossar-single {
  margin: 3rem 0;
}

.glossar-single .col-12 {
  border-left: 4px solid #f6f2eb;
  padding-left: 2rem;
}

.glossar-single .col-12 h1 {
  margin-top: 0;
}

@media (min-width: 992px) {
  .namespace {
    padding-top: 10.5rem;
  }
}
@media (max-width: 991px) {
  .namespace {
    padding-top: 4.625rem;
  }
}
.header {
  box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 100;
  color: #000000;
}

.header__wrapper {
  height: 10.5rem;
  transition: height 0.3s;
  position: relative;
  z-index: 120;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.has-scrolled-vh .header__wrapper {
  height: 4.625rem;
}

.header__top {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
}

body.has-scrolled-vh .header__top {
  padding: 0;
  height: 100%;
}

.header__logo {
  margin-right: 2rem;
}

.header__logo img,
.header__logo a {
  display: block;
  max-height: 4.5rem;
  transition: all 0.2s;
  width: auto;
  height: auto;
}

body.has-scrolled-vh .header__logo img,
body.has-scrolled-vh .header__logo a {
  max-height: 2.875rem;
}

.header__right {
  margin-left: auto;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
}

.header-dimmer {
  display: none;
  background: #ddd3bc;
  opacity: 0.75;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.header.is-flyout-open + .header-dimmer {
  display: block;
}

.header__burger {
  position: relative;
}

.header__burger:after {
  content: "";
  height: 2px;
  background-color: #c3023b;
  position: absolute;
  left: 1rem;
  right: 0;
  bottom: 0.5rem;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.2s;
}

.header.is-nav-open .header__burger:after,
.header__burger.is-active:after,
.header .header__burger:hover:after {
  transform: translateY(0);
  opacity: 1;
}

@media (min-width: 992px) {
  .header__mnav,
  .header__burger,
  .header__controls .link-search {
    display: none;
  }
  .links {
    display: flex;
    align-items: center;
    font-size: inherit;
  }
  .links a {
    position: relative;
    font-size: 1rem;
    font-family: "Finalsix", Helvetica, Arial, sans-serif;
    font-weight: 700;
    height: 3.3125rem;
    border-radius: 0.375rem;
    padding: 0 1.125rem;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .links a {
    padding: 0 0.75rem;
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) {
  .links a.link-red {
    color: #c3023b;
  }
  .links a.link-bg {
    background-color: #f6f2eb;
    font-weight: 800;
    transition: background 0.2s, color 0.2s;
    margin: 0 0 0 1.125rem;
  }
  .links a.link-bg:hover {
    background-color: #c3023b;
    color: #f6f2eb;
  }
  .links a:not(.link-bg):after {
    content: "";
    height: 2px;
    background-color: #c3023b;
    position: absolute;
    left: 1.125rem;
    right: 1.125rem;
    bottom: 0.5rem;
    transform: translateY(-2px);
    opacity: 0;
    transition: all 0.2s;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .links a:after {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  .links a:hover:after {
    transform: translateY(0);
    opacity: 1;
  }
  .links a svg + span {
    margin-left: 0.5rem;
  }
  body.has-scrolled-vh .links a.link-bg {
    margin: 0 1.125rem;
  }
  .links a span {
    pointer-events: none;
  }
  .header__bottom .container {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    align-items: stretch;
  }
  .header__bottom .links {
    display: none;
    justify-content: flex-end;
    width: 100%;
  }
  .header__bottom .links a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .header__bottom .links a:last-child:after {
    right: 0 !important;
  }
  .header__bottom .link-search {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  body.has-scrolled-vh .header__bottom .links {
    display: flex;
  }
  .header__nav ul ul {
    display: none !important;
  }
  .header__nav a {
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    display: block;
    cursor: pointer;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__nav > ul > li > a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .header__nav > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header__nav > ul > li > a {
    padding: 0.875rem 1.5625rem;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .header__nav > ul > li > a {
    padding: 0.875rem 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__nav > ul > li > a {
    padding: 0.875rem 0.5rem;
  }
}
@media (min-width: 992px) {
  .header__nav > ul > li:first-child > a {
    padding-left: 0;
  }
  .header__nav > ul > li:last-child > a {
    padding-right: 0;
  }
  .header__nav > ul > li > a:after,
  .header__nav ~ a:after {
    content: "";
    height: 2px;
    background-color: #c3023b;
    position: absolute;
    left: 1.5625rem;
    right: 1.5625rem;
    bottom: 0;
    transform: translateY(-2px);
    opacity: 0;
    transition: all 0.2s;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .header__nav > ul > li > a:after,
  .header__nav ~ a:after {
    left: 1rem;
    right: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__nav > ul > li > a:after,
  .header__nav ~ a:after {
    left: 0.5rem;
    right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .header__nav > ul > li:first-child > a:after,
  .header__nav ~ a:after {
    left: 0;
  }
  .header__nav > ul > li:last-child > a:after,
  .header__nav ~ a:after {
    right: 0;
  }
  .header__nav > ul > li > a:hover:after,
  .header__nav > ul > li > a.is-open:after,
  .header__nav > ul > li > a.nav-path-selected:after,
  .header__nav > ul > li > a.nav-selected:after,
  .header__nav ~ a:hover:after {
    transform: translateY(0);
    opacity: 1;
  }
  body.has-scrolled-vh .header__nav,
  body.has-scrolled-vh .header__nav ul {
    width: 100%;
  }
  body.has-scrolled-vh .header__nav > ul {
    justify-content: space-between;
  }
  .header__flyouts {
    position: fixed;
    top: 10.5rem;
    left: 0;
    right: 0;
    box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.15);
  }
  .ccm-toolbar-visible .header__flyouts {
    top: calc(10.5rem + 47px);
  }
  .header__flyout {
    background: #ffffff;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    box-shadow: inset 0 6px 4px -3px rgba(0, 0, 0, 0.15);
    display: none;
  }
  .header__flyout.is-open {
    opacity: 1;
    height: auto;
    pointer-events: all;
    padding: 2rem 3rem;
    display: block;
  }
  .header__flyout-x {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.5rem;
    height: 2rem;
    width: 2rem;
  }
  .header__flyout-x:hover {
    color: #c3023b;
  }
  .header__flyout .container {
    transform: translateY(-8px);
    transition: transform 0.2s;
  }
  .header__flyout.is-open .container {
    transform: translateY(0);
  }
  .header__flyout ul {
    margin-bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  a.flylink {
    padding: 1rem 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    border-bottom: 1px solid #eee8dd;
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
  }
}
@media (min-width: 992px) and (max-height: 767px) {
  a.flylink {
    padding: 0.25rem 1.5rem;
  }
}
@media (min-width: 992px) {
  a.flylink:hover,
  li.nav-selected a.flylink,
  li.nav-path-selected a.flylink {
    color: #c3023b;
    border-color: #c3023b;
  }
  a.flylink svg {
    opacity: 0;
    transition: opacity 0.2s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  a.flylink:hover svg,
  li.nav-selected a.flylink svg,
  li.nav-path-selected a.flylink svg {
    opacity: 1;
  }
  a.flylink span + svg {
    opacity: 1;
    right: 0;
    left: auto;
  }
  .header__flyout ul ul {
    display: none !important;
  }
  .header__submenu {
    transition: transform 0.2s;
    display: none;
    pointer-events: none;
  }
  .header__submenu.is-open {
    display: block;
    pointer-events: all;
  }
}
@media (min-width: 992px) and (max-height: 767px) {
  .header__pagelist .smartlink-headerbox:not(:first-child) {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__pagelist .smartlink-headerbox:not(:first-child) {
    display: none;
  }
}
@media (min-width: 992px) {
  body.has-scrolled-vh .header.is-nav-open .header__flyouts {
    top: calc(4.625rem + 104px);
  }
  .ccm-toolbar-visible body.has-scrolled-vh .header.is-nav-open .header__flyouts {
    top: calc(4.625rem + 104px + 47px);
  }
  body.has-scrolled-vh .header:not(.is-nav-open) .header__flyouts {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  body.has-scrolled-vh .header:not(.is-nav-open) + .header-dimmer {
    display: none !important;
  }
  body.has-scrolled-vh .header__burger,
  body.has-scrolled-vh .header__controls .link-search {
    display: inline-flex;
  }
  body.has-scrolled-vh .header__controls .link-your-bkm,
  body.has-scrolled-vh .header__controls .link-career,
  body.has-scrolled-vh .header__bottom .link-search {
    display: none;
  }
  body.has-scrolled-vh .header__bottom {
    height: 0;
    display: block;
    position: fixed;
    top: 4.625rem;
    left: 0;
    right: 0;
    transform: translateY(-4px);
    background: #ffffff;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.15);
    display: none;
  }
  .ccm-toolbar-visible body.has-scrolled-vh .header__bottom {
    top: calc(4.625rem + 47px);
  }
  body.has-scrolled-vh .header.is-nav-open .header__bottom {
    opacity: 1;
    height: auto;
    pointer-events: all;
    transform: translateY(0);
    transition: all 0.2s;
    display: block;
  }
  body.has-scrolled-vh .header__bottom .bg-beige30 {
    box-shadow: inset 0 6px 4px -3px rgba(0, 0, 0, 0.15);
  }
  body.has-scrolled-vh .header__bottom .container {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 991px) {
  .header__flyouts,
  .header__bottom,
  .header__controls > *:not(.header__burger):not(.link-your-account):not(.link-find-adm):not(.link-contact-service),
  .header-dimmer {
    display: none !important;
  }
  #app_adm-button-template {
    display: contents !important;
  }
  #app_adm-button-template .link-find-adm {
    margin-left: 1rem;
  }
  #app_adm-button-template .link-find-adm > span {
    display: none;
  }
  .header__wrapper {
    height: 4.625rem;
  }
  .header__top {
    padding: 0;
    height: 100%;
  }
  .header__logo img,
  .header__logo a {
    max-height: 2.875rem;
  }
  .links {
    display: flex;
    align-items: center;
    font-size: inherit;
  }
  .links > a {
    margin-left: 1rem;
    display: flex;
    align-items: center;
  }
  .links > a > span,
  .links a.link-find-adm > span .adm-name {
    display: none;
  }
  .links a.link-red {
    color: #c3023b;
    padding: 1rem 0.5rem;
  }
  .header__mnav {
    position: fixed;
    left: 0;
    width: 100%;
    top: 4.625rem;
    max-height: calc(90vh - 5rem);
    overflow: auto;
    z-index: 110;
    transform: translate(0, -4px);
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
    box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.15), inset 0 6px 4px -3px rgba(0, 0, 0, 0.15);
    background: #ffffff;
  }
  .ccm-toolbar-visible .header__mnav {
    top: calc(4.625rem + 47px);
  }
  .header__mnav.is-nav-open {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
  }
}
/**
* REDUCED LANDINGPAGE HEADER VARIANT
*/
.reduced-header .header__top [class*=link-],
.reduced-header .header__burger,
.reduced-header .header__bottom {
  display: none !important;
}

.reduced-header .header__top .button svg,
.reduced-header .header__top .button:after {
  display: none;
}

.reduced-header .header__top .links > a.button:not([class*=link-]) {
  display: inline-flex !important;
}

.reduced-header .links > a > span {
  display: block;
}

.reduced-header .namespace {
  padding-top: 6.25rem;
}

.reduced-header .header__wrapper {
  height: 6.25rem;
  justify-content: center;
}

.reduced-header .header__top .button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero {
  position: relative;
}

.hero__image {
  width: 100%;
  aspect-ratio: 1536/581;
  background: #f6f2eb;
  display: block;
  overflow: hidden;
  min-height: 25rem;
}

.hero__image img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.hero__content .container {
  position: relative;
  transform: translateY(-15%);
}

.hero__content h1,
.hero__content h2,
.hero__content h3 {
  font-size: 2.625rem;
}

.hero__content .button {
  margin-top: 2.5rem;
}

.hero__badge .container {
  position: relative;
}

.hero__badge .WhoFinance_Widget_container {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

@media (max-width: 991px) {
  .hero__image {
    aspect-ratio: 16/10;
    min-height: 11.875rem;
  }
  .hero__content h1,
  .hero__content h2,
  .hero__content h3 {
    font-size: 1.25rem;
    max-width: 80%;
  }
  .hero__content .button {
    margin-top: 1.25rem;
  }
  .hero__badge .WhoFinance_Widget_container {
    transform: scale(0.6);
    transform-origin: bottom right;
  }
}
@media (max-width: 575px) {
  .hero__badge .WhoFinance_Widget_container {
    transform: translateY(13%) scale(0.5);
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .hero--mobile-improved .hero__badge {
    display: none;
  }
  .hero--mobile-improved .hero__content .container .wysiwyg {
    max-width: 80%;
  }
}
.smartlink {
  position: relative;
  margin: 1rem auto;
  max-width: 26rem;
  text-decoration: none;
  display: block;
}

.col-md-6 .smartlink,
.col-lg-6 .smartlink {
  max-width: 40rem;
}

.smartlink .smartlink__inner {
  padding: 0 1rem;
}

.smartlink .smartlink__inner a {
  display: inline-block;
}

.smartlink figure {
  margin-bottom: 2rem;
}

.smartlink figure a {
  display: block;
}

.smartlink figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s;
}

.smartlink a,
.smartlink a > * {
  text-decoration: none;
}

.smartlink a:hover > h1,
.smartlink a:hover > h2,
.smartlink a:hover > h3 {
  text-decoration: underline;
}

.smartlink:hover figure a img {
  transform: translateY(-0.5rem);
}

.smartlink h1,
.smartlink h2,
.smartlink h3 {
  font-size: 1.875rem;
}

.smartlink p {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  [class*=col-md] .smartlink {
    height: calc(100% - 2rem);
    padding-bottom: 4.5rem;
  }
  [class*=col-md] .smartlink a.link,
  [class*=col-md] .smartlink a.button {
    position: absolute !important;
    bottom: 0;
    left: 1rem;
  }
}
@media (min-width: 992px) {
  [class*=col-lg] .smartlink {
    height: 100%;
    height: calc(100% - 2rem);
    padding-bottom: 4.5rem;
  }
  [class*=col-lg] .smartlink a.link,
  [class*=col-lg] .smartlink a.button {
    position: absolute !important;
    bottom: 0;
    left: 1rem;
  }
}
@media (max-width: 991px) {
  .smartlink h1,
  .smartlink h2,
  .smartlink h3 {
    font-size: 1.5rem;
  }
  .smartlink p {
    font-size: 1.0625rem;
  }
}
.smartlink-box {
  max-width: 26rem;
  margin: 0 auto;
  padding-bottom: 24px;
  position: relative;
}

.smartlink-box .smartlink__wrapper {
  position: relative;
  padding-bottom: 8rem;
  background: #ffffff;
  display: block;
  height: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.smartlink-box.no-thumb .smartlink__wrapper {
  display: flex;
  align-items: center;
}

.smartlink-box .smartlink__inner {
  padding: 0 2rem;
}

.smartlink-box .smartlink__inner a {
  display: inline-block;
}

.smartlink-box .smartlink__inner:first-child {
  padding-top: 2rem;
}

.smartlink-box figure {
  margin-bottom: 1.25rem;
}

.smartlink-box figure a {
  display: block;
}

.smartlink-box figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 416/284;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s;
}

.smartlink-box a,
.smartlink-box a > * {
  text-decoration: none;
}

.smartlink-box a:hover > h1,
.smartlink-box a:hover > h2,
.smartlink-box a:hover > h3 {
  text-decoration: underline;
}

.smartlink-box:hover figure a img {
  opacity: 0.8;
}

.smartlink-box .link {
  position: absolute !important;
  bottom: 1rem;
  left: 2rem;
}

.smartlink-box h1,
.smartlink-box h2,
.smartlink-box h3 {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}

.smartlink-box .topic {
  color: #694161;
  opacity: 1;
  margin-bottom: 0.25rem;
}

.smartlink-box p {
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  [class*=col-md] .smartlink-box {
    height: 100%;
  }
}
@media (min-width: 992px) {
  [class*=col-lg] .smartlink-box {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .smartlink-box .smartlink__inner {
    padding: 0 1rem;
  }
  .smartlink-box .smartlink__inner:first-child {
    padding-top: 1rem;
  }
  .smartlink-box h1,
  .smartlink-box h2,
  .smartlink-box h3 {
    margin-bottom: 0.875rem;
    font-size: 1.1rem;
  }
  .smartlink-box p {
    font-size: 1.0625rem;
  }
}
.smartlink-box.trkisbr .smartlink__wrapper {
  background: #1eab9e;
}

.smartlink-box.trkisbr .smartlink__wrapper * {
  color: #ffffff !important;
}

.smartlink-box.trkisbr .link:after {
  background: #ffffff !important;
}

.smartlink-box.rotbr .smartlink__wrapper {
  background: #c3023b;
}

.smartlink-box.rotbr .smartlink__wrapper * {
  color: #ffffff !important;
}

.smartlink-box.rotbr .link:after {
  background: #ffffff !important;
}

.smartlink-box.auberginebr .smartlink__wrapper {
  background: #4c2147;
}

.smartlink-box.auberginebr .smartlink__wrapper * {
  color: #ffffff !important;
}

.smartlink-box.auberginebr .link:after {
  background: #ffffff !important;
}

.smartlink-box.faktalszahlbr .topic,
.smartlink-box.faktalszahlbr h1 .ck-red,
.smartlink-box.faktalszahlbr h2 .ck-red,
.smartlink-box.faktalszahlbr h3 .ck-red {
  display: none;
}

.smartlink-box.faktalszahlbr h1,
.smartlink-box.faktalszahlbr h2,
.smartlink-box.faktalszahlbr h3 {
  font-size: 2.125rem;
}

@media (max-width: 991px) {
  .smartlink-box.faktalszahlbr h1,
  .smartlink-box.faktalszahlbr h2,
  .smartlink-box.faktalszahlbr h3 {
    font-size: 1.59375rem;
  }
}
.smartlink-headerbox {
  width: 100%;
  padding-bottom: 0.5rem;
  position: relative;
}

.smartlink-headerbox .smartlink__wrapper {
  position: relative;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: stretch;
}

.smartlink-headerbox .smartlink__inner {
  padding: 0.75rem 0.75rem 0 0.75rem;
  width: 66.666%;
}

.smartlink-headerbox figure {
  overflow: hidden;
  width: 33.333%;
}

.smartlink-headerbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s;
}

.smartlink-headerbox a,
.smartlink-headerbox a > * {
  text-decoration: none;
}

.smartlink-headerbox a:hover > h1,
.smartlink-headerbox a:hover > h2,
.smartlink-headerbox a:hover > h3 {
  text-decoration: underline;
}

.smartlink-headerbox figure a:hover img {
  transform: scale(1.05);
}

.smartlink-headerbox a.link {
  font-size: 1rem !important;
}

.smartlink-headerbox h1,
.smartlink-headerbox h2,
.smartlink-headerbox h3 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 800;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  list-style: none;
  line-height: 1.5;
}

.awards_slider {
  padding: 1rem 5rem;
  position: relative;
}

.awards_slider .swiper {
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
}

.awards_slider .swiper-wrapper {
  align-items: stretch;
}

.awards_slider .swiper-slide {
  height: auto;
}

.awards_slider .swiper figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.awards_slider .swiper figure img {
  width: 100%;
  height: auto;
  max-width: 11.375rem;
  display: block;
  margin: 0 auto;
}

.awards_slider .swiper-button-prev,
.awards_slider .swiper-button-next {
  height: 3.5rem;
  width: 3.5rem;
  transform: scale(1);
  border: 2px solid transparent;
  border-radius: 50%;
  transition: transform 0.2s;
}

.awards_slider .swiper-button-prev:hover,
.awards_slider .swiper-button-next:hover {
  transform: scale(1.1);
  border-color: #c3023b;
}

.awards_slider .swiper-button-prev {
  left: 1rem;
}

.awards_slider .swiper-button-next {
  right: 1rem;
}

.awards_slider .swiper-button-prev:after,
.awards_slider .swiper-button-next:after {
  display: none;
}

.awards_slider .swiper-button-prev svg,
.awards_slider .swiper-button-next svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .awards_slider .swiper-button-prev,
  .awards_slider .swiper-button-next {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.awards_slider div.swiper-controls {
  position: absolute;
  top: auto;
  bottom: 0.5rem;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.awards_slider button.swiper-pp {
  width: 2.75rem;
  height: 2.75rem;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
}

.awards_slider button.swiper-pp svg.play,
.awards_slider button.swiper-pp svg.pause {
  display: none;
}

.awards_slider .swiper.is-paused button.swiper-pp svg.play {
  display: block;
}

.awards_slider .swiper:not(.is-paused) button.swiper-pp svg.pause {
  display: block;
}

.awards_slider div.swiper-pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  width: auto;
}

.awards_slider .swiper-pagination span.swiper-pagination-bullet {
  margin: 0.25rem 0.5rem;
  height: 1rem;
  width: 1rem;
  display: block;
  background: #ffffff;
  opacity: 0.7;
  border: 2px solid #4c2147;
  border-radius: 50%;
  transition: all 0.2s;
}

.awards_slider .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  width: 2.25rem;
  border-radius: 0.5rem;
}

.hamburger {
  padding: 0 0 0 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter, background;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 3.3125rem;
}

.hamburger-label {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 0.5rem;
}

@media (hover: hover) {
  .hamburger-label:hover {
    position: relative;
  }
  .hamburger-label:after {
    background: #000000;
    content: "";
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    transition: width 0.33s;
  }
}
.hamburger-box {
  width: 18px;
  height: 14px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #000000;
  width: 18px;
  height: 2px;
  border-radius: 0;
  position: absolute;
  transition: transform 0.33s ease;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background: #000000;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.namespace .button,
.namespace a.button,
.namespace p .button,
.namespace p a.button {
  color: #ffffff;
  background-color: #c3023b;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 800;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  text-decoration: none;
  border-width: 0.1875rem;
  border-style: solid;
  border-radius: 0.25rem;
  border-color: #c3023b;
  padding: 1rem 2.5rem 1rem 2.5rem;
  cursor: pointer;
  transition: all 0.2s;
}

.namespace .button svg {
  flex-shrink: 0;
}

.namespace .button span + svg,
.namespace a.button span + svg,
.namespace .button svg + span,
.namespace a.button svg + span {
  margin-left: 0.75rem;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .namespace .button,
  .namespace a.button,
  .namespace p .button,
  .namespace p a.button {
    padding: 1rem 1.25rem 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 700;
  }
  .namespace .button span + svg,
  .namespace a.button span + svg,
  .namespace .button svg + span,
  .namespace a.button svg + span {
    margin-left: 0.375rem;
  }
}
.namespace .button:hover,
.namespace a.button:hover,
.namespace p .button:hover,
.namespace p a.button:hover {
  background-color: #4c2147;
  border-color: #4c2147;
}

.namespace .button:hover svg,
.namespace a.button:hover svg {
  transform: translateX(0.5rem);
}

@media (max-width: 991px) {
  .namespace .button:hover svg,
  .namespace a.button:hover svg {
    transform: translateX(0.25rem);
  }
}
.namespace [class*=bg-purple] .button:hover,
.namespace [class*=bg-purple] a.button:hover,
.namespace [class*=bg-purple] p .button:hover,
.namespace [class*=bg-purple] p a.button:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #c3023b;
}

.namespace .button--secondary,
.namespace a.button--secondary,
.namespace p .button--secondary,
.namespace p a.button--secondary {
  background-color: #ffffff;
  color: #c3023b;
}

.namespace .button--secondary:hover,
.namespace a.button--secondary:hover,
.namespace p .button--secondary:hover,
.namespace p a.button--secondary:hover {
  border-color: #4c2147;
  color: #4c2147;
  background-color: #ffffff;
}

.namespace .button--beige,
.namespace a.button--beige,
.namespace p .button--beige,
.namespace p a.button--beige {
  background-color: #f6f2eb;
  border-color: #f6f2eb;
  color: #c3023b;
}

.namespace .button--beige:hover,
.namespace a.button--beige:hover,
.namespace p .button--beige:hover,
.namespace p a.button--beige:hover {
  border-color: #c3023b;
  background-color: #f6f2eb;
  color: #c3023b;
}

.namespace .link,
.namespace a.link,
.namespace p .link,
.namespace p a.link {
  color: #c3023b;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 800;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  text-decoration: none;
  padding: 1rem 0 1rem 0;
  transition: all 0.2s;
  border: 0;
  background: transparent;
}

.namespace .link:after {
  content: "";
  height: 0.25rem;
  background-color: #c3023b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  transform: translateY(-0.125rem);
  opacity: 0;
  transition: all 0.2s;
}

.namespace .link span {
  text-align: left;
}

.namespace .link svg {
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .namespace .link,
  .namespace a.link,
  .namespace p .link,
  .namespace p a.link {
    padding: 0.5rem 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 700;
  }
  .namespace .link:after {
    height: 0.125rem;
    bottom: 0.25rem;
    transform: translateY(-0.0625rem);
  }
}
.namespace .link svg + span,
.namespace .link span + svg {
  margin-left: 0.5rem;
}

.namespace .link:hover,
.namespace a.link:hover,
.namespace p .link:hover,
.namespace p a.link:hover {
  text-decoration: none;
  color: #4c2147;
  opacity: 1;
}

.namespace .link:hover:after {
  transform: translateY(0);
  opacity: 1;
  background-color: #4c2147;
}

.namespace [class*=bg-purple] .link:hover,
.namespace [class*=bg-purple] a.link:hover,
.namespace [class*=bg-purple] p .link:hover,
.namespace [class*=bg-purple] p a.link:hover {
  color: #ffffff;
}

.namespace [class*=bg-purple] .link:hover:after {
  background-color: #ffffff;
}

.button:disabled {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #aaa;
  pointer-events: none;
}

.abstand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ccm-edit-mode .abstand {
  margin: 6px 0;
}

.ccm-edit-mode .abstand:after {
  content: "ABSTANDSHALTER";
}

.abstand--40 {
  height: 1.25rem;
}

.abstand--60 {
  height: 1.875rem;
}

.abstand--80 {
  height: 2.5rem;
}

.abstand--110 {
  height: 3.4375rem;
}

@media (min-width: 992px) {
  .abstand--40 {
    height: 2.5rem;
  }
  .abstand--60 {
    height: 3.75rem;
  }
  .abstand--80 {
    height: 5rem;
  }
  .abstand--110 {
    height: 6.875rem;
  }
}
.dropopen {
  transform: translateY(-1rem);
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0;
  margin: 1rem 0;
}

.dropopen__title {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
}

.dropopen__title:hover {
  cursor: pointer;
}

.dropopen__title > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 2rem;
  transition: color 0.2s;
  text-decoration: none;
}

.dropopen__title:hover > * {
  color: #c3023b;
}

.dropopen__title > svg {
  margin-left: auto;
  height: 0.75rem;
  width: 1.125rem;
  margin-right: 0;
  display: block;
  color: #c3023b;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.2s;
}

.dropopen.is-open .dropopen__title > svg {
  transform: rotate(0);
}

.dropopen__body {
  height: 0;
  overflow: hidden;
  display: none;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.2s;
}

.dropopen.is-open .dropopen__body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
  display: block;
}

.dropopen__body > *:first-child {
  margin-top: 0;
}

.dropopen__body > *:last-child {
  margin-bottom: 0;
}

.hero2 {
  position: relative;
}

.hero2 .container {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}

.hero2__image {
  width: 66.666%;
  aspect-ratio: 950/470;
  background: #f6f2eb;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.hero2__image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 4rem;
  width: 10%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.hero2__image img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero2__image img.adm-profile {
  height: 16rem;
  width: 16rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .hero2__image img.adm-profile {
    width: 8rem;
    height: 8rem;
  }
}
.hero2__content {
  width: 40%;
  padding: 3rem 2rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
  min-height: 435px;
  margin-top: 4rem;
  margin-left: auto;
}

.hero2__content h1,
.hero2__content h2,
.hero2__content h3 {
  font-size: 2.125rem;
}

.hero2__content .button {
  margin-top: 2.5rem;
}

@media (max-width: 1199px) {
  .hero2__image {
    width: 56.66%;
    aspect-ratio: 950/470;
  }
  .hero2__content {
    width: 50%;
    padding: 2rem;
    min-height: 435px;
  }
}
@media (max-width: 991px) {
  .hero2 .container {
    display: block;
  }
  .hero2__content h1,
  .hero2__content h2,
  .hero2__content h3 {
    font-size: 1.59375rem;
  }
  .hero2__image {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  .hero2__content {
    width: 100%;
    min-height: 0;
    margin-top: 0;
    padding: 1.5rem;
  }
  .hero2__content .button {
    margin-top: 1.25rem;
  }
}
.footer-search {
  margin-bottom: -2rem;
}

.footer-search .controls {
  position: relative;
}

.footer-search .controls:before {
  content: "";
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  position: absolute;
  display: block;
  background: #694161;
  border-radius: 0.5rem;
}

.footer-search .controls input {
  width: 100%;
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 4rem 0 1.25rem;
  border: 0;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  color: #000000;
  position: relative;
  z-index: 1;
}

.footer-search .controls input:active,
.footer-search .controls input:focus {
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.footer-search .controls .button {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  padding: 0.25rem;
}

.footer-search .controls .button svg {
  transform: translate(0) !important;
}

.footer-questions {
  padding-top: 6.25rem;
  padding-bottom: 1.75rem;
  background: #4c2147;
}

@media (max-width: 991px) {
  .footer-questions {
    padding-top: 4.25rem;
    padding-bottom: 0;
  }
}
.footer-questions .col-12 {
  margin-bottom: 3.75rem;
}

@media (max-width: 991px) {
  .footer-questions .col-12 {
    margin-bottom: 1.75rem;
  }
}
.footer-questions .col-auto {
  margin-bottom: 2rem;
  white-space: nowrap;
}

.footer-questions p {
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
}

.footer-questions .table {
  width: auto !important;
  display: table;
}

.footer-questions .table .tr {
  display: table-row;
}

.footer-questions .table .td {
  display: table-cell;
  vertical-align: top;
  min-width: 3.4375rem;
  padding-right: 0.5rem;
}

@media (max-width: 991px) {
  .footer-questions .table .td img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.footer-questions .table p {
  color: #ffffff;
  font-weight: 500;
}

.footer-questions .table p a:not(.link) {
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5625rem;
  padding-top: 0.625rem;
  display: inline-block;
}

@media (max-width: 991px) {
  .footer-questions .table p a:not(.link) {
    font-size: 1.125rem;
    padding-top: 0.375rem;
  }
}
.footer-questions .table p sub {
  font-size: 0.875rem;
  opacity: 0.54;
  bottom: auto;
  line-height: 1.2;
}

.footer-questions .table p a.link {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-questions .table p a.link:hover {
  color: #c3023b;
}

.footer-questions .table p a.link:hover:after {
  background: #c3023b;
}

.footer-questions a:not(.link) svg {
  margin: 0 1rem;
}

@media (max-width: 991px) {
  .footer-questions a:not(.link) svg {
    height: 3.1875rem;
    width: 3.1875rem;
  }
}
.footer-questions a:not(.link) svg {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.footer-questions a svg {
  transition: all 0.2s;
}

.footer-questions a:hover svg {
  transform: scale(1.1);
}

.footer-links {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #694161;
  color: #ffffff;
}

.footer-links .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-links .container a {
  margin: 0 1rem;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  font-family: "Specter", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.footer-links .container a:hover {
  text-decoration: underline;
}

.footer-social-link {
  display: inline-block;
}

#back-to-top {
  height: 3.25rem;
  width: 3.25rem;
  display: block;
  opacity: 1;
  transform: rotate(-90deg);
  margin-left: auto;
  margin-right: 1rem;
  margin-bottom: -4.375rem;
  cursor: pointer;
}

#back-to-top svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  #back-to-top {
    height: 2.1875rem;
    width: 2.1875rem;
    margin: 1rem auto;
  }
}
/**
* REDUCED LANDINGPAGE FOOTER VARIANT
*/
.reduced-footer .footer-search,
.reduced-footer .footer-questions,
.reduced-footer .footer-links a:not([href*=impressum]):not([href*=datenschutz]) {
  display: none !important;
}

.reduced-header #back-to-top {
  margin-bottom: 2rem;
}

.fancytabs {
  background-color: #f8f6f1;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 4rem;
}

.fancytabs__wrapper {
  padding: 0 2rem;
  transform: translateY(-4rem);
}

.fancytabs__tabgroup {
  display: flex;
  align-items: flex-end;
  height: 10.3125rem;
}

.fancytabs__tab {
  width: 33.333%;
  background-color: #694161;
  height: 7.375rem;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .fancytabs__tabgroup {
    flex-wrap: wrap;
    height: auto;
  }
  .fancytabs__tab {
    width: 100%;
    margin-top: 2.5rem;
  }
  .fancytabs__wrapper {
    padding: 0 1rem;
  }
}
.fancytabs__tab:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.fancytabs__tab.is-active {
  background-color: #4c2147;
  height: 10.3125rem;
}

.fancytab__tabstate {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

.fancytab__tabstate svg {
  display: none;
}

.fancytabs__tab.is-active .fancytab__tabstate svg.tab-open {
  display: block;
}

.fancytabs__tab:not(.is-active) .fancytab__tabstate svg.tab-closed {
  display: block;
}

.fancytab__tabtitle {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
  color: #ffffff;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: 1.5625rem;
}

@media (max-width: 991px) {
  .fancytab__tabtitle {
    font-size: 1.0125rem;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.fancytab__tabtitle:after {
  content: "";
  height: 0.25rem;
  background-color: #c3023b;
  width: 4.6875rem;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  display: block;
}

.fancytab__tabimg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% + 2rem);
}

.fancytab__tabimg img {
  -o-object-position: bottom right;
     object-position: bottom right;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.fancytabs__content {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  padding: 0 1rem;
  height: 0;
  transform: translateY(-4px);
  transition: all 0.2s;
}

.fancytabs__content.is-active {
  display: block;
  transform: translateY(0);
  padding: 1rem 1rem 0;
  opacity: 1;
  height: auto;
  pointer-events: all;
}

.fancytabs__tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4c2147;
  opacity: 0.5;
  margin-bottom: 2rem;
}

.fancytabs__tags span {
  margin-right: 1.25rem;
}

.fancytabs__content h1,
.fancytabs__content h2,
.fancytabs__content h3 {
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.5625rem;
}

@media (max-width: 991px) {
  .fancytabs__tags {
    font-size: 1.0125rem;
  }
  .fancytabs__content h1,
  .fancytabs__content h2,
  .fancytabs__content h3 {
    font-size: 1.25rem;
  }
}
.fancytabs .fancytabs__regular-content {
  padding-bottom: 2rem;
}

.fancytabs__regular-content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.fancytabs__regular-content table td {
  vertical-align: top;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  line-height: 1.3;
}

.fancytabs__regular-content table td:first-child {
  min-width: 2.5rem;
}

.fancytabs__regular-content table td:first-child img {
  margin-top: 0.25rem;
}

@media (max-width: 991px) {
  .fancytabs__regular-content p {
    font-size: 1.0125rem;
  }
  .fancytabs__content .col-lg-6 {
    margin-bottom: 2rem;
  }
}
.fancytabs__highlight-content {
  background-color: #ffffff;
  padding: 1rem;
}

.fancytabs__highlight-content p {
  font-size: 1.125rem;
  font-weight: 400;
}

.fancytabs__highlight-content p a {
  text-decoration: underline;
}

.fancytabs__highlight-content h1,
.fancytabs__highlight-content h2,
.fancytabs__highlight-content h3 {
  font-size: 1.375rem;
}

.fancytabs__highlight-content table td {
  vertical-align: top;
  border-top: 1px solid #ddd3bc;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.fancytabs__highlight-content table td:first-child {
  min-width: 1.5rem;
  padding-right: 0.25rem;
}

.fancytabs__highlight-content table td:first-child img {
  margin-top: 0.5rem;
}

@media (max-width: 991px) {
  .fancytabs__highlight-content p {
    font-size: 1.0125rem;
  }
  .fancytabs__highlight-content h1,
  .fancytabs__highlight-content h2,
  .fancytabs__highlight-content h3 {
    font-size: 1.1rem;
  }
}
.linkbox {
  padding: 1.5rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  color: #694161;
  text-decoration: none;
  display: block;
}

.linkbox figure {
  margin-bottom: 2rem;
}

.linkbox figure img {
  display: block;
  margin: 0 auto;
}

.linkbox__inner .link {
  display: flex !important;
  justify-content: center;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  [class*=col-md] .linkbox {
    height: 100%;
  }
  [class*=col-md] .linkbox__inner .link {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
  }
  [class*=col-md] .linkbox {
    padding: 3.5rem 3.5rem 6rem;
  }
}
@media (min-width: 992px) {
  [class*=col-lg] .linkbox {
    height: 100%;
  }
  [class*=col-lg] .linkbox__inner .link {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
  }
  [class*=col-lg] .linkbox {
    padding: 3.5rem 3.5rem 6rem;
  }
}
.linkbox-icon {
  padding: 1rem 1rem;
  position: relative;
  color: #694161;
  background-color: #f6f2eb;
  border-top: 5rem solid #ffffff;
  display: block;
  text-decoration: none;
}

.linkbox-icon.no-icon {
  border-top: 1rem solid #ffffff;
}

.linkbox-icon figure {
  position: absolute;
  bottom: 100%;
  margin-bottom: -2rem;
  right: 2rem;
}

.linkbox-icon figure a {
  display: inline-block;
}

.linkbox-icon figure img {
  display: block;
  margin: 0 auto;
}

.linkbox-icon__inner .link {
  display: flex !important;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  [class*=col-md] .linkbox-icon {
    height: 100%;
  }
  [class*=col-md] .linkbox-icon__inner .link {
    position: absolute !important;
    left: 2rem;
    bottom: 1.5rem;
  }
  [class*=col-md] .linkbox-icon {
    padding: 2rem 2rem 6rem;
  }
}
@media (min-width: 992px) {
  [class*=col-lg] .linkbox-icon {
    height: 100%;
  }
  [class*=col-lg] .linkbox-icon__inner .link {
    position: absolute !important;
    left: 2rem;
    bottom: 1.5rem;
  }
  [class*=col-lg] .linkbox-icon {
    padding: 2rem 2rem 6rem;
  }
  .linkbox-icon h1,
  .linkbox-icon h2,
  .linkbox-icon h3 {
    min-height: 4.4375rem;
    width: calc(100% - 7.5rem);
  }
}
.breadcrumb {
  padding-bottom: 2.5rem;
  opacity: 1;
}

.hero2 + .breadcrumb {
  opacity: 0;
}

.hero2 + .breadcrumb[style] {
  opacity: 1;
}

@media (max-width: 991px) {
  .breadcrumb {
    opacity: 1;
    padding-bottom: 1.875rem;
    transform: translateY(0) !important;
  }
}
.breadcrumb ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.875rem 0;
}

.breadcrumb[style*=transform] ul {
  max-width: 50%;
}

@media (max-width: 991px) {
  .breadcrumb ul {
    max-width: 100% !important;
  }
}
.breadcrumb ul li {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.breadcrumb ul li:not(:last-child) {
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}

.breadcrumb ul li:last-child {
  pointer-events: none;
}

.breadcrumb ul li:not(:last-child):after {
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAQAAACb+P2wAAAALklEQVR42mNgSGBQZIACZYZiBmWsHBOGSgZeEIOFIYLBDsRghTEYEAwGBjkYAwDhzASXqhR00wAAAABJRU5ErkJggg==");
  height: 0.5rem;
  width: 0.25rem;
  display: block;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 1px;
  margin-right: -0.25rem;
  transform: translateY(-50%) translateX(-50%);
}

.breadcrumb ul li a {
  color: #4c2147;
  font-size: 0.875rem;
  font-weight: 400;
  transition: all 0.2s;
  text-decoration: none;
}

.breadcrumb ul li:not(:last-child) a {
  opacity: 1;
  text-decoration: underline;
}

.breadcrumb ul li:not(:last-child):hover a {
  opacity: 1;
}

.simple-dropdown {
  position: fixed;
  top: 20%;
  left: 70%;
  z-index: 999;
  border-radius: 0.375rem;
  background-color: #ffffff;
  padding: 1rem 2rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 23rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  display: none;
}

.simple-dropdown.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: transform 0.2s, opacity 0.2s;
  display: block;
}

.simple-dropdown:before {
  content: "";
  position: absolute;
  top: -0.75rem;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #ffffff;
}

.sd-image {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto 2rem;
  border-radius: 50%;
  overflow: hidden;
}

.sd-image img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sd-text {
  text-align: center;
  margin-bottom: 2rem;
}

.sd-name {
  margin-bottom: 2rem;
}

.sd-address {
  margin-bottom: 1rem;
}

.sd-links a.link {
  text-align: left;
}

.sd-close {
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  z-index: 3;
}

.sd-close:hover {
  color: #c3023b;
}

@media (max-height: 767px) {
  .sd-image {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto 1rem;
  }
  .sd-text {
    margin-bottom: 1rem;
  }
  .sd-name {
    margin-bottom: 1rem;
  }
  .sd-address {
    margin-bottom: 0.5rem;
  }
  .sd-links a.link {
    padding: 0.5rem 0 1rem;
  }
}
@media (max-width: 991px) {
  .simple-dropdown {
    right: 1rem !important;
    left: auto !important;
    width: 80vw;
    padding: 1rem;
  }
  .simple-dropdown:before {
    display: none;
  }
  .sd-image {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 1rem;
  }
  .sd-text {
    margin-bottom: 1rem;
  }
  .sd-name {
    margin-bottom: 1rem;
  }
  .sd-address {
    margin-bottom: 0.5rem;
  }
  .sd-links a.link {
    padding: 0.5rem 0 1rem;
  }
  .sd-linklist a.flylink {
    padding: 0.25rem 0;
    display: block;
    text-decoration: none;
  }
  .sd-linklist a.flylink span {
    margin-left: 0.5rem;
  }
}
.simple-dropdown--linklist {
  width: 16.5rem;
  padding: 1rem;
  padding-top: 1.5rem;
}

.simple-dropdown--linklist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.simple-dropdown--linklist ul li:last-child a {
  border-bottom: 0;
}

#app_adm-search.is-initialized {
  display: block !important;
}

.adm__preselection-wrapper {
  padding: 0.5rem;
  margin: 1rem auto;
  max-width: 50rem;
  text-align: center;
}

.adm__preselection-wrapper label {
  font-size: 1.25rem;
  margin-right: 1.5rem;
  margin-top: 1.25rem;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.adm__preselection-wrapper label b {
  font-weight: 500;
  padding-left: 1rem;
  display: inline-block;
}

.adm__preselection-wrapper input {
  height: 2.5rem;
  width: 2.5rem;
  opacity: 0;
  display: inline-block;
  cursor: pointer;
}

.adm__preselection-wrapper input + span {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.1875rem solid #c3023b;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.adm__preselection-wrapper input:checked + span {
  border-color: #c3023b;
}

.adm__preselection-wrapper input:checked + span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #c3023b;
  display: block;
  pointer-events: none;
}

.adm__preselection-wrapper input:checked + span:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi44MzIiIGhlaWdodD0iMTIuNDUiIHZpZXdCb3g9IjAgMCAxNi44MzIgMTIuNDUiPgogIDxwYXRoIGlkPSJQYXRoXzQ4NDIyIiBkYXRhLW5hbWU9IlBhdGggNDg0MjIiIGQ9Ik0xMjQuNjYzLDE3MC42MzNhMS4zNzcsMS4zNzcsMCwwLDEtLjk4MS0uNDExbC00LjYtNC42NjlhMS4zNzcsMS4zNzcsMCwxLDEsMS45NjItMS45MzJsMy42MTIsMy42NjksOC41LTguNjkzYTEuMzc3LDEuMzc3LDAsMCwxLDEuOTY5LDEuOTI1bC05LjQ4MSw5LjdhMS4zNzcsMS4zNzcsMCwwLDEtLjk4Mi40MTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE4LjY4OSAtMTU4LjE4MikiIGZpbGw9IiNmOGY2ZjEiLz4KPC9zdmc+Cg==");
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: -2px;
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  pointer-events: none;
}

.adm__search-wrapper {
  background-color: #ffffff;
  padding: 0.5rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: stretch;
  margin: 1rem auto;
  max-width: 50rem;
}

.adm__search-wrapper .input {
  flex-basis: 50%;
  flex-grow: 1;
  position: relative;
  height: 3.75rem;
}

.adm__search-wrapper .input:first-child {
  border-right: 2px solid #f8f6f1;
}

.adm__search-wrapper .input svg.icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}

.adm__search-wrapper .input .clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adm__search-wrapper .input input {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  height: 100%;
  line-height: 100%;
  border: 0;
}

.adm__search-wrapper .button {
  flex-shrink: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.adm__app-msg {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 50rem;
}

.adm__result-wrapper .count {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
}

.adm__result-wrapper .results {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}

.adm__result-wrapper .results > * {
  width: 100%;
}

@media (min-width: 768px) {
  .adm__result-wrapper .results > * {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .adm__result-wrapper .results > * {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .adm__search-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .adm__search-wrapper .input {
    border-bottom: 2px solid #000000;
    flex-basis: 100%;
    border-right: 0 !important;
  }
  .adm__search-wrapper .button {
    margin-top: 2rem;
  }
}
.adm__directlead {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 50rem;
  display: none;
}

#app_adm-button {
  display: inline-flex;
}

#app_adm-button:not(.is-initialized) {
  opacity: 0.1;
  pointer-events: none;
}

#app_adm-button * {
  pointer-events: none;
}

#app_adm-button img,
#app_adm-button .img-loading {
  margin-left: 1rem;
  display: inline-block;
  border-radius: 50%;
  height: 2.8125rem;
  width: 2.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  background-color: #ddd3bc;
}

#app_adm-button.is-active svg {
  transform: translateX(0) !important;
}

#app_adm-button svg {
  margin-right: 0.5rem;
}

#app_adm-button span {
  margin-left: 0;
}

.app_adm-button-label:not(.adm-selected) {
  display: none;
}

@media (min-width: 992px) {
  #app_adm-button.is-active {
    background-color: #c3023b !important;
    border-color: #c3023b !important;
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  #app_adm-button img,
  #app_adm-button .img-loading {
    margin-left: 0.5rem;
    height: 2.125rem;
    width: 2.125rem;
    position: relative;
  }
  #app_adm-button.adm-found > span {
    display: block;
  }
  #app_adm-button.adm-found > svg {
    display: none;
  }
}
.longbox {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin: 1rem 0;
}

.longbox a {
  text-decoration: none;
}

.longbox__inner {
  padding: 1rem;
}

.longbox__flex {
  display: flex;
  align-items: stretch;
}

.longbox__image {
  flex-shrink: 0;
  width: 30%;
  margin-right: 1rem;
  overflow: hidden;
}

.longbox__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s;
}

.longbox__image a:hover img {
  transform: scale(1.1);
}

.longbox__content {
  padding: 2rem 1rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.longbox__title {
  text-decoration: none;
  margin-bottom: 1rem;
}

.longbox__title:hover {
  text-decoration: underline;
}

.longbox__facts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.longbox__fact {
  width: 33.333%;
  padding: 0.25rem 1rem;
  line-height: 1.3;
}

.longbox__infos {
  display: flex;
  flex-wrap: wrap;
  margin: auto -1rem 0;
}

.longbox__info {
  width: 33.333%;
  padding: 0.25rem 1rem;
  display: flex;
  font-weight: 400;
  align-items: center;
  line-height: 1.1;
}

.longbox__info b {
  font-weight: 500;
}

.longbox__info svg {
  margin-right: 0.5rem;
}

@media (max-width: 1199px) {
  .longbox__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .longbox__image {
    margin-right: 0;
    width: auto;
    height: 15rem;
    max-width: 100%;
  }
  .longbox__image a,
  .longbox__image figure,
  .longbox__image img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .longbox__facts {
    justify-content: space-between;
  }
  .longbox__fact {
    width: auto;
  }
  .longbox__infos {
    justify-content: space-between;
    margin-top: 2rem;
  }
  .longbox__info {
    width: auto;
  }
  .longbox__info:last-child {
    width: 100%;
    justify-content: flex-end;
    margin-top: 2rem;
  }
}
.adm__box {
  padding: 0 0.75rem;
  margin: 0.75rem 0;
}

.adm__box .box-wrapper {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.adm__box.adm__box--purple .box-wrapper {
  background-color: #4c2147;
  box-shadow: 0;
  color: #ffffff;
}

.adm__box .box-inner {
  padding: 1.25rem 1.25rem 7.5rem;
  flex-grow: 1;
  position: relative;
}

.adm__box.adm__box--nofoot .box-inner {
  padding-bottom: 1.25rem;
}

.adm__box .box-inner .box-head {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.adm__box .box-inner .box-head .head-title {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  margin-right: 1.25rem;
  text-decoration: none;
}

.adm__box .box-inner .box-head a.head-title:hover {
  text-decoration: underline;
  color: #c3023b;
}

.adm__box .box-inner .box-head .head-img {
  max-width: 7.5rem;
  width: 100%;
  aspect-ratio: 1/1;
  margin-left: auto;
  background-color: transparent;
  flex-shrink: 0;
}

.adm__box .box-inner .box-head .head-img a {
  display: inline-block;
}

.adm__box .box-inner .box-head .head-img img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

.adm__box .box-inner .box-body {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Specter", Helvetica, Arial, sans-serif;
}

.adm__box .box-inner .box-body .body-address {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  margin-bottom: 1.25rem;
}

.adm__box .box-inner .box-body .body-infos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.adm__box .box-inner .box-body .body-infos > table {
  width: 48%;
}

.adm__box .box-inner .box-body .body-infos > img {
  align-self: flex-end;
  justify-self: flex-end;
  flex-shrink: 1;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .adm__box .box-inner .box-body .body-infos > table {
    width: 100%;
  }
}
.adm__box .box-inner .box-body .body-infos td {
  padding: 0.375rem 0.75rem 0.375rem 0;
  vertical-align: top;
  line-height: 1.2;
}

.adm__box .box-inner .box-body .body-infos td:first-child {
  text-align: center;
}

.adm__box .box-inner .box-body .body-infos a.body-link {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.adm__box .box-inner .box-body .body-infos a.body-link:hover {
  color: #c3023b;
  text-decoration: underline;
}

.adm__box .box-inner .box-body .body-infos .icon svg {
  margin-top: -4px;
}

.adm__box .box-inner .box-link {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
}

.adm__box .box-foot {
  background-color: #eee8dd;
  padding: 1.25rem;
  color: #c3023b;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Specter", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: flex-start;
  flex-grow: 0;
}

.adm__box .box-foot .foot-distance {
  display: flex;
  align-items: center;
  width: 50%;
}

.adm__box .box-foot .foot-distance svg {
  margin-right: 0.5rem;
}

.adm__box .box-foot .foot-language {
  width: 50%;
  margin-left: auto;
  text-align: right;
}

.adm__box .box-foot .foot-language span {
  font-weight: 400;
  margin-left: 0.25rem;
}

.adm__box .box-foot .foot-language span:not(:last-child):after {
  content: ",";
}

.longslider {
  background-color: #00414c;
  color: #ffffff;
  margin: 1rem 0;
}

.longslider a {
  text-decoration: none;
}

.longslider__flex {
  display: flex;
  align-items: stretch;
}

.longslider__image {
  flex-shrink: 0;
  width: 58%;
  aspect-ratio: 720/540;
  margin-right: 1rem;
  overflow: hidden;
}

.longslider__image figure {
  height: 100%;
  width: 100%;
}

.longslider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s;
}

.longslider__image a:hover img {
  transform: scale(1.1);
}

.longslider__content {
  padding: 2rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #00414c;
}

.longslider__facts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.longslider__fact {
  width: 50%;
  padding: 1rem;
  line-height: 1.3;
}

.longslider__fact:last-child {
  width: 100%;
}

.longslider__infos {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -1rem 1rem -2rem;
  background-color: #1eab9e;
  padding: 0 0 0 1rem;
}

.longslider__info {
  width: 50%;
  padding: 1rem;
  display: flex;
  font-weight: 400;
  align-items: center;
  line-height: 1.1;
}

.longslider__info b {
  font-weight: 500;
}

.longslider__info svg {
  margin-right: 0.5rem;
}

.longslider__action {
  margin-top: auto;
  padding-top: 3rem;
}

.longslider__text {
  margin-top: 2rem;
}

@media (max-width: 1399px) {
  .longslider__image {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .longslider {
    background: transparent !important;
  }
  .longslider__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .longslider__content {
    padding-bottom: 1rem;
  }
  .longslider__infos {
    margin-left: -1rem;
    padding: 0;
    margin-bottom: 0;
  }
  .longslider__image {
    margin-right: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .longslider__image a,
  .longslider__image figure,
  .longslider__image img {
    width: 100%;
    height: 100%;
  }
  .longslider__action {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .longslider__facts {
    justify-content: space-between;
  }
  .longslider__fact {
    width: auto;
  }
  .longslider__infos {
    justify-content: space-between;
  }
}
.longslider .swiper {
  width: 100%;
  height: 100%;
}

.longslider .swiper-wrapper {
  align-items: stretch;
}

.longslider .swiper figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.longslider .swiper-button-prev,
.longslider .swiper-button-next {
  height: 3.5rem;
  width: 3.5rem;
  transform: scale(1);
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.2s;
}

.longslider .swiper-button-prev:hover,
.longslider .swiper-button-next:hover {
  transform: scale(1.1);
  border-color: #c3023b;
}

.longslider .swiper-button-prev {
  left: 1rem;
}

.longslider .swiper-button-next {
  right: 1rem;
}

.longslider .swiper-button-prev:after,
.longslider .swiper-button-next:after {
  display: none;
}

.longslider .swiper-button-prev svg,
.longslider .swiper-button-next svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .longslider .swiper-button-prev,
  .longslider .swiper-button-next {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 3rem 0;
  padding: 0;
}

.pagination li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.pagination li.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.pagination .visually-hidden {
  display: none;
}

.pagination li a,
.pagination li span {
  text-decoration: none;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.pagination li a:hover {
  color: #c3023b;
}

.pagination li.active a,
.pagination li.active span {
  color: #c3023b;
  font-weight: 800;
}

.postbox {
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

.postbox .container {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  text-decoration: none;
}

.postbox__image {
  width: 55%;
  aspect-ratio: 720/520;
  background: #f6f2eb;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.postbox__image a {
  display: inline-block;
}

.postbox__image img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s;
}

.postbox a:hover img {
  opacity: 0.8;
}

.postbox__content {
  width: 50%;
  padding: 3rem 2rem 2rem;
  position: relative;
  z-index: 1;
  min-height: 28.125rem;
  margin-left: auto;
  background-color: #ffffff;
  box-shadow: 0 3px 20px 0 #EBE5D9;
  display: flex;
  align-items: stretch;
}

.postbox__content-inner {
  max-width: 31.25rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.postbox__content .topic {
  margin-bottom: 0.5rem;
  opacity: 0.7;
}

.postbox__content h1,
.postbox__content h2,
.postbox__content h3 {
  font-size: 1.375rem;
}

.postbox.faktalszahlbr h1,
.postbox.faktalszahlbr h2,
.postbox.faktalszahlbr h3 {
  font-size: 2.125rem;
}

.postbox__content p {
  font-size: 1.125rem;
}

.postbox__content .wysiwyg {
  margin-bottom: 2rem;
}

.postbox__content .link {
  margin-top: auto;
}

@media (max-width: 1399px) {
  .postbox__content {
    min-height: 22rem;
  }
}
@media (max-width: 1199px) {
  .postbox__content {
    padding: 2rem;
    min-height: 18rem;
  }
}
@media (min-width: 992px) {
  .postbox:nth-child(even) .container {
    justify-content: flex-start;
  }
  .postbox:nth-child(even) .postbox__image {
    right: 0;
    left: auto;
  }
  .postbox:nth-child(even) .postbox__content {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .postbox {
    padding-bottom: 1.5rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .postbox .container {
    display: block;
  }
  .postbox__content h1,
  .postbox__content h2,
  .postbox__content h3 {
    font-size: 1.1rem;
  }
  .postbox.faktalszahlbr h1,
  .postbox.faktalszahlbr h2,
  .postbox.faktalszahlbr h3 {
    font-size: 1.59375rem;
  }
  .postbox__content p {
    font-size: 1.0125rem;
  }
  .postbox__image {
    width: 100%;
    aspect-ratio: 720/360;
    position: relative;
    left: auto;
    top: auto;
  }
  .postbox__content {
    width: 100%;
    min-height: 0;
    margin-top: 0;
    padding: 1.5rem;
  }
  .postbox__content .button {
    margin-top: 1.25rem;
  }
}
.postbox.no-thumb {
  padding-bottom: 0;
}

.postbox.no-thumb .postbox__image {
  display: none;
}

.postbox.no-thumb .postbox__content {
  width: 100%;
  min-height: 0;
}

.postbox.no-thumb .postbox__content-inner {
  max-width: none;
}

@media (max-width: 991px) {
  .postbox.no-thumb {
    padding-bottom: 1.5rem !important;
  }
}
.search__actions {
  display: flex;
  max-width: 64rem;
}

.search__actions input {
  margin-right: 2rem;
  max-width: 45rem;
  height: 3.75rem !important;
}

.search__actions .button {
  flex-shrink: 0;
  margin-left: auto;
  margin-top: 0;
}

@media (max-width: 575px) {
  .search__actions {
    flex-wrap: wrap;
  }
  .search__actions input {
    width: 100%;
    height: 3.125rem !important;
    margin-right: 0;
  }
  .search__actions .button {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.search__results {
  margin-top: 2rem;
}

.search__result {
  margin-bottom: 4rem;
}

.search__result h3 a {
  text-decoration: none;
}

.search__result h3 a:hover {
  text-decoration: underline;
  color: #c3023b;
}

.search__result .page__link {
  margin-top: 1rem;
  display: block;
}

.search__result .page__link:hover {
  color: #c3023b;
}

.search__result span[style*=background] {
  background: #f6f2eb !important;
}

.job-listing table {
  width: 100%;
  display: table;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
}

.job-listing th,
.job-listing td {
  padding: 0.6875rem 1rem;
}

.job-listing th {
  font-weight: 800;
}

.job-listing td {
  vertical-align: top;
  background-color: #ffffff;
  transition: all 0.2s;
}

.job-listing tr:hover td {
  background-color: #4c2147 !important;
  color: #ffffff;
}

.job-listing tr:nth-child(odd) td {
  background-color: #eee8dd;
}

.job-listing td:first-child {
  width: 50%;
}

.job-listing td:last-child {
  text-align: right;
}

@media (max-width: 991px) {
  .job-listing th:nth-child(2),
  .job-listing td:nth-child(2),
  .job-listing th:nth-child(3),
  .job-listing td:nth-child(3) {
    display: none;
  }
}
.job-listing td .link {
  padding-top: 0;
  padding-bottom: 0;
}

.job-listing td .link:after {
  height: 0.125rem;
  bottom: -0.125rem;
  background-color: #ffffff !important;
}

.job-listing tr:hover .link {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .job-listing table {
    font-size: 1.0125rem;
    display: block;
  }
  .job-listing table tr {
    display: block;
  }
  .job-listing table td {
    display: block;
    width: 100% !important;
  }
}
.header__mnav .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.header__mnav ul {
  list-style: none;
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
}

.header__mnav ul li a {
  text-decoration: none;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid #eee8dd;
  position: relative;
}

.header__mnav a.nav-path-selected:not(.nav-clone),
.header__mnav a.nav-selected {
  color: #c3023b;
}

.header__mnav a.nav-dropdown {
  padding-right: 4rem;
  cursor: pointer;
}

.header__mnav a.nav-dropdown svg.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s;
}

.header__mnav li.is-open > a.nav-dropdown svg.arrow {
  transform: translateY(-50%) rotate(0deg);
}

.header__mnav ul li a svg.icon {
  margin-right: 0.5rem;
}

.header__mnav-main > ul {
  margin-bottom: 0;
}

.header__mnav-main > ul > li > ul li a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header__mnav-main > ul > li > ul > li > a {
  padding-left: 2rem;
}

.header__mnav-main > ul > li > ul > li > ul > li > a {
  padding-left: 4rem;
}

.header__mnav-main > ul ul {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  transform: translateY(-4px);
  transition: all 0.2s;
  display: none;
}

.header__mnav-main li.is-open > ul {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  pointer-events: all;
  display: block;
}

.press-listing table {
  width: 100%;
  display: table;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
}

.press-listing th,
.press-listing td {
  padding: 1.875rem 1rem;
}

@media (min-width: 1200px) {
  .press-listing td:first-child {
    padding-left: 4.6875rem;
  }
  .press-listing td:last-child {
    padding-right: 4.6875rem;
  }
}
@media (max-width: 991px) {
  .press-listing th,
  .press-listing td {
    padding: 1rem;
  }
}
.press-listing th {
  font-weight: 800;
}

.press-listing td {
  vertical-align: top;
  background-color: #ffffff;
  transition: all 0.2s;
}

.press-listing tr:hover td {
  background-color: #4c2147 !important;
  color: #ffffff;
}

.press-listing tr:nth-child(odd) td {
  background-color: #eee8dd;
}

.press-listing td:first-child {
  width: 80%;
}

.press-listing td:last-child {
  text-align: right;
  vertical-align: bottom;
}

.press-listing td .date,
.press-listing td .title,
.press-listing td .subline {
  margin-bottom: 0;
  line-height: 1.1;
}

.press-listing td .title {
  line-height: 1;
}

.press-listing td .link {
  padding-top: 0;
  padding-bottom: 0;
}

.press-listing td .link:after {
  height: 0.125rem;
  bottom: -0.125rem;
  background-color: #ffffff !important;
}

.press-listing tr:hover .link {
  color: #ffffff !important;
}

[class*=col-] > .download:first-child:last-child {
  height: 100%;
}

.download__wrapper {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-bottom: 1.5rem;
  height: calc(100% - 1.5rem);
}

.download__inner {
  padding: 0 1rem 1rem 1rem;
}

.download figure {
  aspect-ratio: 464/310;
  width: 100%;
  display: block;
}

.download figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.download__text {
  padding: 1rem;
}

.download__text h4,
.download__text .h4 {
  margin-bottom: 0;
  color: #694161;
  opacity: 0.7;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.download__list {
  padding-top: 2.25rem;
}

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

.download__list .link svg {
  margin-top: 0.125em;
}

.download--cover .download__inner {
  padding: 0 0 1rem 0;
}

.download--cover figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

.download--cover .download__text {
  padding: 2rem;
}

.download--cover .download__text h4 {
  opacity: 1;
}

.download--cover .download__text p {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .download--cover .download__text {
    padding: 1rem;
  }
  .download--cover .download__text p {
    font-size: 0.7875rem;
  }
}
.box {
  padding: 0.75rem;
}

.box__wrapper {
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.16);
  padding: 0.75rem 1.5rem;
  height: 100%;
  display: flex;
  align-items: stretch;
}

@media (max-width: 767px) {
  .box__wrapper {
    padding: 0.5rem 1rem;
  }
}
.box__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.box .wysiwyg {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.box .wysiwyg span {
  display: inline-block;
}

.box .wysiwyg table td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.box a.link,
.box a.button {
  position: relative;
  align-items: flex-start;
}

.box a.link svg {
  margin-top: 0.375rem;
}

@media (max-width: 767px) {
  .box a.link svg {
    margin-top: 0.25rem;
  }
}
.boxlist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.boxlist .box {
  width: 100%;
  max-width: none;
}

@media (min-width: 768px) {
  .boxlist .box {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .boxlist .box {
    width: 33.333%;
  }
}
.timeline__block.row {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: -0.625rem;
  overflow: hidden;
  padding-left: 3.5rem;
}

.timeline__block h2 {
  position: relative;
}

.timeline__block.row:first-child:after {
  content: "";
  width: 0;
  top: 0;
  bottom: 0;
  left: 0.0125rem;
  border-right: 0.375rem dotted #707070;
  display: block;
  position: absolute;
}

.timeline__content {
  position: relative;
}

.timeline__block svg {
  position: absolute;
  display: block;
  height: 1.1875rem;
  width: 2.5rem;
  left: -3.75rem;
  right: auto;
  top: 0.75rem;
  z-index: 1;
  transform: rotate(0);
}

@media (min-width: 992px) {
  .timeline__block.row {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 0;
  }
  .timeline__block.row:first-child:after {
    left: calc(50% - 0.1875rem);
  }
  .timeline__block .col-12 {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-right: auto;
    margin-left: 0;
    text-align: right;
    position: relative;
    z-index: 2;
  }
  .timeline__block.row:nth-child(even) .col-12 {
    margin-right: 0;
    margin-left: auto;
    text-align: left;
  }
  .timeline__content {
    max-width: 38.75rem;
    margin-left: auto;
  }
  .timeline__block svg {
    transform: rotate(180deg);
    left: auto;
    right: -3.375rem;
    top: 1rem;
  }
  .timeline__block.row:nth-child(even) svg {
    transform: rotate(0);
    right: auto;
    left: -3.375rem;
  }
}
.text_slider {
  padding: 1rem 2rem;
  position: relative;
}

.text_slider .swiper {
  width: 100%;
  height: auto;
}

.text_slider .swiper-wrapper {
  align-items: stretch;
  margin-bottom: 3rem;
}

.text_slider .swiper-slide {
  height: auto;
}

.text_slider .swiper figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.text_slider .swiper .wysiwyg {
  max-width: 40.625rem;
  margin: 0 auto;
}

.text_slider .swiper-button-prev,
.text_slider .swiper-button-next {
  height: 3.5rem;
  width: 3.5rem;
  transform: scale(1) translateY(-3rem);
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.2s;
}

.text_slider .swiper-button-prev:hover,
.text_slider .swiper-button-next:hover {
  transform: scale(1.1) translateY(-3rem);
  border-color: #c3023b;
}

.text_slider .swiper-button-prev {
  left: 0.5rem;
}

.text_slider .swiper-button-next {
  right: 0.5rem;
}

.text_slider .swiper-button-prev:after,
.text_slider .swiper-button-next:after {
  display: none;
}

.text_slider .swiper-button-prev svg,
.text_slider .swiper-button-next svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .text_slider {
    padding: 1rem;
  }
  .bg-purple .text_slider {
    padding-left: 0;
    padding-right: 0;
  }
  .text_slider .swiper-button-prev,
  .text_slider .swiper-button-next {
    height: 2.5rem;
    width: 2.5rem;
    display: none;
  }
}
.text_slider div.swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}

.text_slider .swiper-pagination span.swiper-pagination-bullet {
  margin: 0.25rem 0.5rem;
  height: 1rem;
  width: 1rem;
  display: block;
  background: #ffffff;
  opacity: 0.7;
  border: 2px solid #4c2147;
  border-radius: 50%;
  transition: all 0.2s;
}

.text_slider .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  width: 2.25rem;
  border-radius: 0.5rem;
}

.portraits_slider {
  padding: 1rem 7rem;
  position: relative;
}

.portraits_slider .swiper {
  width: 100%;
  height: auto;
}

.portraits_slider .swiper-wrapper {
  align-items: stretch;
  margin-bottom: 4rem;
}

.portraits_slider .swiper-slide {
  height: auto;
  padding: 0.25rem;
}

.portraits_slider .swiper a {
  display: block;
}

.portraits_slider .swiper figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.portraits_slider .swiper figure img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.portraits_slider .swiper-button-prev,
.portraits_slider .swiper-button-next {
  height: 3.5rem;
  width: 3.5rem;
  transform: scale(1);
  border: 2px solid transparent;
  border-radius: 50%;
  transition: transform 0.2s;
  margin-top: -4rem;
}

.portraits_slider .swiper-button-prev:hover,
.portraits_slider .swiper-button-next:hover {
  transform: scale(1.1);
  border-color: #c3023b;
}

.portraits_slider .swiper-button-prev {
  left: 1rem;
}

.portraits_slider .swiper-button-next {
  right: 1rem;
}

.portraits_slider .swiper-button-prev:after,
.portraits_slider .swiper-button-next:after {
  display: none;
}

.portraits_slider .swiper-button-prev svg,
.portraits_slider .swiper-button-next svg {
  width: 100%;
  height: auto;
  display: block;
}

.portraits_slider div.swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}

.portraits_slider .swiper-pagination span.swiper-pagination-bullet {
  margin: 0.25rem 0.5rem;
  height: 1rem;
  width: 1rem;
  display: block;
  background: #ffffff;
  opacity: 0.7;
  border: 2px solid #4c2147;
  border-radius: 50%;
  transition: all 0.2s;
}

.portraits_slider .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  width: 2.25rem;
  border-radius: 0.5rem;
}

@media (max-width: 991px) {
  .portraits_slider {
    padding: 1rem 5rem;
  }
  .portraits_slider .swiper-button-prev,
  .portraits_slider .swiper-button-next {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.slidein-banner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1eab9e;
  z-index: 100000;
  overflow: auto;
  width: 100%;
  max-width: 26.25rem;
  display: block;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  transform: translateX(-110%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.slidein-banner.is-visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.sb__inner {
  position: relative;
}

.sb__close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
}

.sb__close svg {
  margin-left: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}

.sb__image {
  position: relative;
}

.sb__image:after {
  content: "";
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

.sb__image img {
  display: block;
  width: 100%;
  aspect-ratio: 960/644;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.sb__content {
  padding: 1.25rem;
}

.sb__content h2,
.sb__content h3 {
  color: #ffffff;
  font-size: 1.75rem;
  margin-bottom: 1em;
}

.sb__content p + h2,
.sb__content p + h3 {
  margin-top: -0.5rem;
}

.sb__content p {
  font-size: 1.125rem;
  margin-bottom: 1em;
  line-height: 1.25;
  font-weight: 400;
}

.sb__content p b,
.sb__content p strong {
  font-size: 1.125rem;
  font-weight: 500;
}

.sb__content .button {
  margin-top: 1.75rem;
}

@media (max-width: 991px) {
  .slidein-banner {
    position: fixed;
    top: 8%;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: auto;
    width: 90%;
    max-width: 26.25rem;
    max-height: 80%;
    overflow: auto;
  }
  .sb__content {
    padding: 1rem;
  }
  .sb__content h2,
  .sb__content h3 {
    font-size: 1.375rem;
  }
  .sb__content p {
    font-size: 0.875rem;
  }
}
#app_check-wop-ansz *:focus-visible,
#app_check-wop-ansz *:focus-visible + span {
  outline: 2px dashed #c3023b;
}

#app_check-wop-ansz *::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  text-align: right;
}

#app_check-wop-ansz *::placeholder {
  color: rgba(0, 0, 0, 0.25);
  text-align: right;
}

#app_check-wop-ansz.is-initialized .cwa__spinner {
  display: none !important;
}

#app_check-wop-ansz.is-initialized .cwa__check {
  display: block !important;
}

.cwa__row {
  background-color: #eee8dd;
  border-bottom: 0.25rem solid #ffffff;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.cwa__row.is-complete {
  background-color: #f6f2eb;
}

.cwa__row-inner {
  padding: 3.125rem;
  margin: 0 auto;
  max-width: 64rem;
  width: 100%;
}

.cwa__row .col-auto {
  margin-top: 0.5px;
  margin-bottom: 0.5rem;
}

.cwa__row--result {
  background-color: #4c2147;
  color: #ffffff;
}

.cwa__row--result table td {
  vertical-align: top;
}

.cwa__row--result table td:first-child {
  padding-right: 1.5rem;
}

.cwa__row--result table td:last-child {
  padding-top: 0.5rem;
}

.cwa__title {
  font-weight: 500;
  font-size: 1.5625rem;
  color: #4c2147;
  margin-left: -3.125rem; /* row-inner padding */
  margin-bottom: 2rem;
}

.cwa__title b {
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 800;
  display: inline-block;
  width: 3.125rem; /* row-inner padding */
}

.cwa__check label {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.cwa__check input + label {
  display: inline-block;
}

.cwa__check input[type=number] + label {
  font-weight: 400;
  font-size: 1.5625rem;
}

.cwa__check select {
  border: 0.1875rem solid #ddd3bc;
  background-color: #ffffff;
  color: #4c2147;
  height: 3.75rem;
  width: 100%;
  max-width: 40rem;
  padding: 0 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem top 1.25rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAEqAAABKgGEjJ1fAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAA9QTFRF////AAAAAAAAAAAAAAAAUTtq8AAAAAR0Uk5TAAy5w43jGQUAAABOSURBVBhXY2CgFAgpIrFUnAUgbEYTJwYVF0MIR9jFCYghUowmQFEwAZYACUJIqBiEgqkG0TDFYCmYBFgKJgGWgkuApOASICmEBLJrKQMADzMOWSVbCJ8AAAAASUVORK5CYII=);
  background-size: 1rem;
  cursor: pointer;
}

.cwa__check input[type=text],
.cwa__check input[type=number] {
  border: 0.1875rem solid #ddd3bc;
  background-color: #ffffff;
  color: #4c2147;
  height: 3.75rem;
  width: 100%;
  max-width: 13.75rem;
  padding: 0 1rem;
  margin-right: 1rem;
}

.cwa__check input[type=number] {
  text-align: right;
}

.cwa__check .input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cwa__check .input-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 3.5rem;
  width: 100%;
  max-width: 18.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 2.75rem;
}

.cwa__check .input-radio label {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}

.cwa__check input[type=radio] {
  opacity: 0;
  left: 0;
  top: 0;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  cursor: pointer;
}

.cwa__check input[type=radio] + span {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.1875rem solid #ddd3bc;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.cwa__check input[type=radio]:checked + span {
  border-color: #c3023b;
}

.cwa__check input[type=radio]:checked + span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #c3023b;
  display: block;
}

.cwa__check input[type=radio]:checked + span:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi44MzIiIGhlaWdodD0iMTIuNDUiIHZpZXdCb3g9IjAgMCAxNi44MzIgMTIuNDUiPgogIDxwYXRoIGlkPSJQYXRoXzQ4NDIyIiBkYXRhLW5hbWU9IlBhdGggNDg0MjIiIGQ9Ik0xMjQuNjYzLDE3MC42MzNhMS4zNzcsMS4zNzcsMCwwLDEtLjk4MS0uNDExbC00LjYtNC42NjlhMS4zNzcsMS4zNzcsMCwxLDEsMS45NjItMS45MzJsMy42MTIsMy42NjksOC41LTguNjkzYTEuMzc3LDEuMzc3LDAsMCwxLDEuOTY5LDEuOTI1bC05LjQ4MSw5LjdhMS4zNzcsMS4zNzcsMCwwLDEtLjk4Mi40MTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE4LjY4OSAtMTU4LjE4MikiIGZpbGw9IiNmOGY2ZjEiLz4KPC9zdmc+Cg==");
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  margin-left: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
}

.cwa__info {
  margin-left: 0.5rem;
  transform: translateY(-0.25rem);
  height: 1.875rem;
  width: 1.875rem;
  border: 2px solid #4c2147;
  background-color: #fff;
  color: #4c2147;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1rem;
}

.cwa__tooltip { /* created via js */
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 1.5rem;
  max-width: 23.75rem;
  width: 100%;
}

.cwa__check .button:hover {
  background-color: #c3023b !important;
}

@media (max-width: 991px) {
  .cwa__title {
    font-size: 1.25rem;
    margin-left: 0;
  }
  .cwa__title b {
    font-size: 1.96875rem;
  }
  .cwa__check label {
    font-size: 1.0625rem;
  }
  .cwa__tooltip {
    left: 5% !important;
    top: 10% !important;
    max-width: 90vw;
    max-height: 80vh;
  }
}
#app_calc-haushalt *:focus-visible,
#app_calc-haushalt *:focus-visible + span {
  outline: 2px dashed #c3023b;
}

#app_calc-haushalt *::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  text-align: right;
}

#app_calc-haushalt *::placeholder {
  color: rgba(0, 0, 0, 0.25);
  text-align: right;
}

#app_calc-haushalt.is-initialized .chr__spinner {
  display: none !important;
}

#app_calc-haushalt.is-initialized .chr__check {
  display: flex !important;
  flex-wrap: wrap;
}

.chr__form {
  width: 50%;
  background-color: #f6f2eb;
  padding: 2rem;
  color: #4c2147;
}

.chr__result {
  width: 50%;
  background-color: #694161;
  color: #ffffff;
  padding: 2rem;
}

.chr__sectiontitle {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.5625rem;
}

.chr__section:not(.is-complete) {
  margin-bottom: 3rem;
}

.chr__spending {
  margin-top: 2rem;
}

.chr__subtotal {
  font-size: 1.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #4c2147;
}

.chr__button {
  font-weight: 500;
  font-size: 1.5625rem;
  color: #4c2147;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 1.25rem;
  border: 0.25rem solid #ffffff;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.chr__button b {
  font-family: "Finalsix", Helvetica, Arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 800;
  display: inline-block;
  margin-right: 2rem;
}

.chr__button svg {
  margin-left: auto;
  color: #c3023b;
}

.is-complete .chr__button {
  background-color: #f6f2eb;
}

.chr__form .input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
}

.chr__form .input-text {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 2.75rem;
}

.chr__form label {
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  width: 60%;
  max-width: 20rem;
  padding-right: 1rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.chr__form input + label {
  font-weight: 400;
  font-size: 1.5625rem;
  width: auto;
  display: inline-block;
  padding-right: 0;
}

.chr__form label span {
  font-weight: 500;
}

.chr__form input {
  border: 0.1875rem solid #ddd3bc;
  background-color: #ffffff;
  color: #4c2147;
  height: 3.75rem;
  width: 40%;
  max-width: 10rem;
  padding: 0 1rem;
  margin-right: 1rem;
  margin-left: auto;
}

.chr__form input {
  text-align: right;
}

.chr__info {
  margin-left: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid #4c2147;
  background-color: #fff;
  color: #4c2147;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1rem;
}

.chr__tooltip { /* created via js */
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 1.5rem;
  max-width: 23.75rem;
  width: 100%;
}

.chr__result table {
  width: 100%;
}

.chr__result table td {
  padding: 0 1rem;
  text-align: center;
  width: 50%;
}

.chr__result table td span {
  font-size: 1.5625rem;
  display: block;
  margin-bottom: 0.5rem;
}

.chr__result table td b {
  font-size: 1.875rem;
  display: block;
}

.chr__result table td:nth-child(2) {
  border-left: 0.1875rem solid #4c2147;
}

.chr__result .chr__highlight {
  width: 100%;
  padding: 2rem;
  background-color: #4c2147;
  border-radius: 0.5rem;
  margin-top: 2rem;
  text-align: center;
}

.chr__result .chr__highlight span {
  font-size: 1.5625rem;
  display: block;
  margin-bottom: 0.5rem;
}

.chr__result .chr__highlight b {
  color: #1eab9e;
  font-size: 2.625rem;
  display: block;
}

.chr__sticky {
  position: sticky;
  margin-top: 0;
  top: 6.625rem;
}

.ccm-toolbar-visible .chr__sticky {
  top: calc(6.625rem + 47px);
}

@media (max-width: 1199px) {
  .chr__form {
    width: 100%;
  }
  .chr__result {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .chr__form,
  .chr__result {
    padding: 0.5rem;
  }
  .chr__sectiontitle {
    font-size: 1.25rem;
  }
  .chr__button {
    font-size: 1.25rem;
    margin-left: 0;
  }
  .chr__button b {
    font-size: 1.96875rem;
  }
  .chr__tooltip {
    left: 5% !important;
    top: 10% !important;
    max-width: 90vw;
    max-height: 80vh;
  }
  .chr__subtotal {
    font-size: 1.0625rem;
  }
  .chr__form label {
    font-size: 1.0625rem;
  }
  .chr__form input {
    max-width: 6.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    height: 2.25rem;
  }
  .chr__result table td span {
    font-size: 1.25rem;
  }
  .chr__result table td b {
    font-size: 1.5rem;
  }
  .chr__result .chr__highlight span {
    font-size: 1.25rem;
  }
  .chr__result .chr__highlight b {
    font-size: 1.96875rem;
  }
}
#app_calc-rentprice *:focus-visible,
#app_calc-rentprice *:focus-visible + span {
  outline: 2px dashed #c3023b;
}

#app_calc-rentprice *::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  text-align: right;
}

#app_calc-rentprice *::placeholder {
  color: rgba(0, 0, 0, 0.25);
  text-align: right;
}

#app_calc-rentprice.is-initialized .crp__spinner {
  display: none !important;
}

#app_calc-rentprice.is-initialized .crp__check {
  display: flex !important;
  flex-wrap: wrap;
}

.crp__form {
  width: 50%;
  background-color: #f6f2eb;
  padding: 2rem;
  color: #4c2147;
}

.crp__sectiontitle {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.5625rem;
}

.crp__result {
  width: 50%;
  background-color: #694161;
  color: #ffffff;
  padding: 2rem;
}

.crp__result dl {
  margin: 0;
  padding: 0.5rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1rem;
  background-color: rgb(136.5, 84.5, 126.1);
  border-radius: 0.25rem;
}
.crp__result dt, .crp__result dd {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgb(173.75, 123.75, 163.75);
}
.crp__result dt {
  font-weight: 700;
  color: #ffffff;
}
.crp__result dd {
  margin: 0;
  text-align: right;
  color: #ffffff;
  font-size: 1.5625rem;
}
.crp__result dl dt:last-of-type,
.crp__result dl dd:last-of-type {
  border-bottom: none;
}

.crp__form .input-text {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 2.75rem;
}

.crp__form label {
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  width: 60%;
  max-width: 20rem;
  padding-right: 1rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.crp__form input + label,
.crp__form select + label {
  font-weight: 400;
  font-size: 1.5625rem;
  width: 4.875rem;
  display: inline-block;
  padding-right: 0;
}

.crp__form label span {
  font-weight: 500;
}

.crp__form input {
  border: 0.1875rem solid #ddd3bc;
  background-color: #ffffff;
  color: #4c2147;
  height: 3.75rem;
  width: 40%;
  max-width: 10rem;
  padding: 0 1rem;
  margin-right: 1rem;
  margin-left: auto;
  text-align: right;
}

.crp__form select {
  border: 0.1875rem solid #ddd3bc;
  background-color: #ffffff;
  color: #4c2147;
  height: 3.75rem;
  width: 40%;
  max-width: 10rem;
  padding: 0 2.5rem 0 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem top 1.25rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAEqAAABKgGEjJ1fAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAA9QTFRF////AAAAAAAAAAAAAAAAUTtq8AAAAAR0Uk5TAAy5w43jGQUAAABOSURBVBhXY2CgFAgpIrFUnAUgbEYTJwYVF0MIR9jFCYghUowmQFEwAZYACUJIqBiEgqkG0TDFYCmYBFgKJgGWgkuApOASICmEBLJrKQMADzMOWSVbCJ8AAAAASUVORK5CYII=);
  background-size: 1rem;
  cursor: pointer;
  margin-right: 1rem;
  margin-left: auto;
  text-align: right;
}

.crp__info {
  margin-left: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid #4c2147;
  background-color: #fff;
  color: #4c2147;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1rem;
}

.crp__tooltip { /* created via js */
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 1.5rem;
  max-width: 23.75rem;
  width: 100%;
}

.crp__chart {
  background-color: #fff;
  border-radius: 4px;
  padding: 0.5rem;
}

.crp__container table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.crp__container table th, .crp__container table td {
  text-align: center;
}
.crp__container table th:nth-child(1), .crp__container table td:nth-child(1) {
  width: 100vw;
}
.crp__container table th:nth-child(2), .crp__container table td:nth-child(2) {
  width: 200vw;
}
.crp__container table th:nth-child(3), .crp__container table td:nth-child(3) {
  width: 350vw;
}
.crp__container table th:nth-child(4), .crp__container table td:nth-child(4) {
  width: 350vw;
}

@media (max-width: 1199px) {
  .crp__form {
    width: 100%;
  }
  .crp__result {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .crp__form,
  .crp__result {
    padding: 0.5rem;
  }
  .crp__tooltip {
    left: 5% !important;
    top: 10% !important;
    max-width: 90vw;
    max-height: 80vh;
  }
  .crp__form label {
    font-size: 1.0625rem;
  }
  .crp__form input,
  .crp__form select {
    max-width: 6.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    height: 2.25rem;
  }
  .crp__result dd {
    font-size: 1.25rem;
  }
  .crp__form select {
    padding-right: 1.75rem;
    background-position: right 0.25rem top 0.75rem;
    background-size: 0.5rem;
  }
  .crp__form input + label,
  .crp__form select + label {
    font-size: 1.25rem;
  }
  .crp__sectiontitle {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
  .crp__container table td,
  .crp__container table th {
    font-size: 0.9rem;
  }
}
.bfsg-widget-toggle {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background-color: #c3023b;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99999;
  border: 0;
  padding: 0;
}
.bfsg-widget-toggle .bfsg-widget-toggle__icon {
  width: 3rem;
  height: 3rem;
}
.bfsg-widget-toggle .bfsg-widget-toggle__badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(33%, -33%);
  height: 1.5rem;
  width: 1.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: green;
  padding: 0.125rem;
  border: 2px solid white;
}
.bfsg-widget-toggle .bfsg-widget-toggle__badge svg {
  stroke: white;
  stroke-width: 2px;
}

.bfsg-widget-toggle.has-active-features .bfsg-widget-toggle__badge {
  display: flex;
}

.bfsg-widget-toggle:hover {
  background-color: #ffffff;
}
.bfsg-widget-toggle:hover .bfsg-widget-toggle__icon {
  fill: #c3023b;
}

.bfsg-widget {
  display: none;
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  width: 80vw;
  max-width: 20rem;
  height: auto;
  max-height: 23.75rem;
  background-color: #f8f6f1;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  padding: 1rem;
  border-radius: 4px;
  border: 2px solid #000000;
}

.bfsg-widget.is-visible {
  display: block;
}

.bfsg-widget .link {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 300;
}

.bfsg-widget .link:hover {
  text-decoration: underline;
}

.bfsg-widget .link:after {
  display: none;
}

.bfsg-widget__close {
  display: flex;
  transform: translate(0.5rem, -0.5rem);
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.bfsg-widget__close svg {
  width: 2rem;
  height: 2rem;
}

.bfsg-widget__close button.link {
  margin-left: auto;
  padding-top: 0;
}

.bfsg-widget__heading {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-right: 4rem;
}

.bfsg-widget__featurelist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.bfsg-widget__feature {
  border: 2px solid #ffffff;
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  position: relative;
  background-color: #ffffff;
}

.bfsg-widget__feature:hover {
  border-color: #c3023b;
}

.bfsg-widget__feature.is-active {
  background-color: #c3023b;
  color: #ffffff;
  border-color: #c3023b;
}

.bfsg-widget__feature-label {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-weight: 500;
  line-height: 1;
}

.bfsg-widget__feature-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin: 0.5rem 0;
}

.bfsg-widget__feature-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  height: 1.5rem;
  width: 1.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: green;
  padding: 0.125rem;
  border: 2px solid white;
}
.bfsg-widget__feature-badge svg {
  stroke: white;
  stroke-width: 2px;
}

.bfsg-widget__feature.is-active .bfsg-widget__feature-badge {
  display: flex;
}

.bfsg-widget__reset svg {
  width: 1.5rem;
  height: 1.5rem;
}

.bfsg-widget__footer {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 300;
}

.bfsg-widget__footer p {
  margin: 0;
}

.js-glossary-item {
  color: #c3023b;
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}

.js-glossary-item svg {
  height: 1.25rem;
  width: 1.25rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
}

.glossary-tooltip {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #4c2147;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  padding-right: 3rem;
  border-radius: 2px;
}

.glossary-tooltip .js-more-info {
  color: #c3023b;
  margin-top: 0.5rem;
  display: block;
}

.glossary-tooltip .js-close-tooltip {
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 1.75rem;
  width: 1.75rem;
}

@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    max-width: 1140px !important;
  }
  .header {
    position: relative !important;
  }
  .footer * {
    color: #000 !important;
  }
  .footer-search {
    display: none !important;
  }
  .js-do-fade {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  .chr__check {
    display: block !important;
  }
  .chr__form,
  .chr__result {
    width: 100% !important;
  }
  .chr__result * {
    color: #000 !important;
  }
  .chr__sticky {
    position: relative !important;
    top: auto !important;
  }
  .chr__inputgroup {
    display: block !important;
  }
  .chr__chart {
    display: none;
  }
}
