@charset "UTF-8";
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fafafa;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(250, 250, 250, 0.15), rgba(250, 250, 250, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fafafa;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

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

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

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

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  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;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fafafa;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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]::-webkit-calendar-picker-indicator {
  display: none;
}

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-file-upload-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;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fafafa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 994px;
  }
}
@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;
  }
}
@media (min-width: 1920px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1900px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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: 1024px) {
  .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.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fafafa;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fafafa;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fafafa' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fafafa'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fafafa' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fafafa'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btncf-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btncf-check[disabled] + .btncf, .btncf-check:disabled + .btncf {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btncf {
  position: relative;
  z-index: 2;
}
.input-group .btncf:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btncf {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btncf {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fafafa;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: rgb(11.7, 99, 227.7);
  background-color: rgb(230.8, 240.5, 254.8);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2811.7, 99, 227.7%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(61.4, 139, 253.4);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(71, 159, 118.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(227, 93.4, 106.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1920px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fafafa !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !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;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

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

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fafafa !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(250, 250, 250, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fafafa !important;
}

.bg-white {
  background-color: #fafafa !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !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;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !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;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !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;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .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;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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;
  }
}
.bg-black, a.bg-black:active, a.bg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}
.c-black p, .c-black a {
  color: #000000;
}

.bg-white, a.bg-white:active, a.bg-white:focus {
  background-color: #ffffff;
}

.c-white {
  color: #ffffff;
}
.c-white p, .c-white a {
  color: #ffffff;
}

.bg-blue, a.bg-blue:active, a.bg-blue:focus {
  background-color: #283A59;
}

.c-blue {
  color: #283A59;
}
.c-blue p, .c-blue a {
  color: #283A59;
}

.bg-orange, a.bg-orange:active, a.bg-orange:focus {
  background-color: #FF9121;
}

.c-orange {
  color: #FF9121;
}
.c-orange p, .c-orange a {
  color: #FF9121;
}

.bg-darkorange, a.bg-darkorange:active, a.bg-darkorange:focus {
  background-color: #C65127;
}

.c-darkorange {
  color: #C65127;
}
.c-darkorange p, .c-darkorange a {
  color: #C65127;
}

input[type=submit], textarea, input[type=checkbox], input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], select, .select, .filterbtncf a.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=submit], .modul_zahlen .bu, .modul_teamuebersicht .position, .buwrapper .bu, .modul_headerimage .backstretchwrapper .bu, li, textarea, input[type=checkbox], input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], select, .select, .filterbtncf a.select, .footertopmenu .downmenu a, p, a, body, \:root, .modul_event .position, .kontaktboix .name, .kontaktboix2 .name, .zitatfooter .name, .modul_download .position, .modul_news.optiklist .position, .modul_praxisbeispiel .position, .modul_kundenstimmen .blockright .name, .accordeonitem .accordionHeadline, .modul_teamuebersicht .headline, .zahlencard .number, .zahlencard .headline, b a, strong a, b, strong, h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6, h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, h5, .h5, h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4, h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size, .mapinfo p, .btn.third span, .btn.secondary span, .btn.primary span, .footerheadline p strong, .subheadline h1 .bold, .subheadline .h1 .bold, .subheadline h3 .bold, .subheadline .h3 .bold, .subheadline h4 .bold, .subheadline .h4 .bold, .subheadline h5 .bold, .subheadline .h5 .bold, .subheadline h6 .bold, .subheadline .h6 .bold, .subheadline .bold, h2 b .bold, h2 i .bold, h2 a .bold, h2 strong .bold, h2 p .bold, .h2 b .bold, .h2 i .bold, .h2 a .bold, .h2 strong .bold, .h2 p .bold, .has-medium-font-size b .bold, .has-medium-font-size i .bold, .has-medium-font-size a .bold, .has-medium-font-size strong .bold, .has-medium-font-size p .bold, h2 .bold, .h2 .bold, .has-medium-font-size .bold, .subheadline h1 strong, .subheadline .h1 strong, .subheadline h3 strong, .subheadline .h3 strong, .subheadline h4 strong, .subheadline .h4 strong, .subheadline h5 strong, .subheadline .h5 strong, .subheadline h6 strong, .subheadline .h6 strong, .subheadline strong, h2 b strong, h2 i strong, h2 a strong, h2 strong strong, h2 p strong, .h2 b strong, .h2 i strong, .h2 a strong, .h2 strong strong, .h2 p strong, .has-medium-font-size b strong, .has-medium-font-size i strong, .has-medium-font-size a strong, .has-medium-font-size strong strong, .has-medium-font-size p strong, h2 strong, .h2 strong, .has-medium-font-size strong, .modul_headerimage .txtcontainer h1 .bold, .modul_headerimage .txtcontainer .h1 .bold, .modul_headerimage .txtcontainer h2 .bold, .modul_headerimage .txtcontainer .h2 .bold, h1 b .bold, h1 i .bold, h1 a .bold, h1 strong .bold, h1 .bold, .h1 .bold, .has-large-font-size .bold, .modul_headerimage .txtcontainer h1 strong, .modul_headerimage .txtcontainer .h1 strong, .modul_headerimage .txtcontainer h2 strong, .modul_headerimage .txtcontainer .h2 strong, h1 b strong, h1 i strong, h1 a strong, h1 strong strong, h1 strong, .lang-dropdown li a, .terminbox, .mainnav ul li a, .footertopmenu a, .mapinfo h3, .mapinfo .h3, .trtag, .topline, .footersubmenu a, .footersubmenu p, .footersubmenu li, .footerheadline p, .subheadline h1, .subheadline .h1, .subheadline h3, .subheadline .h3, .subheadline h4, .subheadline .h4, .subheadline h5, .subheadline .h5, .subheadline h6, .subheadline .h6, .subheadline, h2 b, h2 i, h2 a, h2 strong, h2 p, .h2 b, .h2 i, .h2 a, .h2 strong, .h2 p, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, .has-medium-font-size p, h2, .h2, .has-medium-font-size, .modul_headerimage .txtcontainer h1, .modul_headerimage .txtcontainer .h1, .modul_headerimage .txtcontainer h2, .modul_headerimage .txtcontainer .h2, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Roboto-SemiBold";
  src: url("../fonts/Roboto-SemiBold.ttf") format("truetype"), url("../fonts/Roboto-SemiBold.eot") format("eot"), url("../fonts/Roboto-SemiBold.woff") format("woff"), url("../fonts/Roboto-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-ExtraLight";
  src: url("../fonts/Roboto-ExtraLight.ttf") format("truetype"), url("../fonts/Roboto-ExtraLight.eot") format("eot"), url("../fonts/Roboto-ExtraLight.woff") format("woff"), url("../fonts/Roboto-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.eot") format("eot"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.eot") format("eot"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.eot") format("eot"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.eot") format("eot"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.eot") format("eot"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-display: swap;
}
.footerheadline p, .subheadline h1, .subheadline h3, .subheadline .h3, .subheadline h4, .subheadline .h4, .subheadline h5, .subheadline .h5, .subheadline h6, .subheadline .h6, .subheadline, h2 b, h2 i, h2 a, h2 strong, h2 p, .h2 b, .h2 i, .h2 a, .h2 strong, .h2 p, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, .has-medium-font-size p, h2, .h2, .has-medium-font-size, .modul_headerimage .txtcontainer h1, .modul_headerimage .txtcontainer .h1, .modul_headerimage .txtcontainer h2, .modul_headerimage .txtcontainer .h2, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
  font-family: "Roboto-ExtraLight", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}

.mapinfo h3, .mapinfo .h3, .trtag, .topline, .footersubmenu a, .footersubmenu p, .footersubmenu li {
  font-family: "Roboto-Regular", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.lang-dropdown li a, .terminbox, .mainnav ul li a, .footertopmenu a {
  font-family: "Roboto-Medium", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.mapinfo p, .btn.third span, .btn.secondary span, .btn.primary span, .footerheadline p strong, .subheadline .bold, h2 b .bold, h2 i .bold, h2 a .bold, h2 strong .bold, h2 p .bold, h2 .bold, .h2 .bold, .has-medium-font-size .bold, .subheadline strong, h2 b strong, h2 i strong, h2 a strong, h2 strong strong, h2 p strong, h2 strong, .h2 strong, .has-medium-font-size strong, .modul_headerimage .txtcontainer h1 .bold, .modul_headerimage .txtcontainer .h1 .bold, .modul_headerimage .txtcontainer h2 .bold, .modul_headerimage .txtcontainer .h2 .bold, h1 b .bold, h1 i .bold, h1 a .bold, h1 strong .bold, h1 .bold, .h1 .bold, .has-large-font-size .bold, .modul_headerimage .txtcontainer h1 strong, .modul_headerimage .txtcontainer .h1 strong, .modul_headerimage .txtcontainer h2 strong, .modul_headerimage .txtcontainer .h2 strong, h1 b strong, h1 i strong, h1 a strong, h1 strong strong, h1 strong, .h1 strong, .has-large-font-size strong {
  font-family: "Roboto-SemiBold", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.accordeonitem .accordionHeadline, .modul_teamuebersicht .headline, .zahlencard .number, .zahlencard .headline, b a, strong a, b, strong, h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6, h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, h5, .h5, h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4, h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size {
  font-family: "OpenSans-Bold", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.modul_event .position, .kontaktboix .name, .kontaktboix2 .name, .zitatfooter .name, .modul_download .position, .modul_news.optiklist .position, .modul_praxisbeispiel .position, .modul_kundenstimmen .blockright .name {
  font-family: "OpenSans-SemiBold", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

input[type=submit], .modul_zahlen .bu, .modul_teamuebersicht .position, .buwrapper .bu, .modul_headerimage .backstretchwrapper .bu, li, textarea, input[type=checkbox], input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], select, .select, .filterbtncf a.select, .footertopmenu .downmenu a, p, a, body, \:root {
  font-family: "Open Sans", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

.brlbs-cmpnt-container * {
  font-family: "Open Sans", "Helvetica", sans-serif !important;
}

.ftb {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}

.mh-100 {
  min-height: 100vh;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 24px;
}

.modul_headerimage .txtcontainer h1, .modul_headerimage .txtcontainer .h1, .modul_headerimage .txtcontainer h2, .modul_headerimage .txtcontainer .h2, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
  font-size: 64px;
  font-size: 4rem;
  line-height: 81px;
  line-height: 5.0625rem;
}
@media (max-width: 1600px) {
  .modul_headerimage .txtcontainer h1, .modul_headerimage .txtcontainer .h1, .modul_headerimage .txtcontainer h2, .modul_headerimage .txtcontainer .h2, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
    font-size: 57.6px;
    font-size: 3.6rem;
    line-height: 73.2px;
    line-height: 4.575rem;
  }
}
@media (max-width: 1440px) {
  .modul_headerimage .txtcontainer h1, .modul_headerimage .txtcontainer .h1, .modul_headerimage .txtcontainer h2, .modul_headerimage .txtcontainer .h2, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
    font-size: 48px;
    font-size: 3rem;
    line-height: 61.5px;
    line-height: 3.84375rem;
  }
}
@media (max-width: 1024px) {
  .modul_headerimage .txtcontainer h1, .modul_headerimage .txtcontainer .h1, .modul_headerimage .txtcontainer h2, .modul_headerimage .txtcontainer .h2, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 51.75px;
    line-height: 3.234375rem;
  }
}
@media (max-width: 768px) {
  .modul_headerimage .txtcontainer h1, .modul_headerimage .txtcontainer .h1, .modul_headerimage .txtcontainer h2, .modul_headerimage .txtcontainer .h2, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
    font-size: 32px;
    font-size: 2rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}
.subheadline h1, .subheadline .h1, .subheadline h3, .subheadline .h3, .subheadline h4, .subheadline .h4, .subheadline h5, .subheadline .h5, .subheadline h6, .subheadline .h6, .subheadline, h2 b, h2 i, h2 a, h2 strong, h2 p, .h2 b, .h2 i, .h2 a, .h2 strong, .h2 p, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, .has-medium-font-size p, h2, .h2, .has-medium-font-size {
  font-size: 64px;
  font-size: 4rem;
  line-height: 80px;
  line-height: 5rem;
}
@media (max-width: 1600px) {
  .subheadline h1, .subheadline .h1, .subheadline h3, .subheadline .h3, .subheadline h4, .subheadline .h4, .subheadline h5, .subheadline .h5, .subheadline h6, .subheadline .h6, .subheadline, h2 b, h2 i, h2 a, h2 strong, h2 p, .h2 b, .h2 i, .h2 a, .h2 strong, .h2 p, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, .has-medium-font-size p, h2, .h2, .has-medium-font-size {
    font-size: 57.2px;
    font-size: 3.575rem;
    line-height: 72.4px;
    line-height: 4.525rem;
  }
}
@media (max-width: 1440px) {
  .subheadline h1, .subheadline .h1, .subheadline h3, .subheadline .h3, .subheadline h4, .subheadline .h4, .subheadline h5, .subheadline .h5, .subheadline h6, .subheadline .h6, .subheadline, h2 b, h2 i, h2 a, h2 strong, h2 p, .h2 b, .h2 i, .h2 a, .h2 strong, .h2 p, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, .has-medium-font-size p, h2, .h2, .has-medium-font-size {
    font-size: 47px;
    font-size: 2.9375rem;
    line-height: 61px;
    line-height: 3.8125rem;
  }
}
@media (max-width: 1024px) {
  .subheadline h1, .subheadline .h1, .subheadline h3, .subheadline .h3, .subheadline h4, .subheadline .h4, .subheadline h5, .subheadline .h5, .subheadline h6, .subheadline .h6, .subheadline, h2 b, h2 i, h2 a, h2 strong, h2 p, .h2 b, .h2 i, .h2 a, .h2 strong, .h2 p, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, .has-medium-font-size p, h2, .h2, .has-medium-font-size {
    font-size: 38.5px;
    font-size: 2.40625rem;
    line-height: 51.5px;
    line-height: 3.21875rem;
  }
}
@media (max-width: 768px) {
  .subheadline h1, .subheadline .h1, .subheadline h3, .subheadline .h3, .subheadline h4, .subheadline .h4, .subheadline h5, .subheadline .h5, .subheadline h6, .subheadline .h6, .subheadline, h2 b, h2 i, h2 a, h2 strong, h2 p, .h2 b, .h2 i, .h2 a, .h2 strong, .h2 p, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, .has-medium-font-size p, h2, .h2, .has-medium-font-size {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}
h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (max-width: 1600px) {
  h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (max-width: 1440px) {
  h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (max-width: 1024px) {
  h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (max-width: 1600px) {
  h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 1440px) {
  h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 1024px) {
  h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 768px) {
  h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (max-width: 1600px) {
  h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (max-width: 1440px) {
  h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (max-width: 1024px) {
  h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media (max-width: 1600px) {
  h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6 {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 27.6px;
    line-height: 1.725rem;
  }
}
@media (max-width: 1440px) {
  h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 1024px) {
  h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media (max-width: 768px) {
  h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

textarea, input[type=checkbox], input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], select, .select, .filterbtncf a.select, .footertopmenu .downmenu a, p, a, body, \:root {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 27px;
  color: #000000;
}
@media (max-width: 1600px) {
  textarea, input[type=checkbox], input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], select, .select, .filterbtncf a.select, .footertopmenu .downmenu a, p, a, body, \:root {
    font-size: 19.6px;
    font-size: 1.225rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  textarea, input[type=checkbox], input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], select, .select, .filterbtncf a.select, .footertopmenu .downmenu a, p, a, body, \:root {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  textarea, input[type=checkbox], input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], select, .select, .filterbtncf a.select, .footertopmenu .downmenu a, p, a, body, \:root {
    font-size: 18.5px;
    font-size: 1.15625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  textarea, input[type=checkbox], input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], select, .select, .filterbtncf a.select, .footertopmenu .downmenu a, p, a, body, \:root {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 1440px) {
  li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 1024px) {
  li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 768px) {
  li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

body {
  margin: 0;
  color: #283A59;
  text-align: left;
}

p, a {
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  p, a {
    margin-bottom: 10px;
  }
}

a {
  color: #283A59;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  outline: 0;
}
a:hover, a:active, a:focus {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #FF9121;
}
a:active, a:focus {
  outline: none;
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0);
}

input::-moz-focus-inner {
  border: 0;
}

.align-center {
  text-align: center;
}
@media (max-width: 768px) {
  .align-center {
    text-align: left;
  }
}

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

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

.nowrap {
  white-space: nowrap;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 24px;
  margin-left: 12px;
  padding-left: 0px;
}
ul li,
ol li {
  padding-left: 10px;
}

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

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

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}
@media (max-width: 1280px) {
  .pt-16 {
    padding-top: 12px;
  }
}
@media (max-width: 1024px) {
  .pt-16 {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .pt-16 {
    padding-top: 8px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media (max-width: 1280px) {
  .pt-24 {
    padding-top: 16px;
  }
}
@media (max-width: 1024px) {
  .pt-24 {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .pt-24 {
    padding-top: 8px;
  }
}

.pt-32 {
  padding-top: 32px;
}
@media (max-width: 1280px) {
  .pt-32 {
    padding-top: 24px;
  }
}
@media (max-width: 1024px) {
  .pt-32 {
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  .pt-32 {
    padding-top: 12px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1280px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 1024px) {
  .pt-40 {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .pt-40 {
    padding-top: 16px;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media (max-width: 1280px) {
  .pt-48 {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .pt-48 {
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .pt-48 {
    padding-top: 24px;
  }
}

.pt-64 {
  padding-top: 64px;
}
@media (max-width: 1280px) {
  .pt-64 {
    padding-top: 48px;
  }
}
@media (max-width: 1024px) {
  .pt-64 {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .pt-64 {
    padding-top: 32px;
  }
}

.pt-72 {
  padding-top: 72px;
}
@media (max-width: 1280px) {
  .pt-72 {
    padding-top: 64px;
  }
}
@media (max-width: 1024px) {
  .pt-72 {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .pt-72 {
    padding-top: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1280px) {
  .pt-80 {
    padding-top: 72px;
  }
}
@media (max-width: 1024px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 768px) {
  .pt-80 {
    padding-top: 48px;
  }
}

.pt-96 {
  padding-top: 96px;
}
@media (max-width: 1280px) {
  .pt-96 {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .pt-96 {
    padding-top: 72px;
  }
}
@media (max-width: 768px) {
  .pt-96 {
    padding-top: 64px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1280px) {
  .pt-120 {
    padding-top: 86px;
  }
}
@media (max-width: 1024px) {
  .pt-120 {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .pt-120 {
    padding-top: 68px;
  }
}

.pt-160 {
  padding-top: 160px;
}
@media (max-width: 1280px) {
  .pt-160 {
    padding-top: 96px;
  }
}
@media (max-width: 1024px) {
  .pt-160 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .pt-160 {
    padding-top: 72px;
  }
}

.pt-240 {
  padding-top: 240px;
}
@media (max-width: 1280px) {
  .pt-240 {
    padding-top: 160px;
  }
}
@media (max-width: 1024px) {
  .pt-240 {
    padding-top: 96px;
  }
}
@media (max-width: 768px) {
  .pt-240 {
    padding-top: 80px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@media (max-width: 1280px) {
  .pb-16 {
    padding-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .pb-16 {
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .pb-16 {
    padding-bottom: 8px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1280px) {
  .pb-24 {
    padding-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .pb-24 {
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .pb-24 {
    padding-bottom: 16px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}
@media (max-width: 1280px) {
  .pb-32 {
    padding-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .pb-32 {
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .pb-32 {
    padding-bottom: 16px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1280px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .pb-40 {
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .pb-40 {
    padding-bottom: 16px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media (max-width: 1280px) {
  .pb-48 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .pb-48 {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .pb-48 {
    padding-bottom: 24px;
  }
}

.pb-64 {
  padding-bottom: 64px;
}
@media (max-width: 1280px) {
  .pb-64 {
    padding-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .pb-64 {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .pb-64 {
    padding-bottom: 32px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 1280px) {
  .pb-60 {
    padding-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .pb-60 {
    padding-bottom: 32px;
  }
}

.pb-72 {
  padding-bottom: 72px;
}
@media (max-width: 1280px) {
  .pb-72 {
    padding-bottom: 64px;
  }
}
@media (max-width: 1024px) {
  .pb-72 {
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .pb-72 {
    padding-bottom: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  .pb-80 {
    padding-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .pb-80 {
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .pb-80 {
    padding-bottom: 24px;
  }
}

.pb-96 {
  padding-bottom: 96px;
}
@media (max-width: 1280px) {
  .pb-96 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .pb-96 {
    padding-bottom: 72px;
  }
}
@media (max-width: 768px) {
  .pb-96 {
    padding-bottom: 64px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1280px) {
  .pb-120 {
    padding-bottom: 86px;
  }
}
@media (max-width: 1024px) {
  .pb-120 {
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .pb-120 {
    padding-bottom: 68px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}
@media (max-width: 1280px) {
  .pb-160 {
    padding-bottom: 96px;
  }
}
@media (max-width: 1024px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pb-160 {
    padding-bottom: 72px;
  }
}

.ptop-155 {
  padding-top: 155px;
}
@media (max-width: 1280px) {
  .ptop-155 {
    padding-top: 96px;
  }
}
@media (max-width: 1024px) {
  .ptop-155 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .ptop-155 {
    padding-top: 72px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}
@media (max-width: 1280px) {
  .pb-200 {
    padding-bottom: 130px;
  }
}
@media (max-width: 1024px) {
  .pb-200 {
    padding-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .pb-200 {
    padding-bottom: 80px;
  }
}

.pb-240 {
  padding-bottom: 240px;
}
@media (max-width: 1280px) {
  .pb-240 {
    padding-bottom: 160px;
  }
}
@media (max-width: 1024px) {
  .pb-240 {
    padding-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .pb-240 {
    padding-bottom: 80px;
  }
}

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

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .mb-24 {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1280px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .mb-32 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .mb-32 {
    margin-bottom: 16px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .mb-40 {
    margin-bottom: 16px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 1280px) {
  .mb-48 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 1280px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .mb-64 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mb-72 {
  margin-bottom: 72px;
}
@media (max-width: 1280px) {
  .mb-72 {
    margin-bottom: 64px;
  }
}
@media (max-width: 1024px) {
  .mb-72 {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .mb-72 {
    margin-bottom: 40px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .mb-80 {
    margin-bottom: 72px;
  }
}
@media (max-width: 1024px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .mb-80 {
    margin-bottom: 48px;
  }
}

.mb-96 {
  margin-bottom: 96px;
}
@media (max-width: 1280px) {
  .mb-96 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .mb-96 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mb-96 {
    margin-bottom: 40px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1280px) {
  .mb-120 {
    margin-bottom: 86px;
  }
}
@media (max-width: 1024px) {
  .mb-120 {
    margin-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .mb-120 {
    margin-bottom: 68px;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media (max-width: 1280px) {
  .mb-160 {
    margin-bottom: 96px;
  }
}
@media (max-width: 1024px) {
  .mb-160 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .mb-160 {
    margin-bottom: 72px;
  }
}

.mb-240 {
  margin-bottom: 240px;
}
@media (max-width: 1280px) {
  .mb-240 {
    margin-bottom: 160px;
  }
}
@media (max-width: 1024px) {
  .mb-240 {
    margin-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .mb-240 {
    margin-bottom: 80px;
  }
}

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

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1280px) {
  .mt-16 {
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  .mt-16 {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .mt-16 {
    margin-top: 8px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1280px) {
  .mt-24 {
    margin-top: 16px;
  }
}
@media (max-width: 1024px) {
  .mt-24 {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .mt-24 {
    margin-top: 8px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1280px) {
  .mt-32 {
    margin-top: 24px;
  }
}
@media (max-width: 1024px) {
  .mt-32 {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .mt-32 {
    margin-top: 12px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@media (max-width: 1024px) {
  .mt-40 {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .mt-40 {
    margin-top: 16px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media (max-width: 1280px) {
  .mt-48 {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media (max-width: 1280px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media (max-width: 1024px) {
  .mt-64 {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mt-72 {
  margin-top: 72px;
}
@media (max-width: 1280px) {
  .mt-72 {
    margin-top: 64px;
  }
}
@media (max-width: 1024px) {
  .mt-72 {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .mt-72 {
    margin-top: 40px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1280px) {
  .mt-80 {
    margin-top: 72px;
  }
}
@media (max-width: 1024px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .mt-80 {
    margin-top: 48px;
  }
}

.mt-96 {
  margin-top: 96px;
}
@media (max-width: 1280px) {
  .mt-96 {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .mt-96 {
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .mt-96 {
    margin-top: 64px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 1280px) {
  .mt-120 {
    margin-top: 86px;
  }
}
@media (max-width: 1024px) {
  .mt-120 {
    margin-top: 75px;
  }
}
@media (max-width: 768px) {
  .mt-120 {
    margin-top: 68px;
  }
}

.mt-160 {
  margin-top: 160px;
}
@media (max-width: 1280px) {
  .mt-160 {
    margin-top: 96px;
  }
}
@media (max-width: 1024px) {
  .mt-160 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .mt-160 {
    margin-top: 72px;
  }
}

.mt-240 {
  margin-top: 240px;
}
@media (max-width: 1280px) {
  .mt-240 {
    margin-top: 160px;
  }
}
@media (max-width: 1024px) {
  .mt-240 {
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .mt-240 {
    margin-top: 80px;
  }
}

.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
  display: flex;
  justify-content: center;
}

.tright {
  text-align: right;
  display: flex;
  justify-content: right;
}
@media (max-width: 1024px) {
  .tright {
    text-align: right;
    display: flex;
    justify-content: right;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tright a {
    margin-top: 20px;
  }
}

.styletcenter {
  display: flex;
  justify-content: center;
  text-align: center;
}

.styletright {
  display: flex;
  justify-content: right;
}

img {
  border-radius: 0;
}

.mh100 {
  min-height: 100vh;
}

.mobile {
  display: none;
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
.wp-block-column .container-fluid, .wp-block-column .container-sm, .wp-block-column .container-md, .wp-block-column .container-lg, .wp-block-column .container-xl, .wp-block-column .container-xxl, .wp-block-column .container-xxxl {
  margin: 0;
  width: 100%;
}

* {
  word-break: initial !important;
  overflow-wrap: initial !important;
}

.nmt {
  margin-top: 0;
}

.nmb {
  margin-bottom: 0;
}

.nml {
  margin-left: 0;
}

.nmr {
  margin-right: 0;
}

.npt {
  padding-top: 0;
}

.npb {
  padding-bottom: 0;
}

.npl {
  padding-left: 0;
}

.npr {
  padding-right: 0;
}

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

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

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

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

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

.mbottom-10 {
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-10 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .mbottom-10 {
    margin-bottom: 10px;
  }
}

.mtop-10 {
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-10 {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .mtop-10 {
    margin-top: 10px;
  }
}

.mright-10 {
  margin-right: 10px;
  display: inline-block;
}

.mleft-10 {
  margin-left: 10px;
  display: inline-block;
}

.mbottomn-10 {
  margin-bottom: -10px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-10 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .mbottomn-10 {
    margin-bottom: 10px;
  }
}

.mtopn-10 {
  margin-top: -10px;
  display: inline-block;
}

.mrightn-10 {
  margin-right: -10px;
  display: inline-block;
}

.mleftn-10 {
  margin-left: -10px;
  display: inline-block;
}

.m-10 {
  margin: 10px;
  display: inline-block;
}

.mbottom-20 {
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-20 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .mbottom-20 {
    margin-bottom: 10px;
  }
}

.mtop-20 {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-20 {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .mtop-20 {
    margin-top: 10px;
  }
}

.mright-20 {
  margin-right: 20px;
  display: inline-block;
}

.mleft-20 {
  margin-left: 20px;
  display: inline-block;
}

.mbottomn-20 {
  margin-bottom: -20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-20 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .mbottomn-20 {
    margin-bottom: 10px;
  }
}

.mtopn-20 {
  margin-top: -20px;
  display: inline-block;
}

.mrightn-20 {
  margin-right: -20px;
  display: inline-block;
}

.mleftn-20 {
  margin-left: -20px;
  display: inline-block;
}

.m-20 {
  margin: 20px;
  display: inline-block;
}

.mbottom-30 {
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mbottom-30 {
    margin-bottom: 10px;
  }
}

.mtop-30 {
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-30 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .mtop-30 {
    margin-top: 10px;
  }
}

.mright-30 {
  margin-right: 30px;
  display: inline-block;
}

.mleft-30 {
  margin-left: 30px;
  display: inline-block;
}

.mbottomn-30 {
  margin-bottom: -30px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mbottomn-30 {
    margin-bottom: 10px;
  }
}

.mtopn-30 {
  margin-top: -30px;
  display: inline-block;
}

.mrightn-30 {
  margin-right: -30px;
  display: inline-block;
}

.mleftn-30 {
  margin-left: -30px;
  display: inline-block;
}

.m-30 {
  margin: 30px;
  display: inline-block;
}

.mbottom-40 {
  margin-bottom: 40px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-40 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mbottom-40 {
    margin-bottom: 20px;
  }
}

.mtop-40 {
  margin-top: 40px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-40 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .mtop-40 {
    margin-top: 20px;
  }
}

.mright-40 {
  margin-right: 40px;
  display: inline-block;
}

.mleft-40 {
  margin-left: 40px;
  display: inline-block;
}

.mbottomn-40 {
  margin-bottom: -40px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-40 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mbottomn-40 {
    margin-bottom: 20px;
  }
}

.mtopn-40 {
  margin-top: -40px;
  display: inline-block;
}

.mrightn-40 {
  margin-right: -40px;
  display: inline-block;
}

.mleftn-40 {
  margin-left: -40px;
  display: inline-block;
}

.m-40 {
  margin: 40px;
  display: inline-block;
}

.mbottom-50 {
  margin-bottom: 50px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-50 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .mbottom-50 {
    margin-bottom: 20px;
  }
}

.mtop-50 {
  margin-top: 50px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-50 {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .mtop-50 {
    margin-top: 20px;
  }
}

.mright-50 {
  margin-right: 50px;
  display: inline-block;
}

.mleft-50 {
  margin-left: 50px;
  display: inline-block;
}

.mbottomn-50 {
  margin-bottom: -50px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-50 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .mbottomn-50 {
    margin-bottom: 20px;
  }
}

.mtopn-50 {
  margin-top: -50px;
  display: inline-block;
}

.mrightn-50 {
  margin-right: -50px;
  display: inline-block;
}

.mleftn-50 {
  margin-left: -50px;
  display: inline-block;
}

.m-50 {
  margin: 50px;
  display: inline-block;
}

.mbottom-60 {
  margin-bottom: 60px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-60 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .mbottom-60 {
    margin-bottom: 20px;
  }
}

.mtop-60 {
  margin-top: 60px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-60 {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .mtop-60 {
    margin-top: 20px;
  }
}

.mright-60 {
  margin-right: 60px;
  display: inline-block;
}

.mleft-60 {
  margin-left: 60px;
  display: inline-block;
}

.mbottomn-60 {
  margin-bottom: -60px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-60 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .mbottomn-60 {
    margin-bottom: 20px;
  }
}

.mtopn-60 {
  margin-top: -60px;
  display: inline-block;
}

.mrightn-60 {
  margin-right: -60px;
  display: inline-block;
}

.mleftn-60 {
  margin-left: -60px;
  display: inline-block;
}

.m-60 {
  margin: 60px;
  display: inline-block;
}

.mbottom-70 {
  margin-bottom: 70px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-70 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mbottom-70 {
    margin-bottom: 30px;
  }
}

.mtop-70 {
  margin-top: 70px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-70 {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .mtop-70 {
    margin-top: 30px;
  }
}

.mright-70 {
  margin-right: 70px;
  display: inline-block;
}

.mleft-70 {
  margin-left: 70px;
  display: inline-block;
}

.mbottomn-70 {
  margin-bottom: -70px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-70 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mbottomn-70 {
    margin-bottom: 30px;
  }
}

.mtopn-70 {
  margin-top: -70px;
  display: inline-block;
}

.mrightn-70 {
  margin-right: -70px;
  display: inline-block;
}

.mleftn-70 {
  margin-left: -70px;
  display: inline-block;
}

.m-70 {
  margin: 70px;
  display: inline-block;
}

.mbottom-80 {
  margin-bottom: 80px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-80 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mbottom-80 {
    margin-bottom: 30px;
  }
}

.mtop-80 {
  margin-top: 80px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-80 {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .mtop-80 {
    margin-top: 30px;
  }
}

.mright-80 {
  margin-right: 80px;
  display: inline-block;
}

.mleft-80 {
  margin-left: 80px;
  display: inline-block;
}

.mbottomn-80 {
  margin-bottom: -80px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-80 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mbottomn-80 {
    margin-bottom: 30px;
  }
}

.mtopn-80 {
  margin-top: -80px;
  display: inline-block;
}

.mrightn-80 {
  margin-right: -80px;
  display: inline-block;
}

.mleftn-80 {
  margin-left: -80px;
  display: inline-block;
}

.m-80 {
  margin: 80px;
  display: inline-block;
}

.mbottom-90 {
  margin-bottom: 90px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-90 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .mbottom-90 {
    margin-bottom: 30px;
  }
}

.mtop-90 {
  margin-top: 90px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-90 {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .mtop-90 {
    margin-top: 30px;
  }
}

.mright-90 {
  margin-right: 90px;
  display: inline-block;
}

.mleft-90 {
  margin-left: 90px;
  display: inline-block;
}

.mbottomn-90 {
  margin-bottom: -90px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-90 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .mbottomn-90 {
    margin-bottom: 30px;
  }
}

.mtopn-90 {
  margin-top: -90px;
  display: inline-block;
}

.mrightn-90 {
  margin-right: -90px;
  display: inline-block;
}

.mleftn-90 {
  margin-left: -90px;
  display: inline-block;
}

.m-90 {
  margin: 90px;
  display: inline-block;
}

.mbottom-100 {
  margin-bottom: 100px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-100 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .mbottom-100 {
    margin-bottom: 40px;
  }
}

.mtop-100 {
  margin-top: 100px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-100 {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .mtop-100 {
    margin-top: 40px;
  }
}

.mright-100 {
  margin-right: 100px;
  display: inline-block;
}

.mleft-100 {
  margin-left: 100px;
  display: inline-block;
}

.mbottomn-100 {
  margin-bottom: -100px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-100 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .mbottomn-100 {
    margin-bottom: 40px;
  }
}

.mtopn-100 {
  margin-top: -100px;
  display: inline-block;
}

.mrightn-100 {
  margin-right: -100px;
  display: inline-block;
}

.mleftn-100 {
  margin-left: -100px;
  display: inline-block;
}

.m-100 {
  margin: 100px;
  display: inline-block;
}

.ptop-10 {
  padding-top: 10px;
  display: inline-block;
}

.pbottom-10 {
  padding-bottom: 10px;
  display: inline-block;
}

.pleft-10 {
  padding-left: 10px;
  display: inline-block;
}

.pright-10 {
  padding-right: 10px;
  display: inline-block;
}

.p-10 {
  padding: 10px;
  display: inline-block;
}

.ptop-20 {
  padding-top: 20px;
  display: inline-block;
}

.pbottom-20 {
  padding-bottom: 20px;
  display: inline-block;
}

.pleft-20 {
  padding-left: 20px;
  display: inline-block;
}

.pright-20 {
  padding-right: 20px;
  display: inline-block;
}

.p-20 {
  padding: 20px;
  display: inline-block;
}

.ptop-30 {
  padding-top: 30px;
  display: inline-block;
}

.pbottom-30 {
  padding-bottom: 30px;
  display: inline-block;
}

.pleft-30 {
  padding-left: 30px;
  display: inline-block;
}

.pright-30 {
  padding-right: 30px;
  display: inline-block;
}

.p-30 {
  padding: 30px;
  display: inline-block;
}

.ptop-40 {
  padding-top: 40px;
  display: inline-block;
}

.pbottom-40 {
  padding-bottom: 40px;
  display: inline-block;
}

.pleft-40 {
  padding-left: 40px;
  display: inline-block;
}

.pright-40 {
  padding-right: 40px;
  display: inline-block;
}

.p-40 {
  padding: 40px;
  display: inline-block;
}

.ptop-50 {
  padding-top: 50px;
  display: inline-block;
}

.pbottom-50 {
  padding-bottom: 50px;
  display: inline-block;
}

.pleft-50 {
  padding-left: 50px;
  display: inline-block;
}

.pright-50 {
  padding-right: 50px;
  display: inline-block;
}

.p-50 {
  padding: 50px;
  display: inline-block;
}

.ptop-60 {
  padding-top: 60px;
  display: inline-block;
}

.pbottom-60 {
  padding-bottom: 60px;
  display: inline-block;
}

.pleft-60 {
  padding-left: 60px;
  display: inline-block;
}

.pright-60 {
  padding-right: 60px;
  display: inline-block;
}

.p-60 {
  padding: 60px;
  display: inline-block;
}

.ptop-70 {
  padding-top: 70px;
  display: inline-block;
}

.pbottom-70 {
  padding-bottom: 70px;
  display: inline-block;
}

.pleft-70 {
  padding-left: 70px;
  display: inline-block;
}

.pright-70 {
  padding-right: 70px;
  display: inline-block;
}

.p-70 {
  padding: 70px;
  display: inline-block;
}

.ptop-80 {
  padding-top: 80px;
  display: inline-block;
}

.pbottom-80 {
  padding-bottom: 80px;
  display: inline-block;
}

.pleft-80 {
  padding-left: 80px;
  display: inline-block;
}

.pright-80 {
  padding-right: 80px;
  display: inline-block;
}

.p-80 {
  padding: 80px;
  display: inline-block;
}

.ptop-90 {
  padding-top: 90px;
  display: inline-block;
}

.pbottom-90 {
  padding-bottom: 90px;
  display: inline-block;
}

.pleft-90 {
  padding-left: 90px;
  display: inline-block;
}

.pright-90 {
  padding-right: 90px;
  display: inline-block;
}

.p-90 {
  padding: 90px;
  display: inline-block;
}

.ptop-100 {
  padding-top: 100px;
  display: inline-block;
}

.pbottom-100 {
  padding-bottom: 100px;
  display: inline-block;
}

.pleft-100 {
  padding-left: 100px;
  display: inline-block;
}

.pright-100 {
  padding-right: 100px;
  display: inline-block;
}

.p-100 {
  padding: 100px;
  display: inline-block;
}

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

.nm {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 576px) {
  .sm-npl {
    padding-left: 0 !important;
  }
  .sm-npr {
    padding-right: 0 !important;
  }
  .sm-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .md-npl {
    padding-left: 0 !important;
  }
  .md-npr {
    padding-right: 0 !important;
  }
  .md-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .md-npl {
    padding-left: 0 !important;
  }
  .md-npr {
    padding-right: 0 !important;
  }
  .md-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .lg-npl {
    padding-left: 0 !important;
  }
  .lg-npr {
    padding-right: 0 !important;
  }
  .lg-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .xl-npl {
    padding-left: 0 !important;
  }
  .xl-npr {
    padding-right: 0 !important;
  }
  .xl-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100vh;
  width: 100%;
}

.fullheightimg {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .fullheightimg {
    height: inherit;
  }
}

.ghostkit-col-6 .fullheightimg {
  height: 80vh;
  width: 100%;
}

figure, .wp-block-image {
  margin-bottom: 0 !important;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

iframe {
  width: 100%;
}

.absolute {
  position: absolute;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

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

.relative {
  position: relative;
}

.align-left {
  text-align: left !important;
}

.none {
  display: none;
}

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

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

.ghostkit-grid-gap-md {
  margin-right: auto !important;
  margin-left: auto !important;
}

.absolute {
  position: absolute;
}

.bottom {
  bottom: 0;
}

.wp-block-columns, .container {
  margin: 0 auto;
  width: calc(100vw - 48px) !important;
}
@media (min-width: 1600px) {
  .wp-block-columns, .container {
    max-width: 1520px;
  }
}
@media (max-width: 768px) {
  .wp-block-columns, .container {
    width: calc(100vw - 15px) !important;
    padding-left: 0;
    padding-right: 0;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
  margin: 0;
  padding: 0 48px;
  width: 100%;
}
@media (max-width: 1024px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    padding: 0 15px;
  }
}

.wp-block-columns:where(.has-background) {
  margin: 0 auto;
  padding: 0 10px;
}
.wp-block-columns:where(.has-background) table {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .row .row {
    margin: 0 0px;
  }
}
.responsiv {
  width: 100%;
  height: auto;
}

.centercenter {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.middlecenter {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.ghostkit-col-6 .container {
  width: 100% !important;
}

.responsive {
  width: 100%;
  height: auto;
}

.insta {
  height: 13px;
  margin-top: -2px;
}

html, body {
  margin: 0 !important;
  padding: 0;
  background: #ffffff;
  width: 100vw;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}

html {
  overflow-x: hidden;
}

p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, span, strong {
  hyphens: none !important;
  -webkit-hyphens: none !important;
}

a:focus-visible, button:focus-visible {
  outline: 3px solid white;
  outline-offset: -3px;
  box-shadow: 0 0 0 3px #283A59;
}

.otgs-development-site-front-end, .wpml-ls-statics-footer {
  display: none !important;
}

.responsiv {
  width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.flex {
  display: flex;
}

#footer {
  width: 100%;
  border-radius: 5px 5px 80px 5px;
  background: #FFF;
  padding: 100px 0px 100px 0px;
  margin: 220px 40px 40px 40px;
}
@media (max-width: 1600px) {
  #footer {
    padding: 90.6px 6px 86px 6px;
  }
}
@media (max-width: 1440px) {
  #footer {
    padding: 76.5px 15px 65px 15px;
  }
}
@media (max-width: 1024px) {
  #footer {
    padding: 64.75px 22.5px 47.5px 22.5px;
  }
}
@media (max-width: 768px) {
  #footer {
    padding: 53px 30px 30px 30px;
  }
}
@media (max-width: 1600px) {
  #footer {
    margin: 190.4px 35px 35px 35px;
  }
}
@media (max-width: 1440px) {
  #footer {
    margin: 146px 27.5px 27.5px 27.5px;
  }
}
@media (max-width: 1024px) {
  #footer {
    margin: 109px 21.25px 21.25px 21.25px;
  }
}
@media (max-width: 768px) {
  #footer {
    margin: 72px 15px 15px 15px;
  }
}
#footer a:focus-visible {
  outline: 3px solid #283A59;
  outline-offset: 10px;
  border-radius: 1px;
}
@media (max-width: 768px) {
  #footer {
    width: calc(100% - 30px);
    border-radius: 5px 5px 40px 5px;
  }
  #footer .container {
    width: 100% !important;
  }
}

.footertopmenu {
  display: block;
  margin-bottom: 30px;
}
.footertopmenu ul, .footertopmenu li {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .footertopmenu ul, .footertopmenu li {
    margin: 0 0 10px 0;
  }
}
.footertopmenu a {
  color: #C65127;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 30px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: inline-block;
  word-break: keep-all !important;
}
@media (max-width: 1600px) {
  .footertopmenu a {
    font-size: 23.2px;
    font-size: 1.45rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .footertopmenu a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .footertopmenu a {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .footertopmenu a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .footertopmenu a {
    margin-bottom: 10px;
  }
}
.footertopmenu a.c-black {
  color: #000000;
}
.footertopmenu .downmenu a {
  font-family: "Roboto-Medium", "Helvetica", sans-serif !important;
  text-transform: none;
}
.footertopmenu li {
  display: inline-block;
  margin-right: 30px;
  list-style: none;
}

.footersubmenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.footersubmenu ul, .footersubmenu li {
  margin: 0;
  padding: 0;
}
.footersubmenu a, .footersubmenu p, .footersubmenu li {
  color: #283A59;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0.36px;
  margin-bottom: 0;
  line-height: inherit;
}
@media (max-width: 1600px) {
  .footersubmenu a, .footersubmenu p, .footersubmenu li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (max-width: 1440px) {
  .footersubmenu a, .footersubmenu p, .footersubmenu li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (max-width: 1024px) {
  .footersubmenu a, .footersubmenu p, .footersubmenu li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (max-width: 768px) {
  .footersubmenu a, .footersubmenu p, .footersubmenu li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.footersubmenu li, .footersubmenu p {
  line-height: inherit;
  display: inline-block;
  margin-right: 30px;
  list-style: none;
}
@media (max-width: 768px) {
  .footersubmenu ul {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
  }
  .footersubmenu li {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.sociallink {
  margin-bottom: 0px;
  margin-right: 20px;
}
.sociallink img {
  width: auto;
  height: 30px;
}

.flextopright {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .flextopright {
    margin-top: 40px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
  }
}

.flextopleft {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.flexbottomright {
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .flexbottomright {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

.headerflex {
  display: flex;
}

.koopimages {
  margin-right: 25px;
}
@media (max-width: 768px) {
  .koopimages {
    width: 100%;
    max-width: 100px;
  }
}
.koopimages:first-child {
  margin-right: 60px;
}

.flexrightmob {
  display: flex;
}
@media (max-width: 768px) {
  .flexrightmob {
    justify-content: flex-end;
  }
}
@media (max-width: 450px) {
  .flexrightmob {
    justify-content: flex-start;
  }
}

.footerheadline p {
  color: #283A59;
  font-size: 48px;
  font-size: 3rem;
  line-height: 64px;
  line-height: 4rem;
}
@media (max-width: 1600px) {
  .footerheadline p {
    font-size: 44.4px;
    font-size: 2.775rem;
    line-height: 59px;
    line-height: 3.6875rem;
  }
}
@media (max-width: 1440px) {
  .footerheadline p {
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 51.5px;
    line-height: 3.21875rem;
  }
}
@media (max-width: 1024px) {
  .footerheadline p {
    font-size: 34.5px;
    font-size: 2.15625rem;
    line-height: 45.25px;
    line-height: 2.828125rem;
  }
}
@media (max-width: 768px) {
  .footerheadline p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
}
.btn.primary {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 15px 40px;
  position: relative;
  background-color: #283A59;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .btn.primary {
    padding: 20px 20px;
  }
}
.btn.primary span {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0.4px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 1600px) {
  .btn.primary span {
    font-size: 19.6px;
    font-size: 1.225rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .btn.primary span {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .btn.primary span {
    font-size: 18.5px;
    font-size: 1.15625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .btn.primary span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.btn.primary svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.primary .nav-right {
  position: relative;
  width: 29px;
  height: 31px;
}
.btn.primary:hover span {
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.primary:hover svg {
  margin-right: -15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn.secondary {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 15px 40px;
  position: relative;
  background-color: white;
  border: 1px solid #a7adb8;
  background: rgb(93, 101, 125);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .btn.secondary {
    padding: 20px 20px;
  }
}
.btn.secondary span {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0.4px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 1600px) {
  .btn.secondary span {
    font-size: 19.6px;
    font-size: 1.225rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .btn.secondary span {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .btn.secondary span {
    font-size: 18.5px;
    font-size: 1.15625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .btn.secondary span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.btn.secondary svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.secondary .nav-right {
  position: relative;
  width: 29px;
  height: 31px;
}
.btn.secondary:hover span {
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.secondary:hover svg {
  margin-right: -15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn.third {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 15px 40px;
  position: relative;
  background-color: white;
  border: 1px solid #a7adb8;
  background: rgb(93, 101, 125);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .btn.third {
    padding: 20px 20px;
  }
}
.btn.third span {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0.4px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 1600px) {
  .btn.third span {
    font-size: 19.6px;
    font-size: 1.225rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .btn.third span {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .btn.third span {
    font-size: 18.5px;
    font-size: 1.15625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .btn.third span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.btn.third svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.third .nav-right {
  position: relative;
  width: 29px;
  height: 31px;
}
.btn.third.mobile {
  display: none;
}
@media (max-width: 767px) {
  .btn.third.mobile {
    display: inline-block;
  }
}

#header {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 30px 0;
}
@media (max-width: 768px) {
  #header {
    padding: 22px 0;
    position: fixed;
  }
}

.headerflex {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  margin: 44px 40px 40px 40px;
  border-radius: 10px;
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px); /* Für Safari / iOS */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .headerflex {
    margin: 0px 22px 40px 22px;
    padding: 15px 20px;
  }
}
@media (max-width: 450px) {
  .headerflex {
    margin: 0px 12px 40px 12px;
    padding: 15px 10px;
  }
}

.nav-right a.btn {
  margin-bottom: 0;
}
@media (max-width: 1880px) {
  .nav-right {
    display: none;
  }
}

.mainnav {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1880px) {
  .mainnav {
    display: none;
  }
}
.mainnav ul {
  margin: 0;
  padding: 0;
}
.mainnav ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainnav ul li a {
  color: #283A59;
  word-break: keep-all !important;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 10px 18px;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 1600px) {
  .mainnav ul li a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .mainnav ul li a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .mainnav ul li a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .mainnav ul li a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.mainnav ul li a:hover, .mainnav ul li a.active {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #283A59;
}
.mainnav ul li a:focus-visible {
  outline: 3px solid #283A59;
  outline-offset: 2px;
}
.mainnav ul li.current_page_item a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #283A59;
}

.fixedHeader {
  position: fixed !important;
  top: -74px;
}
.fixedHeader .headerflex {
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px); /* Für Safari / iOS */
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  margin-bottom: 0px;
}
.fixedHeader .logo-container, .fixedHeader .mainnav, .fixedHeader .mobile-nav-toggle, .fixedHeader .langmenu {
  opacity: 0;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.fixedHeader .nav-right {
  opacity: 1 !important;
}
.fixedHeader:hover .headerflex {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Für Safari / iOS */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 0px;
}
.fixedHeader:hover .logo-container, .fixedHeader:hover .mainnav, .fixedHeader:hover .mobile-nav-toggle, .fixedHeader:hover .nav-right, .fixedHeader:hover .langmenu {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.modul_headerimage {
  height: 1210px;
  position: relative;
}
@media (max-width: 768px) {
  .modul_headerimage {
    height: calc(100vh + 80px);
    padding-bottom: 80px;
  }
}
.modul_headerimage .backstretchwrapper {
  height: 920px;
  border-radius: 0 0 80px 0;
  width: 100vw;
  position: relative;
}
@media (max-width: 768px) {
  .modul_headerimage .backstretchwrapper {
    height: 100vh;
  }
}
.modul_headerimage .backstretchwrapper .backstretch {
  overflow: hidden !important;
  border-radius: 0 0 80px 0;
}
.modul_headerimage .backstretchwrapper .bu {
  position: absolute;
  right: 40px;
  bottom: -80px;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media (max-width: 1600px) {
  .modul_headerimage .backstretchwrapper .bu {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27.6px;
    line-height: 1.725rem;
  }
}
@media (max-width: 1440px) {
  .modul_headerimage .backstretchwrapper .bu {
    font-size: 15.5px;
    font-size: 0.96875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .modul_headerimage .backstretchwrapper .bu {
    font-size: 14.25px;
    font-size: 0.890625rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media (max-width: 768px) {
  .modul_headerimage .backstretchwrapper .bu {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 1220px) {
  .modul_headerimage .backstretchwrapper .bu {
    max-width: 230px;
  }
}
@media (max-width: 768px) {
  .modul_headerimage .backstretchwrapper .bu {
    padding-left: 15px;
    left: 10px;
    right: inherit;
    bottom: -50px;
  }
}
.modul_headerimage.bg-white .bu {
  color: #283A59;
}
.modul_headerimage .txtcontainer {
  border-radius: 5px 5px 80px 5px;
  position: absolute;
  bottom: 160px;
  left: 100px;
  width: 60%;
  padding: 60px 100px 140px 100px;
  text-transform: uppercase;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
@media (max-width: 1600px) {
  .modul_headerimage .txtcontainer {
    padding: 56px 83.6px 130px 83.6px;
  }
}
@media (max-width: 1440px) {
  .modul_headerimage .txtcontainer {
    padding: 50px 59px 115px 59px;
  }
}
@media (max-width: 1024px) {
  .modul_headerimage .txtcontainer {
    padding: 45px 38.5px 102.5px 38.5px;
  }
}
@media (max-width: 768px) {
  .modul_headerimage .txtcontainer {
    padding: 40px 18px 90px 18px;
  }
}
@media (max-width: 768px) {
  .modul_headerimage .txtcontainer {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 110px;
  }
}
.modul_headerimage .txtcontainer * {
  color: #ffffff;
  hyphens: auto;
  word-break: normal;
}
.modul_headerimage .txtcontainer .c-orange {
  color: #FF9121;
}
.modul_headerimage .txtcontainer h1, .modul_headerimage .txtcontainer .h1, .modul_headerimage .txtcontainer h2, .modul_headerimage .txtcontainer .h2 {
  margin-bottom: 5px;
}
.modul_headerimage.optiknormal {
  height: 990px;
  min-height: inherit;
  padding-bottom: 140px;
}
.modul_headerimage.optiknormal .backstretchwrapper {
  height: 700px;
}
.modul_headerimage.optiknormal .txtcontainer {
  bottom: 160px;
}
@media (max-width: 768px) {
  .modul_headerimage.optiknormal {
    height: 748px;
  }
  .modul_headerimage.optiknormal .backstretchwrapper {
    height: 588px;
  }
  .modul_headerimage.optiknormal .txtcontainer {
    bottom: 180px;
    padding: 40px 18px 60px 18px;
  }
}
.modul_headerimage .scrolldown {
  position: absolute;
  bottom: 30px;
  right: 40px;
  text-align: center;
  display: flex;
  width: 131px;
  height: 131px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 0.8px solid rgba(255, 255, 255, 0.8);
  background: rgba(187, 188, 206, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Für Safari / iOS */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}
.modul_headerimage .scrolldown svg {
  margin-right: -10px;
  margin-bottom: -10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modul_headerimage .scrolldown:hover {
  cursor: pointer;
}
.modul_headerimage .scrolldown:hover svg {
  margin-bottom: -30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .modul_headerimage .scrolldown {
    display: none;
  }
}

.single .modul_headerimage .bu {
  color: #000000;
}

.underline {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 30px;
  text-decoration-color: #FF9121;
  /*&:before{
    position: absolute;
    bottom: -35px;
    left: 0;
    content:'';
    display: block;
    width: 100%;
    height: 30px;
    background: $orange;
    margin-top: 10px;
  }*/
  line-height: 100px;
}
@media (max-width: 1440px) {
  .underline {
    text-decoration-thickness: 20px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .underline {
    text-decoration-thickness: 5px;
    line-height: 42px;
  }
}

.roundright {
  border-radius: 5px 5px 80px 5px;
  margin-bottom: -5px;
}
@media (max-width: 768px) {
  .roundright {
    border-radius: 5px 5px 40px 5px;
  }
}

.roundrightno {
  border-radius: 0 0 80px 0px;
}
@media (max-width: 768px) {
  .roundrightno {
    border-radius: 0 0 40px 0px;
  }
}

.roundrighttop {
  border-radius: 5px 80px 5px 5px;
  margin-bottom: -5px;
}
.roundrighttop .backstretch {
  border-radius: 5px 80px 5px 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .roundrighttop {
    border-radius: 5px 40px 5px 5px;
  }
  .roundrighttop .backstretch {
    border-radius: 5px 40px 5px 5px;
  }
}

.roundrighttopno {
  border-radius: 0 80px 0 0;
}
.roundrighttopno .backstretch {
  border-radius: 0 80px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .roundrighttopno {
    border-radius: 0 40px 0 0;
  }
  .roundrighttopno .backstretch {
    border-radius: 0 40px 0 0;
  }
}

.roundlefttop {
  border-radius: 80px 5px 5px 5px;
  margin-bottom: -5px;
}
.roundlefttop .backstretch {
  border-radius: 80px 5px 5px 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .roundlefttop {
    border-radius: 40px 5px 5px 5px;
  }
  .roundlefttop .backstretch {
    border-radius: 40px 5px 5px 5px;
  }
}

.roundlefttopno {
  border-radius: 80px 0 0 0;
}
.roundlefttopno .backstretch {
  border-radius: 80px 0 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .roundlefttopno {
    border-radius: 40px 0 0 0;
  }
  .roundlefttopno .backstretch {
    border-radius: 40px 0 0 0;
    overflow: hidden;
  }
}

.roundlefttono {
  border-radius: 80px 0 0 0;
}
.roundlefttono .backstretch {
  border-radius: 80px 0 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .roundlefttono {
    border-radius: 40px 0 0 0;
  }
  .roundlefttono .backstretch {
    border-radius: 40px 0 0 0;
  }
}

.roundlefttopsmal {
  border-radius: 60px 5px 5px 5px;
  margin-bottom: -5px;
}
.roundlefttopsmal .backstretch {
  border-radius: 60px 5px 5px 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .roundlefttopsmal {
    border-radius: 30px 5px 5px 5px;
  }
  .roundlefttopsmal .backstretch {
    border-radius: 30px 5px 5px 5px;
  }
}

.roundlefttoprightbottom {
  border-radius: 80px 0px;
}
.roundlefttoprightbottom .backstretch {
  border-radius: 80px 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .roundlefttoprightbottom {
    border-radius: 40px 0px;
  }
  .roundlefttoprightbottom .backstretch {
    border-radius: 40px 0px;
  }
}

.roundrighttopsmal {
  border-radius: 5px 60px 5px 5px;
  margin-bottom: -5px;
}
.roundrighttopsmal .backstretch {
  border-radius: 5px 60px 5px 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .roundrighttopsmal {
    border-radius: 5px 30px 5px 5px;
  }
  .roundrighttopsmal .backstretch {
    border-radius: 5px 30px 5px 5px;
  }
}

.roundrightbottomsmal {
  border-radius: 5px 5px 60px 5px;
  margin-bottom: -5px;
}
.roundrightbottomsmal .backstretch {
  border-radius: 5px 5px 60px 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .roundrightbottomsmal {
    border-radius: 5px 5px 30px 5px;
  }
  .roundrightbottomsmal .backstretch {
    border-radius: 5px 5px 30px 5px;
  }
}

.error404 svg {
  width: 100%;
}

.bg-blue .bu, .bg-blue p.bu {
  color: white !important;
}
@media (max-width: 768px) {
  .bg-blue {
    margin-top: -1px;
  }
}

.bg-h30 {
  position: absolute;
  width: 100%;
  height: 30vh;
}

.bg-h40 {
  position: absolute;
  width: 100%;
  height: 40vh;
}
@media (max-width: 768px) {
  .bg-h40 {
    height: 20vh;
  }
}

.roundleft {
  border-radius: 5px 5px 5px 80px;
}
.roundleft .backstretch, .roundleft iframe {
  border-radius: 5px 5px 5px 80px;
  overflow: hidden;
}

.roundleftsmal {
  border-radius: 5px 5px 5px 60px;
}
.roundleftsmal .backstretch {
  border-radius: 5px 5px 5px 60px;
  overflow: hidden;
}

.r19 {
  aspect-ratio: 1520/789;
  width: 100%;
}

.r14 {
  aspect-ratio: 832/569;
  width: 100%;
}

.r16 {
  aspect-ratio: 944/560;
  width: 100%;
}

.r61 {
  aspect-ratio: 710/823;
  width: 100%;
}

.r16x9 {
  aspect-ratio: 16/9;
  width: 100%;
}

.r11 {
  aspect-ratio: 740/851;
  width: 100%;
}
@media (max-width: 768px) {
  .r11 {
    aspect-ratio: 386/541;
  }
}

.r13 {
  aspect-ratio: 481/650;
  width: 100%;
}
@media (max-width: 768px) {
  .r13 {
    aspect-ratio: 386/541;
  }
}

iframe {
  width: 100%;
  min-height: 400px;
}

.youtubewrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.buwrapper {
  margin-bottom: 80px;
}
.buwrapper .bu {
  position: absolute;
  right: 0px;
  bottom: -60px;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media (max-width: 1600px) {
  .buwrapper .bu {
    font-size: 17.2px;
    font-size: 1.075rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media (max-width: 1440px) {
  .buwrapper .bu {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
@media (max-width: 1024px) {
  .buwrapper .bu {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22.5px;
    line-height: 1.40625rem;
  }
}
@media (max-width: 768px) {
  .buwrapper .bu {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

section {
  padding-bottom: 120px;
}

.mtop-25 {
  margin-top: 25px;
}

.topline {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 65px;
  line-height: 4.0625rem;
  letter-spacing: 0.4px;
}
@media (max-width: 1600px) {
  .topline {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 57.6px;
    line-height: 3.6rem;
  }
}
@media (max-width: 1440px) {
  .topline {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 46.5px;
    line-height: 2.90625rem;
  }
}
@media (max-width: 1024px) {
  .topline {
    font-size: 22.5px;
    font-size: 1.40625rem;
    line-height: 37.25px;
    line-height: 2.328125rem;
  }
}
@media (max-width: 768px) {
  .topline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.subheadline {
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .subheadline {
    margin-bottom: 20px;
  }
}
.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

.transparentbg {
  border: 1px solid #A7B6D0;
  background: rgba(60, 80, 114, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.modul_kundenstimmen .blockleft {
  width: 60%;
}
.modul_kundenstimmen .blockright {
  width: 60% !important;
  position: absolute;
  right: 0;
  bottom: -60px;
  padding: 80px 85px 80px 60px;
}
@media (max-width: 1023px) {
  .modul_kundenstimmen .blockright {
    position: relative;
    bottom: inherit;
    padding: 37px 18px 40px 18px;
    width: calc(100% - 60px) !important;
  }
}
.modul_kundenstimmen .blockright:before {
  content: "";
  height: 96px;
  width: 100px;
  background: transparent url("../img/quote.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 38px;
  top: -50px;
  z-index: -1;
}
.modul_kundenstimmen .blockright .txt {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .modul_kundenstimmen .blockright .txt {
    font-size: 22.8px;
    font-size: 1.425rem;
    line-height: 34.8px;
    line-height: 2.175rem;
  }
}
@media (max-width: 1440px) {
  .modul_kundenstimmen .blockright .txt {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 1024px) {
  .modul_kundenstimmen .blockright .txt {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 31.5px;
    line-height: 1.96875rem;
  }
}
@media (max-width: 768px) {
  .modul_kundenstimmen .blockright .txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.modul_kundenstimmen .blockright .name {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .modul_kundenstimmen .blockright .name {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (max-width: 1440px) {
  .modul_kundenstimmen .blockright .name {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
@media (max-width: 1024px) {
  .modul_kundenstimmen .blockright .name {
    font-size: 17.5px;
    font-size: 1.09375rem;
    line-height: 26.5px;
    line-height: 1.65625rem;
  }
}
@media (max-width: 768px) {
  .modul_kundenstimmen .blockright .name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.modul_kundenstimmen .blockright .position {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1600px) {
  .modul_kundenstimmen .blockright .position {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (max-width: 1440px) {
  .modul_kundenstimmen .blockright .position {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
@media (max-width: 1024px) {
  .modul_kundenstimmen .blockright .position {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 26.5px;
    line-height: 1.65625rem;
  }
}
@media (max-width: 768px) {
  .modul_kundenstimmen .blockright .position {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .modul_kundenstimmen .blockleft, .modul_kundenstimmen .blockright {
    width: 100%;
  }
}
.modul_kundenstimmen .items {
  margin-top: 0px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .modul_kundenstimmen .items {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .modul_kundenstimmen .align-center {
    text-align: left;
  }
}
.modul_kundenstimmen .roundleftsmal {
  border-radius: 40px 5px 5px 5px;
  aspect-ratio: 386/276;
}
.modul_kundenstimmen .roundleftsmal .backstretch {
  border-radius: 40px 5px 5px 5px;
}
.modul_kundenstimmen .roundrighttopsmal {
  border-radius: 5px 5px 40px 5px;
  border: 1px solid #A7B6D0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* Für Safari / iOS */
  margin-top: -40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /*    min-height: 540px;*/
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.modul_praxisbeispiel .textbloxk {
  padding: 30px;
  width: 90%;
  margin: -80px auto 100px auto;
}
.modul_praxisbeispiel .kundenitem:first-child {
  border-radius: 60px 5px 5px 5px;
}
.modul_praxisbeispiel .kundenitem:first-child .backstretch {
  border-radius: 60px 5px 5px 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .modul_praxisbeispiel .kundenitem:first-child {
    border-radius: 30px 5px 5px 5px;
  }
  .modul_praxisbeispiel .kundenitem:first-child .backstretch {
    border-radius: 30px 5px 5px 5px;
  }
}
.modul_praxisbeispiel .filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 0;
}
.modul_praxisbeispiel .filter button {
  border-radius: 5px;
  border: 1.5px solid #FF9121;
  padding: 10px 20px;
  background: white;
  color: #283A59;
}
.modul_praxisbeispiel .filter button:hover, .modul_praxisbeispiel .filter button.act {
  background: #FF9121;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ptop-200 {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .ptop-200 {
    padding-top: 90px;
  }
}

.ptop-5 {
  padding-top: 5px;
}

.mbottom-60imp {
  margin-bottom: 60px !important;
}
@media (max-width: 768px) {
  .mbottom-60imp {
    margin-bottom: 30px !important;
  }
}

.mbottom-80imp {
  margin-bottom: 80px !important;
}
@media (max-width: 768px) {
  .mbottom-80imp {
    margin-bottom: 50px !important;
  }
}

.mbottom-100imp {
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .mbottom-100imp {
    margin-bottom: 50px !important;
  }
}

.mbottom-140imp {
  margin-bottom: 140px !important;
}
@media (max-width: 768px) {
  .mbottom-140imp {
    margin-bottom: 70px !important;
  }
}

.bg-blue.pb-120 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .bg-blue.pb-120 {
    margin-bottom: 60px !important;
  }
}
.bg-blue.pb-60 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .bg-blue.pb-60 {
    margin-bottom: 30px !important;
  }
}
.bg-blue.pb-200 {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .bg-blue.pb-200 {
    margin-bottom: 100px !important;
  }
}

.m-top-10 {
  margin-top: -20px;
}

.mtop-300 {
  margin-top: 300px;
}
@media (max-width: 768px) {
  .mtop-300 {
    margin-bottom: 150px !important;
  }
}

.bg-white {
  background-color: #fff !important;
}

.rightout .wrap {
  width: 100vw;
}
@media (max-width: 768px) {
  .rightout .wrap {
    width: 100%;
  }
}

.leftout .wrap {
  width: 70vw;
}

.swipernews .transparenwhitetbg {
  padding: 40px;
  position: absolute;
  width: 60%;
  bottom: 40px;
  right: 40px;
  border-radius: 5px 5px 60px 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Für Safari / iOS */
}
@media (max-width: 768px) {
  .swipernews .transparenwhitetbg {
    position: relative;
    width: 90%;
    bottom: inherit;
    right: inherit;
    margin: -60px auto 40px auto;
    border-radius: 5px 5px 40px 5px;
    padding: 18px 18px 40px 18px;
  }
}
.swipernews .headline {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31px;
  line-height: 1.9375rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .swipernews .headline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 1440px) {
  .swipernews .headline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 1024px) {
  .swipernews .headline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 768px) {
  .swipernews .headline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.swipernews .txt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .swipernews .txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .swipernews .txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .swipernews .txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .swipernews .txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.swiperbtnright {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  .swiperbtnright {
    justify-content: flex-start;
  }
}

.modul_news.optikfokus .transparenwhitetbg {
  padding: 40px;
  position: absolute;
  width: 40%;
  bottom: 140px;
  right: 120px;
  border-radius: 5px 5px 60px 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Für Safari / iOS */
}
@media (max-width: 768px) {
  .modul_news.optikfokus .transparenwhitetbg {
    padding: 18px 18px 40px 18px;
    position: relative;
    width: 90%;
    bottom: inherit;
    right: inherit;
    margin: -60px auto 40px auto;
  }
}
.modul_news.optikfokus .headline {
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-top: 20px;
}
.modul_news.optikfokus .headline * {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31px;
  line-height: 1.9375rem;
  letter-spacing: 0.48px;
}
@media (max-width: 1600px) {
  .modul_news.optikfokus .headline * {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 1440px) {
  .modul_news.optikfokus .headline * {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 1024px) {
  .modul_news.optikfokus .headline * {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 768px) {
  .modul_news.optikfokus .headline * {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.modul_news.optikfokus .txt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .modul_news.optikfokus .txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .modul_news.optikfokus .txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .modul_news.optikfokus .txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .modul_news.optikfokus .txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.straight-quotes {
  font-feature-settings: "liga" 0, "quot" 0;
}

.btnswiper {
  display: inline-flex;
  align-items: center;
  padding: 15px;
  position: relative;
  background-color: #283A59;
  height: 75px;
  width: 85px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.36);
}
.btnswiper svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .btnswiper {
    height: 53px;
    width: 60px;
  }
  .btnswiper svg {
    width: 100%;
    height: 100%;
  }
}
.btnswiper.swiperleft:hover svg {
  left: -10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  animation: resetPositionLeft 1s forwards 1s;
}
.btnswiper.swiperright:hover svg {
  left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  animation: resetPositionRight 1s forwards 1s;
}
@keyframes resetPositionLeft {
  from {
    left: -10px;
  }
  to {
    left: 0;
  }
}
@keyframes resetPositionRight {
  from {
    left: 10px;
  }
  to {
    left: 0;
  }
}

.modul_news {
  overflow: hidden;
}
.modul_news.optiklist .textbloxk {
  padding: 30px;
  width: 90%;
  margin: -80px auto 100px auto;
}
.modul_news.optiklist .newsitem:first-child {
  border-radius: 60px 5px 5px 5px;
}
.modul_news.optiklist .newsitem:first-child .backstretch {
  border-radius: 60px 5px 5px 5px;
  overflow: hidden;
}
.modul_news .filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  padding-left: 0;
}
@media (max-width: 768px) {
  .modul_news .filter {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
  }
}
.modul_news .filter button {
  border-radius: 5px;
  border: 1.5px solid #FF9121;
  padding: 10px 20px;
  background: white;
  color: #000000;
}
.modul_news .filter button:hover, .modul_news .filter button.act {
  background: #FF9121;
  color: #000000;
}

.modul_download .textbloxk {
  padding: 30px;
  width: 90%;
  margin: -80px auto 100px auto;
}
@media (max-width: 768px) {
  .modul_download .textbloxk {
    margin: -80px auto 40px auto;
  }
}
.modul_download .backstretchwrappers {
  aspect-ratio: 479/336;
  width: 100%;
  border-radius: 60px 5px 5px 5px;
  border: 2px solid #283A59;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.modul_download .newsitem:first-child {
  border-radius: 60px 5px 5px 5px;
}
.modul_download .newsitem:first-child .backstretch {
  border-radius: 60px 5px 5px 5px;
  overflow: hidden;
}
.modul_leistungen .card {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #6B778C;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Für Safari / iOS */
}
.modul_leistungen .card .headline, .modul_leistungen .card .headline p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31px;
  line-height: 1.9375rem;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .modul_leistungen .card .headline, .modul_leistungen .card .headline p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 1440px) {
  .modul_leistungen .card .headline, .modul_leistungen .card .headline p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 1024px) {
  .modul_leistungen .card .headline, .modul_leistungen .card .headline p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 768px) {
  .modul_leistungen .card .headline, .modul_leistungen .card .headline p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.modul_leistungen .card .text {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .modul_leistungen .card {
    padding: 30px 18px;
  }
}

.leftoutcontainer {
  display: flex;
  align-items: center;
  gap: 100px;
  margin: 0 auto;
  padding-right: calc((100vw - 1520px) / 2);
  max-width: 100%;
}
.leftoutcontainer .w6 {
  width: calc(50% - 50px);
}
@media (max-width: 768px) {
  .leftoutcontainer .w6 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .leftoutcontainer {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin: 0 15px;
    padding-right: 0;
    max-width: 100%;
    flex-direction: column;
  }
}

.zahlencard .headline {
  color: #283A59;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 46px;
  line-height: 2.875rem;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .zahlencard .headline {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}
@media (max-width: 1440px) {
  .zahlencard .headline {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 38.5px;
    line-height: 2.40625rem;
  }
}
@media (max-width: 1024px) {
  .zahlencard .headline {
    font-size: 25.5px;
    font-size: 1.59375rem;
    line-height: 34.75px;
    line-height: 2.171875rem;
  }
}
@media (max-width: 768px) {
  .zahlencard .headline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.zahlencard .headline * {
  color: #283A59;
  margin-bottom: 0px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 46px;
  line-height: 2.875rem;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .zahlencard .headline * {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}
@media (max-width: 1440px) {
  .zahlencard .headline * {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 38.5px;
    line-height: 2.40625rem;
  }
}
@media (max-width: 1024px) {
  .zahlencard .headline * {
    font-size: 25.5px;
    font-size: 1.59375rem;
    line-height: 34.75px;
    line-height: 2.171875rem;
  }
}
@media (max-width: 768px) {
  .zahlencard .headline * {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.zahlencard hr {
  background: #FF9121;
  height: 1px;
  width: 100%;
  margin: 20px 0;
  opacity: 1;
}
.zahlencard .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  .zahlencard .flex {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
.zahlencard .number {
  margin-bottom: 0px;
  margin-top: 11px;
  color: #283A59;
  font-size: 64px;
  font-size: 4rem;
  line-height: 46px;
  line-height: 2.875rem;
}
@media (max-width: 1600px) {
  .zahlencard .number {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media (max-width: 1440px) {
  .zahlencard .number {
    font-size: 59px;
    font-size: 3.6875rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media (max-width: 1024px) {
  .zahlencard .number {
    font-size: 56.5px;
    font-size: 3.53125rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media (max-width: 768px) {
  .zahlencard .number {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
.zahlencardob .number {
  font-size: 64px;
  font-size: 4rem;
  line-height: 46px;
  line-height: 2.875rem;
  margin-top: 11px;
}
@media (max-width: 1600px) {
  .zahlencardob .number {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media (max-width: 1440px) {
  .zahlencardob .number {
    font-size: 59px;
    font-size: 3.6875rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media (max-width: 1024px) {
  .zahlencardob .number {
    font-size: 56.5px;
    font-size: 3.53125rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media (max-width: 768px) {
  .zahlencardob .number {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}

.verlauf:before {
  border-radius: 0 0 80px 0;
  content: "";
  background: rgba(32, 45, 69, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.modul_teamuebersicht .kurzcard {
  margin-bottom: 100px;
  position: relative;
}
.modul_teamuebersicht .kurzcard .backstretch {
  border-radius: 5px;
}
.modul_teamuebersicht .kurzcard:first-child .backstretch {
  border-radius: 80px 5px 5px 5px;
}
.modul_teamuebersicht .kurzcard:last-child .backstretch {
  border-radius: 5px 5px 80px 5px;
}
@media (max-width: 768px) {
  .modul_teamuebersicht .kurzcard {
    border-radius: 40px 5px 5px 5px !important;
  }
  .modul_teamuebersicht .kurzcard .backstretch {
    border-radius: 40px 5px 5px 5px !important;
  }
}
.modul_teamuebersicht .transparenwhitetbg {
  padding: 40px;
  position: absolute;
  width: calc(100% - 60px);
  bottom: 30px;
  left: 30px;
  border-radius: 5px 5px 60px 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Für Safari / iOS */
}
@media (max-width: 768px) {
  .modul_teamuebersicht .transparenwhitetbg {
    border-radius: 5px 5px 30px 5px;
    padding: 20px 19px;
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
  }
}
.modul_teamuebersicht .wrap {
  position: relative;
}
.modul_teamuebersicht .headline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #283A59;
}
@media (max-width: 1600px) {
  .modul_teamuebersicht .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .modul_teamuebersicht .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .modul_teamuebersicht .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .modul_teamuebersicht .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.modul_teamuebersicht .position {
  margin-bottom: 20px;
  letter-spacing: 0.6px;
  color: #283A59;
  text-transform: uppercase;
}
.modul_teamuebersicht .fon {
  color: #000000;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .modul_teamuebersicht .fon {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .modul_teamuebersicht .fon {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .modul_teamuebersicht .fon {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .modul_teamuebersicht .fon {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.modul_teamuebersicht .email {
  color: #000000;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .modul_teamuebersicht .email {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .modul_teamuebersicht .email {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .modul_teamuebersicht .email {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .modul_teamuebersicht .email {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.modul_kurzprofil .kurzcard {
  margin-bottom: 40px;
  position: relative;
}
.modul_kurzprofil .kurzcard .backstretch {
  border-radius: 5px;
}
.modul_kurzprofil .kurzcard:first-child .backstretch {
  border-radius: 80px 5px 5px 5px;
}
@media (max-width: 768px) {
  .modul_kurzprofil .kurzcard:first-child .backstretch {
    border-radius: 40px 5px 5px 5px;
  }
}
.modul_kurzprofil .kurzcard:last-child .backstretch {
  border-radius: 5px 5px 80px 5px;
}
@media (max-width: 768px) {
  .modul_kurzprofil .kurzcard:last-child .backstretch {
    border-radius: 5px 5px 40px 5px;
  }
}
.modul_kurzprofil .paralaxitem {
  pointer-events: inherit !important;
}
@media (max-width: 1220px) {
  .modul_kurzprofil .paralaxitem .kurzcard {
    padding-right: 25px;
    padding-left: 25px;
  }
  .modul_kurzprofil .paralaxitem .row {
    width: calc(100% + 100px);
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .modul_kurzprofil .paralaxitem .row {
    width: 100%;
    padding-left: 0px;
  }
}
.modul_kurzprofil .transparenwhitetbg {
  padding: 40px;
  position: absolute;
  width: 80%;
  bottom: 30px;
  left: 30px;
  border-radius: 5px 5px 60px 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Für Safari / iOS */
}
@media (max-width: 768px) {
  .modul_kurzprofil .transparenwhitetbg {
    padding: 40px 19px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    border-radius: 5px 5px 30px 5px;
  }
}
.modul_kurzprofil .wrap {
  position: relative;
}
.modul_kurzprofil .headline {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 46px;
  line-height: 2.875rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media (max-width: 1600px) {
  .modul_kurzprofil .headline {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}
@media (max-width: 1440px) {
  .modul_kurzprofil .headline {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 38.5px;
    line-height: 2.40625rem;
  }
}
@media (max-width: 1024px) {
  .modul_kurzprofil .headline {
    font-size: 25.5px;
    font-size: 1.59375rem;
    line-height: 34.75px;
    line-height: 2.171875rem;
  }
}
@media (max-width: 768px) {
  .modul_kurzprofil .headline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.modul_kurzprofil .headline * {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 46px;
  line-height: 2.875rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media (max-width: 1600px) {
  .modul_kurzprofil .headline * {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}
@media (max-width: 1440px) {
  .modul_kurzprofil .headline * {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 38.5px;
    line-height: 2.40625rem;
  }
}
@media (max-width: 1024px) {
  .modul_kurzprofil .headline * {
    font-size: 25.5px;
    font-size: 1.59375rem;
    line-height: 34.75px;
    line-height: 2.171875rem;
  }
}
@media (max-width: 768px) {
  .modul_kurzprofil .headline * {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.modul_kurzprofil .primary .tran {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modul_kurzprofil .primary:hover span {
  margin-right: inherit;
}
.modul_kurzprofil .primary:hover svg {
  margin-right: inherit;
}
.modul_kurzprofil .primary:hover svg .tran {
  transform: translateY(4px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.accordionContent {
  display: none;
}

.accordeonitem {
  border-radius: 5px;
  background: #6B778C;
  margin-bottom: 30px;
}
.accordeonitem.bg-blue {
  background: #283A59;
}
.accordeonitem:first-child {
  border-radius: 5px 40px 5px 5px;
}
@media (max-width: 768px) {
  .accordeonitem:first-child {
    border-radius: 5px 20px 5px 5px;
  }
}
.accordeonitem:last-child {
  border-radius: 5px 5px 5px 40px;
}
@media (max-width: 768px) {
  .accordeonitem:last-child {
    border-radius: 5px 5px 5px 20px;
  }
}
.accordeonitem .accordionHeadline {
  width: 100%;
  appearance: none;
  border: none;
  background: transparent;
  padding: 60px 135px 60px 85px;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 37px;
  line-height: 2.3125rem;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  hyphens: auto;
  word-break: normal !important;
  overflow-wrap: break-word;
}
@media (max-width: 1600px) {
  .accordeonitem .accordionHeadline {
    font-size: 23.2px;
    font-size: 1.45rem;
    line-height: 35.6px;
    line-height: 2.225rem;
  }
}
@media (max-width: 1440px) {
  .accordeonitem .accordionHeadline {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33.5px;
    line-height: 2.09375rem;
  }
}
@media (max-width: 1024px) {
  .accordeonitem .accordionHeadline {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 31.75px;
    line-height: 1.984375rem;
  }
}
@media (max-width: 768px) {
  .accordeonitem .accordionHeadline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.accordeonitem .accordionHeadline:focus-visible {
  outline: 4px solid #FF9121;
}
.accordeonitem .accordionHeadline * {
  hyphens: auto;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
@media (max-width: 768px) {
  .accordeonitem .accordionHeadline {
    padding: 18px 90px 18px 14px;
  }
}
.accordeonitem .accordionContent {
  padding: 0 85px 60px 85px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .accordeonitem .accordionContent {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .accordeonitem .accordionContent {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .accordeonitem .accordionContent {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .accordeonitem .accordionContent {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.accordeonitem .accordionContent * {
  margin-bottom: 0;
}
.accordeonitem .accordionContent a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .accordeonitem .accordionContent {
    padding: 0 15px 30px 15px;
  }
}
.accordeonitem .in {
  right: 45px;
  top: 45px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .accordeonitem .in {
    width: 58px;
    height: 53px;
    right: 15px;
    top: 15px;
  }
}
.accordeonitem .out {
  right: 45px;
  top: 45px;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .accordeonitem .out {
    width: 58px;
    height: 53px;
    right: 15px;
    top: 15px;
  }
}
.accordeonitem .on .in {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordeonitem .on .out {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.accordionHeadline {
  width: 100%;
  text-align: left;
  display: block;
}

.accordionHeadline .button-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.accordionHeadline .headline-text {
  flex: 1;
  white-space: normal;
  word-wrap: break-word;
  padding-right: 20px; /* Abstand zum Icon */
}

.accordionHeadline .icon-wrapper {
  flex-shrink: 0; /* Verhindert, dass das Icon schrumpft */
}

.blueboxcenter {
  background: #283A59 url("../img/bluebox.svg") no-repeat center center;
}
.blueboxcenter .wrap {
  border-radius: 5px;
  /* border: 1px solid #606d88;*/
  background: linear-gradient(107deg, rgba(60, 80, 114, 0.35) 4.34%, rgba(60, 80, 114, 0.15) 104.51%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Für Safari / iOS */
  width: 70%;
  margin: 0 auto;
  padding: 60px 80px;
  text-align: left;
}
@media (max-width: 768px) {
  .blueboxcenter .wrap {
    padding: 45px 25px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .blueboxcenter {
    background: transparent;
  }
}

@media (max-width: 768px) {
  .modul_cta .bg-blue {
    background: #283A59 url("../img/blueboxmobile.svg") no-repeat center center;
  }
}

.backstretchimg, .backstretchimgmobile {
  display: none;
}

.modul_bildtextnews ul {
  margin-left: 40px;
}
.modul_bildtextnews ul li {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 0;
}
.modul_bildtextnews ul li:before {
  margin-right: 15px;
  content: "";
  margin-top: -4px;
  width: 31px;
  min-width: 31px;
  height: 17px;
  display: inline-block;
  background: transparent url("../img/minus.svg") no-repeat center left;
}
.modul_bildtextnews .bg-blue li:before {
  background: transparent url("../img/minusblue.svg") no-repeat center left;
}

.zitat a, .modul_bildtextnews a, .modul_texteinspaltig a, .modul_textzweispaltig a {
  color: #FF9121;
}

.zitat {
  padding-left: 130px;
  position: relative;
}
.zitat:before {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 100px;
  height: 96px;
  display: inline-block;
  background: transparent url("../img/zitat.svg") no-repeat left top;
}
@media (max-width: 768px) {
  .zitat {
    padding-left: 0px;
  }
  .zitat:before {
    position: relative;
  }
}

.zitatfooter {
  padding-left: 130px;
}
.zitatfooter .name {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .zitatfooter .name {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media (max-width: 1440px) {
  .zitatfooter .name {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media (max-width: 1024px) {
  .zitatfooter .name {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media (max-width: 768px) {
  .zitatfooter .name {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
.zitatfooter .position {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .zitatfooter .position {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media (max-width: 1440px) {
  .zitatfooter .position {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media (max-width: 1024px) {
  .zitatfooter .position {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media (max-width: 768px) {
  .zitatfooter .position {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media (max-width: 768px) {
  .zitatfooter {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}

.bg-lightblue {
  border-radius: 5px 60px 5px 5px;
  border: 1px solid #8592ab;
  background: rgba(60, 80, 114, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* Für Safari / iOS */
}
@media (max-width: 768px) {
  .bg-lightblue {
    border-radius: 5px 30px 5px 5px;
  }
}

.kontaktboix, .kontaktboix2 {
  padding: 100px 90px;
}
.kontaktboix .name, .kontaktboix2 .name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31px;
  line-height: 1.9375rem;
  margin-bottom: 9px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .kontaktboix .name, .kontaktboix2 .name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 1440px) {
  .kontaktboix .name, .kontaktboix2 .name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 1024px) {
  .kontaktboix .name, .kontaktboix2 .name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
@media (max-width: 768px) {
  .kontaktboix .name, .kontaktboix2 .name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.kontaktboix .position, .kontaktboix2 .position {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .kontaktboix .position, .kontaktboix2 .position {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .kontaktboix .position, .kontaktboix2 .position {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .kontaktboix .position, .kontaktboix2 .position {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .kontaktboix .position, .kontaktboix2 .position {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.kontaktboix .fon img, .kontaktboix .email img, .kontaktboix2 .fon img, .kontaktboix2 .email img {
  height: 30px;
  width: 30px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .kontaktboix, .kontaktboix2 {
    padding: 60px 15px;
    margin-top: 40px;
  }
}

.kontaktboix2 {
  border-radius: 5px 40px 5px 5px;
  background: #6B778C;
}
@media (max-width: 768px) {
  .kontaktboix2 {
    border-radius: 5px 20px 5px 5px;
  }
}

.row > * {
  padding-right: 50px;
  padding-left: 50px;
}

.row {
  margin-right: -50px;
  margin-left: -50px;
}

.smalcontainergrid .row > * {
  padding-right: 12.5px;
  padding-left: 12.5px;
}
.smalcontainergrid .row {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.logo img {
  width: 100%;
}

@media (max-width: 768px) {
  .logo img {
    width: 50vw;
    max-width: 220px;
  }
  .row > * {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .smalcontainergrid .row > * {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .smalcontainergrid .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.modul_event .textbloxk {
  padding: 30px;
  width: 90%;
  margin: -80px auto 100px auto;
}
.eventitem {
  position: relative;
}

.terminbox {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 5px;
  background: #FF9121;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Für Safari / iOS */
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1600px) {
  .terminbox {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .terminbox {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .terminbox {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .terminbox {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

section.footersection {
  padding-bottom: 40px;
}

.backstretchhover .backstretch img {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.backstretchhover:hover .backstretch img {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  transform: scale(1.1);
}

.trtag {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Für Safari / iOS */
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #283A59;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .trtag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .trtag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .trtag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .trtag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.newsitem {
  display: flex;
  flex-direction: column;
  /* Bootstrap sorgt meist schon für gleiche Höhe in einer Reihe */
}

.backstretchwrapper {
  width: 100%;
  flex: 0 0 auto; /* Feste Höhe durch aspect-ratio */
}

.textbloxk {
  width: 90%;
  margin: -80px auto 100px;
  flex: 1 1 auto; /* Füllt den restlichen Raum, sodass alle .newsitem gleich hoch sind */
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.modul_image .backstretchwrapper {
  width: 100%;
  aspect-ratio: 1920/848;
}
@media (max-width: 768px) {
  .modul_image .backstretchwrapper {
    aspect-ratio: 430/270;
  }
}
.modul_image .bu {
  right: 40px;
}

.paralaxitems, .paralaxitemKundens {
  background: #ffffff;
}

.bg-blue .paralaxitem, .bg-blue .paralaxitemKundens {
  background: #283A59;
}

section .animate {
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.in-view.animate {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.paralax, .paralaxKunden {
  position: relative;
  width: 100%;
  /* Verhindert, dass Inhalte durchscheinen */
  overflow: hidden;
}
@media (max-width: 768px) {
  .paralax, .paralaxKunden {
    margin-top: 40px;
  }
}

.paralax-track, .paralax-trackKunden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.paralax-spacer, .paralax-spacerKunden {
  width: 100%;
  /* Höhe wird durch JS gesetzt */
  pointer-events: none;
}

.paralaxitem, .paralaxitemKunden {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  will-change: transform;
  transition: transform 0.3s ease;
}

.paralaxitemKunden {
  align-items: start;
  margin-top: 80px !important;
}

.pb-20 {
  padding-bottom: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.paralaxcards {
  position: relative;
}

.paralaxcards .card {
  position: relative;
}
@media (max-width: 768px) {
  .paralaxcards .card {
    margin-top: 40px;
  }
}

.lottiedot {
  position: absolute;
  height: 30px;
  width: 30px;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  appearance: none;
}
@media (max-width: 1024px) {
  .lottiedot {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 767px) {
  .lottiedot {
    display: block;
    position: relative;
    top: inherit !important;
    left: inherit !important;
    margin-left: 15px;
    height: 50px;
    width: 50px;
  }
}

.lottiedot-after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 25px;
  margin-top: -12.5px;
  margin-left: -12.5px;
  z-index: 99999;
}

.map {
  width: 100%;
  position: relative;
  aspect-ratio: 671/879;
}
@media (max-width: 767px) {
  .map {
    aspect-ratio: inherit;
  }
  .map svg {
    position: relative;
    aspect-ratio: 671/879;
  }
  .map > *:nth-child(n+12) {
    display: none;
  }
  .map .mapsvg {
    position: absolute;
    width: 100%;
    opacity: 0.3;
  }
}

.map svg {
  width: 100%;
  height: auto;
  display: block;
}

.mapworld {
  margin-left: 30px;
  margin-right: 30px;
  aspect-ratio: 1844/880;
  z-index: 7;
  position: relative;
}
@media (max-width: 767px) {
  .mapworld {
    margin-top: 150px;
  }
}

.mpworldrel {
  position: relative;
}

.steuerungmapworld {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .steuerungmapworld {
    position: absolute;
    top: 0;
  }
}

.wordlinfobox {
  position: absolute;
  top: 150px;
  z-index: 9;
  left: 100px;
  width: calc(50% - 100px);
  border-radius: 5px 5px 80px 5px;
  border: 1px solid #A7B6D0;
  background: rgba(60, 80, 114, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* Für Safari / iOS */
  padding: 60px 100px 60px 100px;
}
@media (max-width: 1600px) {
  .wordlinfobox {
    padding: 48px 83px 48px 83px;
  }
}
@media (max-width: 1440px) {
  .wordlinfobox {
    padding: 30px 57.5px 30px 57.5px;
  }
}
@media (max-width: 1024px) {
  .wordlinfobox {
    padding: 15px 36.25px 15px 36.25px;
  }
}
@media (max-width: 768px) {
  .wordlinfobox {
    padding: 0px 15px 0px 15px;
  }
}
@media (max-width: 768px) {
  .wordlinfobox {
    background: none;
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    border: none;
  }
}

.accordionHeadline {
  word-break: break-all !important;
}

.mb--180 {
  margin-bottom: -180px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .mb--180 {
    margin-bottom: -120px;
  }
}

.modul_image.mb--180 .backstretchwrapper:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #283A59;
  border-top-left-radius: 80px;
}
@media (max-width: 768px) {
  .modul_image.mb--180 .backstretchwrapper:after {
    border-top-left-radius: 40px;
    height: 100px;
    bottom: -60px;
  }
}
.modul_image.mb--180 .bu {
  color: #ffffff;
  z-index: 99;
  bottom: 0px;
}
@media (max-width: 768px) {
  .modul_image.mb--180 .bu {
    text-align: right;
    right: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .modul_zahlen .leftoutcontainer .w6 {
    margin-bottom: 80px;
  }
}
.modul_zahlen .bu {
  position: absolute;
  right: 0px;
  bottom: -70px;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media (max-width: 1600px) {
  .modul_zahlen .bu {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27.6px;
    line-height: 1.725rem;
  }
}
@media (max-width: 1440px) {
  .modul_zahlen .bu {
    font-size: 15.5px;
    font-size: 0.96875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .modul_zahlen .bu {
    font-size: 14.25px;
    font-size: 0.890625rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media (max-width: 768px) {
  .modul_zahlen .bu {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 768px) {
  .modul_zahlen .bu {
    padding-left: 0px;
    left: 0px;
    right: inherit;
    bottom: -35px;
  }
}
@media (max-width: 450px) {
  .modul_zahlen .bu {
    padding-left: 0px;
    left: 0px;
    right: inherit;
    bottom: -50px;
  }
}

@media (max-width: 768px) {
  .maplifet {
    margin-top: 80px;
  }
}

.stopanimation, .startanimation {
  margin-top: 80px;
  appearance: none;
  background: none;
  border: none;
  color: white;
}
.stopanimation svg, .startanimation svg {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .stopanimation, .startanimation {
    position: absolute;
    top: 0;
    left: 0;
    margin: -100px 0 0 0;
  }
}

.startanimation {
  display: none;
}

.mapinfo {
  width: 341px;
  padding: 30px;
  position: absolute;
  border-radius: 5px 5px 60px 5px;
  border: 1px solid #A7B6D0;
  background: rgba(60, 80, 114, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* Für Safari / iOS */
  color: white;
  z-index: 99;
  display: none;
  text-align: left;
}
.mapinfo h3, .mapinfo .h3, .mapinfo p {
  color: white;
}
.mapinfo a {
  color: #FF9121;
}
.mapinfo h3, .mapinfo .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0;
}
@media (max-width: 1600px) {
  .mapinfo h3, .mapinfo .h3 {
    font-size: 22.8px;
    font-size: 1.425rem;
    line-height: 34.8px;
    line-height: 2.175rem;
  }
}
@media (max-width: 1440px) {
  .mapinfo h3, .mapinfo .h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 1024px) {
  .mapinfo h3, .mapinfo .h3 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 31.5px;
    line-height: 1.96875rem;
  }
}
@media (max-width: 768px) {
  .mapinfo h3, .mapinfo .h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.mapinfo p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .mapinfo p {
    font-size: 22.8px;
    font-size: 1.425rem;
    line-height: 34.8px;
    line-height: 2.175rem;
  }
}
@media (max-width: 1440px) {
  .mapinfo p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 1024px) {
  .mapinfo p {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 31.5px;
    line-height: 1.96875rem;
  }
}
@media (max-width: 768px) {
  .mapinfo p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 767px) {
  .mapinfo {
    display: block;
    position: relative;
    top: inherit !important;
    left: inherit !important;
    margin-top: -80px;
    margin-left: 55px;
    margin-bottom: 40px;
    width: calc(100% - 100px);
    padding: 10px;
    border-radius: 5px 5px 30px 5px;
  }
  .mapinfo h3, .mapinfo .h3, .mapinfo p, .mapinfo a {
    word-break: keep-all !important;
    hyphens: none;
  }
  .mapinfo h3, .mapinfo .h3 {
    float: left;
    margin-right: 10px;
  }
  .mapinfo a {
    clear: both;
    display: block;
  }
}

.paralaxitem .row {
  width: 100%;
}

button {
  white-space: nowrap;
}

.mobile-nav-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  height: 34px;
  position: relative;
  width: 34px;
  padding: 0;
}

.burger-icon {
  display: block;
  background: transparent;
  position: relative;
  width: 100%;
  height: 100%;
}

/* Die Linien erstellen mit ::before und ::after */
.burger-icon::before,
.burger-icon::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background-color: #C65127;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
}

/* Obere Linie */
.burger-icon::before {
  top: 10px;
  transform-origin: center center;
}

/* Untere Linie */
.burger-icon::after {
  bottom: 10px;
  transform-origin: center center;
}

/* Aktiver Zustand - X-Form */
.activeM .mobile-nav-toggle .burger-icon::before {
  transform: translateY(5.5px) rotate(45deg);
}

.activeM .mobile-nav-toggle .burger-icon::after {
  transform: translateY(-5.5px) rotate(-45deg);
}

@media (max-width: 1880px) {
  .mobile-nav-toggle {
    display: block;
    transition: transform 0.3s ease;
  }
}
.activeM {
  border-radius: 10px 10px 60px 10px;
}
.activeM .mainnavigation {
  max-height: calc(100vh - 300px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.activeM .mainnav {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: #FFF;
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0px;
  padding-top: 0px;
}
.activeM .mainnav li {
  display: block;
  margin-bottom: 30px;
}
.activeM .mainnav li:last-child {
  margin-bottom: 15px;
}
.activeM .mainnav a {
  color: #283A59;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 33px;
  line-height: 2.0625rem;
}
@media (max-width: 1600px) {
  .activeM .mainnav a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 1440px) {
  .activeM .mainnav a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 1024px) {
  .activeM .mainnav a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 768px) {
  .activeM .mainnav a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
.activeM .mainnavigation {
  display: flex;
  flex-direction: column;
  background: #FFF;
  width: 100%;
  padding-left: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-top: 10px;
}
.activeM #lang-switch-button {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 33px;
  line-height: 2.0625rem;
}
@media (max-width: 1600px) {
  .activeM #lang-switch-button {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 1440px) {
  .activeM #lang-switch-button {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 1024px) {
  .activeM #lang-switch-button {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 768px) {
  .activeM #lang-switch-button {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
.activeM .langmenu a {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 33px;
  line-height: 2.0625rem;
}
@media (max-width: 1600px) {
  .activeM .langmenu a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 1440px) {
  .activeM .langmenu a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 1024px) {
  .activeM .langmenu a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 768px) {
  .activeM .langmenu a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
.activeM .nav-right {
  margin-top: -2px;
  display: block;
  width: 100%;
  border-radius: 0 0 60px 10px;
  background: #FFF;
  padding: 60px 15px 15px 15px;
  margin-bottom: 15px;
}

.nav-right .btn {
  border: 1px solid #a7adb8 !important;
}

a {
  word-break: break-all !important;
}

.header-visible {
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-hidden {
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.prodcutinfowrapper .roundrightbottomsmal {
  margin-top: 100px !important;
}

.sticky-card {
  position: sticky;
  z-index: 10;
}

.no-animations * {
  animation: none !important;
  transition: none !important;
}

/* Parallax-Container anpassen */
.no-animations .paralax,
.no-animations .paralax-cards-container,
.no-animations .kunden-paralax {
  height: auto !important;
}

.no-animations .paralax .paralax-track,
.no-animations .paralax-cards-container .paralax-track,
.no-animations .kunden-paralax .paralax-track {
  position: relative !important;
  height: auto !important;
}

.no-animations .paralaxitem,
.no-animations .paralax-card,
.no-animations .kunden-paralaxitem,
.no-animations .animate-on-scroll {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  height: auto !important;
}

.no-animations .paralax-spacer,
.no-animations .cards-paralax-spacer,
.no-animations .kunden-paralax-spacer {
  display: none !important;
}

.lang-switch {
  position: relative;
  display: inline-block;
}

#lang-switch-button {
  background: transparent;
  border: 1px solid transparent;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #283A59;
  margin-left: 5px;
}

.dropdown-arrow {
  margin-left: 8px;
  font-size: 10px;
  transition: transform 0.3s ease;
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 5px;
  margin: 0 0 0 5px;
  padding: 0;
  list-style: none;
  z-index: 1000;
  color: #283A59;
}
@media (max-width: 1880px) {
  .lang-dropdown {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
  }
}

.lang-dropdown.show {
  display: block;
}

.lang-dropdown li {
  margin: 0;
  padding: 0;
}

.mainnavigation {
  display: flex;
}
@media (max-width: 1880px) {
  .mainnavigation {
    display: none;
  }
}

.lang-dropdown li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  word-break: keep-all !important;
  color: #283A59;
  margin-bottom: 0;
}

.lang-dropdown li a:hover,
.lang-dropdown li a:focus {
  background-color: #f5f5f5;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.qs-link {
  position: absolute;
  top: -50px;
  background: #283A59;
  color: white;
}
.qs-link:focus, .qs-link:active {
  top: 0px;
  z-index: 9999;
  padding: 10px;
  border-bottom-right-radius: 10px;
}

body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn {
  --brlbs-tw-ring-color: var(--dialog-button-accept-all-color-hover);
  background-color: var(--dialog-button-save-consent-color);
  color: var(--dialog-button-save-consent-text-color);
}

.sticky_container .cards .card {
  position: sticky;
  top: 0px;
  z-index: 1;
}
.sticky_container .cards .card:nth-child(1) {
  z-index: 1;
}
.sticky_container .cards .card:nth-child(2) {
  z-index: 2;
}
.sticky_container .cards .card:nth-child(3) {
  z-index: 3;
}
.sticky_container .cards .card:nth-child(4) {
  z-index: 4;
}
.sticky_container .cards .card:nth-child(5) {
  z-index: 5;
}
.sticky_container .cards .card:nth-child(6) {
  z-index: 6;
}
.sticky_container .cards .card:nth-child(7) {
  z-index: 7;
}
.sticky_container .cards .card:nth-child(8) {
  z-index: 8;
}
.sticky_container .cards .card:nth-child(9) {
  z-index: 9;
}
.sticky_container .cards .card:nth-child(10) {
  z-index: 10;
}
.sticky_container .cards .card:nth-child(11) {
  z-index: 11;
}
.sticky_container .cards .card:nth-child(12) {
  z-index: 12;
}
.sticky_container .cards .card:nth-child(13) {
  z-index: 13;
}
.sticky_container .cards .card:nth-child(14) {
  z-index: 14;
}
.sticky_container .cards .card:nth-child(15) {
  z-index: 15;
}
.sticky_container .cards .card .kurzcard {
  max-height: 90vh;
}
.sticky_container .cards .card .kurzcard .r11 {
  aspect-ratio: 740/851;
  width: 100%;
  max-height: 90vh;
}

.prodcutinfowrapper .card {
  position: sticky;
  top: 60px;
  z-index: 1;
}
.prodcutinfowrapper .card:nth-child(1) {
  z-index: 1;
}
.prodcutinfowrapper .card:nth-child(2) {
  z-index: 2;
}
.prodcutinfowrapper .card:nth-child(3) {
  z-index: 3;
}
.prodcutinfowrapper .card:nth-child(4) {
  z-index: 4;
}
.prodcutinfowrapper .card:nth-child(5) {
  z-index: 5;
}
.prodcutinfowrapper .card:nth-child(6) {
  z-index: 6;
}
.prodcutinfowrapper .card:nth-child(7) {
  z-index: 7;
}
.prodcutinfowrapper .card:nth-child(8) {
  z-index: 8;
}
.prodcutinfowrapper .card:nth-child(9) {
  z-index: 9;
}
.prodcutinfowrapper .card:nth-child(10) {
  z-index: 10;
}
.prodcutinfowrapper .card:nth-child(11) {
  z-index: 11;
}
.prodcutinfowrapper .card:nth-child(12) {
  z-index: 12;
}
.prodcutinfowrapper .card:nth-child(13) {
  z-index: 13;
}
.prodcutinfowrapper .card:nth-child(14) {
  z-index: 14;
}
.prodcutinfowrapper .card:nth-child(15) {
  z-index: 15;
}

.productimagewrappers .scrollproduct {
  position: sticky;
  z-index: 1;
  top: 60px;
}

.paralaxKunden {
  overflow: inherit !important;
  margin-top: 80px !important;
}
.paralaxKunden .paralaxitemKunden {
  margin-top: 0px !important;
  position: sticky;
  top: 60px;
  z-index: 1;
}
.paralaxKunden .paralaxitemKunden:nth-child(1) {
  z-index: 1;
}
.paralaxKunden .paralaxitemKunden:nth-child(2) {
  z-index: 2;
}
.paralaxKunden .paralaxitemKunden:nth-child(3) {
  z-index: 3;
}
.paralaxKunden .paralaxitemKunden:nth-child(4) {
  z-index: 4;
}
.paralaxKunden .paralaxitemKunden:nth-child(5) {
  z-index: 5;
}
.paralaxKunden .paralaxitemKunden:nth-child(6) {
  z-index: 6;
}
.paralaxKunden .paralaxitemKunden:nth-child(7) {
  z-index: 7;
}
.paralaxKunden .paralaxitemKunden:nth-child(8) {
  z-index: 8;
}
.paralaxKunden .paralaxitemKunden:nth-child(9) {
  z-index: 9;
}
.paralaxKunden .paralaxitemKunden:nth-child(10) {
  z-index: 10;
}
.paralaxKunden .paralaxitemKunden:nth-child(11) {
  z-index: 11;
}
.paralaxKunden .paralaxitemKunden:nth-child(12) {
  z-index: 12;
}
.paralaxKunden .paralaxitemKunden:nth-child(13) {
  z-index: 13;
}
.paralaxKunden .paralaxitemKunden:nth-child(14) {
  z-index: 14;
}
.paralaxKunden .paralaxitemKunden:nth-child(15) {
  z-index: 15;
}
.paralaxKunden .paralaxitemKunden:last-child {
  top: 0px;
}

.paralax {
  overflow: inherit !important;
  margin-top: 80px !important;
}
.paralax .paralaxitem {
  margin-top: 0px !important;
  position: sticky;
  top: 60px;
  z-index: 1;
}
.paralax .paralaxitem:nth-child(1) {
  z-index: 1;
}
.paralax .paralaxitem:nth-child(2) {
  z-index: 2;
}
.paralax .paralaxitem:nth-child(3) {
  z-index: 3;
}
.paralax .paralaxitem:nth-child(4) {
  z-index: 4;
}
.paralax .paralaxitem:nth-child(5) {
  z-index: 5;
}
.paralax .paralaxitem:nth-child(6) {
  z-index: 6;
}
.paralax .paralaxitem:nth-child(7) {
  z-index: 7;
}
.paralax .paralaxitem:nth-child(8) {
  z-index: 8;
}
.paralax .paralaxitem:nth-child(9) {
  z-index: 9;
}
.paralax .paralaxitem:nth-child(10) {
  z-index: 10;
}
.paralax .paralaxitem:nth-child(11) {
  z-index: 11;
}
.paralax .paralaxitem:nth-child(12) {
  z-index: 12;
}
.paralax .paralaxitem:nth-child(13) {
  z-index: 13;
}
.paralax .paralaxitem:nth-child(14) {
  z-index: 14;
}
.paralax .paralaxitem:nth-child(15) {
  z-index: 15;
}

.accordionHeadline {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.on .accordionContent {
  display: block;
}

.accordionHeadline {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}

input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], select, .select, .filterbtncf a.select, select {
  border: 1px solid #000000 !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  box-shadow: inset 0 0px 0px white !important;
  -moz-box-shadow: inset 0 0px 0px white !important;
  -webkit-box-shadow: inset 0 0px 0px white !important;
  width: 100%;
  padding: 12px;
  margin-bottom: 20px !important;
}
input[type=text].wpcf7-not-valid, input[type=number].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=search].wpcf7-not-valid, input[type=password].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, select.wpcf7-not-valid, .select.wpcf7-not-valid, .filterbtncf a.select.wpcf7-not-valid, select.wpcf7-not-valid {
  border: 1px solid #dc3545 !important;
}

.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

input[type=checkbox] {
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #000000 !important;
  padding: 12px;
}

textarea {
  height: 200px;
  border: 1px solid #000000 !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  box-shadow: inset 0 0px 0px white !important;
  -moz-box-shadow: inset 0 0px 0px white !important;
  -webkit-box-shadow: inset 0 0px 0px white !important;
  width: 100%;
  padding: 12px;
  margin-bottom: 20px !important;
}
textarea.wpcf7-not-valid {
  border: 1px solid #dc3545 !important;
}

input[type=submit] {
  color: #447226;
  background: white;
  border: 2px solid #447226;
  border-radius: 32px;
  padding: 8px 24px;
  text-decoration: none !important;
  font-family: "RobotoBold", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  background: #447226;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: $black ;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

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

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

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

.swiper-wrapper {
  margin: 0 auto 26px auto;
}
@media (max-width: 768px) {
  .swiper-wrapper {
    margin: 0 auto 0px auto;
  }
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  opacity: 1;
  background: transparent;
  border: 2px solid #000000;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover, .swiper-pagination-bullet:focus {
  background: #000000;
  cursor: pointer;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 99999;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

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