@charset "UTF-8";
/* Utilities */
/* Extern libraries */
:root {
  --bs-blue: #005782;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #005782;
  --bs-dsgvo: #efefef;
  --bs-primary-rgb: 0, 87, 130;
  --bs-dsgvo-rgb: 239, 239, 239;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 75, 75, 77;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Nimbus Sans Novus, sans-serif;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #4B4B4D;
  --bs-body-bg: #fff;
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

h1, .h1 {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.8125rem;
  }
}

h2, .h2 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3, .h3, .persons-list__search-label {
  font-size: calc(1.321875rem + 0.8625vw);
}
@media (min-width: 1200px) {
  h3, .h3, .persons-list__search-label {
    font-size: 1.96875rem;
  }
}

h4, .h4 {
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.6875rem;
  }
}

h5, .h5 {
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.40625rem;
  }
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .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: #005782;
  text-decoration: none;
}
a:hover {
  color: #002436;
  text-decoration: none;
}

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: #fff;
  background-color: #212529;
  border-radius: 0;
}
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: calc(1.265625rem + 0.1875vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.40625rem;
  }
}

.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: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.40625rem;
  }
}
.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, .image-embed-item {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  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-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 20px);
  padding-left: var(--bs-gutter-x, 20px);
  margin-right: auto;
  margin-left: auto;
}

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

.col {
  flex: 1 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4B4B4D;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  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: #4B4B4D;
  background-color: #fff;
  border-color: #80abc1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 87, 130, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.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: #4B4B4D;
  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: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #4B4B4D;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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 {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4B4B4D;
  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.984375rem;
  border-radius: 0;
}
.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: calc(1.265625rem + 0.1875vw);
  border-radius: 0;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.40625rem;
  }
}
.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 {
  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;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.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 {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.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:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.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);
}

.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.984375rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0;
}

.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.984375rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1.125rem;
  color: #4B4B4D;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1360px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #005782;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.984375rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #005782;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #005782;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #002436;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #002436;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 87, 130, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #005782;
  border-color: #005782;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .pagination-lg .page-link {
    font-size: 1.40625rem;
  }
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.link-primary {
  color: #005782;
}
.link-primary:hover, .link-primary:focus {
  color: #004668;
}

.link-dsgvo {
  color: #efefef;
}
.link-dsgvo:hover, .link-dsgvo:focus {
  color: #f2f2f2;
}

.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: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1360px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !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 #73808d !important;
}

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

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

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

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

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

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

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

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

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

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

.border-dsgvo {
  border-color: #efefef !important;
}

.border-white {
  border-color: #fff !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.40625rem + 1.875vw) !important;
}

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

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

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

.fs-5 {
  font-size: calc(1.265625rem + 0.1875vw) !important;
}

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

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

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

.fw-thin {
  font-weight: 100 !important;
}

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

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

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

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

.fw-extra-bold {
  font-weight: 900 !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-left {
  text-align: left !important;
}

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

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

.text-justify {
  text-align: justify !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-dsgvo {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dsgvo-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

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

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

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dsgvo {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dsgvo-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !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-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !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-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .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-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1360px) {
  .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-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.8125rem !important;
  }
  .fs-2 {
    font-size: 2.25rem !important;
  }
  .fs-3 {
    font-size: 1.96875rem !important;
  }
  .fs-4 {
    font-size: 1.6875rem !important;
  }
  .fs-5 {
    font-size: 1.40625rem !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;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small, .mfp-figure .small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.select2-container--default .select2-selection--single .select2-selection__arrow b::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa);
}

.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.select2-container--default .select2-selection--single .select2-selection__arrow b.fa-duotone::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after,
.select2-container--default .select2-selection--single .select2-selection__arrow b.fa-sharp-duotone::after {
  content: var(--fa--fa);
}

.fa-classic.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fad,
.fa-duotone {
  font-weight: 900;
}

.fasds,
.fa-sharp-duotone {
  font-weight: 900;
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  font-family: "Font Awesome 6 Pro";
}

.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: "Font Awesome 6 Duotone";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: "Font Awesome 6 Sharp";
}

.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: "Font Awesome 6 Sharp Duotone";
}

/*******************************************************************/
/* This file is generated by Build/tools.js                        */
/* If you need to add more icons, please edit Build/icons.js file. */
/*******************************************************************/
.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-bluesky::before {
  content: "\e671";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-facebook-f::before {
  content: "\f39e";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-home::before {
  content: "\f015";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-linkedin-in::before {
  content: "\f0e1";
}

.fa-minus::before {
  content: "\f068";
}

.fa-phone::before {
  content: "\f095";
}

.fa-plus::before {
  content: "\+";
}

.fa-xing::before {
  content: "\f168";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-youtube::before {
  content: "\f167";
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-light-300.woff2") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-solid-900.woff2?v=4ce2ac2a94a031756a481e755e263d615ba65d01") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-regular-400.woff2") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-thin-100.woff2?v=50ddb548c1473fba9370acba16d9730e0647509f") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-duotone: "Font Awesome 6 Duotone";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
}

@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-duotone-900.woff2") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-duotone-900.ttf") format("truetype");
}
.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1);
}

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fad.fa-stack-1x, .fad.fa-stack-2x,
.fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x {
  position: absolute;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-sharp-solid-900.woff2?v=b1dd6a0dfbe48e1e1731e79cc8a25da40380d7a8") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-sharp-solid-900.ttf") format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-sharp-regular-400.woff2?v=14cc3434b2afd62ff90e7161ae5f3f91f0204101") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-sharp-regular-400.ttf") format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-sharp-light-300.woff2") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-sharp-light-300.ttf") format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-brands-400.woff2?v=e675c8c9a2b5e20719f296bf06cbe5a3a6498f24") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/font-awesome-pro/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.air-datepicker-cell.-day-.-other-month-, .air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-day-.-other-month-:hover, .air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-, .-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-, .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-day-.-other-month-, .-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-, .-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-day-.-other-month-:empty, .air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px ;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99 ;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: transparent;
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

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

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.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);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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-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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* Slide styles end */
.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;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.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: var(--swiper-pagination-bullet-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;
     -moz-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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

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

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-arrow {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.swiper-arrow.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-arrow--prev {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-left.svg");
}
.swiper-arrow--next {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-right.svg");
  order: 2;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: none !important;
}

.swiper-controls {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper-controls {
    margin-top: 40px;
  }
}
.swiper-controls--light .swiper-controls-pagination .swiper-pagination-bullet {
  background-color: white;
}
.swiper-controls--light .swiper-arrow--prev {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-left-white.svg");
}
.swiper-controls--light .swiper-arrow--next {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-right-white.svg");
}

.swiper-controls-pagination {
  display: flex;
  width: auto !important;
  --swiper-pagination-bullet-horizontal-gap: 8px;
}
.swiper-controls-pagination .swiper-pagination-bullet {
  border: 0;
  font-size: 0;
  width: 25px;
  height: 8px;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
  background-color: #005782;
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .swiper-controls-pagination .swiper-pagination-bullet {
    width: 32px;
  }
}
.swiper-controls-pagination .swiper-pagination-bullet-active {
  width: 50px;
  opacity: 1;
}
@media (min-width: 768px) {
  .swiper-controls-pagination .swiper-pagination-bullet-active {
    width: 64px;
  }
}
.swiper-controls-pagination .swiper-pagination-bullet--hidden {
  width: 0;
  margin: 0 !important;
}

.swiper-pagination-fraction {
  margin: 0 20px;
}
.swiper-pagination-fraction > * {
  margin: 0 5px;
}

.pagination {
  flex-wrap: wrap;
  padding-left: 1px;
}
.pagination .page-link {
  display: flex;
  align-items: center;
  min-width: 47px;
  justify-content: center;
  margin-left: -1px;
}
.pagination .page-item.active .page-link {
  min-width: 45px;
}

.rmOrganism {
  box-sizing: border-box;
}

.rmOrganism * {
  color: currentColor;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}

.rmOrganism *,
.rmOrganism :after,
.rmOrganism :before {
  box-sizing: inherit;
}

.rmOrganism button::-moz-focus-inner,
.rmOrganism input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rmOrganism input[type=email],
.rmOrganism input[type=password],
.rmOrganism input[type=text],
.rmOrganism textarea {
  -webkit-appearance: none;
}

.rmOrganism .hidden {
  display: none !important;
}

.rmOrganism .rmPopup__container {
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.rmOrganism .rmPopup__container.rmPopup--show {
  display: flex;
}

.rmOrganism .rmPopup__container .rmPopup__backdrop {
  display: block;
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

.rmOrganism .rmPopup__container .rmPopup {
  overflow: hidden;
  pointer-events: auto;
}

.rmOrganism .rmPopup__container .rmPopup .rmPopup__close {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 1.6em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
  width: 1.6em;
  z-index: 100;
}

.rmOrganism .rmPopup__container .rmPopup .rmPopup__close:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.85);
  outline-offset: 2px;
}

.rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
  border-radius: 1em 1em 0 0;
  max-height: 90%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 98%;
}

@media screen and (min-width: 768px) {
  .rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
    border-radius: 1em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    bottom: auto;
    top: 5%;
    width: calc(100% - 2em);
  }
}
.rmOrganism .rmPopup__container .rmPopup.rmPopup--sidebar {
  border-radius: 1em 0 0 0;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  max-height: calc(100% - 1em);
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 1em);
}

.rmOrganism .rmPopup__container .rmPopup.rmPopup--banner {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}

.rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-top {
  top: 0;
}

.rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-bottom {
  bottom: 0;
}

.rmOrganism .rmBase__el .comp__input,
.rmOrganism .rmBase__el .comp__select {
  background: #fff;
  border: none;
  border-radius: 0.25em;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.45);
  color: #666;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  height: 2.5em;
  line-height: 1.5;
  margin: 0;
  outline: none;
  padding: 0.5em;
  vertical-align: top;
  width: 100%;
}

.rmOrganism .rmBase__el .comp__input:hover,
.rmOrganism .rmBase__el .comp__select:hover {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.85);
}

.rmOrganism .rmBase__el .comp__input:focus,
.rmOrganism .rmBase__el .comp__select:focus {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.85);
  color: #333;
  outline: 1px solid rgba(0, 0, 0, 0.85);
}

.rmOrganism .rmBase__el .comp__input::-moz-placeholder {
  color: currentColor !important;
  opacity: 1 !important;
}

.rmOrganism .rmBase__el .comp__input::placeholder {
  color: currentColor !important;
  opacity: 1 !important;
}

.rmOrganism .rmBase__el.rmBase__el--has-error .rmBase__compError {
  display: inline-block;
}

.rmOrganism .rmBase__el--title .rmBase__comp--titleInput {
  margin-top: 1em;
}

.rmOrganism .rmBase__el--image {
  margin: 0 !important;
}

.rmOrganism .rmBase__compLabel--required:after {
  content: "*";
  font-weight: 700;
  margin-left: 0.5ch;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rmOrganism .rmBase__comp--image {
  background: no-repeat 50%;
  height: 100%;
  position: relative;
  width: 100%;
}

.rmOrganism .rmBase__comp--image.image--fit {
  background-size: cover;
}

.rmOrganism .rmBase__comp--image .image__link {
  display: block;
  height: 100%;
  width: 100%;
}

.rmOrganism .rmBase__comp--logo {
  border: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.rmOrganism .rmBase__comp--logolink {
  display: inline-block;
}

.rmOrganism .rmBase__comp--cta {
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1.5em;
}

.rmOrganism .rmBase__comp--cta:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.85);
  outline-offset: 2px;
}

.rmOrganism .rmBase__comp--button,
.rmOrganism .rmBase__comp--link {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
}

.rmOrganism .rmBase__comp--button:focus-visible,
.rmOrganism .rmBase__comp--link:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.85);
  outline-offset: 2px;
}

.rmOrganism .rmBase__comp--link {
  font-weight: 400;
  padding: 0.5em 0;
}

.rmOrganism .rmBase__comp--link:hover {
  text-decoration: underline;
}

.rmOrganism .rmBase__comp--button {
  font-weight: 700;
  padding: 0.5em 1em;
}

.rmOrganism .rmBase__comp--textlink {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.rmOrganism .rmBase__comp--textlink:hover {
  text-decoration: underline;
}

.rmOrganism .rmBase__comp--textlink:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.85);
  outline-offset: 2px;
}

.rmOrganism .rmBase__comp--captcha {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}

.rmOrganism .rmBase__comp--coupon {
  border: 2px dashed;
  display: inline-block;
  line-height: 1.5;
  padding: 0.75em 2.25em;
}

.rmOrganism .rmBase__comp--birthday {
  display: flex;
}

.rmOrganism .rmBase__comp--birthday .comp__select {
  flex-grow: 1;
  min-width: 1%;
}

.rmOrganism .rmBase__comp--birthday .comp__select:not(:first-child) {
  margin-left: 1em;
}

.rmOrganism .rmBase__comp--privacy {
  align-items: center;
  display: flex;
}

.rmOrganism .rmBase__comp--privacy .privacy__visual {
  flex-shrink: 0;
  font-size: 16px;
  height: 4em;
  margin-right: 1em;
  width: 4em;
}

.rmOrganism .rmBase__comp--privacy .privacy__text {
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}

.rmOrganism .rmBase__comp--privacy .privacy__text a {
  color: currentColor;
  text-decoration: underline;
}

.rmOrganism .rmBase__comp--privacy .privacy__text a:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.85);
  outline-offset: 2px;
}

.rmOrganism .rmBase__comp--checkbox .vFormCheckbox,
.rmOrganism .rmBase__comp--radio .vFormCheckbox {
  align-items: flex-start;
  display: inline-flex;
}

.rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input,
.rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 0.25em;
  color: #333;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  height: 1.25em;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 1.25em;
}

.rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input:checked:after,
.rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input:checked:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='10' height='10'%3E%3Cpath fill='%23333' d='M19.4 2.6c-.8-.8-2-.8-2.8 0L6.4 12.8l-3-3.1c-.8-.8-2-.8-2.8 0-.8.8-.8 2 0 2.8L5.1 17c.8.8 2 .8 2.8 0l1.4-1.4L19.4 5.4c.8-.8.8-2 0-2.8z'/%3E%3C/svg%3E") no-repeat 50%;
  content: "";
  display: block;
  height: 0.75em;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  position: absolute;
  top: 50%;
  width: 0.75em;
}

.rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input:focus-visible,
.rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.85);
  outline-offset: 2px;
}

.rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__label,
.rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__label {
  font-size: 1em;
  line-height: 1.25;
  margin: 0;
}

.rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__label--required:after,
.rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__label--required:after {
  content: "*";
  font-weight: 700;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input ~ .vFormCheckbox__label,
.rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input ~ .vFormCheckbox__label {
  margin: 0 0 0 0.75em;
}

.rmOrganism .rmBase__comp--checkbox .vFormCheckbox:hover .vFormCheckbox__input,
.rmOrganism .rmBase__comp--radio .vFormCheckbox:hover .vFormCheckbox__input {
  border-color: rgba(0, 0, 0, 0.85);
}

.rmOrganism .rmBase__comp--checkbox {
  font-size: 1em;
  line-height: 1.25;
}

.rmOrganism .rmBase__comp--radio {
  padding-top: 0.625em;
}

.rmOrganism .rmBase__comp--radio .vFormRadio__group--inline,
.rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked {
  flex-direction: column;
}

.rmOrganism .rmBase__comp--radio .vFormRadio {
  align-items: flex-start;
  display: inline-flex;
  vertical-align: top;
}

.rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 100%;
  color: #333;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  height: 1.25em;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 1.25em;
}

.rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input:checked:after {
  background: currentColor;
  border-radius: 100%;
  content: "";
  display: block;
  height: 0.5em;
  left: 50%;
  margin: -0.25em 0 0 -0.25em;
  position: absolute;
  top: 50%;
  width: 0.5em;
}

.rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.85);
  outline-offset: 2px;
}

.rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__label {
  font-size: 1em;
  line-height: 1.25;
  margin: 0 0 0 0.75em;
}

.rmOrganism .rmBase__comp--radio .vFormRadio:hover .vFormRadio__input {
  border-color: rgba(0, 0, 0, 0.85);
}

.rmOrganism .rmBase__comp--radio .vFormRadio--inline {
  display: inline-flex;
}

.rmOrganism .rmBase__comp--radio .vFormRadio--inline:not(:first-child) {
  margin-left: 1em;
}

.rmOrganism .rmBase__comp--radio .vFormRadio--stacked {
  display: flex;
}

.rmOrganism .rmBase__comp--radio .vFormRadio--stacked:not(:first-child) {
  margin-top: 0.5em;
}

.rmOrganism .rmBase__compError {
  border-radius: 3px;
  display: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2px;
  padding: 1px 5px;
}

.rmOrganism .rmBase__compError--radio {
  margin-top: 0.5em;
}

.rmOrganism .rmBase__comp--legal-noticeDivider {
  background: currentColor;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: 1em;
  height: 2px;
  line-height: 0;
  margin-bottom: 1em;
  opacity: 0.25;
  overflow: hidden;
  width: 10em;
}

.rmOrganism .rmBase__comp--legal-notice {
  font-size: 11px;
  line-height: 1.4;
}

@media screen and (min-width: 480px) {
  .rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left {
    display: flex;
  }
  .rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compLabel {
    flex-basis: 30%;
    flex-shrink: 0;
    -webkit-hyphens: auto;
            hyphens: auto;
    margin: 0;
    max-width: 30%;
    padding: 0.625em 0.5em 0 0;
  }
  .rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compContainer {
    flex-grow: 1;
  }
}
.rmOrganism .rmLayout--vertical.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 480px;
}

.rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-top .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}

@media screen and (min-width: 768px) {
  .rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-top .rmBase__el--image {
    height: 140px;
  }
}
.rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right {
  max-width: 640px;
}

.rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}

@media screen and (min-width: 768px) {
  .rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__body {
    flex-direction: row;
  }
  .rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
    order: 10;
  }
  .rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__content {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
}
.rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
  order: 10;
}

@media screen and (min-width: 768px) {
  .rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom .rmBase__el--image {
    height: 140px;
  }
}
.rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left {
  max-width: 640px;
}

.rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}

@media screen and (min-width: 768px) {
  .rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__body {
    flex-direction: row;
  }
  .rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
  }
  .rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__content {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
}
.rmOrganism .rmLayout--horizontal.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 640px;
}

@media screen and (min-width: 768px) {
  .rmOrganism .rmLayout--horizontal.rmBase .rmBase__section {
    display: flex;
    flex-direction: row;
  }
  .rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el {
    flex-basis: 0px;
    flex-grow: 1;
    margin-right: 1em;
  }
  .rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el:last-child {
    margin-right: 0;
  }
  .rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--cta:not(:only-child),
.rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--link:not(:only-child) {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--cta:not(:only-child),
.rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
  }
  .rmOrganism .rmLayout--horizontal.rmBase .rmBase__section:last-child .rmBase__el {
    margin-bottom: 0;
  }
}
.rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right {
  max-width: 800px;
}

.rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}

@media screen and (min-width: 768px) {
  .rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__body {
    flex-direction: row;
  }
  .rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
    order: 10;
  }
  .rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__content {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 640px;
  }
}
.rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left {
  max-width: 800px;
}

.rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}

@media screen and (min-width: 768px) {
  .rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__body {
    flex-direction: row;
  }
  .rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
  }
  .rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__content {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 640px;
  }
}
@media screen and (min-width: 768px) {
  .rmOrganism .rmLayout--banner.rmBase {
    display: flex;
    flex-direction: column;
  }
  .rmOrganism .rmLayout--banner.rmBase .rmBase__content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .rmOrganism .rmLayout--banner.rmBase .rmBase__section {
    display: flex;
    flex-direction: row;
    min-width: 480px;
  }
  .rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el {
    flex-basis: 0px;
    flex-grow: 1;
    margin-right: 1em;
  }
  .rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el:last-child {
    margin-right: 0;
  }
  .rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--cta:not(:only-child),
.rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--link:not(:only-child) {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--cta:not(:only-child),
.rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
  }
  .rmOrganism .rmLayout--banner.rmBase .rmBase__section:last-child .rmBase__el {
    margin-bottom: 0;
  }
}
.rmOrganism .rmSubscription.rmBase__body {
  display: flex;
  flex-direction: column;
}

.rmOrganism .rmSubscription .rmBase__content {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  margin: 0;
}

.rmOrganism .rmSubscription .rmBase__el .rmBase__compLabel {
  display: block;
  line-height: 1.25;
  margin: 0 0 0.25em;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-none .rmBase__compLabel.rmBase__compLabel--hideable {
  display: none;
}

.rmOrganism .rmSubscription .rmBase__el.rmBase__el--cta {
  display: flex;
  flex-direction: column;
}

.rmOrganism .rmSubscription .rmBase__section:last-child .rmBase__el:last-child {
  margin-bottom: 0;
}

.rmBody.rmBody--subscription.rmBody--popup {
  background: #e9edf2;
}

.rmBody.rmBody--subscription.rmBody--embed .rmOrganism .rmBase {
  margin: 0 auto;
}

.rmOrganism .rmPage {
  font-size: 16px;
}

.rmOrganism .rmPage .rmBase__container {
  margin: 0 auto;
  max-width: 44em;
}

.rmOrganism .rmPage .rmBase__comp--heading {
  font-size: 2em;
  line-height: 1.25;
}

.rmOrganism .rmPage .rmBase__compLabel {
  display: block;
  line-height: 1.25;
  margin: 0 0 0.25em;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.rmOrganism .rmPage .rmBase__el {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1em;
}

.rmOrganism .rmPage .rmBase__el--logo {
  margin: 0 0 3em;
}

.rmOrganism .rmPage .rmBase__el--coupon,
.rmOrganism .rmPage .rmBase__el--cta,
.rmOrganism .rmPage .rmBase__el--unsubscribe-reason {
  margin: 3em 0;
}

.rmOrganism .rmPage .rmBase__el--coupon .rmBase__compLabel,
.rmOrganism .rmPage .rmBase__el--unsubscribe-reason .rmBase__compLabel {
  margin: 0 0 0.5em;
  max-width: 100%;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}

.rmOrganism .rmPage .rmBase__el--unsubscribe-reason {
  text-align: left;
}

.rmOrganism .rmPage .rmBase__el--legal-notice {
  margin-top: 3rem;
  text-align: left;
}

.rmOrganism .rmPage .rmBase__section:last-child .rmBase__el:last-child {
  margin-bottom: 0;
}

.rmOrganism .rmLayout--page-centered .rmPage .rmBase__container,
.rmOrganism .rmLayout--page-centered .rmPage .rmBase__container .rmBase__el--legal-notice {
  text-align: center;
}

.rmOrganism .rmLayout--legacy .rmBase__el .comp__input,
.rmOrganism .rmLayout--legacy .rmBase__el .comp__select {
  border-radius: 0;
  height: 2em;
  padding: 0.25em 0.5em;
}

@media screen and (min-width: 360px) {
  .rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left {
    display: flex;
  }
  .rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compLabel {
    flex-basis: 140px;
    flex-shrink: 0;
    -webkit-hyphens: auto;
            hyphens: auto;
    margin: 0;
    max-width: 140px;
    padding: 0.375em 0.5em 0 0;
  }
  .rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compContainer {
    flex-grow: 1;
  }
}
.rmOrganism .rmLayout--legacy.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

.rmBody.rmBody--subscription.rmBody--legacy {
  background: transparent;
}

.rmBody.rmBody--subscription.rmBody--legacy.rmBody--embed .rmOrganism .rmBase {
  margin: 0 auto 0 0;
}

/** Inline Styles **/
.rmOrganism .rmBase {
  background: #FFFFFF;
  color: #858586;
  font-family: Arial, Helvetica, sans-serif;
}

.rmOrganism .rmBase__comp--textlink {
  color: #4c4c4e;
}

.rmOrganism .rmBase__comp--link {
  color: #4c4c4e;
}

.rmOrganism .rmBase__comp--button {
  background: #4c4c4e;
  border: 0px solid #005E84;
  border-radius: 5px;
  color: #ffffff;
}

.rmOrganism .rmBase__comp--cta {
  background: #4c4c4e;
  border: 0px solid #005E84;
  border-radius: 5px;
  color: #ffffff;
}

.rmOrganism .rmBase__compError {
  color: #FFFFFF;
  background-color: #BE4747;
}

.rmOrganism .rmSubscription {
  background: #FFFFFF;
  color: #858586;
  font-family: Arial, Helvetica, sans-serif;
}

.rmOrganism .rmSubscription .rmBase__el {
  font-size: 16px;
  margin-bottom: 1em;
}

.rmOrganism .rmSubscription .rmBase__el--logo {
  text-align: left;
}

.rmOrganism .rmSubscription .rmBase__el--heading {
  margin-bottom: 0px;
  text-align: left;
}

.rmOrganism .rmSubscription .rmBase__el--text {
  margin-bottom: 28px;
  text-align: left;
}

.rmOrganism .rmSubscription .rmBase__el--link {
  text-align: left;
}

.rmOrganism .rmSubscription .rmBase__el--captcha {
  text-align: left;
}

.rmOrganism .rmSubscription .rmBase__el--cta {
  align-items: flex-start;
}

.rmOrganism .rmSubscription .rmBase__el--legal-notice {
  text-align: left;
}

.rmOrganism .rmSubscription .rmBase__comp--heading {
  color: #020101;
  font-size: 18px;
  line-height: 27px;
}

.rmOrganism .rmSubscription .rmBase__comp--text {
  font-size: 16px;
  line-height: 24px;
}

.rmOrganism .rmSubscription .rmBase__compLabel {
  color: #4C4C4E;
}

.rmOrganism .rmSubscription .rmBase__comp--cta {
  font-size: 16px;
}

.rmOrganism .rmPopup__close {
  font-family: Arial, Helvetica, sans-serif;
}

.rmOrganism .rmPopup__backdrop {
  background: #303233;
  opacity: 0.6;
}

.rmOrganism .rmPage {
  background: #FFFFFF;
  color: #858586;
  font-family: Arial, Helvetica, sans-serif;
}

.rmOrganism .rmPage .rmBase__comp--heading {
  color: #020101;
}

.rmOrganism .rmPage .rmBase__compLabel {
  color: #858586;
}

/* Fluid Styled Content default styling */
.ce-align-left {
  text-align: left;
}

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

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

.ce-table td,
.ce-table th {
  vertical-align: top;
}

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 0.875rem;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 20px;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 0;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 0;
}

.ce-below .ce-gallery {
  margin-top: 20px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

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

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

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

.video-embed video {
  max-width: 100%;
  height: auto;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 20px;
}

.frame-space-after-extra-small {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .frame-space-before-extra-small {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .frame-space-after-extra-small {
    margin-bottom: 20px;
  }
}
.frame-space-before-small {
  margin-top: 30px;
}

.frame-space-after-small {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .frame-space-before-small {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .frame-space-after-small {
    margin-bottom: 40px;
  }
}
.frame-space-before-medium {
  margin-top: 40px;
}

.frame-space-after-medium {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .frame-space-before-medium {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .frame-space-after-medium {
    margin-bottom: 60px;
  }
}
.frame-space-before-large {
  margin-top: 50px;
}

.frame-space-after-large {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .frame-space-before-large {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .frame-space-after-large {
    margin-bottom: 90px;
  }
}
.frame-space-before-extra-large {
  margin-top: 60px;
}

.frame-space-after-extra-large {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .frame-space-before-extra-large {
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .frame-space-after-extra-large {
    margin-bottom: 120px;
  }
}
/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

@media (min-width: 992px) {
  .ce-left .ce-gallery,
.ce-column {
    float: left;
  }
  .ce-right .ce-gallery {
    float: right;
  }
  .ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
  }
  .ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
  }
}
/* Global styling */
@font-face {
  font-display: swap;
  font-family: "Nimbus Sans Novus";
  font-style: normal;
  font-weight: 400;
  src: local("NimbusSansNormal"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSansNovus-Medium.woff2?v=e4fe6ecb79cb9872c6c7af672c850c47bcb62e93") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSansNovus-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nimbus Sans Novus Hea";
  font-style: normal;
  font-weight: 400;
  src: local("Nimbus Sans Novus Hea"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSanNov-Hea.woff2?v=c26b2f1068bb746b8bf7d50082097fdcee8123b7") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSanNov-Hea.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nimbus Sans Novus";
  font-weight: 700;
  src: local("NimbusSansBold"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSanNov-Bol.woff2?v=8dacad8bb9340ce5b084d80e5348c15a105d3975") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSanNov-Bol.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nimbus Sans Novus";
  font-style: italic;
  font-weight: 400;
  src: local("Nimbus Sans Novus Italic"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSanNov-RegIta.woff2?v=b355a83e9483f035f0d7f341137893c9af080ce5") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSanNov-RegIta.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nimbus Sans Novus Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Nimbus Sans Novus Condensed"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSanNovCon-Med.woff2?v=b2a8b49626ba10403349b0c5c398c0a95f5df58e") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSanNovCon-Med.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nimbus Sans Novus Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Nimbus Sans Novus Condensed Bold"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSanNovCon-Bol.woff2?v=579904849c7753807da421c5aca261da0aceffda") format("woff2"), url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Fonts/nimbus-sans/NimbusSanNovCon-Bol.woff") format("woff");
}
:root {
  --p-margin: 30px;
  --p-margin-last: 0;
}

html {
  overflow-y: scroll;
}

.page {
  overflow: hidden;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(115, 128, 141, 0.2);
}

b, strong {
  font-weight: 700;
}

a {
  font-weight: bold;
}

p, ul, ol {
  margin-bottom: var(--p-margin);
}
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: var(--p-margin-last);
}

.reset-last {
  --p-margin-last: var(--p-margin);
}

.main-content ul:not(.no-list-bullet):not(.slick-dots):not(.pagination):not(.link-list__links):not(.list-group) {
  padding-left: 0;
  list-style: none;
  padding-left: 15px;
}
.main-content ul:not(.no-list-bullet):not(.slick-dots):not(.pagination):not(.link-list__links):not(.list-group) li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.main-content ul:not(.no-list-bullet):not(.slick-dots):not(.pagination):not(.link-list__links):not(.list-group) li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #005782;
  position: absolute;
  left: 0;
  top: 11px;
}
.main-content ul.no-list-bullet {
  padding-left: 0;
  list-style: none;
}

.portrait-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-height: 80%;
  height: auto;
  width: auto;
  max-width: 80%;
  top: 50%;
}

h1, .h1, h2, .h2, h3, .h3, .persons-list__search-label, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
  margin-bottom: 20px;
}
h1 + h1, .h1 + h1, h1 + .h1, .h1 + .h1, h1 + .h1, .h1 + .h1, h1 + h2, .h1 + h2, h1 + .h2, .h1 + .h2, h1 + .h2, .h1 + .h2, h1 + h3, .h1 + h3, h1 + .h3, h1 + .persons-list__search-label, .h1 + .h3, .h1 + .persons-list__search-label, h1 + .h3, h1 + .persons-list__search-label, .h1 + .h3, .h1 + .persons-list__search-label, h1 + h4, .h1 + h4, h1 + .h4, .h1 + .h4, h1 + .h4, .h1 + .h4, h1 + h5, .h1 + h5, h1 + .h5, .h1 + .h5, h1 + .h5, .h1 + .h5, h1 + h6, .h1 + h6, h1 + .h6, .h1 + .h6, h1 + .h6, .h1 + .h6, .h1 + h1, .h1 + .h1, .h1 + .h1, .h1 + h2, .h1 + .h2, .h1 + .h2, .h1 + h3, .h1 + .h3, .h1 + .persons-list__search-label, .h1 + .h3, .h1 + .persons-list__search-label, .h1 + h4, .h1 + .h4, .h1 + .h4, .h1 + h5, .h1 + .h5, .h1 + .h5, .h1 + h6, .h1 + .h6, .h1 + .h6, h2 + h1, .h2 + h1, h2 + .h1, .h2 + .h1, h2 + .h1, .h2 + .h1, h2 + h2, .h2 + h2, h2 + .h2, .h2 + .h2, h2 + .h2, .h2 + .h2, h2 + h3, .h2 + h3, h2 + .h3, h2 + .persons-list__search-label, .h2 + .h3, .h2 + .persons-list__search-label, h2 + .h3, h2 + .persons-list__search-label, .h2 + .h3, .h2 + .persons-list__search-label, h2 + h4, .h2 + h4, h2 + .h4, .h2 + .h4, h2 + .h4, .h2 + .h4, h2 + h5, .h2 + h5, h2 + .h5, .h2 + .h5, h2 + .h5, .h2 + .h5, h2 + h6, .h2 + h6, h2 + .h6, .h2 + .h6, h2 + .h6, .h2 + .h6, .h2 + h1, .h2 + .h1, .h2 + .h1, .h2 + h2, .h2 + .h2, .h2 + .h2, .h2 + h3, .h2 + .h3, .h2 + .persons-list__search-label, .h2 + .h3, .h2 + .persons-list__search-label, .h2 + h4, .h2 + .h4, .h2 + .h4, .h2 + h5, .h2 + .h5, .h2 + .h5, .h2 + h6, .h2 + .h6, .h2 + .h6, h3 + h1, .h3 + h1, .persons-list__search-label + h1, h3 + .h1, .h3 + .h1, .persons-list__search-label + .h1, h3 + .h1, .h3 + .h1, .persons-list__search-label + .h1, h3 + h2, .h3 + h2, .persons-list__search-label + h2, h3 + .h2, .h3 + .h2, .persons-list__search-label + .h2, h3 + .h2, .h3 + .h2, .persons-list__search-label + .h2, h3 + h3, .h3 + h3, .persons-list__search-label + h3, h3 + .h3, h3 + .persons-list__search-label, .h3 + .h3, .persons-list__search-label + .h3, .h3 + .persons-list__search-label, .persons-list__search-label + .persons-list__search-label, h3 + .h3, h3 + .persons-list__search-label, .h3 + .h3, .persons-list__search-label + .h3, .h3 + .persons-list__search-label, .persons-list__search-label + .persons-list__search-label, h3 + h4, .h3 + h4, .persons-list__search-label + h4, h3 + .h4, .h3 + .h4, .persons-list__search-label + .h4, h3 + .h4, .h3 + .h4, .persons-list__search-label + .h4, h3 + h5, .h3 + h5, .persons-list__search-label + h5, h3 + .h5, .h3 + .h5, .persons-list__search-label + .h5, h3 + .h5, .h3 + .h5, .persons-list__search-label + .h5, h3 + h6, .h3 + h6, .persons-list__search-label + h6, h3 + .h6, .h3 + .h6, .persons-list__search-label + .h6, h3 + .h6, .h3 + .h6, .persons-list__search-label + .h6, .h3 + h1, .persons-list__search-label + h1, .h3 + .h1, .persons-list__search-label + .h1, .h3 + .h1, .persons-list__search-label + .h1, .h3 + h2, .persons-list__search-label + h2, .h3 + .h2, .persons-list__search-label + .h2, .h3 + .h2, .persons-list__search-label + .h2, .h3 + h3, .persons-list__search-label + h3, .h3 + .h3, .persons-list__search-label + .h3, .h3 + .persons-list__search-label, .persons-list__search-label + .persons-list__search-label, .h3 + .h3, .persons-list__search-label + .h3, .h3 + .persons-list__search-label, .persons-list__search-label + .persons-list__search-label, .h3 + h4, .persons-list__search-label + h4, .h3 + .h4, .persons-list__search-label + .h4, .h3 + .h4, .persons-list__search-label + .h4, .h3 + h5, .persons-list__search-label + h5, .h3 + .h5, .persons-list__search-label + .h5, .h3 + .h5, .persons-list__search-label + .h5, .h3 + h6, .persons-list__search-label + h6, .h3 + .h6, .persons-list__search-label + .h6, .h3 + .h6, .persons-list__search-label + .h6, h4 + h1, .h4 + h1, h4 + .h1, .h4 + .h1, h4 + .h1, .h4 + .h1, h4 + h2, .h4 + h2, h4 + .h2, .h4 + .h2, h4 + .h2, .h4 + .h2, h4 + h3, .h4 + h3, h4 + .h3, h4 + .persons-list__search-label, .h4 + .h3, .h4 + .persons-list__search-label, h4 + .h3, h4 + .persons-list__search-label, .h4 + .h3, .h4 + .persons-list__search-label, h4 + h4, .h4 + h4, h4 + .h4, .h4 + .h4, h4 + .h4, .h4 + .h4, h4 + h5, .h4 + h5, h4 + .h5, .h4 + .h5, h4 + .h5, .h4 + .h5, h4 + h6, .h4 + h6, h4 + .h6, .h4 + .h6, h4 + .h6, .h4 + .h6, .h4 + h1, .h4 + .h1, .h4 + .h1, .h4 + h2, .h4 + .h2, .h4 + .h2, .h4 + h3, .h4 + .h3, .h4 + .persons-list__search-label, .h4 + .h3, .h4 + .persons-list__search-label, .h4 + h4, .h4 + .h4, .h4 + .h4, .h4 + h5, .h4 + .h5, .h4 + .h5, .h4 + h6, .h4 + .h6, .h4 + .h6, h5 + h1, .h5 + h1, h5 + .h1, .h5 + .h1, h5 + .h1, .h5 + .h1, h5 + h2, .h5 + h2, h5 + .h2, .h5 + .h2, h5 + .h2, .h5 + .h2, h5 + h3, .h5 + h3, h5 + .h3, h5 + .persons-list__search-label, .h5 + .h3, .h5 + .persons-list__search-label, h5 + .h3, h5 + .persons-list__search-label, .h5 + .h3, .h5 + .persons-list__search-label, h5 + h4, .h5 + h4, h5 + .h4, .h5 + .h4, h5 + .h4, .h5 + .h4, h5 + h5, .h5 + h5, h5 + .h5, .h5 + .h5, h5 + .h5, .h5 + .h5, h5 + h6, .h5 + h6, h5 + .h6, .h5 + .h6, h5 + .h6, .h5 + .h6, .h5 + h1, .h5 + .h1, .h5 + .h1, .h5 + h2, .h5 + .h2, .h5 + .h2, .h5 + h3, .h5 + .h3, .h5 + .persons-list__search-label, .h5 + .h3, .h5 + .persons-list__search-label, .h5 + h4, .h5 + .h4, .h5 + .h4, .h5 + h5, .h5 + .h5, .h5 + .h5, .h5 + h6, .h5 + .h6, .h5 + .h6, h6 + h1, .h6 + h1, h6 + .h1, .h6 + .h1, h6 + .h1, .h6 + .h1, h6 + h2, .h6 + h2, h6 + .h2, .h6 + .h2, h6 + .h2, .h6 + .h2, h6 + h3, .h6 + h3, h6 + .h3, h6 + .persons-list__search-label, .h6 + .h3, .h6 + .persons-list__search-label, h6 + .h3, h6 + .persons-list__search-label, .h6 + .h3, .h6 + .persons-list__search-label, h6 + h4, .h6 + h4, h6 + .h4, .h6 + .h4, h6 + .h4, .h6 + .h4, h6 + h5, .h6 + h5, h6 + .h5, .h6 + .h5, h6 + .h5, .h6 + .h5, h6 + h6, .h6 + h6, h6 + .h6, .h6 + .h6, h6 + .h6, .h6 + .h6, .h6 + h1, .h6 + .h1, .h6 + .h1, .h6 + h2, .h6 + .h2, .h6 + .h2, .h6 + h3, .h6 + .h3, .h6 + .persons-list__search-label, .h6 + .h3, .h6 + .persons-list__search-label, .h6 + h4, .h6 + .h4, .h6 + .h4, .h6 + h5, .h6 + .h5, .h6 + .h5, .h6 + h6, .h6 + .h6, .h6 + .h6 {
  margin-top: -20px;
}

h1, .h1 {
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

h2, .h2 {
  font-size: 34px;
  line-height: 38px;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3, .h3, .persons-list__search-label {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
}
@media (min-width: 992px) {
  h3, .h3, .persons-list__search-label {
    font-size: 32px;
    line-height: 42px;
  }
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

h5, .h5 {
  font-size: 1rem;
  font-weight: bold;
}

.frame-type-form_formframework .row {
  margin-left: -10px;
  margin-right: -10px;
}
.frame-type-form_formframework .row > .col,
.frame-type-form_formframework .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.frame-type-form_formframework .form-label {
  display: none;
}
.frame-type-form_formframework .input.checkbox {
  position: relative;
}
.frame-type-form_formframework input[type=checkbox] {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 5px;
  left: 5px;
}
.frame-type-form_formframework input[type=checkbox]:focus, .frame-type-form_formframework input[type=checkbox]:hover, .frame-type-form_formframework input[type=checkbox]:active {
  outline: none;
  border: none;
  box-shadow: none;
}
.frame-type-form_formframework .form-check-label {
  position: relative;
  padding-left: 44px;
  cursor: pointer;
  margin-bottom: 0;
}
.frame-type-form_formframework .form-check-label:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  position: absolute;
  left: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .frame-type-form_formframework .form-check-label:before {
    transition: none;
  }
}
.frame-type-form_formframework .form-check-label:after {
  display: none;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 4px;
  top: 4px;
}
.frame-type-form_formframework input[type=checkbox]:checked ~ .form-check-label:after {
  display: block;
}
.frame-type-form_formframework input[type=checkbox]:focus ~ .form-check-label:before {
  border-color: #80abc1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 87, 130, 0.25);
}

.parsley-errors-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.privacy-policy-link {
  display: flex;
  align-items: center;
}
.privacy-policy-link i {
  margin-right: 4px;
}

.form-group {
  margin-bottom: 20px;
}

.header {
  padding: 15px 0 40px;
  position: relative;
}
@media (min-width: 768px) {
  .header {
    padding: 30px 0 40px;
  }
}
.header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .header__container {
    align-items: flex-end;
  }
}
.header__extra {
  position: absolute;
  right: 20px;
  top: 0;
  align-items: center;
  display: none;
}
@media (min-width: 992px) {
  .header__extra {
    display: flex;
  }
}
.header__nav-wrap {
  display: flex;
  align-items: center;
  margin-bottom: -6px;
}
@media (min-width: 992px) and (max-width: 1359.98px) {
  .header__nav-wrap {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
  }
}
.header__logo {
  max-width: 160px;
}
@media (min-width: 576px) {
  .header__logo {
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    max-width: 370px;
  }
}
.header__logo--desktop {
  display: none;
}
@media (min-width: 576px) {
  .header__logo--desktop {
    display: block;
  }
}
.header__logo--mobile {
  display: block;
}
@media (min-width: 576px) {
  .header__logo--mobile {
    display: none;
  }
}

.footer {
  font-size: 16px;
}
@media (min-width: 576px) {
  .footer {
    margin: 0 0 60px;
  }
}
.footer__socials {
  margin-bottom: 50px;
}
.footer__content {
  color: white;
}
.footer__content a:not(.button):not(.socials__link) {
  color: white;
}
.footer__content ul {
  padding-left: 0;
  list-style: none;
}
.footer__content ul li {
  margin-bottom: 10px;
}
.footer__content h1, .footer__content .h1, .footer__content h2, .footer__content .h2, .footer__content h3, .footer__content .h3, .footer__content .persons-list__search-label, .footer__content h4, .footer__content .h4, .footer__content h5, .footer__content .h5, .footer__content h6, .footer__content .h6 {
  color: white;
}
@media (max-width: 1359.98px) {
  .footer__content .container {
    max-width: none;
  }
}
.footer__logo-container {
  background-color: #06222F;
  padding: 50px 15px 45px;
}
@media (min-width: 992px) {
  .footer__logo-container {
    padding: 50px 45px 65px;
    flex-basis: 35%;
    max-width: 35%;
  }
}
.footer__logo-container .ce-bodytext {
  line-height: 1.75;
}
.footer__content-container {
  background-color: #005782;
  padding: 30px 15px 70px;
}
@media (min-width: 768px) {
  .footer__content-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .footer__content-container {
    flex-basis: 65%;
    max-width: 65%;
    padding: 50px 45px 65px;
  }
}
.footer__content-container a {
  font-weight: 400;
}
.footer__logo {
  margin-bottom: 40px;
}
.footer__row {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .footer__row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .footer__row {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer__column {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__column {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 1360px) {
  .footer__column {
    flex-basis: 30%;
    max-width: 30%;
    margin-bottom: 0;
  }
}
.footer__column--extra {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1360px) {
  .footer__column--extra {
    flex-basis: 40%;
    max-width: 40%;
    margin-bottom: 0;
  }
}
.footer__sponsor-logo {
  padding: 16px;
  background-color: white;
  width: 100%;
  max-width: 280px;
}

/* BEM elements */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #73808d;
  border-radius: 0;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #73808d;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #73808d;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #73808d;
  border-radius: 0;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #73808d;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #73808d;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.375rem 0 0.375rem 0.75rem;
  white-space: normal;
  text-overflow: initial;
}
.select2-container--default .select2-selection--single {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--default .select2-selection--single {
    transition: none;
  }
}
.select2-container--default .select2-selection--single:focus {
  border-color: #80abc1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 87, 130, 0.25);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  line-height: 1.5;
  color: #4B4B4D;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  border: none;
  margin: 0;
  width: auto;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  padding: 0 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  --fa: "\f078";
  --fa--fa: "\f078\f078";
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-size: 18px;
}

.select2-results__option {
  min-height: 36px;
}

.ce-bodytext .button {
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  line-height: 1.5;
  color: #4B4B4D;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 8px 15px;
  font-size: 1rem;
  border-radius: 10000px;
  transition: 0.3s ease-in-out;
}
.button--block {
  display: block;
  width: 100%;
}
.button--flex {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.button:hover {
  color: #4B4B4D;
}
.button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 87, 130, 0.25);
}
.button--primary {
  background: #005782;
  color: #fff;
  background-color: #E0EDF3;
  color: #005782;
}
.button--primary:hover {
  background: #004e75;
  color: #fff;
}
.button--primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 87, 130, 0.5);
}
.button--outline-primary {
  background: transparent;
  border-color: #005782;
  color: #005782;
}
.button--outline-primary:hover {
  background: rgba(0, 87, 130, 0.1);
}
.button--outline-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 87, 130, 0.5);
}
.button--default {
  background: #6c757d;
  color: #fff;
}
.button--default:hover {
  background: #616971;
  color: #fff;
}
.button--default:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.button--outline-default {
  background: transparent;
  border-color: #6c757d;
  color: #6c757d;
}
.button--outline-default:hover {
  background: rgba(108, 117, 125, 0.1);
}
.button--outline-default:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.button--danger {
  background: #dc3545;
  color: #fff;
}
.button--danger:hover {
  background: #c6303e;
  color: #fff;
}
.button--danger:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.button--outline-danger {
  background: transparent;
  border-color: #dc3545;
  color: #dc3545;
}
.button--outline-danger:hover {
  background: rgba(220, 53, 69, 0.1);
}
.button--outline-danger:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.button--dsgvo {
  background: #efefef;
  color: #000;
}
.button--dsgvo:hover {
  background: #d7d7d7;
  color: #000;
}
.button--dsgvo:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(239, 239, 239, 0.5);
}
.button--outline-dsgvo {
  background: transparent;
  border-color: #efefef;
  color: #efefef;
}
.button--outline-dsgvo:hover {
  background: rgba(239, 239, 239, 0.1);
}
.button--outline-dsgvo:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(239, 239, 239, 0.5);
}

.slick-arrow {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.slick-arrow.slick-prev {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-left.svg");
}
.slick-arrow.slick-next {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-right.svg");
  order: 2;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
}

.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
}
.slick-dots li {
  margin: 0 8px;
}
.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 32px;
  height: 8px;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
  background-color: #005782;
}
.slick-dots li.slick-active button {
  width: 64px;
  opacity: 1;
}

.absolute-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1360px) {
  .absolute-container {
    width: 1360px;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive table {
  min-width: 100%;
}
.table-responsive th, .table-responsive td {
  padding: 20px;
}
.table-responsive tr {
  background-color: white;
}
.table-responsive tr:nth-child(2n) {
  background-color: #E0EDF3;
}
.table-responsive th {
  background-color: #005782;
  color: white;
}

.metanav {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .metanav {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
  }
}
.metanav__link {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.metanav__page {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .metanav__page {
    padding: 0 10px;
    margin-bottom: 0;
  }
}

.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -7px -14px;
}
.socials__link {
  display: block;
  padding: 0 7px;
  color: #005782;
  margin-bottom: 14px;
}
.socials__fa-icon {
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  background-color: #E0EDF3;
}

.navbar {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.navbar__search {
  margin-right: 20px;
  width: 28px;
}
@media (min-width: 992px) {
  .navbar__search {
    margin-right: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar__lang-menu {
    display: none;
  }
}

.button-bar {
  position: fixed;
  right: 0;
  top: 136px;
  z-index: 150;
}
@media (min-width: 768px) {
  .button-bar {
    top: 250px;
  }
}
.button-bar__item {
  width: 60px;
  height: 60px;
  margin-bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #005782;
  color: white;
  font-size: 32px;
  transition: 0.3s ease-in-out;
}
.button-bar__item:hover, .button-bar__item:focus {
  background-color: white;
  color: #005782;
}

.lang-menu {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .lang-menu {
    margin-right: 20px;
  }
}
.lang-menu__items {
  padding-left: 0;
  list-style: none;
  display: flex;
}
.lang-menu__item {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.lang-menu__item:after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #4B4B4D;
  margin: 0 5px;
}
.lang-menu__item:last-child:after {
  display: none;
}
.lang-menu__link {
  font-size: 14px;
  line-height: 30px;
  color: #4B4B4D;
  font-weight: 400;
}
.lang-menu__link--disabled {
  font-weight: bold;
  color: #005782;
  opacity: 0.7;
  pointer-events: none;
}
.lang-menu__link--current {
  pointer-events: none;
  font-weight: bold;
  color: #005782;
}

.nav-toggle {
  font-size: 32px;
  width: 28px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle--active .nav-toggle__icon--close {
  display: block;
}
.nav-toggle--active .nav-toggle__icon--open {
  display: none;
}
.nav-toggle__icon--close {
  display: none;
  opacity: 0.75;
  color: black;
}

.two-click__preview {
  background: #E0EDF3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .two-click__preview {
    padding: 60px 30px;
  }
}
.two-click__content {
  width: 450px;
  max-width: 100%;
  padding: 20px;
}
.two-click__text {
  margin-bottom: 20px;
  font-size: 22px;
}
.two-click__check-wrap {
  margin-bottom: 20px;
}
.two-click__instagram-wrap {
  width: calc(100% + 50vw - 50% - var(--scrollbar-width) / 2);
}

/* Styling for specific pages */
.nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: white;
  z-index: 200;
}
@media (min-width: 992px) {
  .nav {
    max-height: none;
    overflow: visible;
    position: static;
    width: auto;
    background-color: transparent;
  }
}
.nav--visible {
  max-height: 10000px;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
.nav__container {
  padding: 40px 15px;
  max-height: calc(100vh - 136px);
  overflow: auto;
}
@media (min-width: 992px) {
  .nav__container {
    padding: 0;
    max-height: none;
    overflow: visible;
  }
}
.nav__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
@media (min-width: 992px) {
  .nav__list--level1 {
    padding: 0;
    display: flex;
    margin-bottom: -14px !important;
  }
}
.nav__list--level2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1), padding 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .nav__list--level2 {
    overflow: visible;
    max-height: none;
    display: none;
    position: absolute;
    left: -10px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 20px;
    min-width: 240px;
  }
}
.nav__list--level3 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1), padding 0.2s ease-in-out;
  margin-top: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .nav__list--level3 {
    max-height: none;
    margin-top: 0;
  }
}
.nav__list--visible {
  max-height: 10000px;
  transition: max-height 0.2s cubic-bezier(1, 0, 1, 0), padding 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .nav__list--visible {
    max-height: none;
  }
}
.nav__page {
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .nav__page--level1 {
    padding: 0 7px;
  }
  .nav__page--level1:hover .nav__list--level2 {
    display: block;
  }
}
.nav__page--level2 {
  margin-bottom: 10px;
}
.nav__page--level2:last-child {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .nav__page--level2:last-child {
    margin-bottom: 0;
  }
}
.nav__page--level3 {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .nav__page--level3 {
    margin-bottom: 0;
  }
}
.nav__link {
  display: block;
  line-height: 1;
}
.nav__link--level1 {
  color: #005782;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  font-weight: bold;
  padding: 7px 0;
}
@media (min-width: 992px) {
  .nav__link--level1 {
    padding: 0 0 14px;
  }
}
.nav__link--level1:hover, .nav__link--level1:focus {
  color: #005782;
}
.nav__link--level1:hover:after, .nav__link--level1:focus:after {
  opacity: 1;
}
.nav__link--level1:after {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #8DB9CA;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .nav__link--level1:after {
    content: "";
  }
}
.nav__link--level2 {
  color: #005782;
  padding: 5px 0;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .nav__link--level2 {
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
  }
}
.nav__link--level2:hover, .nav__link--level2:focus {
  color: #005782;
}
.nav__link--level3 {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .nav__link--level3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.nav__toggle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .nav__toggle {
    display: none;
  }
}
.nav__toggle:before {
  font-family: "Font Awesome 6 Sharp", sans-serif;
  content: "\f078";
  font-weight: 400;
  font-size: 24px;
  transition: transform 0.2s ease;
}
.nav__toggle--level2 {
  top: 0;
}
.nav__toggle--level2:before {
  font-size: 20px;
}
.nav__toggle--open:before {
  content: "\f077";
}
.nav__extras {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .nav__extras {
    display: none;
  }
}

/* Mask Elements */
.slider {
  position: relative;
}
.slider .slick-dots {
  bottom: 30px;
}
.slider .slick-dots li.slick-active button {
  background-color: #005782;
}
.slider .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
}
.slider__slick {
  display: none;
}
.slider__slick.slick-initialized {
  display: block;
}
.slider__image {
  width: auto !important;
  height: 350px;
}
@media (min-width: 768px) {
  .slider__image {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .slider__image {
    height: 640px;
  }
}
.slider__item {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.arrow-container .slick-arrow {
  position: absolute;
  z-index: 150;
}
.arrow-container .slick-next {
  right: 0;
}
.arrow-container .slick-prev {
  left: 0;
}

.isotope-center {
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}
@media screen and (min-width: 670px) {
  .isotope-center {
    width: 630px;
  }
}
@media screen and (min-width: 1000px) {
  .isotope-center {
    width: 960px;
  }
}
@media screen and (min-width: 1330px) {
  .isotope-center {
    width: 1290px;
  }
}

.gallery {
  margin: -15px;
}
.gallery__item {
  margin: 15px;
}
.gallery__image {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 670px) {
  .gallery__image {
    max-width: none;
  }
}

.media-wrapper {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 5px;
}
.media-wrapper--init:after {
  content: none !important;
}
.media-wrapper:hover .media-wrapper__overlay, .media-wrapper:focus .media-wrapper__overlay {
  opacity: 1;
}
.media-wrapper:hover:after, .media-wrapper:focus:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.media-wrapper:after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
.media-wrapper img {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
}
.media-wrapper__play-button {
  z-index: 1;
  color: #fff;
  font-size: 62px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.media-wrapper__overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 20px;
  color: white;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  display: flex;
  z-index: 20;
}
@media (min-width: 768px) {
  .media-wrapper__overlay {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .media-wrapper__overlay {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
.media-wrapper__overlay-text {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.media-wrapper iframe, .media-wrapper video {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  z-index: 10;
}

.map__placeholder-text, .map__placeholder:before, .map__placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map {
  width: 1080px;
  max-width: 100%;
  height: 300px;
  margin: 0 auto 40px;
  position: relative;
}
@media (min-width: 992px) {
  .map {
    height: 530px;
  }
}
.map__placeholder {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.map__placeholder:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .map__placeholder:before {
    opacity: 0;
  }
}
.map__placeholder:hover:before {
  opacity: 1;
}
.map__placeholder:hover .map__placeholder-text {
  opacity: 1;
}
.map__placeholder-text {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 440px;
  max-width: 100%;
  padding: 20px;
  margin: auto;
  color: #fff;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .map__placeholder-text {
    font-size: 1.5rem;
    opacity: 0;
  }
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #005782;
}
@media (min-width: 768px) {
  .accordion__header {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
  }
}
.accordion__element {
  background-color: #E0EDF3;
  margin-bottom: 10px;
}
.accordion__toggle {
  transform-origin: center center;
  transform: rotateZ(0deg);
  transition: 0.3s ease-in-out;
  width: 28px;
  height: 28px;
  display: flex;
  background-color: #005782;
  border: 2px solid #005782;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: white;
}
.accordion__toggle:before {
  transition: 0.3s ease-in-out;
}
.accordion__content-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
}
.accordion__content {
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  .accordion__content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .accordion__content {
    font-size: 16px;
    line-height: 24px;
  }
}
.accordion__check:checked ~ .accordion__header .accordion__toggle {
  background-color: transparent;
  color: #005782;
}
.accordion__check:checked ~ .accordion__header .accordion__toggle::before {
  transform: rotateZ(45deg);
}
.accordion__check:checked ~ .accordion__content-wrap {
  max-height: 50000px;
  transition: max-height 0.4s cubic-bezier(1, 0, 1, 0);
}

.grid-container--background-gray .main-topics__link, .grid-container--background-blue .main-topics__link {
  background-color: white;
}
.grid-container--background-gray .main-topics__link:hover, .grid-container--background-gray .main-topics__link:focus, .grid-container--background-blue .main-topics__link:hover, .grid-container--background-blue .main-topics__link:focus {
  background-color: #005782;
}

.main-topics {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  width: calc(100% + 15px);
}
.main-topics--small .main-topics__link {
  font-size: 14px;
}
.main-topics__link {
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}

.contactinfo__item {
  display: flex;
  margin-bottom: 10px;
}
.contactinfo__item:before {
  content: "";
  font-family: "Font Awesome 6 Pro", sans-serif;
  width: 28px;
  height: 28px;
  background-color: #E0EDF3;
  color: #005782;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  flex-shrink: 0;
}
.contactinfo__item--location:before {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/map-pin.svg");
}
.contactinfo__item--phone:before {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/phone.svg");
}
.contactinfo__item--email:before {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/mail.svg");
}

.newsletter {
  background-color: #005782;
  color: white;
  padding: 45px 15px 40px;
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .newsletter {
    padding: 50px 50px 40px;
    margin: 0;
  }
}
.newsletter__subheader {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .newsletter__subheader {
    font-size: 24px;
    line-height: 32px;
  }
}
.newsletter__header {
  text-align: center;
  margin-bottom: 25px;
  color: white;
}
@media (min-width: 992px) {
  .newsletter__header {
    margin-bottom: 40px;
  }
}
.newsletter__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .newsletter__container {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .newsletter__container {
    max-width: 880px;
  }
}
.newsletter__checkboxes {
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .newsletter__checkboxes {
    display: flex;
  }
}
@media (min-width: 992px) {
  .newsletter__checkboxes {
    font-size: 24px;
    line-height: 29px;
  }
}
.newsletter__submit {
  padding: 0;
  background-color: white;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  margin-left: 3px;
}
@media (min-width: 992px) {
  .newsletter__submit {
    width: 70px;
    height: 70px;
  }
}
.newsletter__submit-icon {
  width: 28px;
}
@media (min-width: 992px) {
  .newsletter__submit-icon {
    width: 50px;
  }
}
.newsletter__input-wrap {
  display: flex;
  margin-bottom: 35px;
}
.newsletter__input {
  color: #005782;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .newsletter__input {
    padding: 10px 30px;
    font-size: 24px;
    line-height: 32px;
  }
}
.newsletter__input::-moz-placeholder {
  color: #005782;
  opacity: 1;
}
.newsletter__input::placeholder {
  color: #005782;
  opacity: 1;
}
.newsletter__form .form-check-label {
  padding-left: 36px;
}
@media (min-width: 992px) {
  .newsletter__form .form-check-label {
    padding-left: 50px;
  }
}
.newsletter__form .form-check-label:before {
  width: 26px;
  height: 26px;
  top: -4px;
}
@media (min-width: 992px) {
  .newsletter__form .form-check-label:before {
    width: 38px;
    height: 38px;
    top: -4px;
  }
}
.newsletter__form .form-check-label:after {
  left: 6px;
  top: 2px;
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  .newsletter__form .form-check-label:after {
    left: 10px;
    top: 6px;
    width: 20px;
    height: 20px;
  }
}
.newsletter__checkbox {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .newsletter__checkbox {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .newsletter__checkbox {
    margin-right: 75px;
  }
}
.newsletter__checkbox:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.link-tiles--small .link-tiles__header {
  font-size: 26px;
  line-height: 34px;
}
.link-tiles--no-slide .link-tiles__items {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.link-tiles--no-slide .link-tiles__item-wrap {
  max-width: 25%;
  flex-basis: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.link-tiles__item {
  position: relative;
  display: block;
  overflow: hidden;
  font-weight: 400;
}
.link-tiles__item:before {
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(7, 23, 46, 0) 0%, rgba(7, 23, 46, 0.8) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 992px) {
  .link-tiles__item:hover .link-tiles__image, .link-tiles__item:focus .link-tiles__image {
    transform: scale(1.2);
  }
}
.link-tiles__image {
  transition: 0.3s ease-in-out;
}
.link-tiles__header {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  font-size: 20px;
  line-height: 26px;
  color: white;
  z-index: 10;
}

.intro {
  color: #005782;
}
.intro__header {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.intro__text {
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 992px) {
  .intro__text {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (min-width: 992px) {
  .link-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.link-header--margin {
  margin-top: 20px;
}
.link-header__header {
  margin-bottom: 0;
}
.link-header__content {
  max-width: 660px;
}
@media (min-width: 992px) and (max-width: 1359.98px) {
  .link-header__content {
    max-width: 550px;
  }
}
.link-header__text {
  margin-top: 20px;
}
.link-header__link {
  font-size: 30px;
  line-height: 38px;
  display: inline-flex;
  margin-top: 15px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .link-header__link {
    margin-top: 0;
  }
}
.link-header__link:before {
  content: "";
  display: block;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease-in-out;
  width: 43px;
  height: 43px;
  margin-right: 8px;
  transform: translateY(0px);
}
.link-header__link:hover:before, .link-header__link:focus:before {
  transform: translateY(0px) translateX(5px);
}
.link-header__link--small {
  font-size: 26px;
  line-height: 30px;
}
.link-header__link--small:before {
  content: none;
}

.persons-slider__person {
  display: block !important;
  width: 285px !important;
  margin-right: 25px;
  position: relative;
  flex-shrink: 0;
}
.persons-slider__person--hidden {
  display: none !important;
}
.persons-slider__person:hover .persons-slider__link, .persons-slider__person:focus .persons-slider__link {
  transform: rotateY(180deg);
}
.persons-slider__link {
  display: block;
  transition: 0.5s ease-in-out;
  transform-style: preserve-3d;
}
.persons-slider__link:hover, .persons-slider__link:focus {
  transform: rotateY(180deg);
}
.persons-slider__link:before {
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(7, 23, 46, 0) 0%, rgba(7, 23, 46, 0.8) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.persons-slider__image {
  transition: 0.3s ease-in-out;
}
.persons-slider__content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 35px;
  color: white;
  z-index: 5;
}
.persons-slider__name {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}
.persons-slider__items {
  display: flex;
}
.persons-slider__expertise {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
}
.persons-slider__expertise-item {
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #E0EDF3;
  padding: 3px 10px;
  border-radius: 10000px;
  color: #005782;
}
.persons-slider__filter {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .persons-slider__filter {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.persons-slider__filter--active {
  background-color: #005782;
  color: white;
}
.persons-slider__filter-wrap {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.persons-slider__back {
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #06222F;
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  z-index: 5;
}
.persons-slider__front {
  backface-visibility: hidden;
}
.persons-slider__search-wrap {
  position: relative;
  margin-bottom: 40px;
  max-width: 600px;
}
.persons-slider__autocomplete {
  max-height: 300px;
  overflow: auto;
}

.page-header {
  position: relative;
  height: 650px;
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .page-header {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .page-header {
    height: 700px;
  }
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(7, 23, 46, 0.6) 0%, rgba(7, 23, 46, 0) 100%);
  z-index: 1;
}
@media (min-width: 992px) {
  .page-header:before {
    width: 90%;
    background: linear-gradient(90deg, rgba(7, 23, 46, 0.6) 0%, rgba(7, 23, 46, 0) 100%);
  }
}
.page-header__media {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-header__content {
  left: 15px;
  right: 15px;
  bottom: 20px;
  max-width: 650px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .page-header__content {
    left: 50px;
    bottom: 55px;
    right: 50px;
  }
}
@media (min-width: 992px) {
  .page-header__content {
    right: auto;
  }
}
.page-header__header {
  font-size: 40px;
  line-height: 50px;
  color: white;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-header__header {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 40px;
  }
}
.page-header__video-controls-wrap {
  max-width: 600px;
  width: 100%;
}
.page-header__video-progress {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: rgba(224, 237, 243, 0.1);
  margin-bottom: 20px;
}
.page-header__video-progress:after {
  content: "";
  height: 100%;
  width: var(--video-progress);
  background-color: #E0EDF3;
  display: block;
  transition: 0.2s linear;
}
.page-header__video-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-header__video-toggle:before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.page-header__video-toggle--pause:before {
  width: 15px;
  height: 24px;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/pause.svg");
}
.page-header__video-toggle--play:before {
  width: 15px;
  height: 24px;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/play.svg");
}
.page-header__video-toggle--hidden {
  display: none;
}
.page-header__video-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: white;
}

.header-image {
  position: relative;
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .header-image {
    margin: 0;
  }
}
.header-image:before {
  content: "";
  height: calc(100% - 60px);
  width: 100%;
  background: linear-gradient(0deg, rgba(7, 23, 46, 0.6), rgba(7, 23, 46, 0));
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .header-image:before {
    height: 100%;
    width: calc(100% - 100px);
    background: linear-gradient(90deg, rgba(7, 23, 46, 0.6), rgba(7, 23, 46, 0));
    top: 0;
    bottom: auto;
  }
}
.header-image--small .header-image__image {
  height: 150px;
}
@media (min-width: 768px) {
  .header-image--small .header-image__image {
    height: 250px;
  }
}
.header-image__image {
  height: 560px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .header-image__image {
    height: 495px;
  }
}
.header-image__header {
  position: absolute;
  left: 15px;
  bottom: 30px;
  color: white;
  font-size: 40px;
  line-height: 50px;
  z-index: 5;
  max-width: 440px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header-image__header {
    left: 50px;
    bottom: 75px;
  }
}
@media (min-width: 992px) {
  .header-image__header {
    font-size: 60px;
    line-height: 70px;
    max-width: 650px;
  }
}

.teaser__item {
  margin: 0 -15px 20px;
}
@media (min-width: 576px) {
  .teaser__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .teaser__item {
    margin: 0 0 40px;
  }
}
@media (min-width: 768px) {
  .teaser__item {
    display: flex;
    flex-direction: row-reverse;
  }
}
.teaser__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .teaser__item:nth-child(2n) {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .teaser__image-wrap, .teaser__content-wrap {
    flex-grow: 1;
    flex-basis: 50%;
  }
}
.teaser__image-wrap {
  position: relative;
}
.teaser__image {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .teaser__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.teaser__content-wrap {
  display: flex;
  align-items: center;
  padding: 25px 15px;
  background-color: #E0EDF3;
}
@media (min-width: 768px) {
  .teaser__content-wrap {
    padding: 25px 25px;
  }
}
.teaser__link {
  display: inline-flex;
  margin-top: 20px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .link-teaser {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
  }
}
.link-teaser__item {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .link-teaser__item {
    padding: 0 13px;
    flex-basis: 50%;
  }
}
.link-teaser__link-wrap {
  display: block;
  padding: 25px 25px 50px;
  background-color: #005782;
  color: white;
  position: relative;
  min-height: 155px;
  height: 100%;
}
.link-teaser__link-wrap:after {
  content: "";
  display: block;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease-in-out;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-right-white.svg");
  position: absolute;
  right: 25px;
  bottom: 10px;
  height: 28px;
  width: 28px;
}
.link-teaser__link-wrap:hover, .link-teaser__link-wrap:focus {
  color: white;
}
.link-teaser__link-wrap:hover:after, .link-teaser__link-wrap:focus:after {
  transform: translateX(7px);
}
.link-teaser__header {
  color: white;
}

.page-intro {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.page-intro__head {
  position: relative;
  text-align: center;
}
.page-intro__header + .page-intro__subheader {
  margin-top: -10px;
}
.page-intro__subheader {
  color: #4B4B4D;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  opacity: 0.8;
  margin-top: -10px;
}
.page-intro__content {
  padding-top: 50px;
  margin-top: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .page-intro__content {
    padding-top: 90px;
    margin-top: 80px;
  }
}
.page-intro__content:after {
  content: "";
  background-color: #E0EDF3;
  width: 220px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .persons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.persons__item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .persons__item {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .persons__item {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1360px) {
  .persons__item {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.persons__item--hidden {
  display: none;
}
.persons__content {
  background-color: #06222F;
  padding: 25px 20px 80px;
  display: block;
  color: white;
  position: relative;
  flex-grow: 1;
  font-weight: 400;
}
.persons__content:hover, .persons__content:focus {
  color: white;
}
.persons__more {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.persons__name {
  font-weight: bold;
  margin-bottom: 10px;
}
.persons__socials {
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.persons__social, .person-info__image-download, .download-images__image-download {
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #005782;
  margin-right: 15px;
  transition: 0.3s ease-in-out;
}
.persons__social:hover, .person-info__image-download:hover, .download-images__image-download:hover, .persons__social:focus, .person-info__image-download:focus, .download-images__image-download:focus {
  background-color: #06222F;
}
.persons__social img, .person-info__image-download img, .download-images__image-download img {
  max-width: 20px;
  height: auto;
}
.persons__image-wrap {
  position: relative;
}

.infoblock {
  font-size: 18px;
  line-height: 26px;
  background-color: #06222F;
  color: white;
  padding: 20px;
  position: relative;
  font-weight: bold;
}
@media (min-width: 768px) {
  .infoblock {
    padding: 35px 70px 35px 25px;
  }
}
.infoblock:before {
  content: "";
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/info.svg");
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .infoblock:before {
    position: absolute;
    top: 30px;
    right: 25px;
  }
}

.link-list {
  background-color: #E0EDF3;
  padding: 20px;
}
@media (min-width: 992px) {
  .link-list {
    padding: 40px;
    margin: 0 auto;
    max-width: 1090px;
    display: flex;
  }
}
.link-list__links-wrap {
  background-color: #06222F;
  color: white;
  width: 100%;
  flex-shrink: 0;
  padding: 15px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .link-list__links-wrap {
    width: 385px;
    padding: 25px;
  }
}
.link-list__links-header {
  color: white;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .link-list__content {
    margin-right: 90px;
  }
}
.link-list__links {
  padding-left: 0;
  list-style: none;
}
.link-list__link {
  color: white;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 8px;
}
.link-list__link:last-child {
  margin-bottom: 0;
}
.link-list__link a {
  color: white;
  display: inline-flex;
  align-items: center;
}
.link-list__link a:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 10px;
  background-color: #005782;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-right-white.svg");
}
.link-list__link a[target=_blank]:before {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/external-link.svg");
}
.link-list__link a[href*=".pdf"]:before {
  background-size: 14px;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/download.svg");
}

@media (min-width: 992px) {
  .studies {
    display: flex;
  }
}
.studies__header {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .studies__header {
    font-size: 32px;
    line-height: 42px;
  }
}
.studies__content {
  padding: 20px;
  background-color: #E0EDF3;
}
@media (min-width: 768px) {
  .studies__content {
    padding: 40px;
  }
}
@media (min-width: 1360px) {
  .studies__content {
    padding-right: 170px;
  }
}
.studies__contacts {
  padding: 20px 50px 20px 20px;
  background-color: #06222F;
  color: white;
  flex-shrink: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .studies__contacts {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .studies__contacts {
    width: 370px;
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1360px) {
  .studies__contacts {
    width: 535px;
  }
}
.studies__contact-name {
  color: white;
  margin-bottom: 20px;
}
.studies__contact-position {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.studies__contact {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .studies__contact {
    margin-bottom: 40px;
  }
}
.studies__contact:last-child {
  margin-bottom: 0;
}
.studies__contact-info {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.studies__contact-info:before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #005782;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  transform: translateY(-1px);
  flex-shrink: 0;
}
.studies__contact-info--phone:before {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/phone-white.svg");
}
.studies__contact-info--mail:before {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/mail-white.svg");
}
.studies__contact-info--location:before {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/map-pin-white.svg");
}
.studies__contact-info--orcid:before {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/orcid.svg");
}
.studies__contact-info a {
  color: white;
}
.studies__contact-info-value {
  font-weight: bold;
}
.studies__contact-info-description {
  opacity: 0.8;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .policy-letter {
    display: flex;
  }
}
.policy-letter__current {
  flex-shrink: 0;
  width: 300px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .policy-letter__current {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .policy-letter__content {
    max-width: calc(100% - 360px);
  }
}
.policy-letter__text {
  margin-bottom: 40px;
}
.policy-letter__title {
  padding: 10px;
  min-height: 80px;
  background-color: #E0EDF3;
}
@media (min-width: 768px) {
  .policy-letter__title {
    padding: 10px 20px;
  }
}
.policy-letter__item {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 992px) {
  .frequently-searched {
    display: flex;
    align-items: center;
  }
}
.frequently-searched__header {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .frequently-searched__header {
    margin-right: 20px;
  }
}
.frequently-searched__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.frequently-searched__item {
  margin-right: 15px;
  margin-bottom: 15px;
}

.pagination-list__item {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .pagination-list__item {
    flex-direction: row;
  }
}
.pagination-list__image-wrap {
  position: relative;
  margin-right: 30px;
  margin-bottom: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pagination-list__image-wrap {
    margin-bottom: 0;
  }
}
.pagination-list__link {
  margin-top: 20px;
  display: inline-block;
}

.persons-list__filters {
  margin-bottom: 40px;
}
.persons-list__filter--active {
  background-color: #005782;
  color: white;
}
.persons-list__search {
  margin-bottom: 40px;
  max-width: 500px;
}
.persons-list__category {
  margin-bottom: 60px;
}
.persons-list__category--hidden, .persons-list__category--filtered {
  display: none;
}

.media-gallery .media-wrapper__overlay-text {
  font-size: 0.875rem;
}
.media-gallery .media-wrapper:hover .media-gallery__play-button, .media-gallery .media-wrapper:focus .media-gallery__play-button {
  transform: scale(1.1);
}
.media-gallery__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -30px;
}
@media (min-width: 576px) {
  .media-gallery__items {
    margin-bottom: -40px;
  }
}
.media-gallery__item {
  max-width: 100%;
  flex-basis: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .media-gallery__item {
    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .media-gallery__item {
    max-width: 33.33%;
    flex-basis: 33.33%;
  }
}
@media (min-width: 1360px) {
  .media-gallery__item {
    max-width: 25%;
    flex-basis: 25%;
  }
}
.media-gallery__duration, .media-gallery__play-button {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  z-index: 15;
}
.media-gallery__play-button {
  bottom: 10px;
  top: auto;
  font-size: 36px;
  transition: 0.3s ease-in-out;
}
.media-gallery__header {
  margin-bottom: 0;
}

.download-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.download-images__outer-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  min-height: 180px;
}
@media (min-width: 768px) {
  .download-images__outer-image-wrap {
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .download-images__outer-image-wrap {
    max-width: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
  }
}
.download-images__image-download {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px;
  margin: 0;
}

/* Grid Container */
@media (max-width: 991.98px) {
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
  }
}
.container .container:not(.container-standalone), .container .container-fluid:not(.container-standalone), .container .container-sm:not(.container-standalone), .container .container-md:not(.container-standalone), .container .container-lg:not(.container-standalone), .container .container-xl:not(.container-standalone), .container-fluid .container:not(.container-standalone), .container-sm .container:not(.container-standalone), .container-md .container:not(.container-standalone), .container-lg .container:not(.container-standalone), .container-xl .container:not(.container-standalone), .container-fluid .container-fluid:not(.container-standalone), .container-sm .container-fluid:not(.container-standalone), .container-md .container-fluid:not(.container-standalone), .container-lg .container-fluid:not(.container-standalone), .container-xl .container-fluid:not(.container-standalone), .container-fluid .container-sm:not(.container-standalone), .container-sm .container-sm:not(.container-standalone), .container-md .container-sm:not(.container-standalone), .container-lg .container-sm:not(.container-standalone), .container-xl .container-sm:not(.container-standalone), .container-fluid .container-md:not(.container-standalone), .container-sm .container-md:not(.container-standalone), .container-md .container-md:not(.container-standalone), .container-lg .container-md:not(.container-standalone), .container-xl .container-md:not(.container-standalone), .container-fluid .container-lg:not(.container-standalone), .container-sm .container-lg:not(.container-standalone), .container-md .container-lg:not(.container-standalone), .container-lg .container-lg:not(.container-standalone), .container-xl .container-lg:not(.container-standalone), .container-fluid .container-xl:not(.container-standalone), .container-sm .container-xl:not(.container-standalone), .container-md .container-xl:not(.container-standalone), .container-lg .container-xl:not(.container-standalone), .container-xl .container-xl:not(.container-standalone) {
  padding-left: 0;
  padding-right: 0;
}

.grid-container--indent {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .grid-container--indent {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.grid-container--padding-before-extra-small {
  padding-top: 20px;
}
.grid-container--padding-after-extra-small {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .grid-container--padding-before-extra-small {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .grid-container--padding-after-extra-small {
    padding-bottom: 20px;
  }
}
.grid-container--padding-before-small {
  padding-top: 30px;
}
.grid-container--padding-after-small {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .grid-container--padding-before-small {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .grid-container--padding-after-small {
    padding-bottom: 40px;
  }
}
.grid-container--padding-before-medium {
  padding-top: 40px;
}
.grid-container--padding-after-medium {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .grid-container--padding-before-medium {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .grid-container--padding-after-medium {
    padding-bottom: 60px;
  }
}
.grid-container--padding-before-large {
  padding-top: 50px;
}
.grid-container--padding-after-large {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .grid-container--padding-before-large {
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .grid-container--padding-after-large {
    padding-bottom: 90px;
  }
}
.grid-container--padding-before-extra-large {
  padding-top: 60px;
}
.grid-container--padding-after-extra-large {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .grid-container--padding-before-extra-large {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .grid-container--padding-after-extra-large {
    padding-bottom: 120px;
  }
}
.grid-container--background-white {
  background-color: white;
  display: flow-root;
}
.grid-container--background-gray {
  background-color: #F3F1EF;
  display: flow-root;
}
.grid-container--background-blue {
  background-color: #E0EDF3;
  display: flow-root;
}
.grid-container--background-blue .simple-list__item, .grid-container--background-gray .simple-list__item {
  border-color: white;
}

@media (min-width: 992px) {
  .news-container__row {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 -30px;
  }
}
.news-container__col {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .news-container__col {
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 30px;
    margin-bottom: 0;
  }
}
.news-container__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-container__col .frame-type-mask_teaser {
    margin-bottom: 0 !important;
  }
  .news-container__col .frame-type-mask_teaser, .news-container__col .frame-type-mask_teaser .teaser, .news-container__col .frame-type-mask_teaser .teaser__item, .news-container__col .frame-type-mask_teaser .teaser__content-wrap {
    height: 100%;
  }
  .news-container__col .frame-type-mask_teaser .teaser__content-wrap {
    align-items: flex-start;
  }
}

/* Extensions */
@keyframes load-rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.dsgvo-consent, .dsgvo-consent:after, .dsgvo-consent:before, .dsgvo-consent *, .dsgvo-consent *:after, .dsgvo-consent *:before {
  box-sizing: border-box;
}
.dsgvo-consent__bg {
  background-color: transparent;
  transition: all 0.5s ease;
  position: fixed;
  z-index: 90000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6;
}
.dsgvo-consent__container {
  max-width: 350px;
  text-align: center;
  width: 100%;
  background-color: white;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  margin: 0 auto;
  z-index: 100000;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 40px);
  color: #000;
  transition: all 0.5s ease;
  transform: translateY(-100%);
  opacity: 1;
}
.dsgvo-consent__content {
  padding: 40px 20px;
}
.dsgvo-consent__settings {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
}
.dsgvo-consent__settings--open {
  display: flex;
}
.dsgvo-consent__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.dsgvo-consent--fade-in .dsgvo-consent__bg {
  background-color: black;
}
.dsgvo-consent--fade-in .dsgvo-consent__container {
  transform: translateY(20px);
}
.dsgvo-consent--fade-out .dsgvo-consent__container {
  transform: translateY(calc(-20% + 20px));
  opacity: 0;
}
.dsgvo-consent--popup:not(.dsgvo-consent--fade-in) {
  pointer-events: none;
}
.dsgvo-consent__description {
  margin-bottom: 20px;
}
.dsgvo-consent__description h1, .dsgvo-consent__description .h1, .dsgvo-consent__description h2, .dsgvo-consent__description .h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.dsgvo-button {
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.dsgvo-button:last-child {
  margin-bottom: 0;
}
.dsgvo-button__link {
  display: block;
}

.dsgvo-category {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.dsgvo-category__checkbox {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dsgvo-category__checkbox-label {
  display: block;
  position: relative;
  width: 72px;
  height: 36px;
  border-radius: 18px;
  transition: all 0.2s ease;
  background: #868686;
}
.dsgvo-category__checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  background: #bbb;
}
.dsgvo-category__checkbox:checked + .dsgvo-category__checkbox-label {
  background: #549c3c;
}
.dsgvo-category__checkbox:checked + .dsgvo-category__checkbox-label:before {
  background: #79e24c;
  left: 50%;
}
.dsgvo-category__checkbox-wrap {
  display: flex;
  justify-content: center;
}
.dsgvo-category__checkbox-wrap--default {
  display: none;
}
.dsgvo-category__checkbox-wrap--disabled {
  display: flex;
  opacity: 0.4;
}
.dsgvo-category__text {
  margin-bottom: 20px;
}

.dsgvo-cookies {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 15px;
}
.dsgvo-cookies__check {
  display: none;
}
.dsgvo-cookies__label {
  display: block;
  cursor: pointer;
  margin: 0;
  font-size: 90%;
}
.dsgvo-cookies__label:before {
  content: "";
  display: inline-block;
  width: 0.83333em;
  height: 0.83333em;
  margin-right: 5px;
  vertical-align: middle;
  background: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/chevron-down-light.svg") no-repeat center center;
  background-size: contain;
  transform-origin: center center;
  transform: rotateZ(0deg);
  transition: transform 0.2s ease;
}
.dsgvo-cookies__content {
  display: none;
  width: 100%;
  overflow-x: auto;
}
.dsgvo-cookies__check:checked ~ .dsgvo-cookies__label:before {
  transform: rotateZ(180deg);
}
.dsgvo-cookies__check:checked ~ .dsgvo-cookies__content {
  display: block;
}
.dsgvo-cookies__table {
  min-width: 100%;
}
.dsgvo-cookies__table > p, .dsgvo-cookies__table > ul, .dsgvo-cookies__table > ol {
  margin-bottom: 0;
}
.dsgvo-cookies__type {
  font-size: 120%;
  font-weight: 400;
  padding-top: 20px;
}
.dsgvo-cookies__group {
  padding-top: 9px;
}
.dsgvo-cookies__cookie {
  padding: 5px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.dsgvo-cookies__cookie--odd {
  background: #efefef;
}
.dsgvo-cookies__cookie-name {
  font-family: monospace;
  white-space: nowrap;
}
.dsgvo-cookies__cookie-description-check, .dsgvo-cookies__cookie-description {
  display: none;
}
.dsgvo-cookies__cookie-name-label, .dsgvo-cookies__cookie-lifespan-label {
  font-weight: bolder;
}
.dsgvo-cookies__cookie-description-label {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: bolder;
  cursor: pointer;
}
.dsgvo-cookies__cookie-description-label:after {
  content: "";
  display: inline-block;
  width: 0.83333em;
  height: 0.83333em;
  margin-left: 5px;
  vertical-align: middle;
  background: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/chevron-down-light.svg") no-repeat center center;
  background-size: contain;
  transform-origin: center center;
  transform: rotateZ(0deg);
  transition: transform 0.2s ease;
}
.dsgvo-cookies__cookie-description-check:checked ~ .dsgvo-cookies__cookie-description {
  display: block;
}
.dsgvo-cookies__cookie-description-check:checked ~ .dsgvo-cookies__cookie-description-label:after {
  transform: rotateZ(180deg);
}

.dsgvo-consent--inline {
  position: relative;
}
@media (min-width: 768px) {
  .dsgvo-consent--inline .dsgvo-consent__buttons {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .dsgvo-consent--inline .dsgvo-button {
    flex: 0 1 auto;
    max-width: none;
    width: auto;
  }
}
.dsgvo-consent--inline .dsgvo-button--decline,
.dsgvo-consent--inline .dsgvo-button--settings {
  display: none;
}
@media (min-width: 768px) {
  .dsgvo-consent--inline .dsgvo-category {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.dsgvo-consent--inline .dsgvo-category__checkbox-wrap {
  justify-content: flex-start;
}
.dsgvo-consent--inline .dsgvo-consent__bg {
  display: none;
}
.dsgvo-consent--inline .dsgvo-consent__container {
  position: static;
  max-width: none;
  text-align: left;
  animation: none;
  transition: none;
  overflow: visible;
  margin: 0;
  max-height: none;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
}
.dsgvo-consent--inline .dsgvo-consent__content {
  background: #eee;
}
.dsgvo-consent--inline .dsgvo-consent__settings {
  display: flex;
}
.dsgvo-consent--inline.dsgvo-consent--inline-auto-confirm .dsgvo-consent__buttons {
  display: none;
}
.dsgvo-consent--loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
  background: rgba(255, 255, 255, 0.5);
}
.dsgvo-consent--loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  border-top: 8px solid #000;
  border-right: 8px solid #4d4d4d;
  border-bottom: 8px solid #999999;
  border-left: 8px solid #e6e6e6;
  transform-origin: center center;
  animation: linear 1s load-rotate;
}

.tx-publication {
  margin: 0 -15px;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .tx-publication {
    margin: 0;
  }
}
.tx-publication .publication__header {
  padding: 0 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tx-publication .publication__header {
    margin-bottom: 20px;
  }
}
.tx-publication .publication__name {
  display: block;
  font-weight: bold;
}
.tx-publication .publication__title {
  display: block;
}
.tx-publication .publication__title a {
  font-weight: 400;
}
.tx-publication .list-group {
  padding-left: 0;
  list-style: none;
}
.tx-publication .list-group li {
  padding: 20px 15px;
  background-color: white;
}
.tx-publication .list-group li.even {
  background-color: #E0EDF3;
}

.kesearch__filter {
  max-width: 200px;
}
.kesearch__filter .select2-selection--single {
  border: none !important;
}
.kesearch__filters {
  margin-bottom: 30px;
}
.kesearch__num-results {
  font-weight: 700;
  margin-bottom: 20px;
}
.kesearch__page-browser--top {
  margin-bottom: 20px;
}
.kesearch__page-browser--bottom {
  margin-top: 20px;
}
.kesearch__form {
  display: flex;
  margin-bottom: 30px;
}
.kesearch__input-wrap {
  position: relative;
  width: 100%;
}
.kesearch__input {
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  background-color: white;
  height: 50px;
  border: none;
  color: #005782;
}
@media (min-width: 768px) {
  .kesearch__input {
    height: 70px;
    padding: 20px 30px;
    font-size: 24px;
    line-height: 32px;
  }
}
.kesearch__input::-moz-placeholder {
  color: #005782;
  opacity: 1;
}
.kesearch__input::placeholder {
  color: #005782;
  opacity: 1;
}
.kesearch__submit {
  width: 50px;
  height: 50px;
  background-color: #005782;
  flex-shrink: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .kesearch__submit {
    width: 70px;
    height: 70px;
  }
}
.kesearch__submit:after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/search-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .kesearch__submit:after {
    width: 38px;
    height: 38px;
  }
}
.kesearch__ordering {
  max-width: 200px;
  margin-left: auto;
  margin-bottom: 20px;
}

.autocomplete {
  position: absolute;
  top: 100%;
  background-color: white;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 25px 22px 0 rgba(0, 0, 0, 0.26);
  padding: 15px 0;
  z-index: 10;
}
.autocomplete__item {
  padding: 10px 15px;
  border-bottom: 1px solid #E0EDF3;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .autocomplete__item {
    padding: 10px 30px;
  }
}
.autocomplete__item:last-child {
  border-bottom: none;
}
.autocomplete__item:hover, .autocomplete__item:focus {
  background-color: #E0EDF3;
}
.autocomplete__header {
  color: #005782;
  font-size: 16px;
  line-height: 22px;
}
.autocomplete__abstract {
  font-size: 14px;
  line-height: 20px;
  color: #4B4B4D;
}

.tx-kesearch-pi1 .result-list-item {
  margin-bottom: 20px;
}
.tx-kesearch-pi1 .kesearch_pagebrowser {
  margin-top: 10px;
}

.person-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
  background-color: #E0EDF3;
}
@media (min-width: 768px) {
  .person-info {
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .person-info {
    margin-bottom: 80px;
  }
}
@media (min-width: 1360px) {
  .person-info {
    flex-wrap: nowrap;
  }
}
.person-info__name {
  margin-bottom: 10px;
}
.person-info__position {
  max-width: 350px;
  margin-bottom: 40px;
}
.person-info__socials-wrap {
  margin-top: 25px;
}
@media (min-width: 1360px) {
  .person-info__socials-wrap {
    margin-top: auto;
  }
}
.person-info__image {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 370px;
  width: 100%;
}
@media (min-width: 992px) {
  .person-info__image {
    max-height: none;
    max-width: 435px;
    width: auto;
  }
}
.person-info__subheader {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.person-info__subheader--expertise {
  color: #005782;
}
.person-info__assistants {
  font-size: 1rem;
  margin-bottom: 30px;
  margin-top: 20px;
}
.person-info__socials {
  display: flex;
  align-items: center;
}
.person-info__social {
  margin-right: 15px;
}
.person-info__content {
  padding: 35px 15px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .person-info__content {
    padding: 45px;
  }
}
@media (min-width: 992px) {
  .person-info__content {
    max-width: 485px;
  }
}
@media (min-width: 1360px) {
  .person-info__content {
    max-width: none;
  }
}
.person-info__contact {
  width: 100%;
  padding: 30px 15px 40px;
  background-color: #06222F;
  color: white;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .person-info__contact {
    padding: 45px 30px 50px;
  }
}
@media (min-width: 1360px) {
  .person-info__contact {
    width: 305px;
  }
}
.person-info__content {
  display: flex;
  flex-direction: column;
}
.person-info__expertise-wrap {
  margin-top: auto;
}
.person-info__expertise {
  display: flex;
  flex-wrap: wrap;
}
.person-info__expertise-label {
  font-weight: bold;
  color: #005782;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}
.person-info__expertise-item {
  background-color: white;
  color: #005782;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
  cursor: auto;
}
.person-info__expertise-item:hover, .person-info__expertise-item:focus {
  background-color: white;
  color: #005782;
}
.person-info__image-download {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px;
  margin: 0;
}
.person-info__image-wrap {
  position: relative;
  align-self: flex-start;
}

.person-quote {
  margin-bottom: 80px;
}
.person-quote__quote {
  font-size: 20px;
  line-height: 32px;
  color: #005782;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .person-quote__quote {
    font-size: 30px;
    line-height: 50px;
  }
}
.person-quote__author {
  display: flex;
  align-items: flex-start;
}
.person-quote__author-image {
  margin-right: 15px;
}
.person-quote__name {
  font-size: 18px;
  line-height: 26px;
  color: #005782;
}
.person-quote__position {
  font-size: 14px;
  line-height: 20px;
}

.person__content {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 28px;
}
.person__event {
  margin-top: 30px;
  margin-bottom: 95px;
}
.person__publications {
  margin-bottom: 75px;
}
.person__news {
  margin-bottom: 40px;
}

.article__header {
  margin-bottom: 20px;
}
.article__date {
  margin-bottom: 20px;
  font-size: 22px;
  font-style: italic;
}
@media (min-width: 992px) {
  .article__date {
    font-size: 24px;
  }
}
.article__text {
  margin-bottom: 30px;
}
.article__images-wrap {
  margin-bottom: 30px;
}
.article__images {
  display: flex;
  flex-wrap: wrap;
}
.article__image {
  display: block !important;
}
@media (min-width: 768px) {
  .article__image {
    max-width: none;
  }
}
.article__images-wrap {
  position: relative;
}
.article__image-description {
  text-align: center;
  margin-top: 10px;
}
.article__content-elements {
  margin-bottom: 40px;
}
.article__content-elements > * {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article__content-elements > * {
    margin-bottom: 40px;
  }
}
.article__content-elements .ce-gallery {
  max-width: 420px;
}
.article__slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media (min-width: 992px) {
  .article__slider-arrows {
    top: calc(50% - 48px);
  }
}
.article__slider-arrows * {
  pointer-events: auto;
}
.article__slider-arrow {
  display: block;
}

.event-teaser {
  background-color: #E0EDF3;
  margin: 0 -15px;
  padding: 40px 15px;
}
@media (min-width: 576px) {
  .event-teaser {
    padding: 40px 50px;
  }
}
@media (min-width: 992px) {
  .event-teaser {
    margin: 0;
    padding: 65px 50px 90px;
  }
}
.event-teaser__item {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .event-teaser__item {
    display: flex;
  }
}
.event-teaser__item:last-child {
  margin-bottom: 0;
}
.event-teaser__image-wrap {
  display: flex;
  align-items: flex-start;
  margin-right: 35px;
  margin-bottom: 25px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .event-teaser__image-wrap {
    margin-bottom: 0;
  }
}
.event-teaser__header {
  margin-bottom: 5px;
}
.event-teaser__image {
  max-width: 249px;
}
@media (min-width: 768px) {
  .event-teaser__image {
    max-width: 295px;
  }
}
.event-teaser__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
  color: white;
  background-color: #005782;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .event-teaser__date {
    width: 195px;
    height: 195px;
  }
}
.event-teaser__date--day {
  font-size: 52px;
  line-height: 45px;
}
@media (min-width: 768px) {
  .event-teaser__date--day {
    font-size: 60px;
    line-height: 50px;
  }
}
.event-teaser__date--month {
  font-size: 26px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .event-teaser__date--month {
    font-size: 30px;
    line-height: 50px;
  }
}
.event-teaser__content {
  display: flex;
  flex-direction: column;
}
.event-teaser__time {
  margin-top: auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #005782;
}
.event-teaser__teaser {
  margin-bottom: 25px;
}

.news-media-slider {
  background-color: #06222F;
  color: white;
  padding: 55px 15px 45px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .news-media-slider {
    padding: 115px 0 130px 50px;
  }
}
@media (min-width: 992px) {
  .news-media-slider {
    margin: 0;
  }
}
.news-media-slider .link-header {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .news-media-slider .link-header {
    padding: 0 50px 0 0;
  }
}
@media (min-width: 992px) {
  .news-media-slider .link-header {
    margin-bottom: 30px;
  }
}
.news-media-slider .link-header__text, .news-media-slider .link-header__link, .news-media-slider .link-header__header {
  color: white;
}
.news-media-slider .link-header__link:before {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-right-white.svg");
}
.news-media-slider .link-header__link:hover, .news-media-slider .link-header__link:focus {
  color: white;
}
.news-media-slider__items {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .news-media-slider__items {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .news-media-slider__items .swiper-wrapper {
    min-height: 650px;
  }
}
.news-media-slider__item {
  transition: 0.3s ease-in-out;
  position: relative;
  height: 100%;
  margin-right: 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .news-media-slider__item {
    width: 410px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .news-media-slider__item.swiper-slide-active {
    width: 670px !important;
  }
}
.news-media-slider__extra {
  display: flex;
  margin-bottom: 20px;
  font-weight: bold;
}
.news-media-slider__date {
  opacity: 0.7;
}
.news-media-slider__author {
  padding-left: 15px;
  margin-left: 20px;
  border-left: 3px solid white;
}
.news-media-slider__image {
  margin-bottom: 25px;
}
.news-media-slider__header {
  color: white;
}
.news-media-slider__header:after {
  content: "";
  width: 20px;
  height: 25px;
  display: inline-block;
  margin-left: 5px;
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-right-up.svg");
  background-size: 50px;
  background-position: center;
  transform: translateY(3px);
}

.news-pagination {
  margin-top: 40px;
}

.news-list-view .list-article {
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .news-list-view .list-article {
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .news-list-view .list-article {
    max-width: 33.33%;
    flex-basis: 33.33%;
  }
}
.news-list-view__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  .news-list-view__items {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .news-list-view__slides {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news-list-view__slides .list-article {
  max-width: none;
  flex-basis: auto;
  margin-bottom: 0;
  height: auto !important;
}
.news-list-view__pagination {
  margin-top: 40px;
}

.list-article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.list-article__date {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.9em;
}
.list-article__teaser {
  margin-bottom: 20px;
}
.list-article__image {
  margin-bottom: 20px;
  position: relative;
}
.list-article__link {
  margin-top: 20px;
}
.list-article__content {
  margin-bottom: 20px;
}
.list-article__categories, .top-news__categories {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: auto;
}
@media (min-width: 992px) {
  .list-article__categories, .top-news__categories {
    min-height: 55px;
  }
}
.list-article__categories:before, .top-news__categories:before {
  content: "";
  position: absolute;
  top: 0;
  width: 125px;
  height: 10px;
  background-color: #E0EDF3;
}
.list-article__teaser {
  color: #4B4B4D;
  margin-top: -10px;
  font-weight: 400;
}
.list-article__category, .top-news__category {
  margin-right: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #4B4B4D;
}
.list-article__copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 400;
  background-color: #005782;
  color: white;
}

.publication-slider {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .publication-slider {
    margin: 0;
  }
}
.publication-slider__item {
  height: auto !important;
}
.publication-slider__arrows {
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  top: 85px;
  z-index: 5;
}
@media (min-width: 992px) {
  .publication-slider__arrows {
    top: 65px;
  }
}
.publication-slider__arrows * {
  pointer-events: auto;
}
.publication-slider__arrow, .article__slider-arrow {
  height: 80px;
  width: 40px;
  background-color: rgba(51, 51, 51, 0.4);
  background-size: 17px;
}
.publication-slider__arrow--prev {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-thin-left.svg");
}
.publication-slider__arrow--next {
  background-image: url("/_assets/c1dda3cd8b878b3d2d1341386e1ea699/Icons/arrow-thin-right.svg");
}
.publication-slider__link-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .publication-slider__link-wrap {
    flex-direction: row-reverse;
  }
}
.publication-slider__link-wrap:hover .publication-slider__image, .publication-slider__link-wrap:focus .publication-slider__image {
  padding: 0;
}
.publication-slider__header {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
}
.publication-slider__image-wrap {
  flex-shrink: 0;
  background-color: #E0EDF3;
  transition: 0.3s ease-in-out;
  min-height: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .publication-slider__image-wrap {
    width: 165px;
    padding: 0;
    min-height: 224px;
    align-items: flex-start;
  }
}
.publication-slider__image {
  padding: 12px;
  transition: 0.3s ease-in-out;
}
.publication-slider__content {
  background-color: #8dB9ca;
  padding: 25px 15px;
  flex-grow: 1;
}
.publication-slider__teaser {
  color: white;
  font-weight: 400;
}

.news-tab-teaser {
  position: relative;
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .news-tab-teaser {
    margin: 0;
  }
}
.news-tab-teaser__navigation {
  position: absolute;
  left: 50px;
  top: 20px;
  right: 50px;
  border-bottom: rgba(224, 237, 243, 0.1) 5px solid;
  color: white;
  z-index: 10;
  display: none;
}
@media (min-width: 1360px) {
  .news-tab-teaser__navigation {
    display: flex;
  }
}
.news-tab-teaser__navigation-item {
  padding: 20px 0;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-right: 30px;
  font-size: 16px;
  line-height: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.news-tab-teaser__navigation-item:before {
  content: "";
  width: 100%;
  height: 5px;
  top: 100%;
  left: 0;
  display: block;
  background-color: #E0EDF3;
  position: absolute;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.news-tab-teaser__navigation-item--active:before {
  opacity: 1;
}
.news-tab-teaser__item {
  position: relative;
  color: white;
  display: block !important;
  font-size: 22px;
  line-height: 30px;
}
.news-tab-teaser__link {
  display: block;
}
.news-tab-teaser__link:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(7, 23, 46, 0.7);
}
.news-tab-teaser__link:hover, .news-tab-teaser__link:focus {
  color: white;
}
.news-tab-teaser__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 30px 50px;
}
@media (min-width: 992px) {
  .news-tab-teaser__content {
    padding: 50px 170px 80px 50px;
  }
}
.news-tab-teaser__header {
  max-width: 870px;
  font-size: 30px;
  line-height: 40px;
  color: white;
}
@media (min-width: 992px) {
  .news-tab-teaser__header {
    font-size: 50px;
    line-height: 60px;
  }
}
.news-tab-teaser__categories {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.news-tab-teaser__category {
  margin-bottom: 15px;
  margin-right: 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.news-tab-teaser__link {
  display: block;
  color: white;
}
.news-tab-teaser__more {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E0EDF3;
}
@media (min-width: 992px) {
  .news-tab-teaser__more {
    position: absolute;
    right: 50px;
    bottom: 80px;
    width: 100px;
    height: 100px;
  }
}
.news-tab-teaser__more-icon {
  width: 30px;
}
@media (min-width: 992px) {
  .news-tab-teaser__more-icon {
    width: 70px;
  }
}
.news-tab-teaser__select-wrap {
  position: absolute;
  top: 25px;
  left: 15px;
  right: 15px;
  z-index: 5;
}
@media (min-width: 1360px) {
  .news-tab-teaser__select-wrap {
    display: none;
  }
}
.news-tab-teaser__select + .select2 .select2-selection {
  background-color: transparent;
  border: 2px solid rgba(224, 237, 243, 0.1);
}
.news-tab-teaser__select + .select2 .select2-selection__arrow,
.news-tab-teaser__select + .select2 .select2-selection__rendered {
  color: white;
  font-size: 22px;
  line-height: 26px;
  padding: 20px 15px;
}
.news-tab-teaser__select + .select2 .select2-selection__arrow b,
.news-tab-teaser__select + .select2 .select2-selection__rendered b {
  font-weight: bold;
}
.news-tab-teaser__select + .select2 .select2-selection__arrow b:before,
.news-tab-teaser__select + .select2 .select2-selection__rendered b:before {
  font-size: 24px;
}

.top-news {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
@media (min-width: 992px) {
  .top-news {
    display: block;
  }
}
.top-news__image {
  flex-shrink: 0;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .top-news__image {
    max-width: 500px;
    margin-right: 30px;
    margin-bottom: 5px;
    float: left;
  }
}
@media (min-width: 1360px) {
  .top-news__image {
    max-width: 605px;
  }
}
.top-news__read-more {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .top-news__categories {
    margin-top: auto;
  }
}
.simple-list__date {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .simple-list__head {
    min-height: 68px;
  }
}
.simple-list__header {
  margin-bottom: 0;
}
.simple-list__item {
  border-bottom: 1px solid #ececed;
  padding-bottom: 25px;
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  .simple-list .link-header {
    margin-top: -20px;
  }
}
.simple-list__extra, .simple-top-news__extra {
  font-weight: 400;
  color: #4B4B4D;
}

.simple-top-news {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.simple-top-news__image {
  margin-bottom: 20px;
  position: relative;
}
.simple-top-news__header-wrap {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .simple-top-news__header-wrap {
    min-height: 102px;
  }
}
.simple-top-news__header {
  margin-bottom: 0;
}
.job-detail .rounded-pill.text-bg-light {
  background-color: #E0EDF3;
  border-radius: 10000px;
  font-weight: bold;
  padding: 5px 10px;
}
.job-detail .list-group {
  background-color: #E0EDF3;
}
@media (min-width: 992px) {
  .job-detail .list-group {
    display: flex;
  }
}
.job-detail .list-group .list-group-item {
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .job-detail .list-group .list-group-item {
    flex-grow: 1;
  }
}
/*# sourceMappingURL=theme.css.map */
