@charset "UTF-8";
:root {
  --plyr-color-main: #d1423d;
  --svg-triangle: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="%23575757" /></svg>');
  --swiper-pagination-bullet-inactive-color: rgb(0,55,97);
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-color: rgb(0,55,97);
}

.clr-1 {
  color: #000;
}

.h1.clr-1 {
  color: #000;
}

.bg-clr-1 {
  background-color: #000;
}

.clr-2 {
  color: #fff;
}

.h1.clr-2 {
  color: #fff;
}

.bg-clr-2 {
  background-color: #fff;
}

.clr-3 {
  color: #95c11f;
}

.h1.clr-3 {
  color: #95c11f;
}

.bg-clr-3 {
  background-color: #95c11f;
}

.clr-4 {
  color: #003761;
}

.h1.clr-4 {
  color: #003761;
}

.bg-clr-4 {
  background-color: #003761;
}

.clr-5 {
  color: #575757;
}

.h1.clr-5 {
  color: #575757;
}

.bg-clr-5 {
  background-color: #575757;
}

.clr-6 {
  color: #163051;
}

.h1.clr-6 {
  color: #163051;
}

.bg-clr-6 {
  background-color: #163051;
}

.clr-7 {
  color: rgba(0, 0, 0, 0.15);
}

.h1.clr-7 {
  color: rgba(0, 0, 0, 0.15);
}

.bg-clr-7 {
  background-color: rgba(0, 0, 0, 0.15);
}

.clr-8 {
  color: #d9d9d9;
}

.h1.clr-8 {
  color: #d9d9d9;
}

.bg-clr-8 {
  background-color: #d9d9d9;
}

.clr-9 {
  color: #B2B2B2;
}

.h1.clr-9 {
  color: #B2B2B2;
}

.bg-clr-9 {
  background-color: #B2B2B2;
}

.clr-10 {
  color: #eeeeee;
}

.h1.clr-10 {
  color: #eeeeee;
}

.bg-clr-10 {
  background-color: #eeeeee;
}

.clr-11 {
  color: #878787;
}

.h1.clr-11 {
  color: #878787;
}

.bg-clr-11 {
  background-color: #878787;
}

.clr-12 {
  color: #44546A;
}

.h1.clr-12 {
  color: #44546A;
}

.bg-clr-12 {
  background-color: #44546A;
}

.clr-13 {
  color: #F3F3F3;
}

.h1.clr-13 {
  color: #F3F3F3;
}

.bg-clr-13 {
  background-color: #F3F3F3;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.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: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 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) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.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;
  }
}

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: 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;
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-gap-5 {
  row-gap: 3rem !important;
}

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

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

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

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

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

.column-gap-5 {
  column-gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-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: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

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

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

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

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

  .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }

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

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

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

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

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

  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }

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

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

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

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

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

  .column-gap-md-5 {
    column-gap: 3rem !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .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;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .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;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    object-fit: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-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;
  }
}
/* mixin definitions */
/* fonts definitions */
/* --- Roboto Condensed--- */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../Fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../Fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../Fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../Fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* base definitions */
html, body {
  width: 100%;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
html .container, html .container-fluid, html .container-xxl, html .container-xl, html .container-lg, html .container-md, html .container-sm, body .container, body .container-fluid, body .container-xxl, body .container-xl, body .container-lg, body .container-md, body .container-sm {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  html .container, html .container-fluid, html .container-xxl, html .container-xl, html .container-lg, html .container-md, html .container-sm, body .container, body .container-fluid, body .container-xxl, body .container-xl, body .container-lg, body .container-md, body .container-sm {
    padding-right: calc(1.875rem * 0.5);
    padding-left: calc(1.875rem * 0.5);
  }
}
@media (min-width: 768px) {
  html .row, body .row {
    --bs-gutter-x: 1.875rem;
  }
}
@media (min-width: 1400px) {
  html .container-xxl, html .container-xl, html .container-lg, html .container-md, html .container-sm, html .container, body .container-xxl, body .container-xl, body .container-lg, body .container-md, body .container-sm, body .container {
    max-width: 1380px;
  }
}
html .content-line, body .content-line {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  html .content-line, body .content-line {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  html .content-line, body .content-line {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
html a, body a {
  color: #95c11f;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
html a:hover, html a:focus, html a:active, body a:hover, body a:focus, body a:active {
  color: #003761;
}
html .intro-text, body .intro-text {
  font-size: 115%;
}

.mt-60 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 40px !important;
}
@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}

.pt-55 {
  padding-top: 35px !important;
}
@media (min-width: 992px) {
  .pt-55 {
    padding-top: 55px !important;
  }
}

.pt-60 {
  padding-top: 40px !important;
}
@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px !important;
  }
}

.pb-60 {
  padding-bottom: 40px !important;
}
@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px !important;
  }
}

.pt-76 {
  padding-top: 54px !important;
}
@media (min-width: 992px) {
  .pt-76 {
    padding-top: 76px !important;
  }
}

.pb-85 {
  padding-bottom: 60px !important;
}
@media (min-width: 992px) {
  .pb-85 {
    padding-bottom: 85px !important;
  }
}

.pb-90 {
  padding-bottom: 40px !important;
}
@media (min-width: 992px) {
  .pb-90 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) {
  .pb-90 {
    padding-bottom: 90px !important;
  }
}

/* Containergrids */
.ctype-container_collapsable .panel {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ctype-container_collapsable .panel .panel__btn {
  background-color: #95c11f;
}
.ctype-container_collapsable .panel .panel__btn .btn {
  color: #fff;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  height: auto;
}
@media (min-width: 992px) {
  .ctype-container_collapsable .panel .panel__btn .btn {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .ctype-container_collapsable .panel .panel__btn .btn {
    min-height: 68px;
  }
}
@media (min-width: 1400px) {
  .ctype-container_collapsable .panel .panel__btn .btn {
    min-height: 78px;
  }
}
.ctype-container_collapsable .panel .panel__btn .btn:after {
  transform: rotate(-90deg);
}
.ctype-container_collapsable .panel .panel__btn .btn.collapsed {
  background-color: #003761;
}
.ctype-container_collapsable .panel .panel__btn .btn.collapsed:after {
  transform: rotate(90deg);
}
.ctype-container_collapsable .panel .panel__content {
  border: 1px solid #95c11f;
  padding: 1rem;
}
.ctype-container_collapsable .panel .panel__content .content-line {
  padding: 0;
}

/* Layout with definitions for general Elements */
.banner {
  overflow: hidden;
  position: relative;
  display: flex;
  aspect-ratio: 12/11;
  margin-top: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .banner {
    align-items: center;
    height: 300px;
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 350px;
  }
}
@media (min-width: 1400px) {
  .banner {
    height: 380px;
  }
}
.banner .container-fluid, .banner .container-sm, .banner .container-md, .banner .container-lg, .banner .container-xl, .banner .container-xxl,
.banner .container,
.banner .row {
  height: 100%;
}
@media (min-width: 768px) {
  .banner .col-img {
    position: relative;
    height: 100%;
  }
}
.banner__img {
  display: block;
  min-width: 100vw;
  min-height: 100%;
  object-position: center right;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .banner__img {
    height: auto;
    max-width: unset;
    object-position: center left;
  }
}
.banner__title {
  margin-top: 20vw;
}
@media (min-width: 768px) {
  .banner--lg {
    height: 310px;
  }
}
@media (min-width: 992px) {
  .banner--lg {
    height: 410px;
  }
}
@media (min-width: 1200px) {
  .banner--lg {
    height: 430px;
  }
}
@media (min-width: 1400px) {
  .banner--lg {
    height: 500px;
  }
}
.banner .row.flex-row-reverse .banner__img {
  object-position: center left;
  left: unset;
  right: 0;
}
@media (min-width: 768px) {
  .banner .row.flex-row-reverse .banner__img {
    object-position: center right;
  }
}

.btn {
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  min-height: 50px;
  padding: 0 18px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .btn {
    font-size: 24px;
    min-height: 60px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 28px;
    min-height: 68px;
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .btn {
    font-size: 36px;
    min-height: 78px;
    padding: 0 24px;
    gap: 20px;
  }
}
.btn:after {
  content: "";
  height: 0.7em;
  width: 0.45em;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #fff;
  transition: background-color 0.3s;
  flex-shrink: 0;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
.btn.bg-clr-3 {
  background-color: #95c11f;
  color: #fff;
}
.btn.bg-clr-3:hover, .btn.bg-clr-3:focus {
  background-color: #003761;
  color: #fff;
}
.btn.page {
  width: 100%;
  color: #95c11f;
  border-bottom: 2pt solid rgba(0, 0, 0, 0.15);
  padding-left: 0 !important;
  padding-right: 0 !important;
  justify-content: flex-start;
  transition: color 0.3s;
}
.btn.page:before {
  content: "";
  height: 0.7em;
  width: 0.45em;
  flex-shrink: 0;
  background-color: #95c11f;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
  transition: background-color 0.3s;
}
.btn.page:after {
  content: none;
}
.btn.page:hover, .btn.page:focus {
  color: #003761;
}
.btn.page:hover:before, .btn.page:focus:before {
  background-color: #003761;
}
.btn.back {
  align-items: center;
}
.btn.back:after {
  content: none;
}
.btn.back:before {
  content: "";
  height: 0.7em;
  width: 0.45em;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #003761;
  transition: background-color 0.3s;
  flex-shrink: 0;
  transform: scale(-1, 1);
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
.btn.back.bg-clr-3:before {
  background-color: #fff;
}
.btn--2 {
  font-size: inherit !important;
  height: auto;
  margin-top: 18px;
  width: 100%;
  justify-content: space-between;
}
.btn--2:after {
  width: 20px !important;
  height: 17px !important;
}
@media (min-width: 768px) {
  .btn--2:after {
    margin-bottom: 0 !important;
  }
}

#scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 35px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #003761;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  z-index: 8;
}
#scroll-to-top:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  mask-image: url('data:image/svg+xml,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.88464 1.4231L19.4231 13.4231H0.269251L9.88464 1.4231Z" fill="white" /></svg>');
}
#scroll-to-top.active {
  opacity: 0.5;
  visibility: visible;
}
#scroll-to-top.active:hover {
  opacity: 1;
}

.career__title {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  background-color: #95c11f;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  transition: background-color 0.5s;
  hyphens: auto;
}
.career__img {
  position: relative;
  padding-top: 62.5%;
}
.career__img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.career__img .btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.career-mob__title {
  padding: 20px;
  background-color: #003761;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.career-mob__title:hover {
  background-color: #95c11f;
  color: #fff;
}

.career-desk {
  flex-direction: column;
  gap: 15px;
}
.career-desk .gutter-15 > div:not(:first-child) {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.career-desk__col-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.career-desk__left-inner {
  display: flex;
  flex-direction: column;
  gap: calc(0.5 * var(--bs-gutter-x));
  padding-left: 9px;
}
@media (min-width: 1400px) {
  .career-desk__left-inner {
    padding-left: 10px;
  }
}
.career-desk__right-inner {
  flex: 1;
  position: relative;
}
@media (min-width: 768px) {
  .career-desk .career__title {
    padding: 0 10px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .career-desk .career__title {
    padding: 0 18px;
  }
}
@media (min-width: 1200px) {
  .career-desk .career__title {
    height: 68px;
    font-size: 28px;
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .career-desk .career__title {
    height: 78px;
    font-size: 36px;
    padding: 0 24px;
  }
}
.career-desk .career__title.active, .career-desk .career__title:hover {
  background-color: #003761;
}
.career-desk .career__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.career-desk .career__img .btn {
  top: 25%;
  right: 0;
  transform: translateY(-50%);
}
.career-desk .career__img a:hover .btn {
  background-color: #003761;
}
.career-desk .career__img.active {
  opacity: 1;
  visibility: visible;
}
.career-desk__title {
  background-color: #003761;
  text-indent: -0.5em;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-top: 100%;
}
@media (min-width: 992px) {
  .career-desk__title {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .career-desk__title {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .career-desk__title {
    font-size: 75px;
  }
}
.career-desk__title span {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  hyphens: auto;
  width: calc(100% - 2.25em);
}
.career-desk__title:hover {
  color: #fff;
  background-color: #95c11f;
}
.career-desk__img {
  padding-top: 77.68%;
}

.acc__item:not(:last-child) {
  margin-bottom: 20px;
}
.acc__item.open .acc__head {
  background-color: #003761;
}
.acc__body {
  display: none;
}

.circles {
  overflow: clip;
}
.circles .swiper-wrapper {
  padding-bottom: 40px;
}
.circles__wrapper {
  display: flex;
  justify-content: center;
}
.circles__wrapper .circles__item-wrapper {
  display: flex;
  justify-content: center;
}
.circles__wrapper.cols-2 {
  gap: 40px;
}
.circles__wrapper.cols-2 .circles__item-wrapper {
  flex: 0 0 calc((100% - (1 * 40px)) / 2);
}
.circles__wrapper.cols-3 {
  gap: 30px;
}
.circles__wrapper.cols-3 .circles__item-wrapper {
  flex: 0 0 calc((100% - (2 * 30px)) / 3);
}
.circles__wrapper.cols-4 {
  gap: 20px;
}
.circles__wrapper.cols-4 .circles__item-wrapper {
  flex: 0 0 calc((100% - (3 * 20px)) / 4);
}
.circles__item {
  aspect-ratio: 1/1;
  background-color: #003761;
  border-radius: 100%;
  color: #fff;
  position: relative;
  overflow: clip;
  width: 100%;
}
@media (min-width: 768px) {
  .circles__item {
    max-height: 315px;
    max-width: 315px;
  }
}
.circles__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 480px) {
  .circles__inner {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .circles__inner {
    gap: 5px;
  }
}
.circles__text {
  font-size: 16px;
  text-align: center;
  padding: 0 5px;
}
@media (min-width: 480px) {
  .circles__text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .circles__text {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .circles__text {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .circles__text {
    font-size: 24px;
  }
}
.circles__text p:last-child,
.circles__text ol:last-child,
.circles__text ul:last-child {
  margin-bottom: 0;
}

.page-content.context .circles .col-xl-10 {
  width: 100%;
}

.clinic-search {
  margin: 0;
  background-color: #95c11f;
}
@media (min-width: 576px) {
  .clinic-search {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .clinic-search {
    max-width: 700px;
    margin: var(--bs-modal-margin) auto;
  }
}
@media (min-width: 992px) {
  .clinic-search {
    width: 92.5%;
    max-width: 1480px;
  }
}
.clinic-search .modal-header {
  padding: 20px 20px 5px;
}
.clinic-search .btn-close {
  width: 18px;
  height: 18px;
  background-size: contain !important;
  opacity: 1;
  padding: 0;
  outline: none;
  border: none;
  margin: 0 0 0 auto;
  background: url('data:image/svg+xml,<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M36.2999 4L36.9999 4.7L4.9999 36.7L4.3999 36L36.2999 4Z" fill="white" stroke="white" stroke-width="4" stroke-miterlimit="100" /><path d="M3.69995 3.9999L4.39995 3.3999L36.5999 35.6999L36 36.2999L3.69995 3.9999Z" fill="white" stroke="white" stroke-width="4" stroke-miterlimit="100" /></svg>');
}
.clinic-search .btn-close:active, .clinic-search .btn-close:focus {
  outline: none;
  border: none;
}
@media (min-width: 768px) {
  .clinic-search .btn-close {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1400px) {
  .clinic-search .btn-close {
    width: 33px;
    height: 33px;
  }
}
.clinic-search .modal-body {
  padding: 5px 0 45px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .clinic-search .modal-body {
    padding: 0 50px 85px;
  }
}
.clinic-search .modal-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .clinic-search .modal-title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .clinic-search .modal-title {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .clinic-search .modal-title {
    font-size: 60px;
  }
}
.clinic-search__img {
  position: relative;
}
@media (min-width: 992px) {
  .clinic-search__right {
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .clinic-search__right {
    padding: 0;
  }
}
.clinic-search__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .clinic-search__text {
    height: 100%;
  }
}
.clinic-search__right-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .clinic-search__right-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .clinic-search__right-title {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .clinic-search__right-title {
    font-size: 48px;
    margin-bottom: 36px;
  }
}
.clinic-search__right-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #003761;
}
@media (min-width: 992px) {
  .clinic-search__right-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .clinic-search__right-subtitle {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .clinic-search__right-subtitle {
    font-size: 36px;
  }
}
.clinic-search .img-map {
  padding-top: 114.68%;
  position: relative;
}
.clinic-search .img-map__items {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.clinic-search .img-map__items li {
  position: absolute;
}
.clinic-search .img-map__items li:before {
  content: none;
}
.clinic-search .img-map__link {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  border-radius: 50px;
  padding: 4px 24px 4px 4px;
  background-color: transparent;
  min-height: 36px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  transition: background-color 0.3s, box-shadow 0.3s, width 0.3s, height 0.3s;
  width: 34px;
}
@media (min-width: 1400px) {
  .clinic-search .img-map__link {
    padding: 7px 32px 7px 7px;
    min-height: 46px;
    width: 46px;
    gap: 25px;
  }
}
.clinic-search .img-map__link span:last-child {
  color: #003761;
  font-size: 20px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
@media (min-width: 1400px) {
  .clinic-search .img-map__link span:last-child {
    font-size: 24px;
  }
}
.clinic-search .img-map__link.active, .clinic-search .img-map__link:hover {
  width: auto;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.clinic-search .img-map__link.active span:last-child, .clinic-search .img-map__link:hover span:last-child {
  opacity: 1;
  visibility: visible;
}
.clinic-search .img-map__link.break span:last-child {
  white-space: normal;
}
.clinic-search .img-map__point {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="15" r="13.5" fill="%23FFFAFA" stroke="%2395C11F" stroke-width="3" /><circle cx="15" cy="15" r="9" fill="%2395C11F" /></svg>') no-repeat center center;
  background-size: contain;
}
@media (min-width: 1400px) {
  .clinic-search .img-map__point {
    width: 30px;
    height: 30px;
  }
}
.clinic-search .img-map__item {
  position: absolute;
  bottom: 0;
  height: 100%;
}
.clinic-search .img-map__item--woman {
  width: 31.02%;
  left: 0;
  z-index: 3;
}
.clinic-search .img-map__item--woman .img-map__img {
  mask-image: url(../Images/woman.png);
}
.clinic-search .img-map__item--child {
  width: 24.39%;
  left: 35.79%;
  height: 66%;
  z-index: 2;
}
.clinic-search .img-map__item--child .img-map__img {
  mask-image: url(../Images/child.png);
}
.clinic-search .img-map__item--man {
  width: 38.94%;
  right: 0;
  z-index: 1;
}
.clinic-search .img-map__item--man .img-map__img {
  mask-image: url(../Images/man.png);
}
.clinic-search .img-map__item--man .img-map__link {
  flex-direction: row-reverse;
  padding: 4px 4px 4px 24px;
}
@media (min-width: 576px) {
  .clinic-search .img-map__item--man .img-map__link {
    flex-direction: row;
    padding: 4px 24px 4px 4px;
  }
}
.clinic-search .img-map__item.active, .clinic-search .img-map__item:hover {
  z-index: 4;
}
.clinic-search .img-map__item.active .img-map__img, .clinic-search .img-map__item:hover .img-map__img {
  background-color: #003761;
}
.clinic-search .img-map__img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: contain;
  cursor: pointer;
}
.clinic-search .modal-nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
}
.clinic-search .modal-nav.active {
  opacity: 1;
  visibility: visible;
  position: static;
}
.clinic-search .modal-nav__title {
  color: #003761;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.clinic-search .modal-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clinic-search .modal-nav__list li:before {
  content: none;
  display: none !important;
}
@media (min-width: 992px) {
  .clinic-search .modal-nav__list {
    column-count: 2;
    column-gap: var(--bs-gutter-x);
  }
}
.clinic-search .modal-nav__link {
  display: block;
  position: relative;
  z-index: 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 30px 12px 0;
  border-bottom: 2px solid #fff;
}
.clinic-search .modal-nav__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + var(--bs-gutter-x));
  height: calc(100% + 2px);
  top: 0px;
  left: calc(-0.5*var(--bs-gutter-x));
  background-color: transparent;
  transition: background-color 0.3s;
}
.clinic-search .modal-nav__link:after {
  content: "";
  height: 0.7em;
  width: 0.45em;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #fff;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.clinic-search .modal-nav__link.active, .clinic-search .modal-nav__link:hover {
  color: #fff;
}
.clinic-search .modal-nav__link.active:before, .clinic-search .modal-nav__link:hover:before {
  background-color: #003761;
}
.clinic-search .modal-nav__submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s;
}
.clinic-search .modal-nav__submenu.active {
  opacity: 1;
  visibility: visible;
  position: static;
}
.clinic-search .modal-nav__submenu .modal-nav__title {
  margin-top: 43px;
}
.clinic-search .modal-nav__sublist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.treatment-filter__link {
  display: flex;
  min-height: 60px;
  height: calc(100% + 2px);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  color: #003761;
  border-top: 2px solid #B2B2B2;
  border-bottom: 2px solid #B2B2B2;
  margin-bottom: -2px;
}
.treatment-filter__link:hover {
  color: #95c11f;
}
.treatment-filter__link .ai {
  width: 10px;
  height: 15px;
}

@media (min-width: 992px) {
  .flip-cards .h1 {
    margin-top: 40px;
  }
}
.flip-cards__row {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: flex-start;
  padding-top: 90px;
}
.flip-cards__row.layout-1 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .flip-cards__row {
    gap: 90px 62px;
  }
}
@media (min-width: 992px) {
  .flip-cards__row {
    gap: 90px;
  }
}
@media (min-width: 1200px) {
  .flip-cards__row {
    gap: 90px 26px;
    justify-content: start;
  }
}
@media (min-width: 1400px) {
  .flip-cards__row {
    gap: 90px 146px;
  }
}
.flip-cards__col {
  max-width: 100%;
}
.flip-cards__col:nth-child(2n+1) .flip-card__front {
  background-color: #95c11f;
}
.flip-cards__col:nth-child(2n+1) .flip-card__icon {
  background-color: #44546A;
}
.flip-cards__col:nth-child(2n+1) .flip-card__title {
  color: #44546A;
}
.flip-cards__col:nth-child(2n+2) .flip-card__front {
  background-color: #44546A;
}
.flip-cards__col:nth-child(2n+2) .flip-card__icon {
  background-color: #95c11f;
}
.flip-cards__col:nth-child(2n+2) .flip-card__title {
  color: #fff;
}
@media (min-width: 768px) {
  .flip-cards__col:nth-child(4n) .flip-card__front, .flip-cards__col:nth-child(4n+1) .flip-card__front {
    background-color: #95c11f;
  }
  .flip-cards__col:nth-child(4n) .flip-card__icon, .flip-cards__col:nth-child(4n+1) .flip-card__icon {
    background-color: #44546A;
  }
  .flip-cards__col:nth-child(4n) .flip-card__title, .flip-cards__col:nth-child(4n+1) .flip-card__title {
    color: #44546A;
  }
  .flip-cards__col:nth-child(4n+2) .flip-card__front, .flip-cards__col:nth-child(4n+3) .flip-card__front {
    background-color: #44546A;
  }
  .flip-cards__col:nth-child(4n+2) .flip-card__icon, .flip-cards__col:nth-child(4n+3) .flip-card__icon {
    background-color: #95c11f;
  }
  .flip-cards__col:nth-child(4n+2) .flip-card__title, .flip-cards__col:nth-child(4n+3) .flip-card__title {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .flip-cards__col:nth-child(2n+1) .flip-card__front {
    background-color: #95c11f;
  }
  .flip-cards__col:nth-child(2n+1) .flip-card__icon {
    background-color: #44546A;
  }
  .flip-cards__col:nth-child(2n+1) .flip-card__title {
    color: #44546A;
  }
  .flip-cards__col:nth-child(2n+2) .flip-card__front {
    background-color: #44546A;
  }
  .flip-cards__col:nth-child(2n+2) .flip-card__icon {
    background-color: #95c11f;
  }
  .flip-cards__col:nth-child(2n+2) .flip-card__title {
    color: #fff;
  }
}
.flip-cards--2 .flip-cards__col:nth-child(2n+1) .flip-card__front {
  background-color: #95c11f;
}
.flip-cards--2 .flip-cards__col:nth-child(2n+1) .flip-card__icon {
  background-color: #003761;
}
.flip-cards--2 .flip-cards__col:nth-child(2n+1) .flip-card__icon-inner {
  background-color: #95c11f;
}
.flip-cards--2 .flip-cards__col:nth-child(2n+1) .flip-card__title {
  color: #003761;
}
.flip-cards--2 .flip-cards__col:nth-child(2n+2) .flip-card__front {
  background-color: #003761;
}
.flip-cards--2 .flip-cards__col:nth-child(2n+2) .flip-card__icon {
  background-color: #95c11f;
}
.flip-cards--2 .flip-cards__col:nth-child(2n+2) .flip-card__icon-inner {
  background-color: #003761;
}
.flip-cards--2 .flip-cards__col:nth-child(2n+2) .flip-card__title {
  color: #fff;
}
@media (min-width: 768px) {
  .flip-cards--2 .flip-cards__col:nth-child(4n) .flip-card__front, .flip-cards--2 .flip-cards__col:nth-child(4n+1) .flip-card__front {
    background-color: #95c11f;
  }
  .flip-cards--2 .flip-cards__col:nth-child(4n) .flip-card__icon, .flip-cards--2 .flip-cards__col:nth-child(4n+1) .flip-card__icon {
    background-color: #003761;
  }
  .flip-cards--2 .flip-cards__col:nth-child(4n) .flip-card__icon-inner, .flip-cards--2 .flip-cards__col:nth-child(4n+1) .flip-card__icon-inner {
    background-color: #95c11f;
  }
  .flip-cards--2 .flip-cards__col:nth-child(4n) .flip-card__title, .flip-cards--2 .flip-cards__col:nth-child(4n+1) .flip-card__title {
    color: #003761;
  }
  .flip-cards--2 .flip-cards__col:nth-child(4n+2) .flip-card__front, .flip-cards--2 .flip-cards__col:nth-child(4n+3) .flip-card__front {
    background-color: #003761;
  }
  .flip-cards--2 .flip-cards__col:nth-child(4n+2) .flip-card__icon, .flip-cards--2 .flip-cards__col:nth-child(4n+3) .flip-card__icon {
    background-color: #95c11f;
  }
  .flip-cards--2 .flip-cards__col:nth-child(4n+2) .flip-card__icon-inner, .flip-cards--2 .flip-cards__col:nth-child(4n+3) .flip-card__icon-inner {
    background-color: #003761;
  }
  .flip-cards--2 .flip-cards__col:nth-child(4n+2) .flip-card__title, .flip-cards--2 .flip-cards__col:nth-child(4n+3) .flip-card__title {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .flip-cards--2 .flip-cards__col:nth-child(2n+1) .flip-card__front {
    background-color: #95c11f;
  }
  .flip-cards--2 .flip-cards__col:nth-child(2n+1) .flip-card__icon {
    background-color: #003761;
  }
  .flip-cards--2 .flip-cards__col:nth-child(2n+1) .flip-card__icon-inner {
    background-color: #95c11f;
  }
  .flip-cards--2 .flip-cards__col:nth-child(2n+1) .flip-card__title {
    color: #003761;
  }
  .flip-cards--2 .flip-cards__col:nth-child(2n+2) .flip-card__front {
    background-color: #003761;
  }
  .flip-cards--2 .flip-cards__col:nth-child(2n+2) .flip-card__icon {
    background-color: #95c11f;
  }
  .flip-cards--2 .flip-cards__col:nth-child(2n+2) .flip-card__icon-inner {
    background-color: #003761;
  }
  .flip-cards--2 .flip-cards__col:nth-child(2n+2) .flip-card__title {
    color: #fff;
  }
}

.flip-card {
  background-color: transparent;
  width: 350px;
  max-width: 100%;
  height: 180px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  /* This container is needed to position the front and back side */
}
@media (min-width: 768px) {
  .flip-card {
    width: 310px;
    height: 210px;
  }
}
@media (min-width: 992px) {
  .flip-card {
    width: 350px;
    height: 180px;
  }
}
.flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card__inner {
  transform: rotateY(180deg);
}
.flip-card:hover .flip-card__icon {
  transform: translate(-50%, -40%) scaleX(0);
}
.flip-card__front, .flip-card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  scrollbar-width: thin;
}
.flip-card__front {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-card__front .flip-card__title {
  background-color: inherit;
  padding: 10px;
  text-align: center;
}
.flip-card__back {
  align-items: center;
  background-color: #fff;
  border: 1px solid #95c11f;
  color: #003761;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  overflow-y: auto;
  padding: 15px;
  transform: rotateY(180deg);
  z-index: 1;
}
.flip-card__back p {
  width: 100%;
}
.flip-card__back p:last-child {
  margin-bottom: 0;
}
.flip-card__title {
  font-size: 28px;
  font-weight: 700;
  z-index: 1;
}
.flip-card__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flip-card__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flip-card__icon {
  position: absolute;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%);
  border-radius: 100%;
  transition: transform 0.3s;
  z-index: 1;
}
.flip-card__icon-inner {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
}

.modal.modal-flip-card.show .modal-dialog {
  max-width: 600px;
}
.modal.modal-flip-card.show .modal-dialog .modal-content .modal-header .h3 {
  margin-bottom: 0;
  padding-top: 0;
}
.modal.modal-flip-card.show .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.modal-flip-card.show .modal-dialog .modal-content .modal-body .swiper:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.modal.modal-flip-card.show .modal-dialog .modal-content .modal-body .swiper .swiper-slide {
  margin-bottom: 40px;
}
.modal.modal-flip-card.show .modal-dialog .modal-content .modal-body .swiper .swiper-slide .slide {
  max-height: 80vh;
  overflow-y: auto;
  padding: 0 70px;
}
.modal.modal-flip-card.show .modal-dialog .modal-content .modal-body .swiper .swiper-slide .slide .scroll-text {
  padding-bottom: 30px;
}
.modal.modal-flip-card.show .modal-dialog .modal-content .modal-body .swiper-button-prev {
  left: 5px;
}
.modal.modal-flip-card.show .modal-dialog .modal-content .modal-body .swiper-button-next {
  right: 5px;
}
.modal.modal-flip-card.show .modal-dialog .modal-content .modal-body .swiper-pagination {
  z-index: 2;
}
.modal.modal-flip-card.show .modal-dialog .modal-content .modal-body .swiper-pagination .swiper-pagination-bullet-active {
  background: #003761;
}

.right-column .flip-cards__row {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: flex-start;
  padding-top: 90px;
}
.right-column .flip-cards__row.layout-1 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .right-column .flip-cards__row {
    gap: 90px 62px;
  }
}
@media (min-width: 992px) {
  .right-column .flip-cards__row {
    gap: 35px 10px;
  }
}
.right-column .flip-cards .flip-card {
  width: 325px;
}
@media (min-width: 768px) {
  .right-column .flip-cards .flip-card {
    width: 310px;
  }
}
@media (min-width: 992px) {
  .right-column .flip-cards .flip-card {
    width: 325px;
  }
}
.right-column .flip-cards .flip-card__front .flip-card__background {
  overflow-x: hidden;
  width: 100%;
}

.footer {
  font-size: 20px;
}
.footer .copyright {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer .copyright {
    margin-bottom: 0;
  }
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 6px;
}
@media (min-width: 768px) {
  .footer__menu {
    gap: 10px;
  }
}
.footer__menu li {
  line-height: 1;
}
.footer__menu li:not(:last-child) {
  border-right: 2px solid #fff;
}
.footer__menu li:not(:last-child) a {
  margin-right: 6px;
}
@media (min-width: 768px) {
  .footer__menu li:not(:last-child) a {
    margin-right: 10px;
  }
}
.footer__menu a {
  color: #fff;
  font-weight: 700;
}
.footer__menu a:hover {
  text-decoration: underline;
  color: #fff;
}

.ctype-ce_header_slider {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .ctype-ce_header_slider {
    padding-bottom: 25px;
  }
}

.header-slider {
  height: 80vw;
}
@media (min-width: 992px) {
  .header-slider {
    height: 715px;
  }
}
.header-slider .text {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-100%);
}
.header-slider .text h1, .header-slider .text .h1 {
  text-shadow: 3px 3px 3px white;
}
.header-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.header-slider .swiper-button-prev,
.header-slider .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .header-slider .swiper-button-prev,
.header-slider .swiper-button-next {
    display: flex;
  }
}

.decors {
  height: 8vw;
  position: relative;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .decors {
    height: 55px;
  }
}
.decors__item {
  --border-width: 3px;
  --first-width: 20vw;
  --second-width: calc(0.427 * var(--first-width));
  --third-width: calc(0.7 * var(--second-width));
  background-color: #95c11f;
  border: var(--border-width) solid #fff;
  position: absolute;
  z-index: 1;
  transform: scale(0);
}
@media (min-width: 992px) {
  .decors__item {
    --border-width: 4px;
    --first-width: 150px;
    --third-width: calc(0.75 * var(--second-width));
  }
}
@media (min-width: 1200px) {
  .decors__item {
    --first-width: 170px;
  }
}
@media (min-width: 1400px) {
  .decors__item {
    --first-width: 200px;
  }
}
.decors__item--1 {
  width: var(--first-width);
  height: var(--first-width);
  left: 0;
  bottom: 0;
}
.decors__item--2 {
  width: var(--second-width);
  height: var(--second-width);
  bottom: 3.125vw;
  left: calc(var(--first-width) + 3.125vw);
}
@media (min-width: 992px) {
  .decors__item--2 {
    left: calc(var(--first-width) + 25px);
    bottom: 25px;
  }
}
.decors__item--3 {
  width: var(--third-width);
  height: var(--third-width);
  left: calc(var(--first-width) + 2 * 3.125vw + var(--second-width));
  bottom: calc(var(--second-width) + 3.125vw);
}
@media (min-width: 992px) {
  .decors__item--3 {
    left: calc(var(--first-width) + 50px + var(--second-width));
    bottom: calc(var(--second-width) + 25px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1) rotate(180deg);
  }
  90% {
    transform: scale(1.1) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(180deg);
  }
}
.pulse {
  transform: scale(0) rotate(-180deg);
}

.pulse.active {
  animation: 1s linear 0s pulse;
  animation-fill-mode: both;
}

.header {
  top: 0;
  z-index: 10;
  padding: 20px 0;
  position: relative;
  background-color: #fff;
  width: 100%;
  transition: padding 0.3s;
}
.header--shadow {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px) {
  .header--shadow {
    box-shadow: unset;
  }
}
.header .logo img {
  max-height: 55px;
  max-width: 100%;
  transition: height 0.3s;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .header .logo img {
    max-height: 116px;
    height: 116px;
  }
}

body.sticky-header {
  padding-top: 75px;
}
@media (min-width: 1200px) {
  body.sticky-header {
    padding-top: 200px;
  }
}
body.sticky-header .header {
  position: fixed;
  padding: 10px 0;
}
body.sticky-header .logo img {
  height: 60px;
}
body.sticky-header .header-btns {
  margin-top: 8px;
}
@media (min-width: 1200px) {
  body.sticky-header .header-btns {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  body.sticky-header #search {
    top: 0;
  }
}
@media (min-width: 1200px) {
  body.sticky-header #search {
    top: -6px;
  }
}

.header-btns {
  gap: 10px;
  align-items: center;
  transition: margin 0.3s;
}
@media (min-width: 480px) {
  .header-btns {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .header-btns {
    margin-top: 30px;
  }
}

.btn-notfall {
  color: var(--clr-04);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.btn-notfall:hover {
  color: var(--clr-04);
}

.search-wrap {
  position: relative;
}

.btn-search {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (min-width: 480px) {
  .btn-search {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .btn-search {
    width: 36px;
    height: 36px;
    padding: 0;
  }
}
.btn-search svg {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (min-width: 480px) {
  .btn-search svg {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .btn-search svg {
    width: 100%;
    height: 100%;
  }
}
.btn-search svg path {
  fill: #575757;
}

#search {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 768px) {
  #search {
    top: -6px;
    right: calc(100% + 20px);
  }
}

#suche {
  display: flex;
  border: 2px solid #003761;
  background-color: #fff;
  overflow: hidden;
  height: 40px;
  align-items: center;
}
@media (min-width: 1200px) {
  #suche {
    height: 48px;
  }
}
#suche input.form-control {
  padding: 0 0 2px 20px;
  border: none;
  outline: none;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #575757;
  width: 250px;
  height: 40px;
  background-color: transparent;
}
@media (min-width: 1200px) {
  #suche input.form-control {
    font-size: 24px;
    height: 50px;
  }
}
#suche input.form-control::placeholder {
  color: #575757;
}
#suche .btn {
  height: 100%;
  padding: 0px 15px 0px 15px;
  border-color: transparent;
  display: none;
}
#suche .btn:after {
  content: none;
}
#suche .btn svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 1200px) {
  #suche .btn svg {
    width: 24px;
    height: 24px;
  }
}
#suche .btn svg path {
  fill: #575757;
  transition: all 0.3s;
}

body.search-open #search {
  opacity: 1;
  visibility: visible;
}

h1, .h1 {
  color: #003761;
  font-size: 28px;
  font-weight: 700;
  margin: 40px 0 30px;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  color: #003761;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  h2, .h2 {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  h2, .h2 {
    font-size: 60px;
  }
}
h2.clr-2, .clr-2.h2 {
  color: #fff;
}

h2:not(.h2), .h2:not(.h2) {
  color: #003761;
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
}
@media (min-width: 992px) {
  h2:not(.h2), .h2:not(.h2) {
    font-size: 36px;
    margin-top: 30px;
  }
}
h2:not(.h2).clr-2, .h2:not(.h2).clr-2 {
  color: #fff;
}

h3, .h3 {
  color: #003761;
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 30px;
    margin-top: 30px;
  }
}

h4, .h4 {
  color: #003761;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.lightbox {
  display: inline-block;
  position: relative;
}
.lightbox:after {
  background-color: #95c11f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' fill='%23ffffff' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 30px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: ease-in-out all 0.3s;
  width: 30px;
}
.lightbox:hover:after {
  background-color: #163051;
}

.mfp-content .mfp-bottom-bar {
  font-size: 80%;
  padding: 5px 0;
}

.link-tiles__img {
  position: relative;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .link-tiles__img {
    height: 100%;
    margin-bottom: 0;
    margin-right: calc(-0.45 * var(--bs-gutter-x));
  }
}
@media (min-width: 768px) {
  .link-tiles__img.right {
    margin-left: calc(-0.45 * var(--bs-gutter-x));
    margin-right: 0;
  }
}
.link-tiles__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.link-tiles__img .btn {
  position: absolute;
  right: var(--bs-gutter-x);
  bottom: var(--bs-gutter-x);
}
.link-tiles__img:hover .btn {
  background-color: #003761;
}
.link-tiles__links {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 18px;
}
@media (min-width: 768px) {
  .link-tiles__links {
    gap: calc(0.5 * var(--bs-gutter-x));
  }
}
.link-tiles__links.right .button-2 {
  color: #fff;
}
.link-tiles__link {
  display: block;
  position: relative;
  font-size: 20px;
  color: #003761;
  font-weight: 700;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .link-tiles__link {
    margin-bottom: 0;
    padding-top: 100%;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .link-tiles__link {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .link-tiles__link {
    font-size: 36px;
  }
}
.link-tiles__link span {
  display: block;
  padding: 17px 20px;
  hyphens: auto;
}
@media (min-width: 768px) {
  .link-tiles__link span {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .link-tiles__link span {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .link-tiles__link span {
    padding: 24px;
  }
}
.link-tiles__link:hover {
  background-color: #003761;
  color: #fff;
}

.modal.show:not(#clinic-search) .modal-dialog .modal-content {
  background-color: #fff !important;
}
.modal.show:not(#clinic-search) .modal-dialog .modal-content .modal-header {
  background-color: #95c11f;
  justify-content: flex-end;
}
.modal.show:not(#clinic-search) .modal-dialog .modal-content .modal-header button {
  background: url('data:image/svg+xml,<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M36.2999 4L36.9999 4.7L4.9999 36.7L4.3999 36L36.2999 4Z" fill="white" stroke="white" stroke-width="4" stroke-miterlimit="100" /><path d="M3.69995 3.9999L4.39995 3.3999L36.5999 35.6999L36 36.2999L3.69995 3.9999Z" fill="white" stroke="white" stroke-width="4" stroke-miterlimit="100" /></svg>');
  background-repeat: no-repeat;
  background-size: contain !important;
  color: #fff;
  height: 33px;
  overflow: hidden;
  text-indent: -1000px;
  width: 33px;
}
.modal.show:not(#clinic-search) .modal-dialog .modal-content .modal-header button span, .modal.show:not(#clinic-search) .modal-dialog .modal-content .modal-header button:after {
  display: none;
}

.multi-select {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  width: 100%;
  user-select: none;
}
.multi-select .multi-select-header {
  border: solid #95c11f;
  border-width: 10px 50px 10px 15px;
  padding: 3px 9px 3px 9px;
  overflow: hidden;
  gap: 7px;
  min-height: 50px;
}
.multi-select .multi-select-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 1em;
  width: 1em;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml,<svg width="26" height="17" viewBox="0 0 26 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.15 16.35L0.75 0.75H25.65L13.15 16.35Z" fill="white" /></svg>');
  background-color: #575757;
}
.multi-select .multi-select-header.multi-select-header-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.multi-select .multi-select-header.multi-select-header-active + .multi-select-options {
  display: flex;
}
.multi-select .multi-select-header .multi-select-header-placeholder {
  color: #4d4d4d;
}
.multi-select .multi-select-header .multi-select-header-option {
  display: inline-flex;
  align-items: center;
  background-color: #95c11f;
  color: #000;
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 0;
}
.multi-select .multi-select-header .multi-select-header-max {
  font-size: 14px;
  color: #65727e;
}
.multi-select .multi-select-options {
  display: none;
  box-sizing: border-box;
  flex-flow: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  margin-top: 5px;
  padding: 5px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.multi-select .multi-select-options::-webkit-scrollbar {
  width: 5px;
}
.multi-select .multi-select-options::-webkit-scrollbar-track {
  background: #eeeeee;
}
.multi-select .multi-select-options::-webkit-scrollbar-thumb {
  background: #eeeeee;
}
.multi-select .multi-select-options::-webkit-scrollbar-thumb:hover {
  background: #d5d5d5;
}
.multi-select .multi-select-options .multi-select-option,
.multi-select .multi-select-options .multi-select-all {
  padding: 4px 12px;
  height: 42px;
}
.multi-select .multi-select-options .multi-select-option .multi-select-option-radio,
.multi-select .multi-select-options .multi-select-all .multi-select-option-radio {
  margin-right: 14px;
  height: 16px;
  width: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}
.multi-select .multi-select-options .multi-select-option .multi-select-option-text,
.multi-select .multi-select-options .multi-select-all .multi-select-option-text {
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  line-height: 20px;
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected,
.multi-select .multi-select-options .multi-select-all.multi-select-selected {
  font-weight: bold;
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio {
  border-color: #003761;
  background-color: #003761;
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio::after,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  margin: 0.12em 0 0 0.27em;
  border: solid #fff;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text {
  color: #003761;
}
.multi-select .multi-select-options .multi-select-option:hover, .multi-select .multi-select-options .multi-select-option:active,
.multi-select .multi-select-options .multi-select-all:hover,
.multi-select .multi-select-options .multi-select-all:active {
  background-color: #eeeeee;
}
.multi-select .multi-select-options .multi-select-all {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
.multi-select .multi-select-options .multi-select-search {
  padding: 7px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  margin: 10px 10px 5px 10px;
  width: 100%;
  outline: none;
}
.multi-select .multi-select-options .multi-select-search::placeholder {
  color: #575757;
}
.multi-select .multi-select-header,
.multi-select .multi-select-option,
.multi-select .multi-select-all {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
}

.navbar {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  overflow-x: clip;
  border-top: 1px solid #e0e0e0;
  top: 95px;
  transition: top 0.3s;
}
@media (min-width: 1200px) {
  .navbar {
    top: 155px;
  }
}
.navbar-wrapper {
  position: relative;
  background: #fff;
}
.navbar-inner {
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.navbar-inner > .container {
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.navbar-toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  padding: 0;
  gap: 4px;
  background-color: #95c11f;
}
@media (min-width: 1200px) {
  .navbar-toggler {
    padding: 6px 0;
    gap: 8px;
    background-color: transparent;
  }
}
.navbar-toggler span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  transition: transform 0.3s, opacity 0.3s;
}
@media (min-width: 1200px) {
  .navbar-toggler span {
    width: 100%;
    height: 4px;
    background-color: #575757;
    border-radius: 0;
  }
}
.navbar-nav {
  padding: 0 0 30px;
  margin: 0;
  list-style: none;
}
.navbar-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  padding: 23px 0;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 400;
  color: #163051;
  position: relative;
  gap: 6px;
}
.navbar-nav a > .ai {
  display: none;
  height: 15px;
  width: 15px;
}
.navbar-nav a > .ai:after {
  background-color: #95c11f;
}
.navbar-nav a:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.navbar-nav a.parent-link {
  font-size: 20px;
  font-weight: 700;
  color: #95c11f;
  justify-content: start;
}
.navbar-nav a.parent-link:after {
  width: 100%;
}
.navbar-nav a.parent-link > .ai-triangle {
  display: block;
  transform: rotate(180deg);
}
.navbar-nav a:hover {
  color: #95c11f;
}
.navbar-nav > .nav-item > .nav-link > .ai {
  display: block;
}
.navbar-nav > .nav-item.has-submenu > .nav-link {
  position: relative;
}
.navbar-nav > .nav-item.has-submenu > .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top: 12px solid #95c11f;
  top: 100%;
  left: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

body.sticky-header .navbar {
  top: 75px;
}
@media (min-width: 1200px) {
  body.sticky-header .navbar {
    top: 80px;
  }
}

.submenu {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}
.submenu-wrapper {
  padding: 0 0 30px;
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
.submenu-wrapper .container {
  --bs-gutter-x:30px;
}
.submenu-inner {
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.has-submenu > a > .ai {
  display: block;
}
.has-submenu.open > .submenu-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-wrapper,
.submenu-wrapper {
  transform: translateX(0);
  transition: transform 0.5s;
}
.navbar-wrapper:after,
.submenu-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.navbar-wrapper.open,
.submenu-wrapper.open {
  transform: translateX(-100%);
}

.megamenu > .submenu-wrapper {
  width: 100%;
}

.menu-open header {
  box-shadow: none;
}
.menu-open .navbar-toggler {
  position: relative;
}
.menu-open .navbar-toggler span {
  position: absolute;
  left: 0;
  width: 40px;
}
.menu-open .navbar-toggler span:nth-child(1) {
  top: 18.5px;
  transform: rotate(45deg);
}
.menu-open .navbar-toggler span:nth-child(2) {
  display: none;
}
.menu-open .navbar-toggler span:nth-child(3) {
  bottom: 18.5px;
  transform: rotate(-45deg);
}

@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar {
    top: 150px;
    position: static;
    display: block;
    border: none;
    overflow: visible;
    min-height: unset;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-wrapper {
    max-height: unset;
    transition: none !important;
    position: relative;
    z-index: 9;
    background-color: #95c11f;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-inner {
    max-height: unset;
    overflow: unset;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-inner > .container {
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-nav {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: end;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-nav a {
    padding: 12px 15px;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-nav a:after {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-nav a.parent-link {
    display: none;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-nav a:hover,
body:not(.has-breadcrumb) .navbar-nav .active > a,
body:not(.has-breadcrumb) .navbar-nav .open > a {
    background-color: #95c11f;
    color: #163051;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-nav > .nav-item > .nav-link {
    font-weight: 700;
    color: #fff;
    padding: 20px 15px;
    transition: color 0.3s;
  }
  body:not(.has-breadcrumb) .navbar-nav > .nav-item > .nav-link > .ai {
    display: none;
  }
  body:not(.has-breadcrumb) .navbar-nav > .nav-item > .nav-link:hover {
    color: #003761;
  }
  body:not(.has-breadcrumb) .navbar-nav > .nav-item > .nav-link:after {
    content: none;
  }
}
@media (min-width: 1400px) {
  body:not(.has-breadcrumb) .navbar-nav > .nav-item > .nav-link {
    padding: 20px 30px;
    letter-spacing: 0.035em;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-nav > .nav-item.has-submenu {
    position: relative;
  }
  body:not(.has-breadcrumb) .navbar-nav > .nav-item.has-submenu > .submenu-wrapper {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    transition: opacity 0.3s, visibility 0.3s;
    max-height: calc(100vh - 240px);
    overflow-y: auto !important;
    scrollbar-width: thin;
  }
}
@media (min-width: 1400px) {
  body:not(.has-breadcrumb) .navbar-nav > .nav-item.has-submenu > .nav-link:before {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-nav > .nav-item.megamenu {
    position: static;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-nav > .nav-item:hover > .nav-link {
    color: #003761;
  }
  body:not(.has-breadcrumb) .navbar-nav > .nav-item:hover > .nav-link:before {
    opacity: 1;
    visibility: visible;
  }
  body:not(.has-breadcrumb) .navbar-nav > .nav-item:hover > .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb).sticky-header .navbar {
    position: fixed;
    top: 80px;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb).sticky-header .navbar-nav > .nav-item.has-submenu > .submenu-wrapper {
    max-height: calc(100vh - 170px);
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .submenu-wrapper {
    padding: 25px 15px 30px;
    width: 430px;
    top: 100%;
    left: unset;
    right: 0;
    box-shadow: none;
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .submenu-inner {
    max-height: unset;
    overflow: unset;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .has-submenu.open > .submenu-wrapper {
    height: auto;
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-wrapper:after,
body:not(.has-breadcrumb) .submenu-wrapper:after {
    content: none;
  }
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .navbar-wrapper.open,
body:not(.has-breadcrumb) .submenu-wrapper.open {
    transform: translateX(0);
  }
}
body:not(.has-breadcrumb) .megamenu > .submenu-wrapper {
  width: 100%;
}
@media (min-width: 1200px) {
  body:not(.has-breadcrumb) .megamenu > .submenu-wrapper {
    top: 100%;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  }
  body:not(.has-breadcrumb) .megamenu > .submenu-wrapper > .submenu-inner > .container {
    padding: 0;
  }
  body:not(.has-breadcrumb) .megamenu > .submenu-wrapper > .submenu-inner > .container > .submenu {
    width: calc((100% - 48px) / 3);
    padding: 0 15px;
    position: relative;
  }
  body:not(.has-breadcrumb) .megamenu > .submenu-wrapper .submenu-wrapper {
    width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    left: calc(100% + 24px);
  }
}

@media (min-width: 1200px) {
  ul.submenu > li.parent {
    display: none;
  }
}
.news > .container > .row {
  row-gap: 40px;
}
.news__col-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #003761;
}
@media (min-width: 768px) {
  .news__col-title {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.news__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news__img {
  position: relative;
  padding-top: 80%;
}
.news__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.news__inner {
  flex: 1;
  list-style: none;
  background-color: #eeeeee;
  padding: 25px 20px 25px 25px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news__title {
  font-weight: 700;
  color: #003761;
}
.news__intro {
  color: #003761;
  margin-bottom: auto;
}
.news__intro strong {
  font-weight: 400;
}
.news__link {
  display: inline;
  font-weight: 700;
  color: #003761;
  transition: color 0.3s;
}
.news__link:after {
  content: "";
  display: inline-block;
  height: 0.7em;
  width: 0.45em;
  position: relative;
  left: 5px;
  top: 1px;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #003761;
  transition: background-color 0.3s;
}
.news__link:hover {
  color: #95c11f;
}
.news__link:hover:after {
  background-color: #95c11f;
}

.media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 25px;
  margin: 0;
  list-style: none;
  gap: 20px;
  font-size: 20px;
  flex: 1;
}
@media (min-width: 768px) {
  .media {
    padding: 20px 25px;
    flex-direction: column;
    justify-content: center;
  }
}
.media li {
  flex: 0 0 25%;
}
@media (min-width: 768px) {
  .media li {
    flex: unset;
    width: 100%;
  }
}
.media li:before {
  display: none !important;
}
.media__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .media__link {
    flex-direction: row;
    font-size: 20px;
    gap: var(--bs-gutter-x);
    text-align: left;
  }
}
.media__link:hover, .media__link:focus {
  color: #fff;
  text-decoration: underline;
}
.media__link.no-link:hover, .media__link.no-link:focus {
  text-decoration: none;
}
.media__link .ai {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .media__link .ai {
    width: 60px;
    height: 60px;
  }
}
.media__link .ai:after {
  background-color: transparent;
}
.media.bg-clr-4 .media__link:focus, .media.bg-clr-4 .media__link:active {
  color: #fff;
  text-decoration: underline;
}
.media.bg-clr-4 .media__link.no-link:hover, .media.bg-clr-4 .media__link.no-link:focus, .media.bg-clr-4 .media__link.no-link:active {
  text-decoration: none;
}

.counters {
  overflow: clip;
}
.counters__wrapper {
  display: flex;
  justify-content: space-between;
}
.counters .swiper {
  overflow: visible;
}
.counters .swiper-wrapper {
  padding-bottom: 40px;
}
.counters .swiper-pagination {
  font-weight: 700;
  font-size: 16px;
  color: #003761;
  bottom: -3px;
}
.counters__item {
  color: #fff;
  background-color: #003761;
  border-radius: 100%;
  position: relative;
  width: 28.125%;
  padding-top: 28.125%;
  overflow: clip;
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .counters__item {
    width: 30%;
    padding-top: 30%;
  }
}
@media (min-width: 992px) {
  .counters__item {
    width: 28.125%;
    padding-top: 28.125%;
  }
}
.counters__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 480px) {
  .counters__inner {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .counters__inner {
    gap: 5px;
  }
}
.counters__val {
  font-size: 40px;
}
@media (min-width: 480px) {
  .counters__val {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .counters__val {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .counters__val {
    font-size: 56px;
  }
}
@media (min-width: 1400px) {
  .counters__val {
    font-size: 60px;
  }
}
.counters__title {
  font-size: 16px;
  text-align: center;
  padding: 0 5px;
}
@media (min-width: 480px) {
  .counters__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .counters__title {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .counters__title {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .counters__title {
    font-size: 24px;
  }
}

.page-wrapper .paginator,
.page-content .paginator {
  display: flex;
  list-style-type: none;
  margin: 2rem 0;
  padding-left: 0 !important;
  gap: 6px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-wrapper .paginator,
.page-content .paginator {
    flex-wrap: nowrap;
  }
}
.page-wrapper .paginator li,
.page-content .paginator li {
  align-items: center;
  border-radius: 0;
  display: flex;
  justify-content: center;
}
.page-wrapper .paginator li:before,
.page-content .paginator li:before {
  display: none !important;
}
.page-wrapper .paginator li a,
.page-content .paginator li a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #95c11f;
  border-radius: 0;
  display: flex;
  color: #95c11f;
  font-size: inherit;
  height: 40px;
  justify-content: center;
  text-decoration: unset;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  width: 42px;
}
.page-wrapper .paginator li a:hover,
.page-content .paginator li a:hover {
  background-color: #95c11f;
  border-color: #95c11f;
  color: #fff;
  text-decoration: none;
}
.page-wrapper .paginator li.current,
.page-content .paginator li.current {
  border-color: #003761;
  background-color: #003761;
  color: #fff;
  height: 40px;
  width: 42px;
}
.page-wrapper .paginator li.first a, .page-wrapper .paginator li.last a, .page-wrapper .paginator li.previous a, .page-wrapper .paginator li.next a,
.page-content .paginator li.first a,
.page-content .paginator li.last a,
.page-content .paginator li.previous a,
.page-content .paginator li.next a {
  border-radius: 0;
  border: 1px solid #95c11f;
  font-weight: bold;
  overflow: hidden;
  padding: 0.2rem 0.6rem;
  position: relative;
  text-indent: -1000px;
}
.page-wrapper .paginator li.first a:before, .page-wrapper .paginator li.last a:before, .page-wrapper .paginator li.previous a:before, .page-wrapper .paginator li.next a:before,
.page-content .paginator li.first a:before,
.page-content .paginator li.last a:before,
.page-content .paginator li.previous a:before,
.page-content .paginator li.next a:before {
  content: "";
  background-image: var(--svg-triangle);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22%;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-wrapper .paginator li.first a:hover, .page-wrapper .paginator li.last a:hover, .page-wrapper .paginator li.previous a:hover, .page-wrapper .paginator li.next a:hover,
.page-content .paginator li.first a:hover,
.page-content .paginator li.last a:hover,
.page-content .paginator li.previous a:hover,
.page-content .paginator li.next a:hover {
  border-color: #95c11f;
  color: #95c11f;
  text-decoration: none;
}
.page-wrapper .paginator li.first, .page-wrapper .paginator li.last,
.page-content .paginator li.first,
.page-content .paginator li.last {
  display: none;
}
@media (min-width: 768px) {
  .page-wrapper .paginator li.first, .page-wrapper .paginator li.last,
.page-content .paginator li.first,
.page-content .paginator li.last {
    display: inline-block;
  }
}
.page-wrapper .paginator li.first a, .page-wrapper .paginator li.previous a,
.page-content .paginator li.first a,
.page-content .paginator li.previous a {
  transform: rotate(180deg);
}
.page-wrapper .paginator li.first a:before, .page-wrapper .paginator li.last a:before,
.page-content .paginator li.first a:before,
.page-content .paginator li.last a:before {
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 9px;
  width: 18px;
  height: 14px;
}

.teaser-tiles {
  --padding: 20px;
}
.teaser-tiles .row {
  --bs-gutter-x: 30px;
}
.teaser-tiles > .container > .row {
  gap: var(--bs-gutter-x) 0;
}
.teaser-tiles__item {
  background-color: #fff;
  padding: var(--padding);
  position: relative;
  padding-top: 75%;
  transition: background-color 0.3s;
}
.teaser-tiles__item--lg, .teaser-tiles__item--md, .teaser-tiles__item--sm {
  padding: 0 !important;
}
@media (min-width: 576px) {
  .teaser-tiles__item {
    padding-top: 117%;
  }
}
@media (min-width: 768px) {
  .teaser-tiles__item {
    padding-top: 75%;
  }
}
.teaser-tiles__item:hover {
  background-color: #003761;
}
.teaser-tiles__item:hover .teaser-tiles__title {
  color: #fff;
}
.teaser-tiles__item:hover .teaser-tiles__img img {
  filter: grayscale(0%) contrast(0%) brightness(3);
}
.teaser-tiles__wrapper {
  position: absolute;
  top: var(--padding);
  left: var(--padding);
  bottom: var(--padding);
  right: var(--padding);
}
.teaser-tiles__link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.teaser-tiles__title {
  color: #003761;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: color 0.3s;
  hyphens: auto;
}
@media (min-width: 768px) {
  .teaser-tiles__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .teaser-tiles__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .teaser-tiles__title {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .teaser-tiles__title {
    font-size: 24px;
  }
}
.teaser-tiles__img {
  height: 55%;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  text-align: center;
  transition: background-color 0.3s;
}
.teaser-tiles__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.teaser-tiles__item--lg .teaser-tiles__wrapper, .teaser-tiles__item--md .teaser-tiles__wrapper, .teaser-tiles__item--sm .teaser-tiles__wrapper {
  position: static;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: var(--padding);
}
.teaser-tiles__item--lg .teaser-tiles__link, .teaser-tiles__item--md .teaser-tiles__link, .teaser-tiles__item--sm .teaser-tiles__link {
  position: static;
}
.teaser-tiles__item--lg .teaser-tiles__title, .teaser-tiles__item--md .teaser-tiles__title, .teaser-tiles__item--sm .teaser-tiles__title {
  width: 65%;
  left: 35%;
  height: 100%;
  position: static;
}
.teaser-tiles__item--lg .teaser-tiles__img, .teaser-tiles__item--md .teaser-tiles__img, .teaser-tiles__item--sm .teaser-tiles__img {
  width: 25%;
  top: 0;
  bottom: auto;
  height: 100%;
  position: static;
  width: 90px;
  height: 90px;
}
.teaser-tiles__item--reha .teaser-tiles__wrapper {
  justify-content: center;
}
.teaser-tiles__item--reha .teaser-tiles__title {
  display: none;
}
.teaser-tiles__item--reha .teaser-tiles__img {
  width: 120px;
}
@media (min-width: 768px) {
  .teaser-tiles__item--reha .teaser-tiles__img {
    width: 180px;
  }
}
.teaser-tiles__row {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--bs-gutter-x);
  /*@include sm {
    margin-top: var(--bs-gutter-x);
  }

  @include lg {
    margin-top: 0;
  }*/
}
@media (min-width: 992px) {
  .teaser-tiles__item--sm .teaser-tiles__img {
    height: 74%;
  }
  .teaser-tiles__item--md .teaser-tiles__img {
    height: 51%;
  }
  .teaser-tiles__item--lg .teaser-tiles__img {
    height: 69%;
  }
  .teaser-tiles__item {
    padding-top: 75% !important;
  }
  .teaser-tiles__wrapper {
    display: block !important;
    position: absolute !important;
    top: var(--padding);
    left: var(--padding);
    bottom: var(--padding);
    right: var(--padding);
    padding: 0 !important;
  }
  .teaser-tiles__title {
    position: absolute !important;
    width: 100% !important;
    top: 0;
    left: 0 !important;
  }
  .teaser-tiles__img {
    height: 55% !important;
    position: absolute !important;
    width: 100% !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0;
  }
}
.teaser-tiles__item--xl {
  padding-top: 75%;
}
@media (min-width: 576px) {
  .teaser-tiles__item--xl {
    padding-top: 68%;
  }
}
.teaser-tiles__item--xl .teaser-tiles__img {
  height: 83%;
}
.teaser-tiles__item--xl .teaser-tiles__img img {
  max-width: 70%;
}
@media (min-width: 992px) {
  .teaser-tiles__item--xl {
    height: 100%;
  }
  .teaser-tiles__item--xl .teaser-tiles__title {
    font-size: 36px;
  }
  .teaser-tiles__item--xl .teaser-tiles__img {
    height: 55%;
  }
}

/*@import "layout/buttons";
@import "layout/headlines";
@import "layout/header";
@import "layout/footer";*/
/* Advanced Elements of TYPO3 */
.anchor-menu {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  left: 0;
  top: 130px;
  z-index: 8;
}
@media (min-width: 992px) {
  .anchor-menu {
    position: sticky;
    top: 180px;
    border: 1px solid #003761;
    box-shadow: none;
    transform: none;
  }
}
@media (min-width: 992px) {
  .anchor-menu .container {
    padding: 0;
  }
}
.anchor-menu__title {
  font-size: 16px;
  padding: 18px 0;
  font-weight: bold;
  color: #003761;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.anchor-menu__title:before {
  content: "";
  height: 17px;
  width: 19px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #003761;
  mask-image: url('data:image/svg+xml,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 8.4001L1 1.6001H16L8.5 8.4001Z" fill="%23003761" /></svg>');
  transition: transform 0.5s;
}
@media (min-width: 992px) {
  .anchor-menu__title {
    font-size: 20px;
    padding: 20px 15px;
    cursor: default;
    color: #163051;
    display: block;
  }
  .anchor-menu__title:before {
    content: none;
  }
}
.anchor-menu__title.active:before {
  transform: rotate(-90deg);
}
.anchor-menu__list {
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  display: none;
  overflow: scroll;
  scrollbar-width: none;
  max-height: 100vh;
}
@media (min-width: 992px) {
  .anchor-menu__list {
    display: block;
    position: static;
    padding: 0;
  }
}
.anchor-menu__list li {
  border-top: 1px solid #003761;
}
.anchor-menu__list a {
  display: block;
  padding: 15px 15px 12px;
  color: #003761;
}
.anchor-menu__list a.active, .anchor-menu__list a:hover {
  background-color: #95c11f;
  color: #fff;
}
.anchor-menu__list a.subheading {
  background-color: #163051;
  color: #fff;
}
@media (min-width: 992px) {
  .anchor-menu__list a {
    padding: 15px 15px 12px;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .sticky-header .anchor-menu {
    top: 180px;
  }
}

.breadcrumb-bar + main {
  padding-top: 55px;
}
@media (min-width: 1200px) {
  .breadcrumb-bar + main {
    padding-top: 0;
  }
}

.breadcrumb-bar {
  background-color: #95c11f;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  width: 100%;
  z-index: 9;
  display: block;
}

body.sticky-header .breadcrumb-bar {
  position: fixed;
  top: 75px;
}
@media (min-width: 1200px) {
  body.sticky-header .breadcrumb-bar {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  body.sticky-header .breadcrumb-item ul {
    max-height: calc(100vh - 170px);
  }
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.breadcrumb .breadcrumb-item {
  flex-shrink: 0;
}
.breadcrumb .breadcrumb-item > a {
  position: relative;
  font-weight: 700;
  color: #fff;
  padding: 18px 15px;
  transition: color 0.3s;
  display: block;
  font-size: 16px;
}
@media (min-width: 992px) {
  .breadcrumb .breadcrumb-item > a {
    font-size: 20px;
    padding: 20px;
  }
}
.breadcrumb .breadcrumb-item > a:after {
  content: "";
  height: 0.7em;
  width: 0.45em;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #fff;
  transition: background-color 0.3s, transform 0.3s;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 10px;
}
.breadcrumb .breadcrumb-item:not(.has-submenu) a:after {
  display: none;
}
.breadcrumb .breadcrumb-item:first-child > a {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item:hover > a,
.breadcrumb .breadcrumb-item:hover > a span, .breadcrumb .breadcrumb-item:focus > a,
.breadcrumb .breadcrumb-item:focus > a span, .breadcrumb .breadcrumb-item:active > a,
.breadcrumb .breadcrumb-item:active > a span, .breadcrumb .breadcrumb-item.active > a,
.breadcrumb .breadcrumb-item.active > a span {
  color: #003761;
}
.breadcrumb .breadcrumb-item:hover > a:after,
.breadcrumb .breadcrumb-item:hover > a span:after, .breadcrumb .breadcrumb-item:focus > a:after,
.breadcrumb .breadcrumb-item:focus > a span:after, .breadcrumb .breadcrumb-item:active > a:after,
.breadcrumb .breadcrumb-item:active > a span:after, .breadcrumb .breadcrumb-item.active > a:after,
.breadcrumb .breadcrumb-item.active > a span:after {
  background-color: #003761;
  transform: rotate(0);
}
.breadcrumb .breadcrumb-item:hover .breadcrumb-arrow, .breadcrumb .breadcrumb-item:focus .breadcrumb-arrow, .breadcrumb .breadcrumb-item:active .breadcrumb-arrow, .breadcrumb .breadcrumb-item.active .breadcrumb-arrow {
  opacity: 1;
  visibility: visible;
}
.breadcrumb .breadcrumb-item:hover ul, .breadcrumb .breadcrumb-item:focus ul, .breadcrumb .breadcrumb-item:active ul, .breadcrumb .breadcrumb-item.active ul {
  opacity: 1;
  visibility: visible;
}
.breadcrumb .breadcrumb-item .breadcrumb-arrow {
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top: 12px solid #95c11f;
  top: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
@media (min-width: 1400px) {
  .breadcrumb .breadcrumb-item .breadcrumb-arrow {
    left: 30px;
  }
}
.breadcrumb .breadcrumb-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding: 20px 10px 25px;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  transition: opacity 0.3s, visibility 0.3s;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  scrollbar-width: thin;
  left: 0;
  right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .breadcrumb .breadcrumb-item ul {
    padding: 25px 15px 30px;
    max-width: 430px;
    left: auto;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .breadcrumb .breadcrumb-item ul {
    max-height: calc(100vh - 240px);
  }
}
.breadcrumb .breadcrumb-item li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 400;
  color: #163051;
  position: relative;
}
@media (min-width: 768px) {
  .breadcrumb .breadcrumb-item li a {
    font-size: 20px;
    padding: 12px 15px;
  }
}
.breadcrumb .breadcrumb-item li a:after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: none;
}
@media (min-width: 768px) {
  .breadcrumb .breadcrumb-item li a:after {
    width: calc(100% - 30px);
  }
}
.breadcrumb .breadcrumb-item li a.active {
  background-color: #eeeeee;
}
.breadcrumb .breadcrumb-item li a:hover {
  background-color: #95c11f;
  color: #163051;
}

.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-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  color: #003761;
  overflow: hidden;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
  width: calc(50% - 5px);
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  width: calc(33.33% - 5px);
}
.ce-gallery[data-ce-columns="4"] .ce-column {
  width: calc(25% - 5px);
}
.ce-gallery[data-ce-columns="5"] .ce-column {
  width: calc(20% - 5px);
}
.ce-gallery[data-ce-columns="6"] .ce-column {
  width: calc(16% - 5px);
}
.ce-gallery[data-ce-columns="7"] .ce-column {
  width: calc(13% - 5px);
}
.ce-gallery[data-ce-columns="8"] .ce-column {
  width: calc(12% - 5px);
}
.ce-gallery[data-ce-columns="9"] .ce-column {
  width: calc(11% - 5px);
}
.ce-gallery[data-ce-columns="10"] .ce-column {
  width: calc(10% - 5px);
}

.ce-left .ce-gallery,
.ce-column {
  float: left;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
  width: 100%;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
  height: auto;
  width: 100%;
}

.ce-gallery iframe {
  aspect-ratio: 16/9;
  border-width: 0;
  height: auto !important;
  width: 100% !important;
}

.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: 10px;
}

.ce-image .ce-gallery {
  margin-bottom: 0;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
  width: 100%;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  display: flex;
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

/* 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;
}

/* Space */
.frame-space-before-small {
  padding-top: 0 !important;
}

.frame-space-after-small {
  padding-bottom: 0 !important;
}

/* 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;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

/*! fileicon.css v0.1.1 | MIT License | github.com/picturepan2/fileicon.css */
/* fileicon.basic */
.file-icon {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin: 0 5px 1px 0;
  width: 32px;
  height: 43px;
  position: relative;
  border-radius: 2px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.file-icon svg {
  margin-left: 0;
  stroke-width: 1px !important;
}
.file-icon:after {
  background-color: #fff;
  border: 1px solid #000;
  bottom: 14px;
  border-radius: 2px;
  color: #000;
  content: attr(data-type);
  display: block;
  font-size: 9px;
  line-height: 1;
  overflow: hidden;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

/* fileicons */
.file-icon-xs {
  width: 12px;
  height: 16px;
  border-radius: 2px;
}

.file-icon-xs::before {
  border-bottom-left-radius: 1px;
  border-width: 3px;
}

.file-icon-xs::after {
  content: "";
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  width: auto;
  left: 2px;
  right: 2px;
  bottom: 3px;
}

.file-icon-sm {
  width: 18px;
  height: 24px;
  border-radius: 2px;
}

.file-icon-sm::before {
  border-bottom-left-radius: 2px;
  border-width: 4px;
}

.file-icon-sm::after {
  font-size: 7px;
  padding: 2px;
}

.file-icon-lg {
  width: 48px;
  height: 64px;
  border-radius: 3px;
}

.file-icon-lg::before {
  border-bottom-left-radius: 2px;
  border-width: 8px;
}

.file-icon-lg::after {
  font-size: 16px;
  padding: 4px 6px;
}

.file-icon-xl {
  width: 96px;
  height: 128px;
  border-radius: 4px;
}

.file-icon-xl::before {
  border-bottom-left-radius: 4px;
  border-width: 16px;
}

.file-icon-xl::after {
  font-size: 24px;
  padding: 4px 10px;
}

/* fileicon.types */
.file-icon[data-type=none]::after {
  content: "";
  border: none;
}

.form-filter__inner .row {
  row-gap: 20px;
}
@media (min-width: 768px) {
  .form-filter__inner .row {
    row-gap: 30px;
  }
}
.form-filter__inner .row:first-child {
  margin-bottom: 30px;
}

.form-control {
  width: 100%;
  min-height: 50px;
  padding: 10px 15px;
  outline: none;
  color: #575757;
  border: none;
  background-color: #95c11f;
}
.form-control:focus, .form-control:active {
  border: none;
  outline: none;
}
.form-control.form-select {
  color: #003761;
}
.form-control.invert {
  background-color: #003761;
  color: #fff;
}

.form-search-input {
  padding-right: 60px;
}

.form-select-wrapper {
  position: relative;
}
.form-select-wrapper:after {
  content: "";
  height: 1em;
  width: 1em;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #003761;
  transition: background-color 0.3s, transform 0.3s;
  mask-image: url('data:image/svg+xml,<svg width="26" height="17" viewBox="0 0 26 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.15 16.35L0.75 0.75H25.65L13.15 16.35Z" fill="white" /></svg>');
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-select {
  appearance: none;
  padding-right: 50px;
  cursor: pointer;
}
.form-select option {
  background-color: #fff;
}

.form-row {
  margin: 20px 0;
  background-color: #eeeeee;
  padding: 10px 15px;
  display: flex;
  column-gap: var(--bs-gutter-x);
  row-gap: 15px;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .form-row {
    flex-direction: row;
  }
}
.form-row .form-column {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-row .form-column.big {
  flex: 0 0 calc(100% / 3 * 2);
}
.form-row .form-column .link {
  flex: 0 0 100%;
  color: #003761;
  font-weight: bold;
  transition: color 0.3s;
}
.form-row .form-column .link:hover, .form-row .form-column .link:focus {
  color: #95c11f;
}

.ctype-shortcut section.bg-clr-9, .ctype-shortcut section.bg-clr-10,
.ctype-shortcut div.bg-clr-9,
.ctype-shortcut div.bg-clr-10 {
  background-color: transparent;
}
.ctype-shortcut section.content-line,
.ctype-shortcut div.content-line {
  padding: 0;
}

main.uppercase + .sticky-sidebar .sticky-sidebar__title {
  text-transform: uppercase;
}

.sticky-sidebar {
  margin-bottom: 5px;
  position: relative;
  height: 85px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sticky-sidebar {
    position: absolute;
    top: 250px;
    right: 0;
    z-index: 8;
    width: 40px;
    height: auto;
    margin: 0;
    transition: width 0.5s;
    overflow: clip;
  }
  .sticky-sidebar.fixed {
    position: fixed;
  }
  .sticky-sidebar:hover, .sticky-sidebar.open {
    width: 210px;
  }
  .sticky-sidebar:hover .sticky-sidebar__item, .sticky-sidebar.open .sticky-sidebar__item {
    padding: 10px 15px;
  }
}
.sticky-sidebar__wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #95c11f;
  height: 100%;
  overflow: clip;
  transition: height 0.3s;
}
@media (min-width: 768px) {
  .sticky-sidebar__wrapper {
    background: none;
    position: static;
    width: 210px;
  }
}
.sticky-sidebar .container {
  height: 100%;
}
@media (min-width: 768px) {
  .sticky-sidebar .container {
    padding: 0;
  }
}
.sticky-sidebar__inner {
  padding: 15px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) {
  .sticky-sidebar__inner {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
}
.sticky-sidebar__toggle {
  position: absolute;
  left: -15px;
  top: 0;
  cursor: pointer;
  padding: 15px;
  align-items: center;
  justify-content: space-evenly;
}
.sticky-sidebar__toggle .ai {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.sticky-sidebar__toggle .ai:after {
  background-color: #fff;
}
@media (min-width: 768px) {
  .sticky-sidebar__toggle {
    display: none;
  }
}
.sticky-sidebar__item {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 0 1 150px;
  font-weight: 700;
  font-size: 20px;
  transition: padding 0.3s;
}
.sticky-sidebar__item:active, .sticky-sidebar__item:focus, .sticky-sidebar__item:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .sticky-sidebar__item {
    background-color: #95c11f;
    flex: unset;
    padding: 10px 0 10px 55px;
    gap: 5px;
    font-size: 24px;
    height: 150px;
    justify-content: center;
  }
}
.sticky-sidebar__icon {
  flex: 1;
  display: flex;
  align-items: center;
}
.sticky-sidebar__icon img {
  display: block;
  width: 88px;
  height: 60px;
}
@media (min-width: 768px) {
  .sticky-sidebar__icon img {
    width: auto;
    height: 68px;
  }
}
.sticky-sidebar__icon--3 {
  transition: margin-top 0.3s;
}
@media (min-width: 768px) {
  .sticky-sidebar__icon--3 {
    flex: unset;
  }
}
.sticky-sidebar__title {
  flex: 1;
  display: flex;
  align-items: center;
  text-align: center;
}
.sticky-sidebar__title--2 {
  text-transform: uppercase;
  text-indent: -16px;
  text-align: left;
  margin-left: 33px;
  flex: unset;
  margin-top: 4px;
  transition: margin-top 0.3s;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sticky-sidebar__title--2 {
    margin-top: 0;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sticky-sidebar__title--3 {
    text-transform: uppercase;
    flex: unset;
  }
}
.sticky-sidebar__title--4 {
  text-transform: uppercase;
  align-items: start;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sticky-sidebar__title--4 {
    flex: unset;
    font-size: 20px;
  }
}
.sticky-sidebar.active .sticky-sidebar__wrapper {
  height: 150px;
}
.sticky-sidebar.active .sticky-sidebar__title--2 {
  margin-top: 36px;
}
.sticky-sidebar.active .sticky-sidebar__icon--3 {
  margin-top: 13px;
}
.sticky-sidebar.active .sticky-sidebar__toggle .ai {
  transform: rotate(90deg);
}
.ctype-table {
  font-size: 14px;
}
@media (min-width: 992px) {
  .ctype-table {
    font-size: inherit;
  }
}
.ctype-table .table-responsive {
  display: block;
  overflow-y: auto;
}
.ctype-table .ce-table {
  width: 100%;
  max-width: 100%;
}
.ctype-table .ce-table th,
.ctype-table .ce-table td {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.ctype-table .ce-table th + td {
  border-left: 5px solid #d9d9d9;
}
.ctype-table .ce-table thead th {
  border-bottom: 5px solid #d9d9d9;
}
.ctype-table .ce-table caption {
  font-size: 16px;
}
.ctype-table .ce-table.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: #eeeeee;
}
.ctype-table .ce-table.ce-table-striped th {
  background-color: #163051;
  color: #fff;
}
.ctype-table .ce-table.ce-table-bordered thead {
  border: 1px solid #d9d9d9;
  border-bottom: 0 none;
}
.ctype-table .ce-table.ce-table-bordered tbody {
  border: 1px solid #d9d9d9;
}
.ctype-table .ce-table.ce-table-bordered thead + tbody {
  border-top: 5px solid #d9d9d9;
}
.ctype-table .ce-table.ce-table-bordered th,
.ctype-table .ce-table.ce-table-bordered td {
  border: 1px solid #d9d9d9;
}
.ctype-table .ce-table.ce-table-bordered th + td {
  border-left: 5px solid #d9d9d9;
}
.ctype-table .ce-table.ce-table-bordered thead th {
  border-bottom: 5px solid #d9d9d9;
}
.ctype-table.bg-clr-9 .ce-table.ce-table-bordered thead, .ctype-table.bg-clr-9 .ce-table.ce-table-bordered tbody,
.ctype-table.bg-clr-9 .ce-table th,
.ctype-table.bg-clr-9 .ce-table td, .ctype-table.bg-clr-10 .ce-table.ce-table-bordered thead, .ctype-table.bg-clr-10 .ce-table.ce-table-bordered tbody,
.ctype-table.bg-clr-10 .ce-table th,
.ctype-table.bg-clr-10 .ce-table td {
  border-color: #fff;
}
.ctype-table.bg-clr-10 .ce-table.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: #d9d9d9;
}
.ctype-table .table-responsive.blue th {
  background-color: #003761;
  color: #fff;
}
.ctype-table .table-responsive.blue th a {
  color: #95c11f;
}
.ctype-table .table-responsive.blue thead th {
  border: solid #B2B2B2;
  border-width: 0 2px 0 2px;
}
.ctype-table .table-responsive.blue tbody tr th {
  border: solid #B2B2B2;
  border-width: 2px 0 2px 0;
}
.ctype-table .table-responsive.blue tbody tr:first-of-type th {
  border-width: 0 0 2px 0;
}
.ctype-table .table-responsive.blue tbody tr td {
  background-color: #eeeeee;
  border: solid #B2B2B2;
}
.ctype-table .table-responsive.blue thead + tbody tr:first-of-type th {
  border-width: 2px 0 2px 0;
}
.ctype-table .table-responsive.green th {
  background-color: #95c11f;
  color: #fff;
}
.ctype-table .table-responsive.green th a {
  color: #003761;
}
.ctype-table .table-responsive.green thead th {
  border: solid #fff;
  border-width: 0 2px 2px 2px;
}
.ctype-table .table-responsive.green tbody tr th {
  border: solid #fff;
  border-width: 2px 2px 2px 0;
}
.ctype-table .table-responsive.green tbody tr:first-of-type th {
  border-width: 0 2px 2px 0;
}
.ctype-table .table-responsive.green tbody tr td {
  background-color: #eeeeee;
  border: solid #fff;
}
.ctype-table .table-responsive.green thead + tbody tr:first-of-type th {
  border-width: 2px 2px 2px 0;
}
.ctype-table .table-responsive.green thead th:first-of-type,
.ctype-table .table-responsive.blue thead th:first-of-type {
  border-left: 0 none;
}
.ctype-table .table-responsive.green thead th:last-of-type,
.ctype-table .table-responsive.blue thead th:last-of-type {
  border-right: 0 none;
}
.ctype-table .table-responsive.green tbody tr td,
.ctype-table .table-responsive.blue tbody tr td {
  color: #003761;
  background-color: #eeeeee;
  border-width: 2px;
}
.ctype-table .table-responsive.green tbody tr td:first-of-type,
.ctype-table .table-responsive.blue tbody tr td:first-of-type {
  border-left: 0 none;
}
.ctype-table .table-responsive.green tbody tr td:last-of-type,
.ctype-table .table-responsive.blue tbody tr td:last-of-type {
  border-right: 0 none;
}
.ctype-table .table-responsive.green tbody tr:first-of-type td,
.ctype-table .table-responsive.blue tbody tr:first-of-type td {
  border-top: 0 none;
}
.ctype-table .table-responsive.green tbody tr:last-of-type th,
.ctype-table .table-responsive.green tbody tr:last-of-type td,
.ctype-table .table-responsive.blue tbody tr:last-of-type th,
.ctype-table .table-responsive.blue tbody tr:last-of-type td {
  border-bottom: 0 none;
}
.ctype-table .table-responsive.green .ce-table-striped tbody tr:nth-of-type(odd) td,
.ctype-table .table-responsive.blue .ce-table-striped tbody tr:nth-of-type(odd) td {
  background-color: #B2B2B2;
}

.ce-textpic.width-0 .ce-bodytext:not(.row) .ce-gallery,
.ctype-text.width-0 .ce-bodytext:not(.row) .ce-gallery {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 576px) {
  .ce-textpic.ce-intext .ce-gallery.col-12,
.ctype-text.ce-intext .ce-gallery.col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ce-textpic .intro-text,
.ctype-text .intro-text {
  font-size: 101%;
  font-weight: 800;
}
.ce-textpic p,
.ce-textpic li,
.ctype-text p,
.ctype-text li {
  color: #003761;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
}
@media (min-width: 768px) {
  .ce-textpic p,
.ce-textpic li,
.ctype-text p,
.ctype-text li {
    hyphens: none;
  }
}
.ce-textpic p + h2, .ce-textpic p + .h2,
.ce-textpic p h3,
.ce-textpic p .h3,
.ce-textpic p h4,
.ce-textpic p .h4,
.ce-textpic p h5,
.ce-textpic p .h5,
.ce-textpic li + h2,
.ce-textpic li + .h2,
.ce-textpic li h3,
.ce-textpic li .h3,
.ce-textpic li h4,
.ce-textpic li .h4,
.ce-textpic li h5,
.ce-textpic li .h5,
.ctype-text p + h2,
.ctype-text p + .h2,
.ctype-text p h3,
.ctype-text p .h3,
.ctype-text p h4,
.ctype-text p .h4,
.ctype-text p h5,
.ctype-text p .h5,
.ctype-text li + h2,
.ctype-text li + .h2,
.ctype-text li h3,
.ctype-text li .h3,
.ctype-text li h4,
.ctype-text li .h4,
.ctype-text li h5,
.ctype-text li .h5 {
  padding-top: 30px;
}
.ce-textpic ul,
.ctype-text ul {
  list-style: none;
  padding-left: 30px;
}
.ce-textpic ul li,
.ctype-text ul li {
  position: relative;
}
.ce-textpic ul li:before,
.ctype-text ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  left: -30px;
  top: 6px;
  background-color: #95c11f;
}
.ce-textpic ol,
.ctype-text ol {
  padding-left: 20px;
}
.ce-textpic ol li,
.ctype-text ol li {
  padding-left: 10px;
  position: relative;
}
.ce-textpic ol li::marker,
.ctype-text ol li::marker {
  color: #95c11f;
  font-weight: 900;
}
.ce-textpic .training__link,
.ctype-text .training__link {
  display: inline-block;
}
.ce-textpic .btn,
.ctype-text .btn {
  display: inline-flex;
  padding: 15px 20px;
  height: auto;
  align-items: end;
  text-align: left;
  line-height: 1.25;
}
.ce-textpic .btn:after,
.ctype-text .btn:after {
  height: 1em;
  width: 0.6em;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .ce-textpic .btn:after,
.ctype-text .btn:after {
    height: 0.75em;
    width: 0.45em;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .ce-textpic .btn,
.ctype-text .btn {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .ce-textpic .btn,
.ctype-text .btn {
    font-size: 30px;
    height: 68px;
  }
}
.ce-textpic .btn--2,
.ctype-text .btn--2 {
  margin-top: 0;
}
.ce-textpic .ce-gallery img,
.ctype-text .ce-gallery img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.ce-textpic .ce-gallery .image-caption,
.ctype-text .ce-gallery .image-caption {
  font-size: 14px;
  padding-top: 5px;
}

.ce-uploads {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.ce-uploads li {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  font-size: 20px;
  list-style: none;
  margin: 0;
  padding: 0.8rem 0;
  width: 100%;
}
.ce-uploads li > a {
  align-items: center;
  justify-content: space-between;
}
.ce-uploads li > a .download-content {
  align-items: center;
  width: calc(100% - 40px);
}
.ce-uploads li > a .download-content .file-icon {
  margin-right: 25px;
}
.ce-uploads li > a .download-content .file-icon:after {
  background-color: #95c11f;
  border: none;
  color: #fff;
}
.ce-uploads li > a .download-content .arrow {
  font-weight: 700;
  color: #003761;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ce-uploads li > a .download-content .arrow:after {
  content: "";
  height: 0.7em;
  width: 0.45em;
  margin-right: 10px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #003761;
  transition: background-color 0.3s;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
.ce-uploads li > a .download-content .arrow:hover {
  color: #95c11f;
}
.ce-uploads li > a .download-content .arrow:hover:after {
  background-color: #95c11f;
}
.ce-uploads li > a .download-content .ce-uploads-fileName {
  color: #163051;
  margin-right: 20px;
  word-wrap: anywhere;
}
.ce-uploads li > a .download-content .ce-uploads-description {
  color: #575757;
  margin-top: 5px;
}
.ce-uploads li > a .download-content .download-titel-info {
  flex-wrap: wrap;
}
.ce-uploads li > a .download-content img {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: auto;
  margin-right: 15px;
  max-width: 150px;
  padding-right: 0;
  width: 100%;
}
.ce-uploads li > a .download-arrow {
  align-items: center;
  background-color: #95c11f;
  border-radius: 0;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  transition: all ease-in-out 0.3s;
  top: 0;
  width: 40px;
}
.ce-uploads li > a .download-arrow svg {
  transition: all ease-in-out 0.3s;
}
.ce-uploads li > a .download-arrow svg .st0 {
  stroke: #fff;
}
.ce-uploads li > a:hover .download-arrow svg {
  margin-top: 7px;
}
.ce-uploads li:hover .arrow {
  text-decoration: unset;
}

/*@import "elements_t3/default-t3";
@import "elements_t3/file-icon";
@import "elements_t3/textmedia";
@import "elements_t3/uploads";*/
/* Advanced Elements from AS */
.ctype-ce_social_media_bios .tile-container {
  display: grid;
  gap: 15px;
}
.ctype-ce_social_media_bios .tile-container.layout-0 {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .ctype-ce_social_media_bios .tile-container.layout-0 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ctype-ce_social_media_bios .tile-container.layout-1 {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .ctype-ce_social_media_bios .tile-container.layout-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.ctype-ce_social_media_bios .tile-container .tile {
  aspect-ratio: 4/5;
}

.ctype-ce_steckbrief {
  color: #fff;
}
.ctype-ce_steckbrief .profile-row {
  background-color: #003761;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .ctype-ce_steckbrief .profile-row {
    flex-direction: row;
  }
}
.ctype-ce_steckbrief .profile-row .profile-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #95c11f;
  padding: 20px 20px 10px;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .ctype-ce_steckbrief .profile-row .profile-header {
    padding: 30px 30px 15px;
    font-size: 36px;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .ctype-ce_steckbrief .profile-row .profile-header {
    justify-content: flex-start;
    width: 17.5%;
    min-width: 240px;
    padding: 30px 0 30px 45px;
  }
}
.ctype-ce_steckbrief .profile-row .profile-arrow {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #003761;
}
.ctype-ce_steckbrief .profile-row .profile-arrow:before, .ctype-ce_steckbrief .profile-row .profile-arrow:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ctype-ce_steckbrief .profile-row .profile-arrow:before {
  left: 0;
  background: linear-gradient(to left bottom, #95c11f 50%, rgba(0, 0, 0, 0) 50%);
}
.ctype-ce_steckbrief .profile-row .profile-arrow:after {
  left: 50%;
  background: linear-gradient(to right bottom, #95c11f 50%, rgba(0, 0, 0, 0) 50%);
}
@media (min-width: 1400px) {
  .ctype-ce_steckbrief .profile-row .profile-arrow {
    width: 91px;
    height: auto;
  }
  .ctype-ce_steckbrief .profile-row .profile-arrow:before, .ctype-ce_steckbrief .profile-row .profile-arrow:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
  }
  .ctype-ce_steckbrief .profile-row .profile-arrow:before {
    top: 0;
    background: linear-gradient(to right top, #95c11f 50%, rgba(0, 0, 0, 0) 50%);
  }
  .ctype-ce_steckbrief .profile-row .profile-arrow:after {
    top: 50%;
    background: linear-gradient(to right bottom, #95c11f 50%, rgba(0, 0, 0, 0) 50%);
  }
}
.ctype-ce_steckbrief .profile-row .profile-content {
  flex: 1;
  display: flex;
  gap: 30px;
  padding: 20px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .ctype-ce_steckbrief .profile-row .profile-content {
    flex-direction: row;
    gap: 45px;
    padding: 30px 45px;
  }
}
.ctype-ce_steckbrief .profile-row .profile-content .profile-col {
  flex: 1;
}
.ctype-ce_steckbrief .profile-row .profile-content .profile-col p:last-child {
  margin-bottom: 0;
}

.right-column .ctype-ce_steckbrief .profile-row .profile-header {
  padding: 20px 20px 10px;
}
@media (min-width: 992px) {
  .right-column .ctype-ce_steckbrief .profile-row .profile-header {
    padding: 20px 20px 10px;
  }
}
@media (min-width: 1400px) {
  .right-column .ctype-ce_steckbrief .profile-row .profile-header {
    padding: 20px 0 20px 40px;
    width: 20%;
    min-width: 230px;
    line-height: normal;
  }
}
.right-column .ctype-ce_steckbrief .profile-row .profile-arrow {
  width: 100%;
  height: 30px;
}
@media (min-width: 1400px) {
  .right-column .ctype-ce_steckbrief .profile-row .profile-arrow {
    width: 91px;
    height: auto;
  }
}
.right-column .ctype-ce_steckbrief .profile-row .profile-content {
  gap: 30px;
  padding: 20px;
}
@media (min-width: 992px) {
  .right-column .ctype-ce_steckbrief .profile-row .profile-content {
    gap: 30px;
    padding: 20px;
  }
}
@media (min-width: 1400px) {
  .right-column .ctype-ce_steckbrief .profile-row .profile-content {
    padding: 20px 40px 20px 20px;
  }
}
.right-column .ctype-ce_steckbrief .profile-row .profile-content .btn {
  font-size: 18px;
  min-height: 0;
  width: 100%;
  justify-content: space-between;
}

.clinic-links {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 2px solid #B2B2B2;
}
@media (min-width: 768px) {
  .clinic-links {
    border-top: none;
  }
}
@media (min-width: 992px) {
  .clinic-links {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 992px) {
  .clinic-links li {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .clinic-links li {
    width: 33.333333%;
  }
}
@media (min-width: 1400px) {
  .clinic-links li.w-lg-100 {
    width: 100%;
    padding-right: calc(50% + 15px);
  }
}
@media (min-width: 1400px) {
  .clinic-links li.w-xxl-33 {
    width: 33.333333%;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .clinic-links li.w-xxl-66 {
    width: 66.666666%;
    padding-right: calc(33.333333% + 15px);
  }
}
.clinic-links a {
  display: flex;
  align-items: center;
  padding: 20px 15px 20px 35px;
  position: relative;
  border-bottom: 2px solid #B2B2B2;
  font-weight: 700;
  height: 100%;
  color: #003761;
}
.clinic-links a span {
  position: relative;
}
.clinic-links a span:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  width: 10px;
  height: 16px;
  background-color: #003761;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .clinic-links a span:before {
    left: -25px;
    top: 7px;
  }
}
@media (min-width: 1200px) {
  .clinic-links a span:before {
    top: 4px;
    width: 13px;
    height: 21px;
  }
}
@media (min-width: 768px) {
  .clinic-links a {
    padding: 15px 15px 15px 40px;
    font-size: 24px;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .clinic-links a {
    height: 80px;
  }
}
.clinic-links a:hover {
  color: #95c11f;
}
.clinic-links a:hover span:before {
  background-color: #95c11f;
}
.clinic-links a.important {
  color: #fff;
  background-color: #95c11f;
  border-bottom: none;
  margin-top: -2px;
}
@media (min-width: 992px) {
  .clinic-links a.important {
    margin-top: 0;
  }
}
.clinic-links a.important span:before {
  background-color: #fff;
}
.clinic-links a.important:hover {
  background-color: #003761;
}
.clinic-links--last-row {
  border-top: none;
}
.clinic-links--last-row a {
  color: #878787;
}
.clinic-links--last-row a:hover {
  color: #003761;
}
.clinic-links--last-row a:hover span:before {
  background-color: #003761;
}
.clinic-links--last-row a span:before {
  background-color: #878787;
}
.clinic-links--blue {
  background-color: #003761;
  border-top: none;
}
@media (min-width: 992px) {
  .clinic-links--blue {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .clinic-links--blue li {
    padding: 0;
  }
}
.clinic-links--blue a {
  color: #fff;
  border: none;
}
.clinic-links--blue a span:before {
  background-color: #fff;
}
@media (min-width: 1400px) {
  .clinic-links--blue a {
    height: 105px;
  }
}
.clinic-links--blue.clinic-links--last-row {
  background: initial;
}
@media (min-width: 768px) {
  .clinic-links--blue.clinic-links--last-row {
    border-bottom: 2px solid #003761;
  }
}
.clinic-links--blue.clinic-links--last-row a {
  color: #003761;
  border-bottom: 2px solid #003761;
}
@media (min-width: 768px) {
  .clinic-links--blue.clinic-links--last-row a {
    border: none;
  }
}
.clinic-links--blue.clinic-links--last-row a span:before {
  background-color: #003761;
}
.clinic-links--blue.clinic-links--last-row a:hover {
  color: #95c11f;
}
.clinic-links--blue.clinic-links--last-row a:hover span:before {
  background-color: #95c11f;
}

.clinic-search ul.img-map__items > li {
  position: absolute !important;
}
.clinic-search ul.img-map__items > li::before {
  display: none !important;
}
.clinic-search ul.img-map__items > li .img-map__link {
  min-height: 0;
  height: auto;
  border: none;
}
.clinic-search ul.img-map__items > li .img-map__link .img-map__point::before {
  display: none;
}

.ctype-ce_content_slider .swiper {
  padding-bottom: 40px;
}
.ctype-ce_content_slider .swiper .swiper-button-prev,
.ctype-ce_content_slider .swiper .swiper-button-next {
  bottom: 65px;
  top: unset;
}
.ctype-ce_content_slider .swiper .swiper-button-prev::after,
.ctype-ce_content_slider .swiper .swiper-button-next::after {
  width: 15px;
  height: 24px;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
  margin-left: 5px;
}
.ctype-ce_content_slider .swiper .swiper-button-prev::after {
  margin-left: -5px;
  transform: rotate(180deg);
}
.ctype-ce_content_slider .swiper .swiper-pagination {
  font-weight: 600;
}
.ctype-ce_content_slider .swiper-slide .col-text {
  padding-left: 54px !important;
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .ctype-ce_content_slider .swiper-slide > .row {
    gap: 16px;
  }
  .ctype-ce_content_slider .swiper-slide > .row .col-text {
    padding-left: 16px !important;
  }
}
.page-wrapper {
  color: #163051;
  padding: 30px 0 55px;
}
@media (min-width: 768px) {
  .page-wrapper {
    padding: 45px 0 55px;
  }
}
@media (min-width: 992px) {
  .page-wrapper {
    padding: 37px 0 90px;
  }
}
.page-wrapper .ctype-ce_image_info_teaser .col-text {
  margin: 0;
}

.page-content .ctype-header .h1 {
  margin-bottom: 0;
}
.page-content .ctype-header .h1 + .anchor-section {
  margin-top: 0;
}
.page-content .ctype-header .h1 + .anchor-section .h3 {
  padding-top: 30px;
}
.page-content.pflege .content-line {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .page-content.pflege .content-line {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-content .h3 {
  padding-top: 20px;
  margin-bottom: 20px;
  color: #003761;
}
@media (min-width: 992px) {
  .page-content .h3 {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.page-content .btn-row {
  margin-top: 25px;
  text-align: right;
}
@media (min-width: 992px) {
  .page-content .btn-row {
    text-align: left;
    font-size: 30px;
    min-height: 68px;
    margin-top: 45px;
  }
}
.page-content .btn:not(.btn--close) {
  display: inline-flex;
  padding: 15px 20px;
  height: auto;
  align-items: end;
  text-align: left;
  line-height: 1.25;
}
.page-content .btn:not(.btn--close) span {
  display: contents;
}
.page-content .btn:not(.btn--close):after {
  height: 1em;
  width: 0.6em;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .page-content .btn:not(.btn--close):after {
    height: 0.75em;
    width: 0.45em;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .page-content .btn:not(.btn--close) {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .page-content .btn:not(.btn--close) {
    font-size: 30px;
    min-height: 68px;
  }
}
.page-content .btn.back {
  align-items: center;
}
.page-content .col-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-content .col-text {
  color: #003761;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-content .col-text.clr-2 {
  color: #fff;
}
.page-content .col-text.clr-2 > h1, .page-content .col-text.clr-2 > .h1, .page-content .col-text.clr-2 > h2, .page-content .col-text.clr-2 > .h2, .page-content .col-text.clr-2 > h3, .page-content .col-text.clr-2 > .h3, .page-content .col-text.clr-2 > h4, .page-content .col-text.clr-2 > .h4, .page-content .col-text.clr-2 > h5, .page-content .col-text.clr-2 > .h5, .page-content .col-text.clr-2 > h6, .page-content .col-text.clr-2 > .h6 {
  color: #fff;
}
.page-content .col-text.bg-clr-3,
.page-content .col-text.bg-clr-4 {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  flex-shrink: 1;
  padding: 20px;
}
@media (min-width: 768px) {
  .page-content .col-text.bg-clr-3,
.page-content .col-text.bg-clr-4 {
    margin: 0;
    padding: 35px;
  }
}
.page-content .col-text.bg-clr-3 a:hover,
.page-content .col-text.bg-clr-4 a:hover {
  color: #fff;
}
.page-content .col-text.bg-clr-3 .btn-row,
.page-content .col-text.bg-clr-4 .btn-row {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .page-content .col-text.bg-clr-3 .btn-row,
.page-content .col-text.bg-clr-4 .btn-row {
    margin-top: 25px;
  }
}
.page-content .col-text.bg-clr-3 .btn:hover,
.page-content .col-text.bg-clr-4 .btn:hover {
  background-color: #fff;
  color: #95c11f;
}
.page-content .col-text.bg-clr-3 .btn:hover:after,
.page-content .col-text.bg-clr-4 .btn:hover:after {
  background-color: #95c11f;
}
.page-content .col-text + .col-img {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-content .col-text + .col-img {
    margin: 0;
  }
}
.page-content .col-img + .col-text {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-content .col-img + .col-text {
    margin: 0;
  }
}
.page-content .text-teaser {
  margin-top: 45px;
}
@media (min-width: 992px) {
  .page-content .text-teaser {
    margin-top: 80px;
  }
}
.page-content .h3 + .text-teaser {
  margin: 0;
}
.page-content ul:not(.clinic-links) {
  list-style: none;
  padding-left: 30px;
}
.page-content ul:not(.clinic-links) li {
  position: relative;
}
.page-content ul:not(.clinic-links) li:before {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  left: -30px;
  top: 6px;
  background-color: #95c11f;
}
.page-content .ctype-container_four_columns .row-gap {
  row-gap: 30px;
}
.page-content .ctype-container_four_columns .swiper-container.news-slider .swiper {
  height: auto;
}
.page-content .ctype-container_four_columns .cont-col > div > .h3, .page-content .ctype-container_four_columns .cont-col > section > .h3 {
  padding-top: 0;
}
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-9,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-10 {
  background-color: transparent;
}
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-9 .ce-textpic-wrapper {
  background-color: #B2B2B2;
  padding: 25px 20px 25px 25px;
}
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-10 .ce-textpic-wrapper {
  background-color: #eeeeee;
  padding: 25px 20px 25px 25px;
}
.page-content .ctype-container_four_columns .ctype-textmedia .ce-textpic-wrapper.layout-1,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-9 .ce-textpic-wrapper.layout-1,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-10 .ce-textpic-wrapper.layout-1 {
  padding: 0;
}
.page-content .ctype-container_four_columns .ctype-textmedia .ce-textpic-wrapper.layout-1 .ce-gallery,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-9 .ce-textpic-wrapper.layout-1 .ce-gallery,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-10 .ce-textpic-wrapper.layout-1 .ce-gallery {
  float: none;
  margin: 0;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
}
.page-content .ctype-container_four_columns .ctype-textmedia .ce-textpic-wrapper.layout-1 .ce-gallery .image-embed-item,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-9 .ce-textpic-wrapper.layout-1 .ce-gallery .image-embed-item,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-10 .ce-textpic-wrapper.layout-1 .ce-gallery .image-embed-item {
  aspect-ratio: 5/4;
  object-fit: cover;
  object-position: center;
}
.page-content .ctype-container_four_columns .ctype-textmedia .ce-textpic-wrapper.layout-1 .ce-gallery .image-caption,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-9 .ce-textpic-wrapper.layout-1 .ce-gallery .image-caption,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-10 .ce-textpic-wrapper.layout-1 .ce-gallery .image-caption {
  padding: 5px 25px 0;
}
.page-content .ctype-container_four_columns .ctype-textmedia .ce-textpic-wrapper.layout-1 .text-wrapper,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-9 .ce-textpic-wrapper.layout-1 .text-wrapper,
.page-content .ctype-container_four_columns .ctype-textmedia.bg-clr-10 .ce-textpic-wrapper.layout-1 .text-wrapper {
  flex: 1;
  list-style: none;
  padding: 25px 20px 25px 25px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-content .page-subpages {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .page-content .page-subpages {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-content .page-subpages .page-subpages-row .page-subpages-col:first-child .btn {
  border-top: 2pt solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .page-content .page-subpages .page-subpages-row .page-subpages-col:nth-child(-n+2) .btn {
    border-top: 2pt solid rgba(0, 0, 0, 0.15);
  }
}
.page-content .page-subpages .page-subpages-row .page-subpages-col {
  display: flex;
}
.page-content .page-subpages .page-subpages-row .page-subpages-col .btn {
  flex: 1;
  align-items: baseline;
}
.page-content .content-line.ctype-header + .page-subpages {
  padding-top: 0;
}

.training {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .training {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}
.training__item {
  margin-top: 38px;
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .training__item {
    margin-top: 50px;
  }
}
.training__item > h3:first-child, .training__item > .h3:first-child {
  margin-top: 0;
}
.training__filter {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 55px !important;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.training__filter li:before {
  content: none !important;
}
@media (min-width: 992px) {
  .training__filter {
    margin-bottom: 75px !important;
  }
}
.training__link {
  display: block;
  background-color: #d9d9d9;
  color: #003761;
  transition: background-color 0.3s;
  padding: 15px;
  font-size: 16px;
}
.training__link.active, .training__link:hover {
  color: #003761;
  background-color: #95c11f;
}
@media (min-width: 992px) {
  .training__link {
    font-size: 20px;
  }
}

body.sticky-header .has-breadcrumbs {
  padding-top: 84px;
}
@media (min-width: 768px) {
  body.sticky-header .has-breadcrumbs {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  body.sticky-header .has-breadcrumbs {
    padding-top: 75px;
  }
}
body.sticky-header .has-brdcrmbs-anchor-menu {
  padding-top: 55px;
}
@media (min-width: 992px) {
  body.sticky-header .has-brdcrmbs-anchor-menu {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  body.sticky-header .has-brdcrmbs-anchor-menu {
    padding-top: 75px;
  }
}

.right-column .content-line.bg-clr-9, .right-column .content-line.bg-clr-10 {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .right-column .content-line.bg-clr-9, .right-column .content-line.bg-clr-10 {
    padding-right: calc(1.875rem * 0.5);
    padding-left: calc(1.875rem * 0.5);
  }
}

.brdr-top {
  border-top: 2px solid #95c11f;
}

.small-title {
  font-size: 16px;
  padding: 27px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .small-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .small-title {
    font-size: 20px;
  }
}

.ai {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.ai:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #95c11f;
  transition: background-color 0.3s;
}
.ai.submit {
  margin-right: 10px;
}
.ai.submit:after {
  background-color: #fff;
}
.ai-search:after {
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" /></svg>');
}
.ai-triangle:after {
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
.ai-ig:after {
  mask-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_108_4)"><path d="M35.7422 30C35.7422 33.1758 33.1758 35.7422 30 35.7422C26.8242 35.7422 24.2578 33.1758 24.2578 30C24.2578 26.8242 26.8242 24.2578 30 24.2578C33.1758 24.2578 35.7422 26.8242 35.7422 30Z" fill="white" /><path d="M43.4297 19.8398C43.1484 19.0898 42.7148 18.4102 42.1406 17.8594C41.5898 17.2852 40.9102 16.8516 40.1602 16.5703C39.5508 16.3359 38.6367 16.0547 36.9609 15.9727C35.1445 15.8906 34.5938 15.8672 30 15.8672C25.3945 15.8672 24.8555 15.8789 23.0391 15.9727C21.3633 16.0547 20.4492 16.3359 19.8398 16.5703C19.0898 16.8516 18.4102 17.2852 17.8594 17.8594C17.2852 18.4102 16.8516 19.0898 16.5703 19.8398C16.3359 20.4492 16.0547 21.3633 15.9727 23.0391C15.8906 24.8555 15.8672 25.3945 15.8672 30C15.8672 34.5938 15.8906 35.1445 15.9727 36.9609C16.0547 38.6367 16.3242 39.5508 16.5703 40.1602C16.8516 40.9102 17.2852 41.5898 17.8594 42.1406C18.4102 42.7148 19.0898 43.1484 19.8398 43.4297C20.4492 43.6641 21.3633 43.9453 23.0391 44.0273C24.8555 44.1094 25.3945 44.1328 30 44.1328C34.6055 44.1328 35.1445 44.1211 36.9609 44.0273C38.6367 43.9453 39.5508 43.6758 40.1602 43.4297C41.6602 42.8555 42.8555 41.6602 43.4297 40.1602C43.6641 39.5508 43.9453 38.6367 44.0273 36.9609C44.1094 35.1445 44.1328 34.5938 44.1328 30C44.1328 25.3945 44.1211 24.8555 44.0273 23.0391C43.9453 21.3633 43.6641 20.4492 43.4297 19.8398ZM30 38.8477C25.1133 38.8477 21.1523 34.8867 21.1523 30C21.1523 25.1133 25.1133 21.1523 30 21.1523C34.8867 21.1523 38.8477 25.1133 38.8477 30C38.8477 34.8867 34.8867 38.8477 30 38.8477ZM39.1992 22.875C38.0625 22.875 37.1367 21.9492 37.1367 20.8125C37.1367 19.6758 38.0625 18.75 39.1992 18.75C40.3359 18.75 41.2617 19.6758 41.2617 20.8125C41.2617 21.9492 40.3359 22.875 39.1992 22.875Z" fill="white" /><path d="M30 0C13.4297 0 0 13.4297 0 30C0 46.5703 13.4297 60 30 60C46.5703 60 60 46.5703 60 30C60 13.4297 46.5703 0 30 0ZM47.1211 37.1016C47.0391 38.9297 46.7461 40.1836 46.3242 41.2852C45.4336 43.5937 43.6055 45.4336 41.2852 46.3242C40.1953 46.7461 38.9414 47.0391 37.1016 47.1211C35.2617 47.2031 34.6758 47.2266 30 47.2266C25.3242 47.2266 24.7383 47.2031 22.8984 47.1211C21.0703 47.0391 19.8164 46.7461 18.7148 46.3242C17.5664 45.8906 16.5234 45.2109 15.668 44.332C14.7891 43.4766 14.1094 42.4336 13.6758 41.2852C13.2539 40.1953 12.9609 38.9414 12.8789 37.1016C12.7969 35.2617 12.7734 34.6758 12.7734 30C12.7734 25.3242 12.7969 24.7383 12.8789 22.8984C12.9609 21.0703 13.2539 19.8164 13.6758 18.7148C14.1094 17.5664 14.7891 16.5234 15.668 15.668C16.5234 14.7891 17.5664 14.1094 18.7148 13.6758C19.8164 13.2539 21.0586 12.9609 22.8984 12.8789C24.7383 12.7969 25.3242 12.7734 30 12.7734C34.6758 12.7734 35.2617 12.7969 37.1016 12.8789C38.9297 12.9609 40.1836 13.2539 41.2852 13.6758C42.4336 14.1094 43.4766 14.7891 44.332 15.668C45.2109 16.5234 45.8906 17.5664 46.3242 18.7148C46.7461 19.8164 47.0391 21.0586 47.1211 22.8984C47.2031 24.7383 47.2266 25.3242 47.2266 30C47.2266 34.6758 47.2031 35.2617 47.1211 37.1016Z" fill="white" /></g><defs><clipPath id="clip0_108_4"><rect width="60" height="60" fill="white" /></clipPath></defs></svg>');
}
.ai-fb:after {
  mask-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M29.9063 0.914062C35.3203 0.972656 40.1953 2.30859 44.5664 4.89844C48.8789 7.44141 52.4648 11.0508 54.9844 15.375C57.5625 19.7695 58.8867 24.6797 58.9453 30.1172C58.793 37.5586 56.4492 43.9219 51.9023 49.1953C47.3555 54.4688 41.543 57.7266 35.5195 58.9805V38.1094H41.2148L42.5039 29.9062H33.8672V24.5391C33.8203 23.4258 34.1719 22.3359 34.8633 21.457C35.5547 20.5781 36.7617 20.1211 38.5078 20.0742H43.7109V12.8906C43.6406 12.8672 42.9258 12.7734 41.5898 12.6094C40.0664 12.4336 38.5313 12.3398 36.9961 12.3281C33.5273 12.3398 30.7852 13.3242 28.7578 15.2695C26.7422 17.2148 25.7109 20.0156 25.6641 23.6953V29.9297H19.1016V38.1328H25.6641V59.0039C18.2695 57.75 12.4453 54.4922 7.91016 49.2188C3.375 43.9453 1.01953 37.5703 0.867188 30.1289C0.925781 24.6914 2.25 19.7695 4.82812 15.3867C7.34766 11.0625 10.9336 7.45313 15.2461 4.91016C19.6055 2.29688 24.4922 0.972656 29.9063 0.914062Z" fill="white" /></svg>');
}
.ai-yt:after {
  mask-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_108_12)"><path d="M28.8047 24.4453H29.3672C30.6094 24.4453 31.6055 23.4492 31.6172 22.207V18.5625C31.5937 17.3437 30.5977 16.3594 29.3789 16.3477H28.8164C27.5742 16.3477 26.5781 17.3438 26.5664 18.5859V22.2305C26.5898 23.4609 27.5742 24.4453 28.8047 24.4453ZM28.2422 18.4336C28.2422 17.9648 28.6172 17.5898 29.0859 17.5898C29.5547 17.5898 29.9297 17.9648 29.9297 18.4336V22.3477C29.9297 22.8164 29.5547 23.1914 29.0859 23.1914C28.6172 23.1914 28.2422 22.8164 28.2422 22.3477V18.4336Z" fill="white" /><path d="M22.1602 24.3164H24.1406V19.9687L26.3906 13.8047H24.5508L23.1797 17.8945L21.8203 13.8047H19.7812L22.1836 19.9687L22.1602 24.3164Z" fill="white" /><path d="M34.4297 24.4453C35.2266 24.3633 35.9766 24.0234 36.5391 23.4609V24.3047H38.1797V16.3594H36.5391V22.5234C36.5391 22.5234 35.9766 23.1797 35.4492 23.1797C34.9219 23.1797 34.8867 22.7578 34.8867 22.7578V16.3594H33.1641V23.3555C33.2578 23.9883 33.7969 24.4453 34.4297 24.4453Z" fill="white" /><path d="M33.3164 33.5859C32.9883 33.5977 32.6836 33.75 32.4727 34.0078V39.6562C32.6836 39.8906 33 40.0312 33.3164 40.0195C34.1602 40.0195 34.1602 39.082 34.1602 39.082V34.5234C34.1602 34.5234 34.0078 33.5859 33.3164 33.5859Z" fill="white" /><path d="M30 0C13.4297 0 0 13.4297 0 30C0 46.5703 13.4297 60 30 60C46.5703 60 60 46.5703 60 30C60 13.4297 46.5703 0 30 0ZM30 57.2695C14.9414 57.2695 2.73047 45.0586 2.73047 30C2.73047 14.9414 14.9414 2.73047 30 2.73047C45.0586 2.73047 57.2695 14.9414 57.2695 30C57.2695 45.0586 45.0586 57.2695 30 57.2695Z" fill="white" /><path d="M39.7852 33.5859C38.9414 33.5859 38.9414 34.5234 38.9414 34.5234V35.7422H40.6289V34.5234C40.6406 34.5234 40.6406 33.5859 39.7852 33.5859Z" fill="white" /><path d="M40.418 26.1914C40.3945 26.1914 40.3711 26.1914 40.3477 26.1914H40.3242C40.3242 26.1914 35.1797 25.9102 30 25.9102C24.8203 25.9102 19.6523 26.1797 19.6523 26.1797C17.3906 26.1094 15.5039 27.8789 15.4219 30.1289C15.4219 30.1758 15.4219 30.2227 15.4219 30.2695C15.1641 31.9805 15.0234 33.7148 15 35.4492C15.0234 37.207 15.1641 38.9531 15.4219 40.6875C15.4219 42.9492 17.25 44.7773 19.5117 44.7773C19.5586 44.7773 19.6055 44.7773 19.6523 44.7773C19.6523 44.7773 24.7383 45.0469 30 45.0469C35.2617 45.0469 40.3477 44.7773 40.3477 44.7773C42.6094 44.8477 44.4961 43.0781 44.5781 40.8281C44.5781 40.7812 44.5781 40.7344 44.5781 40.6875C44.8359 38.9531 44.9766 37.207 45 35.4492C44.9883 33.6914 44.8359 31.9453 44.5781 30.2109C44.543 27.9609 42.6797 26.1562 40.418 26.1914ZM23.8828 30.7617H21.8203V41.3672H19.793V30.7617H17.7305V29.0156H23.918L23.8828 30.7617ZM29.2383 41.3672H27.5391V40.5586C26.9648 41.0977 26.2148 41.4258 25.4297 41.4961C24.7969 41.5078 24.2461 41.0508 24.1641 40.418V32.0859H25.9219V39.8672C25.9219 39.8672 25.9219 40.2773 26.4844 40.2773C27.0469 40.2773 27.6211 39.6094 27.6211 39.6094V32.0859H29.3086L29.2383 41.3672ZM34.3008 41.5078C33.5859 41.5195 32.9063 41.1797 32.4727 40.6055V41.3672H30.6328V29.0156H32.4609V33.0234C32.9297 32.4961 33.5859 32.168 34.2891 32.1094C35.4258 32.1094 35.8477 33.0469 35.8477 34.2656L35.8594 39.3516C35.8477 39.3516 35.8477 41.5078 34.3008 41.5078ZM42.4687 37.1133H38.9531V39.1406C38.9531 39.1406 38.9531 40.0781 39.7969 40.0781C40.6406 40.0781 40.6406 39.1406 40.6406 39.1406V38.1914H42.4687V39.668C42.2227 40.8516 41.1328 41.6602 39.9375 41.5547C38.6953 41.6719 37.5469 40.875 37.207 39.668V34.4062C37.2422 33.0938 38.332 32.0625 39.6445 32.0977C39.7383 32.0977 39.832 32.1094 39.9258 32.1211C41.1445 31.9453 42.2695 32.7891 42.4453 34.0078C42.4688 34.1367 42.4687 34.2656 42.4687 34.3945V37.1133Z" fill="white" /></g><defs><clipPath id="clip0_108_12"><rect width="60" height="60" fill="white" /></clipPath></defs></svg>');
}
.ai-gl:after {
  mask-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_108_23)"><path d="M37.8516 21.375C36.375 21.375 34.9922 21.9492 33.9492 22.9922L30 26.9297L26.0508 22.9805C25.0078 21.9375 23.625 21.3633 22.1484 21.3633C20.6719 21.3633 19.2891 21.9375 18.2461 22.9805C17.2031 24.0234 16.6289 25.4062 16.6289 26.8828C16.6289 28.3594 17.2031 29.7422 18.2461 30.7852L29.9531 42.5742L41.7422 30.7852C43.8984 28.6289 43.8984 25.1367 41.7422 22.9805C40.7109 21.9492 39.3281 21.375 37.8516 21.375Z" fill="white" /><path d="M51.2109 8.78906C45.5508 3.11719 38.0156 0 30 0C21.9844 0 14.4492 3.11719 8.78906 8.78906C3.11719 14.4492 0 21.9844 0 30C0 38.0156 3.11719 45.5508 8.78906 51.2109C14.4609 56.8828 21.9844 60 30 60C38.0156 60 45.5508 56.8828 51.2109 51.2109C56.8828 45.5391 60 38.0156 60 30C60 21.9844 56.8828 14.4492 51.2109 8.78906ZM44.2383 33.2812L29.9531 47.5664L15.7617 33.2695C12.2461 29.7539 12.2461 24.0234 15.7617 20.4961C19.2891 16.9687 25.0195 16.9687 28.5352 20.4961L30 21.9609L31.4648 20.4961C34.9922 16.9687 40.7227 16.9687 44.2383 20.4961C47.7656 24.0234 47.7656 29.7539 44.2383 33.2812Z" fill="white" /></g><defs><clipPath id="clip0_108_23"><rect width="60" height="60" fill="white" /></clipPath></defs></svg>');
}
.ai-tt:after {
  mask-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_108_2)"><path d="M30 0C13.4297 0 0 13.4297 0 30C0 46.5703 13.4297 60 30 60C46.5703 60 60 46.5703 60 30C60 13.4297 46.5703 0 30 0ZM43.5234 26.6602C40.8516 26.9531 38.5547 25.8984 36.2578 24.5508C36.2578 24.7734 36.3281 31.6289 36.2109 34.8984C36.0938 38.2617 34.8984 41.2148 32.2617 43.418C26.6836 48.1055 18.7617 45.5742 16.8633 38.4141C15.832 34.5117 16.7344 30.9961 19.793 28.207C21.5156 26.625 23.6484 25.9219 25.9219 25.6289C26.4141 25.5703 26.9063 25.5352 27.4336 25.4883V30.7969C26.7656 30.9609 26.0859 31.1133 25.418 31.3008C24.9609 31.4297 24.5039 31.6055 24.0703 31.8047C21.8789 32.7891 20.9063 35.3555 21.8906 37.5469C22.043 37.8984 22.2539 38.2266 22.4883 38.5195C23.5195 39.9492 25.2656 40.6875 27.0117 40.4297C28.7344 40.2188 29.8125 39.1406 30.457 37.5703C30.9023 36.3398 31.0898 35.0273 31.0195 33.7148C30.9961 27.2695 30.9961 20.8359 30.9844 14.3906C30.9844 14.332 30.9844 14.2617 30.9961 14.2031H36.1641C36.7383 18.5156 38.9297 21.2461 43.5117 21.6328V26.6602H43.5234Z" fill="white" /></g><defs><clipPath id="clip0_108_2"><rect width="60" height="60" fill="white" /></clipPath></defs></svg>');
}
.ai-li:after {
  mask-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_108_8)"><path d="M30 0C13.4297 0 0 13.4297 0 30C0 46.5703 13.4297 60 30 60C46.5703 60 60 46.5703 60 30C60 13.4297 46.5703 0 30 0ZM21.4922 43.0195H14.8242V22.9453H21.4922V43.0195ZM18.1641 20.2031H18.1172C15.8789 20.2031 14.4258 18.6563 14.4258 16.7344C14.4258 14.7656 15.9141 13.2656 18.1992 13.2656C20.4844 13.2656 21.8906 14.7656 21.9258 16.7344C21.9375 18.668 20.4844 20.2031 18.1641 20.2031ZM45.5508 43.0195H38.8828V32.2852C38.8828 29.5898 37.9219 27.75 35.5078 27.75C33.668 27.75 32.5664 28.9922 32.0859 30.1875C31.9102 30.6094 31.8633 31.2188 31.8633 31.8164V43.0195H25.1953C25.1953 43.0195 25.2891 24.832 25.1953 22.9453H31.8633V25.793C32.7422 24.4219 34.3359 22.4766 37.875 22.4766C42.2695 22.4766 45.5508 25.3477 45.5508 31.5117V43.0195Z" fill="white" /></g><defs><clipPath id="clip0_108_8"><rect width="60" height="60" fill="white" /></clipPath></defs></svg>');
}
.ai-cross {
  width: 34px;
  height: 34px;
}
.ai-cross:after {
  background: #db0100;
  mask-image: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="12" width="10" height="34" fill="%23DB0100" /><rect y="12" width="34" height="10" fill="%23DB0100" /></svg>');
}

.ctype-ce_image_text_slider .swiper-navigation-disabled .swiper-pagination,
.ctype-ce_image_text_slider .swiper-navigation-disabled .swiper-button-prev,
.ctype-ce_image_text_slider .swiper-navigation-disabled .swiper-button-next {
  display: none;
}
.ctype-ce_image_text_slider .row.xorder-left {
  flex-direction: row-reverse;
}
.ctype-ce_image_text_slider .row .col-text {
  padding: 16px;
}
.ctype-ce_image_text_slider .row .col-text.xbg-blue {
  background-color: #003761;
  color: #fff;
}
.ctype-ce_image_text_slider .row .col-text.xbg-white {
  color: #003761;
}

.ctype-ce_image_info_teaser .pl-0 {
  padding-left: 0 !important;
}
.ctype-ce_image_info_teaser .pr-0 {
  padding-right: 0 !important;
}
.ctype-ce_image_info_teaser .col-img img {
  object-fit: scale-down;
  object-position: top;
}
.ctype-ce_image_info_teaser .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ctype-ce_image_info_teaser .col-text.bg-clr-4 {
  color: #fff;
}
.ctype-ce_image_info_teaser .col-text.bg-clr-4 .h1 {
  color: #fff;
}
@media (min-width: 768px) {
  .ctype-ce_image_info_teaser .col-text {
    margin: 0;
  }
}
.ctype-ce_image_info_teaser .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.ctype-ce_image_info_teaser .video-container iframe, .ctype-ce_image_info_teaser .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ctype-ce_image_teaser_tiles {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .ctype-ce_image_teaser_tiles {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .ctype-ce_image_teaser_tiles {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .ctype-ce_image_teaser_tiles {
    font-size: 1.8rem;
  }
}
.ctype-ce_image_teaser_tiles .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .ctype-ce_image_teaser_tiles .grid--2-1 {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 768px) {
  .ctype-ce_image_teaser_tiles .grid--1-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .ctype-ce_image_teaser_tiles .grid--row-span-2 {
    grid-row: span 2;
  }
}
.ctype-ce_image_teaser_tiles .tile-content {
  padding: 1rem 1rem 1.5rem;
}
.ctype-ce_image_teaser_tiles .tile-link .tile-card {
  transition: color 0.3s ease, background-color 0.3s ease;
}
.ctype-ce_image_teaser_tiles .tile-link:has(.tile-card.bg-clr-4):hover .tile-card {
  background-color: #d9d9d9;
  color: #003761;
}
.ctype-ce_image_teaser_tiles .tile-link:has(.tile-card.bg-clr-8):hover .tile-card {
  background-color: #003761;
  color: #fff;
}
.ctype-ce_image_teaser_tiles .tile-link:has(.tile-card.bg-clr-3):hover .tile-card {
  background-color: #003761;
  color: #fff;
}
.ctype-ce_image_teaser_tiles .tile-card {
  position: relative;
  min-height: 200px;
}
.ctype-ce_image_teaser_tiles .tile-card.bg-clr-3, .ctype-ce_image_teaser_tiles .tile-card.bg-clr-4 {
  color: #fff;
}
.ctype-ce_image_teaser_tiles .tile-card.bg-clr-8 {
  color: #003761;
}
.ctype-ce_image_teaser_tiles .tile-card .img-fluid {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.ctype-ce_image_teaser_tiles .tile-card.has-bg-image {
  display: grid;
  grid-template-areas: "stack";
  /* Define a single stack area */
  height: auto;
  overflow: hidden;
}
.ctype-ce_image_teaser_tiles .tile-card.has-bg-image .tile-bg-image {
  grid-area: stack;
  /* Occupy the stack area */
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ctype-ce_image_teaser_tiles .tile-card.has-bg-image .tile-content {
  grid-area: stack;
  /* Occupy the same stack area */
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 0.5rem 1rem;
  margin: 1rem;
  justify-self: end;
  background-color: inherit;
}
.ctype-ce_image_teaser_tiles .tile-header {
  font-weight: bold;
}
.ctype-ce_image_teaser_tiles .ratio-9-2 .tile-bg-image {
  aspect-ratio: 9/2;
}

.page-content.searching h2.h3, .page-content.searching .h3.h2 {
  display: none !important;
}
.page-content #InputLexiconSearch {
  width: 100%;
  min-height: 50px;
  padding: 10px 15px;
  outline: none;
  color: #575757;
  border: none;
  background-color: #95c11f;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23575757"><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" /></svg>');
  background-position: 98.75% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.swiper-container {
  overflow: hidden;
  max-height: 80vh;
}
.swiper-container.slider-init {
  overflow: visible;
  max-height: none;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  --swiper-navigation-sides-offset: 25px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #95c11f;
  transition: background-color 0.3s;
}
.swiper-container .swiper-button-prev:after, .swiper-container .swiper-button-next:after {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  transition: background-color 0.3s;
  mask-image: url('data:image/svg+xml,<svg width="26" height="28" viewBox="0 0 26 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.8999 4.0999L3.5999 2.8999L23.0999 14.0999L22.3999 15.2999L2.8999 4.0999Z" fill="white" stroke="white" stroke-width="2" stroke-miterlimit="100" /><path d="M22.3999 14.1001L23.0999 15.3001L3.5999 25.1001L2.8999 23.9001L22.3999 14.1001Z" fill="white" stroke="white" stroke-width="2" stroke-miterlimit="100" /></svg>');
}
.swiper-container .swiper-button-prev:hover, .swiper-container .swiper-button-next:hover {
  background-color: #003761;
}
.swiper-container .swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-container.headerimage-swiper-container {
  height: 100%;
  overflow: hidden;
  max-height: none;
}
.swiper-container.headerimage-swiper-container .swiper {
  height: 100%;
}
.swiper-container.headerimage-swiper-container .swiper .swiper-slide {
  max-width: 100vw;
  height: 100%;
}
.swiper-container.headerimage-swiper-container .swiper .swiper-slide .banner__img {
  height: 100%;
  width: auto;
}
.swiper-container.headerimage-swiper-container .swiper-button-prev:after,
.swiper-container.headerimage-swiper-container .swiper-button-next:after {
  width: 15px;
  height: 24px;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
@media (min-width: 768px) {
  .swiper-container.headerimage-swiper-container .swiper-button-prev,
.swiper-container.headerimage-swiper-container .swiper-button-next {
    top: auto;
    bottom: var(--swiper-navigation-sides-offset, 10px);
  }
}
.swiper-container.headerimage-swiper-container .swiper-button-prev:after {
  margin-left: -5px;
}
.swiper-container.headerimage-swiper-container .swiper-button-next:after {
  margin-left: 5px;
}
.swiper-container.news-slider {
  --swiper-navigation-size: 30px;
  height: 100%;
}
.swiper-container.news-slider .swiper {
  height: 100%;
}
.swiper-container.news-slider .swiper-container {
  height: 100%;
}
.swiper-container.news-slider .swiper-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 80%;
}
.swiper-container.news-slider .swiper-button-prev, .swiper-container.news-slider .swiper-button-next {
  --swiper-navigation-sides-offset: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
}
.swiper-container.news-slider .swiper-button-prev:after, .swiper-container.news-slider .swiper-button-next:after {
  width: 10px;
  height: 12px;
}

.chart-slider,
.training-slider {
  margin-top: 43px;
}
.chart-slider .swiper-wrapper,
.training-slider .swiper-wrapper {
  padding-bottom: 90px;
  position: relative;
}
.chart-slider .swiper-pagination,
.training-slider .swiper-pagination {
  bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.chart-slider.swiper-container .swiper-button-prev, .chart-slider.swiper-container .swiper-button-next,
.training-slider.swiper-container .swiper-button-prev,
.training-slider.swiper-container .swiper-button-next {
  bottom: 0;
  top: unset;
  transform: unset;
}
.chart-slider.swiper-container .swiper-button-prev:after, .chart-slider.swiper-container .swiper-button-next:after,
.training-slider.swiper-container .swiper-button-prev:after,
.training-slider.swiper-container .swiper-button-next:after {
  width: 15px;
  height: 24px;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
.chart-slider.swiper-container .swiper-button-next,
.training-slider.swiper-container .swiper-button-next {
  right: 0;
}
.chart-slider.swiper-container .swiper-button-next:after,
.training-slider.swiper-container .swiper-button-next:after {
  margin-left: 5px;
}
.chart-slider.swiper-container .swiper-button-prev,
.training-slider.swiper-container .swiper-button-prev {
  left: 0;
}
.chart-slider.swiper-container .swiper-button-prev:after,
.training-slider.swiper-container .swiper-button-prev:after {
  margin-left: -5px;
}
@media (min-width: 576px) {
  .chart-slider .swiper-wrapper .swiper-slide:nth-child(2) .chart__text ul li:not(:last-child),
.chart-slider .swiper-wrapper .swiper-slide:nth-child(3) .chart__text ul li:not(:last-child),
.training-slider .swiper-wrapper .swiper-slide:nth-child(2) .chart__text ul li:not(:last-child),
.training-slider .swiper-wrapper .swiper-slide:nth-child(3) .chart__text ul li:not(:last-child) {
    margin-bottom: 75px;
  }
  .chart-slider .swiper-wrapper .swiper-slide:nth-child(4) .chart__text ul li:not(:last-child),
.training-slider .swiper-wrapper .swiper-slide:nth-child(4) .chart__text ul li:not(:last-child) {
    margin-bottom: 95px;
  }
}
@media (min-width: 1400px) {
  .chart-slider .swiper-wrapper .swiper-slide:nth-child(2) .chart__text ul li:not(:last-child),
.chart-slider .swiper-wrapper .swiper-slide:nth-child(3) .chart__text ul li:not(:last-child),
.training-slider .swiper-wrapper .swiper-slide:nth-child(2) .chart__text ul li:not(:last-child),
.training-slider .swiper-wrapper .swiper-slide:nth-child(3) .chart__text ul li:not(:last-child) {
    margin-bottom: 75px;
  }
  .chart-slider .swiper-wrapper .swiper-slide:nth-child(4) .chart__text ul li:not(:last-child),
.training-slider .swiper-wrapper .swiper-slide:nth-child(4) .chart__text ul li:not(:last-child) {
    margin-bottom: 95px;
  }
}

.chart-slider .chart {
  padding: 0 1px;
}
.chart-slider .chart__title, .chart-slider .chart__subtitle, .chart-slider .chart__text {
  background-color: #95c11f;
  color: #fff;
  padding: 13px 20px;
}
.chart-slider .chart__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
.chart-slider .chart__target {
  width: 100%;
  max-width: 240px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  padding: 20px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 30px;
  position: relative;
  background-color: #878787;
  color: #fff;
}
.chart-slider .chart__target span {
  font-weight: 700;
}
.chart-slider .chart__target:before {
  content: "";
  position: absolute;
  display: block;
  height: 33px;
  width: 21px;
  left: 50%;
  bottom: -40px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #003761;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 576px) {
  .chart-slider .chart__target {
    gap: 0;
    justify-content: start;
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .chart-slider .chart__target {
    max-width: 227px;
  }
}
@media (min-width: 1400px) {
  .chart-slider .chart__target {
    max-width: 240px;
  }
}
.chart-slider .chart__subtitle {
  color: #163051;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .chart-slider .chart__subtitle {
    height: 90px;
    padding: 25px 20px 13px;
  }
}
@media (min-width: 768px) {
  .chart-slider .chart__subtitle {
    height: unset;
    padding: 19px 20px 17px;
  }
}
@media (min-width: 1200px) {
  .chart-slider .chart__subtitle {
    height: 90px;
    padding: 25px 20px 13px;
  }
}
.chart-slider .chart__text {
  margin-bottom: 5px;
}
.chart-slider .chart__text p {
  font-weight: 700;
  margin-bottom: 20px;
}
.chart-slider .chart__text ul {
  list-style: none;
  margin: 0;
  padding-left: 25px;
}
.chart-slider .chart__text ul li {
  position: relative;
}
.chart-slider .chart__text ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  left: -25px;
  top: 6px;
  background-color: #fff;
}
.chart-slider .chart__btn.btn {
  width: 100%;
  font-size: 20px;
  justify-content: start;
}
.chart-slider .chart__btn.btn span {
  display: block;
}
.chart-slider .chart__btn.btn span:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  margin-bottom: -3px;
  height: 0.9em;
  width: 0.55em;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #fff;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
@media (min-width: 1200px) {
  .chart-slider .chart__btn.btn span:after {
    margin-left: 10px;
    margin-bottom: -2px;
  }
}
@media (min-width: 576px) {
  .chart-slider .chart__btn.btn span {
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .chart-slider .chart__btn.btn span {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .chart-slider .chart__btn.btn span {
    padding-right: 35px;
  }
}
.chart-slider .chart__btn.btn:after {
  content: none;
}

.prof {
  position: relative;
  background-color: #003761;
}
.prof__img {
  position: relative;
  padding-top: 63.5%;
  background-color: #d9d9d9;
}
.prof__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.prof__title {
  padding: 30px;
  height: 105px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.prof__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.certificates-slider {
  position: relative;
}
.certificates-slider .swiper {
  margin: 0 40px;
}
@media (min-width: 992px) {
  .certificates-slider .swiper {
    margin: 0 60px;
  }
}
.certificates-slider .swiper .swiper-wrapper {
  align-items: center;
}
.certificates-slider .swiper-button-prev,
.certificates-slider .swiper-button-next {
  --swiper-navigation-sides-offset: 0;
  background-color: initial;
  width: 10px;
  height: 18px;
  top: 0;
  margin: 0;
}
.certificates-slider .swiper-button-prev:hover,
.certificates-slider .swiper-button-next:hover {
  background: unset;
}
.certificates-slider .swiper-button-prev:after,
.certificates-slider .swiper-button-next:after {
  background-color: #B2B2B2;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
@media (min-width: 992px) {
  .certificates-slider .swiper-button-prev,
.certificates-slider .swiper-button-next {
    width: 14px;
    height: 21px;
  }
}
.certificates-slider__logo {
  display: block;
  height: auto;
  max-height: 200px;
  max-width: 200px;
  width: auto;
}

/*@import "elements_as/slider";*/
/* Complex definitions for extensions */
.tx-as-jobs .jobs-list-container {
  padding-top: 30px;
}
.tx-as-jobs #protit img {
  max-width: 100%;
  height: auto;
}

.ctype-asjobs_offers .news__filter {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ctype-asjobs_offers .news__filter {
    margin-top: 30px;
  }
}
.ctype-asjobs_offers label {
  color: #003761;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
.ctype-asjobs_offers .form-control,
.ctype-asjobs_offers .multi-select .multi-select-header,
.ctype-asjobs_offers .multi-select .multi-select-header .multi-select-header-option {
  background-color: #fff;
  color: #003761;
}
.ctype-asjobs_offers .multi-select .multi-select-header {
  border-top-width: 20px;
  border-color: #fff;
  padding: 0;
}
.ctype-asjobs_offers .multi-select .multi-select-header .multi-select-header-option {
  padding: 3px 5px;
}
.ctype-asjobs_offers .form-select-wrapper:after,
.ctype-asjobs_offers .multi-select .multi-select-header::after {
  background-color: #003761;
}
.ctype-asjobs_offers .jobs-list .form-row {
  column-gap: 10%;
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .ctype-asjobs_offers .jobs-list .form-row {
    align-items: baseline;
  }
}
.ctype-asjobs_offers .jobs-list .form-row .form-column {
  color: #003761;
  flex: 1;
  gap: 20px;
}
@media (min-width: 992px) {
  .ctype-asjobs_offers .jobs-list .form-row .form-column {
    flex: 0 0 300px;
  }
}
.ctype-asjobs_offers .jobs-list .form-row .form-column .job-location {
  font-size: 24px;
}
.ctype-asjobs_offers .jobs-list .form-row .form-column.big {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ctype-asjobs_offers .jobs-list .form-row .form-column.big .link {
  font-size: 24px;
}
.ctype-asjobs_offers .job-offer {
  color: #003761;
  hyphens: auto;
  hyphenate-limit-chars: auto 5 2;
}
@media (min-width: 992px) {
  .ctype-asjobs_offers .job-offer {
    hyphens: none;
  }
}
.ctype-asjobs_offers .job-offer #protit,
.ctype-asjobs_offers .job-offer #proend {
  display: none;
}
.ctype-asjobs_offers .job-offer #protxt4 > div:empty {
  display: none;
}
.ctype-asjobs_offers .job-offer #con_4,
.ctype-asjobs_offers .job-offer #con_5,
.ctype-asjobs_offers .job-offer #con_6 {
  padding: 1rem 0px 0px 0px !important;
}
.ctype-asjobs_offers .job-offer .job-offer-header {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .ctype-asjobs_offers .job-offer .job-offer-header {
    margin-bottom: 60px;
  }
}
.ctype-asjobs_offers .job-offer .job-offer-header img {
  padding-right: 40px;
  object-position: calc(0% - 2px) 50%;
  margin-top: -2px;
  margin-bottom: -2px;
  position: relative;
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .events .h1 {
    margin-top: 40px;
  }
}
.events__filter {
  margin-top: 40px;
}

.event-teaser {
  margin-top: 40px;
}
.event-teaser__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-teaser__date {
  font-weight: 700;
  margin-top: 20px;
  display: block;
  color: #003761;
}
@media (min-width: 768px) {
  .event-teaser__date {
    margin-top: 0;
  }
}
.event-teaser__title.h3 {
  padding-top: 20px;
  margin-bottom: 20px;
}
.event-teaser__title a {
  color: #003761;
}
.event-teaser__title a:hover {
  color: #95c11f;
}
.event-teaser__link {
  font-weight: 700;
  color: #003761;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.event-teaser__link:after {
  content: "";
  height: 0.7em;
  width: 0.45em;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #003761;
  transition: background-color 0.3s;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
.event-teaser__link:hover {
  color: #95c11f;
}
.event-teaser__link:hover:after {
  background-color: #95c11f;
}

.events-search-result {
  color: #003761;
}

.tx-sf-event-mgt .event-detail .anchor-menu__list,
.tx-sf-event-mgt .event-detail .ce-uploads {
  padding: 0;
}
.tx-sf-event-mgt .event-detail .anchor-menu__list li:before,
.tx-sf-event-mgt .event-detail .ce-uploads li:before {
  content: none;
}
.tx-sf-event-mgt .event-detail .event-detail-row {
  margin-top: 60px;
}
.tx-sf-event-mgt .event-detail .event-image {
  height: 100%;
}

.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt .event-registration-row {
  margin-bottom: 15px;
  color: #003761;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form {
  accent-color: #003761;
  margin-top: 2rem;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset {
  width: 100%;
}
@media (min-width: 576px) {
  .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset {
    display: flex;
    flex-direction: column;
  }
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row {
    margin-bottom: 20px;
  }
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row .form-control {
  background-color: transparent;
  border-bottom: 2px solid #003761;
  color: #575757;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row label {
  color: #003761;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text] {
  padding: 10px;
  display: initial;
  width: 100%;
  color: #575757;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text],
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row textarea {
  color: #003761;
  height: 45px;
  overflow: hidden;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text] ~ label,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row textarea ~ label {
  position: absolute;
  top: 10px;
  left: 0;
  line-height: normal;
  transition: all 300ms ease-in-out;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text]:required:valid, .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text]:focus, .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text]:not(:placeholder-shown),
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row textarea:required:valid,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row textarea:focus,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row textarea:not(:placeholder-shown) {
  height: auto;
  min-height: 45px;
  overflow: show;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text]:required:valid ~ label, .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text]:focus ~ label, .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text]:not(:placeholder-shown) ~ label,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row textarea:required:valid ~ label,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row textarea:focus ~ label,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row textarea:not(:placeholder-shown) ~ label {
  font-size: 14px;
  top: -14px;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text].date::placeholder,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row textarea.date::placeholder {
  color: transparent;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row [type=text].date:focus::placeholder,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row textarea.date:focus::placeholder {
  color: #575757;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row select {
  background-image: url("../Images/angles-down-solid.svg");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 5%;
}
@media (min-width: 576px) {
  .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row select {
    background-size: 4%;
  }
}
@media (min-width: 768px) {
  .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row select {
    background-size: 3%;
  }
}
@media (min-width: 992px) {
  .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row select {
    background-size: 1.5%;
    background-position: 99%;
  }
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row .field-errors {
  padding: 0.25rem 0 0;
  margin: 0;
  color: #000;
  font-size: 80%;
  list-style: none;
  text-align: left;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .event-registration-row .field-errors span {
  padding: 0;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .checkbox {
  background-color: #fff;
  border-radius: 0;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .checkbox label {
  font-weight: 400;
  width: 100%;
  padding-left: 20px;
  padding-top: 5px;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .checkbox label input,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .checkbox label radio {
  position: absolute;
  left: 0px;
  transform: translateY(5px);
  width: auto;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .checkbox label small, .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .checkbox label .small,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset .checkbox label a {
  display: block;
  margin-top: 10px;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset input[type=submit] {
  border: unset;
  align-self: center;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset button,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset input[type=submit] {
  height: auto;
  padding: 15px 35px 15px 15px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  border: none;
  background-color: #003761;
  color: #fff;
  background-size: 12px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
@media (min-width: 992px) {
  .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset button,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset input[type=submit] {
    --am-btn-padding-y: 0.41rem;
    font-size: 18px;
  }
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset button:hover,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset input[type=submit]:hover {
  background-color: #003761;
  color: #fff;
  text-decoration: underline;
}
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset button:active, .ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset button:focus,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset input[type=submit]:active,
.ctype-sfeventmgt_pieventregistration .tx-sf-event-mgt form fieldset input[type=submit]:focus {
  background-color: #003761;
  color: #fff;
}

.ctype-sfeventmgt_pieventlist .tx-sf-event-mgt .event-date {
  color: #003761;
}

.field-errors .error {
  color: red;
}

.tx-indexedsearch-searchbox {
  margin-bottom: 3rem;
}
.tx-indexedsearch-searchbox fieldset {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.tx-indexedsearch-searchbox fieldset label {
  display: none;
}
.tx-indexedsearch-searchbox fieldset legend {
  display: none;
}
.tx-indexedsearch-searchbox fieldset input,
.tx-indexedsearch-searchbox fieldset button {
  height: 50px;
  padding: 10px 15px;
  color: #575757;
  border: none;
  background-color: #95c11f;
  outline: none;
  width: calc(100% - 50px);
}
.tx-indexedsearch-searchbox fieldset input[type=submit] {
  background-color: #95c11f;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23575757"><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" /></svg>');
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  position: absolute;
  width: 50px;
  text-indent: -1000px;
  overflow: hidden;
  transition: background-color 0.3s;
}

.tx-indexedsearch-info-sword .tx-indexedsearch-info-sword-word {
  font-weight: 700;
}

.tx-indexedsearch-browsebox > p {
  width: 100%;
}
.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox {
  display: flex;
  gap: 8px;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li {
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li:before {
  content: unset;
  display: none;
}
.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li.ellipsis {
  background-color: transparent;
  align-items: center;
  background-color: #eeeeee;
  display: flex;
  color: #d9d9d9;
  font-size: inherit;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 42px;
}

.tx-indexedsearch-info-sword {
  display: none;
}

.tx-indexedsearch-res {
  padding: 1.5rem 0;
}
.tx-indexedsearch-res:last-child {
  border-bottom: 2px solid #bed6d8;
}
.tx-indexedsearch-res h2, .tx-indexedsearch-res .h2 {
  margin-bottom: 20px;
}
.tx-indexedsearch-res h2 span, .tx-indexedsearch-res .h2 span {
  display: initial;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}
.tx-indexedsearch-res a {
  color: #003761;
  display: inline-flex;
}
.tx-indexedsearch-res a:after {
  background-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="%23003761" /></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22%;
  content: "";
  display: block;
  height: 50px;
  width: 50px;
}
.tx-indexedsearch-res .tx-indexedsearch-icon svg {
  margin-bottom: 4px;
}
.tx-indexedsearch-res .tx-indexedsearch-percent {
  color: #95c11f;
  font-size: 75%;
}
.tx-indexedsearch-res p {
  line-height: 1.4;
  margin-bottom: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  display: none;
}

.ctype-felogin_login legend {
  margin-bottom: 1rem;
}
.ctype-felogin_login .fe-row {
  position: relative;
  display: block;
  width: 100%;
  margin: 14px 0 30px;
}
@media (min-width: 992px) {
  .ctype-felogin_login .fe-row {
    margin-bottom: 20px;
  }
}
.ctype-felogin_login .fe-row label {
  color: #003761;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
}
.ctype-felogin_login .fe-row input[type=text],
.ctype-felogin_login .fe-row input[type=password] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #003761;
  color: #003761;
  height: 45px;
  overflow: hidden;
  min-width: 25%;
}
.ctype-felogin_login .fe-row input[type=text] ~ label,
.ctype-felogin_login .fe-row input[type=password] ~ label {
  position: absolute;
  top: 10px;
  left: 0;
  line-height: normal;
  transition: all 300ms ease-in-out;
}
.ctype-felogin_login .fe-row input[type=text]:required:valid, .ctype-felogin_login .fe-row input[type=text]:focus, .ctype-felogin_login .fe-row input[type=text]:not(:placeholder-shown),
.ctype-felogin_login .fe-row input[type=password]:required:valid,
.ctype-felogin_login .fe-row input[type=password]:focus,
.ctype-felogin_login .fe-row input[type=password]:not(:placeholder-shown) {
  height: auto;
  min-height: 45px;
  overflow: show;
}
.ctype-felogin_login .fe-row input[type=text]:required:valid ~ label, .ctype-felogin_login .fe-row input[type=text]:focus ~ label, .ctype-felogin_login .fe-row input[type=text]:not(:placeholder-shown) ~ label,
.ctype-felogin_login .fe-row input[type=password]:required:valid ~ label,
.ctype-felogin_login .fe-row input[type=password]:focus ~ label,
.ctype-felogin_login .fe-row input[type=password]:not(:placeholder-shown) ~ label {
  font-size: 14px;
  top: -14px;
}
.ctype-felogin_login .fe-row input[type=text].date::placeholder,
.ctype-felogin_login .fe-row input[type=password].date::placeholder {
  color: transparent;
}
.ctype-felogin_login .fe-row input[type=text].date:focus::placeholder,
.ctype-felogin_login .fe-row input[type=password].date:focus::placeholder {
  color: #575757;
}
.ctype-felogin_login .fe-row button,
.ctype-felogin_login .fe-row input[type=submit] {
  border: unset;
  align-self: center;
  height: auto;
  padding: 15px 35px 15px 15px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  border: none;
  background-color: #003761;
  color: #fff;
  background-size: 12px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
@media (min-width: 992px) {
  .ctype-felogin_login .fe-row button,
.ctype-felogin_login .fe-row input[type=submit] {
    --am-btn-padding-y: 0.41rem;
    font-size: 18px;
  }
}
.ctype-felogin_login .fe-row button:hover,
.ctype-felogin_login .fe-row input[type=submit]:hover {
  background-color: #003761;
  color: #fff;
  text-decoration: underline;
}
.ctype-felogin_login .fe-row button:active, .ctype-felogin_login .fe-row button:focus,
.ctype-felogin_login .fe-row input[type=submit]:active,
.ctype-felogin_login .fe-row input[type=submit]:focus {
  background-color: #003761;
  color: #fff;
}

.news.content-line + .news.content-line {
  padding-top: 0;
}
.news .news-latest-item > div + .articletype-0 {
  margin-top: 1rem;
}
.news .news-latest-item .extra {
  color: #95c11f;
  font-weight: bold;
}
.news .news-list__form .form-control {
  border: 2px solid #95c11f;
  border-radius: 0;
}
.news .news-list__form .col-btn {
  align-items: flex-end;
}
.news .news-list__form .btn {
  border-radius: 0;
}
.news .news-list__form .btn:hover {
  background-color: #000;
  color: #fff;
}
.news .news-list-item {
  margin: 3rem 0;
}
.news .news-list-item .lead p {
  margin-bottom: 0.5rem;
}
.news.news-single .extra + h1, .news.news-single .extra + .h1 {
  margin-top: 1rem;
}
.news.news-single h1, .news.news-single .h1 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 576px) {
  .news.news-single .row.content {
    flex-direction: column-reverse;
  }
}
.news.news-single .news-img-wrap a {
  display: block;
  position: relative;
}
.news.news-single .news-img-wrap a img {
  width: 100%;
  height: auto;
}
.news.news-single .news-img-wrap a div.icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #95c11f;
  padding: 10px;
}
.news.news-single .news-img-wrap a div.icon svg {
  fill: #fff;
}
.news.news-single .news-img-wrap a:hover div.icon {
  background-color: #000;
}
.news.news-single .documents-list__item {
  border-bottom: 2px solid #95c11f;
}
.news.news-single .documents-list__item > a {
  position: relative;
}
.news.news-single .documents-list__item > a .download-arrow svg,
.news.news-single .documents-list__item > a .file-icon svg {
  fill: #95c11f;
}
.news.news-single .documents-list__item > a .file-icon:after {
  background-color: #95c11f;
  border: none;
  color: #fff;
}
.news.news-single .documents-list__item > a .download-arrow {
  position: absolute;
  right: 0;
}
.news.news-single .news-back {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .news .h1 {
    margin-top: 40px;
  }
}
.news__filter {
  margin-top: 40px;
}

.news-search-result {
  color: #003761;
}

.news.news-detail .col-text,
.ctype-news_newsdetail .col-text {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.news.news-detail .col-text p:last-child,
.ctype-news_newsdetail .col-text p:last-child {
  margin-bottom: 0;
}
.news.news-detail .news-list-date,
.ctype-news_newsdetail .news-list-date {
  color: #003761;
}
.news.news-detail .news-text-wrap,
.ctype-news_newsdetail .news-text-wrap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news.news-detail .news-text-wrap,
.ctype-news_newsdetail .news-text-wrap {
    margin-top: 40px;
  }
}
.news.news-detail .flex,
.ctype-news_newsdetail .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news.news-detail .flex .mediaelement,
.ctype-news_newsdetail .flex .mediaelement {
  flex: 1;
  max-width: 200px;
  min-width: 150px;
}
.news.news-detail img,
.ctype-news_newsdetail img {
  max-width: 100%;
  height: auto;
}
.news.news-detail .news-related,
.ctype-news_newsdetail .news-related {
  margin-top: 40px;
}
.news.news-detail .news-backlink-wrap,
.ctype-news_newsdetail .news-backlink-wrap {
  margin: 40px 0 120px;
}
.news.news-detail .news-related.news-related-links ul,
.ctype-news_newsdetail .news-related.news-related-links ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.news.news-detail .news-related.news-related-links ul li,
.ctype-news_newsdetail .news-related.news-related-links ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 0.8rem 0;
}
.news.news-detail .news-related.news-related-links ul li::before,
.ctype-news_newsdetail .news-related.news-related-links ul li::before {
  content: none;
}
.news.news-detail .news-related.news-related-links ul li .news__link,
.ctype-news_newsdetail .news-related.news-related-links ul li .news__link {
  display: flex;
}
.news.news-detail .news-related-files ul,
.news.news-detail .news-related-links ul,
.ctype-news_newsdetail .news-related-files ul,
.ctype-news_newsdetail .news-related-links ul {
  padding-left: 0;
}
.news.news-detail .news-img-wrap,
.ctype-news_newsdetail .news-img-wrap {
  position: relative;
}
.news.news-detail .news-img-wrap .mediaelement,
.ctype-news_newsdetail .news-img-wrap .mediaelement {
  display: flex;
}
.news.news-detail .news-img-wrap .news-img-caption,
.ctype-news_newsdetail .news-img-wrap .news-img-caption {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #95c11f;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0;
}

.news-teaser {
  margin-top: 40px;
}
.news-teaser__img,
.news-teaser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-teaser__date {
  font-weight: 700;
  margin-top: 20px;
  display: block;
  color: #003761;
}
@media (min-width: 768px) {
  .news-teaser__date {
    margin-top: 0;
  }
}
.news-teaser__title.h3 {
  padding-top: 20px;
  margin-bottom: 20px;
}
.news-teaser__title a {
  color: #003761;
}
.news-teaser__title a:hover {
  color: #95c11f;
}
.news-teaser__link {
  font-weight: 700;
  color: #003761;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.news-teaser__link:after {
  content: "";
  height: 0.7em;
  width: 0.45em;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #003761;
  transition: background-color 0.3s;
  mask-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
.news-teaser__link:hover {
  color: #95c11f;
}
.news-teaser__link:hover:after {
  background-color: #95c11f;
}

.ctype-powermail_pi1 .powermail_field {
  margin-bottom: 10px;
}
.ctype-powermail_pi1 .powermail_field textarea {
  height: auto;
}
.ctype-powermail_pi1 .powermail_field select option {
  background-color: #fff;
}

.tx-powermail form {
  accent-color: #003761;
  margin-top: 2rem;
}
.tx-powermail form.nolabel legend {
  display: none;
}
.tx-powermail form.form-contact {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .tx-powermail form.form-contact {
    width: calc(83.33333333% + 30px);
  }
}
@media (min-width: 992px) {
  .tx-powermail form.form-contact {
    width: calc(66.66666667% + 30px);
  }
}
@media (min-width: 1200px) {
  .tx-powermail form.form-contact {
    width: calc(50% + 30px);
  }
}
.tx-powermail form h2, .tx-powermail form .h2 {
  margin-top: 2rem;
  margin-bottom: 0;
}
.tx-powermail form h3, .tx-powermail form .h3 {
  display: none;
}
.tx-powermail form small, .tx-powermail form .small {
  font-weight: 400;
}
.tx-powermail form a {
  color: #95c11f;
}
.tx-powermail form a:hover {
  color: #003761;
}
.tx-powermail form .powermail_fieldwrap_type_html .powermail_field {
  color: #003761;
}
.tx-powermail form .btn-group {
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tx-powermail form .btn-group {
    flex-wrap: unset;
  }
}
.tx-powermail form .btn-group .btn-default {
  background-color: #003761;
  color: #fff;
  margin: 1px !important;
  padding: 0.75rem 0.75rem;
}
.tx-powermail form .btn-group .btn-default.active {
  background-color: #95c11f;
}
.tx-powermail form .powermail_fieldset > legend {
  display: none;
}
.tx-powermail form .powermail_fieldwrap {
  width: 100%;
}
.tx-powermail form .powermail_fieldwrap.powermail_tab_navigation {
  display: block;
  line-height: 0;
  margin-top: 30px;
}
.tx-powermail form .powermail_fieldwrap.powermail_tab_navigation .btn {
  aspect-ratio: 1/1;
  background-color: #fff;
  background-image: none;
  border: 1px solid #95c11f;
  margin-right: 12px;
  text-indent: -10000px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tx-powermail form .powermail_fieldwrap.powermail_tab_navigation .btn:after {
  background-color: #878787;
  position: absolute;
  transform: rotate(180deg);
}
.tx-powermail form .powermail_fieldwrap.powermail_tab_navigation .btn:hover {
  opacity: 0.7;
}
.tx-powermail form .powermail_fieldwrap.powermail_tab_navigation .btn-primary {
  float: right;
  margin-right: 0;
}
.tx-powermail form .powermail_fieldwrap.powermail_tab_navigation .btn-primary:after {
  background-color: #575757;
  transform: unset;
}
@media (min-width: 576px) {
  .tx-powermail form .powermail_fieldwrap {
    display: flex;
  }
}
.tx-powermail form .powermail_fieldwrap label {
  color: #003761;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
}
.tx-powermail form .powermail_fieldwrap.powermail_fieldwrap_radiobutton .powermail_field, .tx-powermail form .powermail_fieldwrap.powermail_fieldwrap_checkbox .powermail_field {
  padding-top: 5px;
}
.tx-powermail form .powermail_fieldwrap.powermail_fieldwrap_radiobutton .powermail_field > label, .tx-powermail form .powermail_fieldwrap.powermail_fieldwrap_checkbox .powermail_field > label {
  position: absolute;
  left: 0;
  top: -14px;
  font-size: 14px;
  line-height: normal;
  transition: all 300ms ease-in-out;
}
.tx-powermail form .powermail_fieldwrap .powermail_field {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 14px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .tx-powermail form .powermail_fieldwrap .powermail_field {
    margin-bottom: 20px;
  }
}
.tx-powermail form .powermail_fieldwrap .powermail_field .form-control {
  background-color: transparent;
  border-bottom: 2px solid #003761;
  color: #575757;
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_select,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_file,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_date {
  height: auto;
  min-height: 50px;
  overflow: visible;
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_select ~ label,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_file ~ label,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_date ~ label {
  position: absolute;
  left: 0;
  top: -14px;
  font-size: 14px;
  line-height: normal;
  transition: all 300ms ease-in-out;
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_captcha,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_input,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_textarea {
  color: #003761;
  height: 50px;
  overflow: hidden;
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_captcha ~ label,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_input ~ label,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_textarea ~ label {
  position: absolute;
  left: 0;
  top: -14px;
  font-size: 14px;
  line-height: normal;
  transition: all 300ms ease-in-out;
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_captcha:required:valid, .tx-powermail form .powermail_fieldwrap .powermail_field .powermail_captcha:focus, .tx-powermail form .powermail_fieldwrap .powermail_field .powermail_captcha:not(:placeholder-shown),
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_input:required:valid,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_input:focus,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_input:not(:placeholder-shown),
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_textarea:required:valid,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_textarea:focus,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_textarea:not(:placeholder-shown) {
  height: auto;
  min-height: 50px;
  overflow: show;
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_captcha:required:valid ~ label, .tx-powermail form .powermail_fieldwrap .powermail_field .powermail_captcha:focus ~ label, .tx-powermail form .powermail_fieldwrap .powermail_field .powermail_captcha:not(:placeholder-shown) ~ label,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_input:required:valid ~ label,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_input:focus ~ label,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_input:not(:placeholder-shown) ~ label,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_textarea:required:valid ~ label,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_textarea:focus ~ label,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_textarea:not(:placeholder-shown) ~ label {
  font-size: 14px;
  top: -14px;
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_captcha::placeholder,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_input::placeholder,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_textarea::placeholder {
  color: transparent;
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_captcha:focus::placeholder,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_input:focus::placeholder,
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail_textarea:focus::placeholder {
  color: #575757;
}
.tx-powermail form .powermail_fieldwrap .powermail_field select {
  appearance: none;
  background-image: url("../Images/angles-down-solid.svg");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 5%;
}
@media (min-width: 576px) {
  .tx-powermail form .powermail_fieldwrap .powermail_field select {
    background-size: 4%;
  }
}
@media (min-width: 768px) {
  .tx-powermail form .powermail_fieldwrap .powermail_field select {
    background-size: 3%;
  }
}
@media (min-width: 992px) {
  .tx-powermail form .powermail_fieldwrap .powermail_field select {
    background-size: 1.5%;
    background-position: 99%;
  }
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail-errors-list {
  padding: 0.25rem 0 0;
  margin: 0;
  color: #000;
  font-size: 80%;
  list-style: none;
  text-align: left;
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail-errors-list li {
  padding: 0;
  color: red;
}
.tx-powermail form .powermail_fieldwrap .powermail_field .powermail-errors-list li:before {
  display: none;
}
.tx-powermail form .powermail_fieldwrap_type_html {
  padding: 15px 20px;
}
.tx-powermail form .powermail_fieldwrap_type_html .powermail_field {
  display: initial;
  width: 100%;
}
.tx-powermail form .powermail_fieldwrap_type_html hr {
  border-top: 1px solid #003761;
  opacity: 1;
}
.tx-powermail form .powermail_fieldwrap_type_check, .tx-powermail form .powermail_fieldwrap_type_radio {
  background-color: #fff;
  border-radius: 0;
}
.tx-powermail form .powermail_fieldwrap_type_check label, .tx-powermail form .powermail_fieldwrap_type_radio label {
  font-weight: 400;
  width: 100%;
  display: inline;
}
.tx-powermail form .powermail_fieldwrap_type_check label input,
.tx-powermail form .powermail_fieldwrap_type_check label radio, .tx-powermail form .powermail_fieldwrap_type_radio label input,
.tx-powermail form .powermail_fieldwrap_type_radio label radio {
  top: -1px;
  margin-right: 10px;
  position: relative;
  width: auto;
}
.tx-powermail form .powermail_fieldwrap_type_check label small, .tx-powermail form .powermail_fieldwrap_type_check label .small, .tx-powermail form .powermail_fieldwrap_type_radio label small, .tx-powermail form .powermail_fieldwrap_type_radio label .small {
  display: block;
}
.tx-powermail form .powermail_fieldwrap_type_submit {
  border: unset;
}
.tx-powermail form .powermail_fieldwrap_type_submit .powermail_field {
  display: block;
  text-align: center;
  width: 100%;
}
.tx-powermail form .powermail_fieldwrap_type_captcha .powermail_field {
  border-radius: 0;
  display: block;
  text-align: left;
}
.tx-powermail form .powermail_fieldwrap_type_captcha .powermail_field img {
  margin-top: -2px;
  max-height: 50px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .tx-powermail form .powermail_fieldwrap_type_captcha .powermail_field {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .tx-powermail form .powermail_fieldwrap_type_captcha .powermail_field {
    padding: 0;
  }
}
.tx-powermail form .powermail_fieldwrap_type_captcha .powermail_field input {
  width: calc(100% - 218px);
}
@media (min-width: 992px) {
  .tx-powermail form .powermail_fieldwrap_type_captcha .powermail_field .powermail-errors-list {
    text-align: left;
  }
}
.tx-powermail form .powermail_fieldwrap button,
.tx-powermail form .powermail_fieldwrap input[type=submit] {
  height: auto;
  padding: 15px 35px 15px 15px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  border: none;
  background-color: #003761;
  color: #fff;
  background-size: 8%;
  background-position: 89%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6 12.5L0 24.9V0L15.6 12.5Z" fill="white" /></svg>');
}
@media (min-width: 992px) {
  .tx-powermail form .powermail_fieldwrap button,
.tx-powermail form .powermail_fieldwrap input[type=submit] {
    --am-btn-padding-y: 0.41rem;
    font-size: 18px;
  }
}
.tx-powermail form .powermail_fieldwrap button:hover,
.tx-powermail form .powermail_fieldwrap input[type=submit]:hover {
  background-color: #003761;
  color: #fff;
  text-decoration: underline;
}
.tx-powermail form .powermail_fieldwrap button:active, .tx-powermail form .powermail_fieldwrap button:focus,
.tx-powermail form .powermail_fieldwrap input[type=submit]:active,
.tx-powermail form .powermail_fieldwrap input[type=submit]:focus {
  background-color: #003761;
  color: #fff;
}

/*@import "extensions/news";*/
/*# sourceMappingURL=styles.css.map */
