h1,
.h1,
h2,
.h2,
legend,
h3,
.h3 {
  color: #000;
  font-weight: 700;
  hyphens: auto;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
}
h1.inverted,
.inverted.h1,
h2.inverted,
.inverted.h2,
legend.inverted,
h3.inverted,
.inverted.h3 {
  color: #fff;
}
.monocle h1.inverted,
.monocle .inverted.h1,
.monocle h2.inverted,
.monocle .inverted.h2,
.monocle legend.inverted,
.monocle h3.inverted,
.monocle .inverted.h3 {
  background-color: #eb342c;
}
h1.colored,
.colored.h1,
h2.colored,
.colored.h2,
legend.colored,
h3.colored,
.colored.h3 {
  color: #eb342c;
}

h2:first-child,
.h2:first-child,
legend:first-child,
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
h2:last-child,
.h2:last-child,
legend:last-child,
h3:last-child,
.h3:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 27px;
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 42px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 25px;
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 1.35;
    margin-bottom: 30px;
    margin-top: 53px;
  }
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

legend, h3,
.h3 {
  color: #eb342c;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  legend, h3,
  .h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 26px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  legend, h3,
  .h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 28px;
    margin-top: 20px;
  }
}

[class*=icon-] {
  display: inline-block;
  height: 24px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
}

.table table,
.table.ck-widget table {
  border: 1px solid #dee2e6;
  max-width: 100%;
  min-width: 100%;
}
.table table > thead,
.table.ck-widget table > thead {
  vertical-align: top;
}
.table table th,
.table.ck-widget table th,
.table table td,
.table.ck-widget table td {
  border: 1px solid #dee2e6;
  padding: 1rem !important;
  vertical-align: top;
}
.table table th,
.table.ck-widget table th {
  background-color: #fff;
}
.table table > :not(:first-child) {
  border-top: 0;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #eb342c;
  --bs-secondary: #8c8c8c;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #cd5c5c;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 235, 52, 44;
  --bs-secondary-rgb: 140, 140, 140;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #5e1512;
  --bs-secondary-text-emphasis: #383838;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #fbd6d5;
  --bs-secondary-bg-subtle: #e8e8e8;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #f7aeab;
  --bs-secondary-border-subtle: #d1d1d1;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(0, 0, 0, 0.75);
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #000;
  --bs-link-color-rgb: 0, 0, 0;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #eb342c;
  --bs-link-hover-color-rgb: 235, 52, 44;
  --bs-code-color: #d63384;
  --bs-highlight-color: #000;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(235, 52, 44, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #f38580;
  --bs-secondary-text-emphasis: #bababa;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #2f0a09;
  --bs-secondary-bg-subtle: #1c1c1c;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #8d1f1a;
  --bs-secondary-border-subtle: #545454;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #f38580;
  --bs-link-hover-color: #f59d99;
  --bs-link-color-rgb: 243, 133, 128;
  --bs-link-hover-color-rgb: 245, 157, 153;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::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;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  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], [class]), a:not([href], [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], [type=datetime-local], [type=month], [type=week], [type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

[type=search] {
  -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;
}

.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.8125rem;
  color: #000;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
: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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 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: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !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: #000 !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(239, 93, 86, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(239, 93, 86, 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(163, 163, 163, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(163, 163, 163, 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(215, 125, 125, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(215, 125, 125, 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: 75%;
}

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

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

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

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

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

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

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

.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 {
  -webkit-user-select: all !important;
          user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
          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;
  }
}
a {
  transition: color 0.3s ease;
}

.content ul {
  list-style: disc;
}
.content ul ::marker {
  color: #eb342c;
}
.content ul li {
  position: relative;
}
.content ol,
.content ul {
  margin: 1rem 0;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .content ol,
  .content ul {
    padding-left: 16px;
  }
}
.content ol li,
.content ul li {
  margin-bottom: 0.5em;
}
.content ol li ol,
.content ol li ul,
.content ul li ol,
.content ul li ul {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.content ol li li:first-child,
.content ul li li:first-child {
  margin-top: 0.5em;
}

ul.no-list-style {
  list-style: none;
}
ul.no-list-style:not([class*=col-]) {
  padding-inline: 0;
}

img {
  max-width: 100%;
}

figure {
  margin-bottom: 0;
}

figcaption {
  margin: 0.5rem 0 0;
}

@media (forced-colors: active) {
  [class*=icon-] {
    filter: invert(100%);
  }
}

.icon-arrow-left {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12H5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12H5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-arrow-right {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-chevron-down {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-chevron-left {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18L9 12L15 6' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18L9 12L15 6' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-chevron-right {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-files {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 2V8H20' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 13H8' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 17H8' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 9H9H8' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 2V8H20' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 13H8' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 17H8' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 9H9H8' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-link {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-link'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'%3E%3C/path%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-link'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'%3E%3C/path%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'%3E%3C/path%3E%3C/svg%3E");
}

.icon-mail {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 6L12 13L2 6' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 6L12 13L2 6' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-mobile {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 2H7C5.89543 2 5 2.89543 5 4V20C5 21.1046 5.89543 22 7 22H17C18.1046 22 19 21.1046 19 20V4C19 2.89543 18.1046 2 17 2Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18H12.01' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 2H7C5.89543 2 5 2.89543 5 4V20C5 21.1046 5.89543 22 7 22H17C18.1046 22 19 21.1046 19 20V4C19 2.89543 18.1046 2 17 2Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18H12.01' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-phone {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 16.92V19.92C22.0011 20.1985 21.9441 20.4741 21.8325 20.7293C21.7209 20.9845 21.5573 21.2136 21.3521 21.4018C21.1468 21.5901 20.9046 21.7335 20.6407 21.8227C20.3769 21.9119 20.0974 21.945 19.82 21.92C16.7428 21.5856 13.787 20.5341 11.19 18.85C8.77382 17.3146 6.72533 15.2661 5.18999 12.85C3.49997 10.2412 2.44824 7.27097 2.11999 4.17997C2.095 3.90344 2.12787 3.62474 2.21649 3.3616C2.30512 3.09846 2.44756 2.85666 2.63476 2.6516C2.82196 2.44653 3.0498 2.28268 3.30379 2.1705C3.55777 2.05831 3.83233 2.00024 4.10999 1.99997H7.10999C7.5953 1.9952 8.06579 2.16705 8.43376 2.48351C8.80173 2.79996 9.04207 3.23942 9.10999 3.71997C9.23662 4.68004 9.47144 5.6227 9.80999 6.52997C9.94454 6.8879 9.97366 7.27689 9.8939 7.65086C9.81415 8.02482 9.62886 8.36809 9.35999 8.63998L8.08999 9.90997C9.51355 12.4135 11.5864 14.4864 14.09 15.91L15.36 14.64C15.6319 14.3711 15.9751 14.1858 16.3491 14.1061C16.7231 14.0263 17.1121 14.0554 17.47 14.19C18.3773 14.5285 19.3199 14.7634 20.28 14.89C20.7658 14.9585 21.2094 15.2032 21.5265 15.5775C21.8437 15.9518 22.0122 16.4296 22 16.92Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 16.92V19.92C22.0011 20.1985 21.9441 20.4741 21.8325 20.7293C21.7209 20.9845 21.5573 21.2136 21.3521 21.4018C21.1468 21.5901 20.9046 21.7335 20.6407 21.8227C20.3769 21.9119 20.0974 21.945 19.82 21.92C16.7428 21.5856 13.787 20.5341 11.19 18.85C8.77382 17.3146 6.72533 15.2661 5.18999 12.85C3.49997 10.2412 2.44824 7.27097 2.11999 4.17997C2.095 3.90344 2.12787 3.62474 2.21649 3.3616C2.30512 3.09846 2.44756 2.85666 2.63476 2.6516C2.82196 2.44653 3.0498 2.28268 3.30379 2.1705C3.55777 2.05831 3.83233 2.00024 4.10999 1.99997H7.10999C7.5953 1.9952 8.06579 2.16705 8.43376 2.48351C8.80173 2.79996 9.04207 3.23942 9.10999 3.71997C9.23662 4.68004 9.47144 5.6227 9.80999 6.52997C9.94454 6.8879 9.97366 7.27689 9.8939 7.65086C9.81415 8.02482 9.62886 8.36809 9.35999 8.63998L8.08999 9.90997C9.51355 12.4135 11.5864 14.4864 14.09 15.91L15.36 14.64C15.6319 14.3711 15.9751 14.1858 16.3491 14.1061C16.7231 14.0263 17.1121 14.0554 17.47 14.19C18.3773 14.5285 19.3199 14.7634 20.28 14.89C20.7658 14.9585 21.2094 15.2032 21.5265 15.5775C21.8437 15.9518 22.0122 16.4296 22 16.92Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-plus {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-search {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21L16.65 16.65' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21L16.65 16.65' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-facebook {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='20' viewBox='0 0 9 20' fill='none'%3E%3Cpath d='M1.99998 4.07999V6.79999H0.0999756V10.1H1.99998V19.8H5.89997V10.1H8.49998C8.49998 10.1 8.69998 8.49999 8.89997 6.79999H5.99998V4.49999C6.04745 4.30625 6.14713 4.12923 6.28817 3.98819C6.42922 3.84714 6.60624 3.74746 6.79997 3.69999H8.89997V0.299988H5.99998C1.89998 0.299988 1.99998 3.59999 1.99998 4.09999' fill='currentColor'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='20' viewBox='0 0 9 20' fill='none'%3E%3Cpath d='M1.99998 4.07999V6.79999H0.0999756V10.1H1.99998V19.8H5.89997V10.1H8.49998C8.49998 10.1 8.69998 8.49999 8.89997 6.79999H5.99998V4.49999C6.04745 4.30625 6.14713 4.12923 6.28817 3.98819C6.42922 3.84714 6.60624 3.74746 6.79997 3.69999H8.89997V0.299988H5.99998C1.89998 0.299988 1.99998 3.59999 1.99998 4.09999' fill='currentColor'/%3E%3C/svg%3E");
}

.icon-instagram {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cg fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M10 15a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0-1.667a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Z' clip-rule='evenodd'/%3E%3Cpath d='M15 4.167a.833.833 0 1 0 0 1.666.833.833 0 0 0 0-1.666Z'/%3E%3Cpath fill-rule='evenodd' d='M1.378 3.563c-.545 1.07-.545 2.47-.545 5.27v2.334c0 2.8 0 4.2.545 5.27a5 5 0 0 0 2.185 2.185c1.07.545 2.47.545 5.27.545h2.334c2.8 0 4.2 0 5.27-.545a5 5 0 0 0 2.185-2.185c.545-1.07.545-2.47.545-5.27V8.833c0-2.8 0-4.2-.545-5.27a5 5 0 0 0-2.185-2.185c-1.07-.545-2.47-.545-5.27-.545H8.833c-2.8 0-4.2 0-5.27.545a5 5 0 0 0-2.185 2.185ZM11.167 2.5H8.833c-1.427 0-2.398.001-3.148.063-.73.06-1.104.167-1.365.3-.627.32-1.137.83-1.457 1.457-.133.26-.24.634-.3 1.365-.062.75-.063 1.72-.063 3.148v2.334c0 1.427.001 2.398.063 3.148.06.73.167 1.104.3 1.365.32.627.83 1.137 1.457 1.457.26.133.634.24 1.365.3.75.062 1.72.063 3.148.063h2.334c1.427 0 2.398-.001 3.148-.063.73-.06 1.104-.168 1.365-.3a3.333 3.333 0 0 0 1.457-1.457c.133-.26.24-.634.3-1.365.062-.75.063-1.72.063-3.148V8.833c0-1.427-.001-2.398-.063-3.148-.06-.73-.168-1.104-.3-1.365a3.333 3.333 0 0 0-1.457-1.457c-.26-.133-.634-.24-1.365-.3-.75-.062-1.72-.063-3.148-.063Z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cg fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M10 15a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0-1.667a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Z' clip-rule='evenodd'/%3E%3Cpath d='M15 4.167a.833.833 0 1 0 0 1.666.833.833 0 0 0 0-1.666Z'/%3E%3Cpath fill-rule='evenodd' d='M1.378 3.563c-.545 1.07-.545 2.47-.545 5.27v2.334c0 2.8 0 4.2.545 5.27a5 5 0 0 0 2.185 2.185c1.07.545 2.47.545 5.27.545h2.334c2.8 0 4.2 0 5.27-.545a5 5 0 0 0 2.185-2.185c.545-1.07.545-2.47.545-5.27V8.833c0-2.8 0-4.2-.545-5.27a5 5 0 0 0-2.185-2.185c-1.07-.545-2.47-.545-5.27-.545H8.833c-2.8 0-4.2 0-5.27.545a5 5 0 0 0-2.185 2.185ZM11.167 2.5H8.833c-1.427 0-2.398.001-3.148.063-.73.06-1.104.167-1.365.3-.627.32-1.137.83-1.457 1.457-.133.26-.24.634-.3 1.365-.062.75-.063 1.72-.063 3.148v2.334c0 1.427.001 2.398.063 3.148.06.73.167 1.104.3 1.365.32.627.83 1.137 1.457 1.457.26.133.634.24 1.365.3.75.062 1.72.063 3.148.063h2.334c1.427 0 2.398-.001 3.148-.063.73-.06 1.104-.168 1.365-.3a3.333 3.333 0 0 0 1.457-1.457c.133-.26.24-.634.3-1.365.062-.75.063-1.72.063-3.148V8.833c0-1.427-.001-2.398-.063-3.148-.06-.73-.168-1.104-.3-1.365a3.333 3.333 0 0 0-1.457-1.457c-.26-.133-.634-.24-1.365-.3-.75-.062-1.72-.063-3.148-.063Z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-linkedin {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M2.75749 4.44654C2.13649 4.44654 1.62349 4.25754 1.22749 3.87054C0.84049 3.49254 0.651489 3.02454 0.651489 2.46654C0.651489 1.89054 0.849489 1.41354 1.24549 1.04454C1.64149 0.666539 2.16349 0.477539 2.81149 0.477539C3.45949 0.477539 3.97249 0.666539 4.35949 1.04454C4.74649 1.42254 4.94449 1.89054 4.95349 2.46654C4.95349 3.03354 4.76449 3.50154 4.37749 3.87054C3.96349 4.25754 3.44149 4.44654 2.79349 4.44654H2.75749ZM4.69249 17.5235H0.876489V6.03054H4.69249V17.5235ZM6.81649 17.5235C6.85249 10.5755 6.85249 6.73254 6.81649 6.01254H10.6325V7.68654H10.6145C11.4335 6.39954 12.5855 5.75154 14.0795 5.75154C15.4025 5.75154 16.4555 6.17454 17.2295 7.02054C18.0755 7.93854 18.4985 9.24354 18.4985 10.9445V17.5325H14.6645V11.3765C14.6645 9.63954 14.0165 8.77554 12.7295 8.77554C11.7935 8.77554 11.1365 9.23454 10.7585 10.1615C10.6775 10.3685 10.6325 10.6925 10.6325 11.1065V17.5235H6.81649Z' fill='currentColor'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M2.75749 4.44654C2.13649 4.44654 1.62349 4.25754 1.22749 3.87054C0.84049 3.49254 0.651489 3.02454 0.651489 2.46654C0.651489 1.89054 0.849489 1.41354 1.24549 1.04454C1.64149 0.666539 2.16349 0.477539 2.81149 0.477539C3.45949 0.477539 3.97249 0.666539 4.35949 1.04454C4.74649 1.42254 4.94449 1.89054 4.95349 2.46654C4.95349 3.03354 4.76449 3.50154 4.37749 3.87054C3.96349 4.25754 3.44149 4.44654 2.79349 4.44654H2.75749ZM4.69249 17.5235H0.876489V6.03054H4.69249V17.5235ZM6.81649 17.5235C6.85249 10.5755 6.85249 6.73254 6.81649 6.01254H10.6325V7.68654H10.6145C11.4335 6.39954 12.5855 5.75154 14.0795 5.75154C15.4025 5.75154 16.4555 6.17454 17.2295 7.02054C18.0755 7.93854 18.4985 9.24354 18.4985 10.9445V17.5325H14.6645V11.3765C14.6645 9.63954 14.0165 8.77554 12.7295 8.77554C11.7935 8.77554 11.1365 9.23454 10.7585 10.1615C10.6775 10.3685 10.6325 10.6925 10.6325 11.1065V17.5235H6.81649Z' fill='currentColor'/%3E%3C/svg%3E");
}

.icon-x {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M0.203891 0.994995L7.22071 10.377L0.159668 18.005H1.74895L7.93103 11.3264L12.9258 18.005H18.3338L10.922 8.09538L17.4945 0.994995H15.9052L10.212 7.14565L5.61191 0.994995H0.203891ZM2.541 2.16553H5.02542L15.9964 16.8345H13.512L2.541 2.16553Z' fill='currentColor'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M0.203891 0.994995L7.22071 10.377L0.159668 18.005H1.74895L7.93103 11.3264L12.9258 18.005H18.3338L10.922 8.09538L17.4945 0.994995H15.9052L10.212 7.14565L5.61191 0.994995H0.203891ZM2.541 2.16553H5.02542L15.9964 16.8345H13.512L2.541 2.16553Z' fill='currentColor'/%3E%3C/svg%3E");
}

.icon-xing {
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='none'%3E%3Cpath d='M6.56799 5.192C6.43599 4.796 6.03999 4.664 5.64399 4.664H2.60799C2.34399 4.664 2.21199 4.796 2.07999 5.06C2.07999 5.192 2.07999 5.324 2.21199 5.324L4.32399 8.888L1.02399 14.564C0.891988 14.696 0.891988 14.828 1.02399 15.092C1.15599 15.224 1.28799 15.356 1.41999 15.356H4.45599C4.85199 15.356 5.11599 15.092 5.24799 14.828C5.24799 14.828 8.41599 9.284 8.54799 9.02L6.56799 5.192ZM18.976 1.1C19.108 0.968002 19.108 0.836002 18.976 0.572002C18.844 0.440002 18.712 0.440002 18.58 0.440002H15.544C15.148 0.440002 14.884 0.704003 14.752 0.968003C14.752 0.968003 8.15199 12.584 8.01999 12.98L12.376 20.9C12.508 21.296 12.904 21.428 13.168 21.428H16.204C16.336 21.428 16.468 21.428 16.6 21.296C16.732 21.164 16.732 21.032 16.6 20.9L12.376 13.112L18.976 1.1Z' fill='currentColor'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='none'%3E%3Cpath d='M6.56799 5.192C6.43599 4.796 6.03999 4.664 5.64399 4.664H2.60799C2.34399 4.664 2.21199 4.796 2.07999 5.06C2.07999 5.192 2.07999 5.324 2.21199 5.324L4.32399 8.888L1.02399 14.564C0.891988 14.696 0.891988 14.828 1.02399 15.092C1.15599 15.224 1.28799 15.356 1.41999 15.356H4.45599C4.85199 15.356 5.11599 15.092 5.24799 14.828C5.24799 14.828 8.41599 9.284 8.54799 9.02L6.56799 5.192ZM18.976 1.1C19.108 0.968002 19.108 0.836002 18.976 0.572002C18.844 0.440002 18.712 0.440002 18.58 0.440002H15.544C15.148 0.440002 14.884 0.704003 14.752 0.968003C14.752 0.968003 8.15199 12.584 8.01999 12.98L12.376 20.9C12.508 21.296 12.904 21.428 13.168 21.428H16.204C16.336 21.428 16.468 21.428 16.6 21.296C16.732 21.164 16.732 21.032 16.6 20.9L12.376 13.112L18.976 1.1Z' fill='currentColor'/%3E%3C/svg%3E");
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #fbd6d5;
  --bs-table-border-color: #c9abaa;
  --bs-table-striped-bg: #eecbca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2c1c0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8c6c5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e8e8e8;
  --bs-table-border-color: #bababa;
  --bs-table-striped-bg: gainsboro;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d1d1d1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d7d7d7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.table,
.table.ck-widget {
  margin: 0;
  min-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/*
 * wrapper around the image tag
 *
 * Example markup:
 * <div class="img-ari-responsive"
 *     data-ari-params="{'id':'#id#','hash':'#hash#','name':'#filename#','alt':'#text#','title':'#text#','caption':'#text#'}"
 *     style="padding-bottom:60%">
 *     <!-- here goes the img in, loaded with js -->
 * </div>
 */
[data-ari-params] {
  height: auto;
  position: relative;
  vertical-align: top;
  width: 100%;
}
[data-ari-params][data-ari-size-reached=true] img {
  position: static;
}
[data-ari-params] img {
  /*
   * Bugfix for IE11
   * IE11 on retina displays warp images in height
   */
  height: auto;
  max-width: 100%;
  position: absolute;
}
[data-ari-params] p {
  color: #ccc;
  font-size: 12px;
  margin: 0;
  text-align: center;
  width: 100%;
}

[data-ari-params] {
  animation-delay: -0.16s;
  color: rgba(140, 140, 140, 0.3);
  font-size: 10px;
  transform: translateZ(0);
}
[data-ari-params]:not([data-ari-loaded])::before, [data-ari-params]:not([data-ari-loaded])::after {
  animation: load 1.8s infinite ease-in-out;
  animation-fill-mode: both;
  border-radius: 50%;
  content: "";
  height: 1.5em;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: 50%;
  width: 1.5em;
  z-index: -1;
}
[data-ari-params]:not([data-ari-loaded])::before {
  animation-delay: -0.32s;
  left: -2.5em;
}
[data-ari-params]:not([data-ari-loaded])::after {
  left: 2.5em;
}
[data-ari-params] img {
  z-index: 10;
}

@keyframes load {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* possible combinations
1. .btn - default -> outline - primary color
2. .btn.btn-inverted -> filled - primary color
3. .btn.btn-colored -> outline - different color
4. .btn.btn-inverted.btn-colored -> filled - different color
5. .btn.btn-variant-outline = 1.
6. .btn.btn-variant-filled = 2.
7. .btn.btn-inverted -> outline - different color
 */
.btn a {
  cursor: pointer;
}
.btn a,
.btn .not-linked {
  align-items: center;
  background-color: #fff;
  border: 2px solid #eb342c;
  border-radius: 100vh;
  color: #eb342c;
  column-gap: 0.5rem;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease;
}
.btn a:focus, .btn a:hover,
.btn .not-linked:focus,
.btn .not-linked:hover {
  background-color: #eb342c;
  color: #fff;
  text-decoration: none;
}
.btn a:focus .icon-btn, .btn a:hover .icon-btn,
.btn .not-linked:focus .icon-btn,
.btn .not-linked:hover .icon-btn {
  background-color: #fff;
}
.btn.btn-inverted a,
.btn.btn-inverted .not-linked, .btn.btn-variant-filled a,
.btn.btn-variant-filled .not-linked {
  background-color: #eb342c;
  border: 2px solid #eb342c;
  color: #fff;
}
.btn.btn-inverted a .icon-btn,
.btn.btn-inverted .not-linked .icon-btn, .btn.btn-variant-filled a .icon-btn,
.btn.btn-variant-filled .not-linked .icon-btn {
  background-color: #fff;
}
.btn.btn-inverted a:hover, .btn.btn-inverted a:focus,
.btn.btn-inverted .not-linked:hover,
.btn.btn-inverted .not-linked:focus, .btn.btn-variant-filled a:hover, .btn.btn-variant-filled a:focus,
.btn.btn-variant-filled .not-linked:hover,
.btn.btn-variant-filled .not-linked:focus {
  background-color: #fff;
  color: #eb342c;
}
.btn.btn-inverted a:hover .icon-btn, .btn.btn-inverted a:focus .icon-btn,
.btn.btn-inverted .not-linked:hover .icon-btn,
.btn.btn-inverted .not-linked:focus .icon-btn, .btn.btn-variant-filled a:hover .icon-btn, .btn.btn-variant-filled a:focus .icon-btn,
.btn.btn-variant-filled .not-linked:hover .icon-btn,
.btn.btn-variant-filled .not-linked:focus .icon-btn {
  background-color: #eb342c;
}
.btn.btn-inverted.btn-variant-outline a,
.btn.btn-inverted.btn-variant-outline .not-linked {
  border-color: #fff;
}
.btn.btn-colored a,
.btn.btn-colored .not-linked {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}
.btn.btn-colored a:hover, .btn.btn-colored a:focus,
.btn.btn-colored .not-linked:hover,
.btn.btn-colored .not-linked:focus {
  background-color: #eb342c;
  border: 2px solid #eb342c;
  color: #fff;
}
.btn.btn-colored a:hover .icon-btn, .btn.btn-colored a:focus .icon-btn,
.btn.btn-colored .not-linked:hover .icon-btn,
.btn.btn-colored .not-linked:focus .icon-btn {
  background-color: #fff;
}
.btn.btn-colored a .icon-btn,
.btn.btn-colored .not-linked .icon-btn {
  background-color: #000;
}
.btn.btn-colored.btn-inverted a,
.btn.btn-colored.btn-inverted .not-linked, .btn.btn-colored.btn-variant-filled a,
.btn.btn-colored.btn-variant-filled .not-linked {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}
.btn.btn-colored.btn-inverted a .icon-btn,
.btn.btn-colored.btn-inverted .not-linked .icon-btn, .btn.btn-colored.btn-variant-filled a .icon-btn,
.btn.btn-colored.btn-variant-filled .not-linked .icon-btn {
  background-color: #fff;
}
.btn.btn-colored.btn-inverted a:hover, .btn.btn-colored.btn-inverted a:focus,
.btn.btn-colored.btn-inverted .not-linked:hover,
.btn.btn-colored.btn-inverted .not-linked:focus, .btn.btn-colored.btn-variant-filled a:hover, .btn.btn-colored.btn-variant-filled a:focus,
.btn.btn-colored.btn-variant-filled .not-linked:hover,
.btn.btn-colored.btn-variant-filled .not-linked:focus {
  background-color: #fff;
  color: #000;
}
.btn.btn-colored.btn-inverted a:hover .icon-btn, .btn.btn-colored.btn-inverted a:focus .icon-btn,
.btn.btn-colored.btn-inverted .not-linked:hover .icon-btn,
.btn.btn-colored.btn-inverted .not-linked:focus .icon-btn, .btn.btn-colored.btn-variant-filled a:hover .icon-btn, .btn.btn-colored.btn-variant-filled a:focus .icon-btn,
.btn.btn-colored.btn-variant-filled .not-linked:hover .icon-btn,
.btn.btn-colored.btn-variant-filled .not-linked:focus .icon-btn {
  background-color: #000;
}
@media (min-width: 992px) {
  .btn.btn-xl-bottom {
    bottom: 0;
    position: absolute;
    top: auto;
  }
  .btn.btn-xl-top {
    bottom: auto;
    position: absolute;
    top: 0;
  }
  .btn.btn-xl-left {
    left: 1rem;
    position: absolute;
    right: auto;
  }
  .btn.btn-xl-right {
    left: auto;
    position: absolute;
    right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn.btn-md-bottom {
    bottom: 0;
    position: absolute;
    top: auto;
  }
  .btn.btn-md-top {
    bottom: auto;
    position: absolute;
    top: 0;
  }
  .btn.btn-md-left {
    left: 1rem;
    position: absolute;
    right: auto;
  }
  .btn.btn-md-right {
    left: auto;
    position: absolute;
    right: 1rem;
  }
}
@media (max-width: 575.98px) {
  .btn.btn-xs-bottom {
    bottom: 0;
    position: absolute;
    top: auto;
  }
  .btn.btn-xs-top {
    bottom: auto;
    position: absolute;
    top: 0;
  }
  .btn.btn-xs-left {
    left: 1rem;
    position: absolute;
    right: auto;
  }
  .btn.btn-xs-right {
    left: auto;
    position: absolute;
    right: 1rem;
  }
}
.btn .icon-btn {
  background-color: #eb342c;
  transition: all 0.2s ease-in-out;
}
footer .btn a,
footer .btn .not-linked {
  background-color: transparent;
  padding: 8px 20px;
}

.primary {
  background-color: #eb342c;
}

.primary-30 {
  background-color: rgba(235, 52, 44, 0.3);
}

.secondary {
  background-color: #8c8c8c;
}

.secondary-10 {
  background-color: rgba(140, 140, 140, 0.1);
}

.secondary-20 {
  background-color: rgba(140, 140, 140, 0.2);
}

.secondary-30 {
  background-color: rgba(140, 140, 140, 0.3);
}

.third {
  background-color: #323232;
}

.third-50 {
  background-color: rgba(50, 50, 50, 0.5);
}

.fourth {
  background-color: #ebebeb;
}

.black {
  background-color: #000;
}

.black-00 {
  background-color: rgba(0, 0, 0, 0);
}

.black-05 {
  background-color: rgba(0, 0, 0, 0.05);
}

.black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.black-15 {
  background-color: rgba(0, 0, 0, 0.15);
}

.black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.black-55 {
  background-color: rgba(0, 0, 0, 0.55);
}

.black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.white {
  background-color: #fff;
}

.white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.danger {
  background-color: #cd5c5c;
}

/* Load this first */
@font-face {
  font-display: swap;
  font-family: NotoSansInit;
  font-style: normal;
  font-weight: 300;
  src: url("../Font/NotoSans/noto-sans-v36-latin-300.woff2") format("woff2");
}
/* Load these afterwards */
@font-face {
  font-display: swap;
  font-family: NotoSans;
  font-style: normal;
  font-weight: 300;
  src: url("../Font/NotoSans/noto-sans-v36-latin-300.woff2") format("woff2");
}
/* Other @font-face for different weights and styles */
@font-face {
  font-display: swap;
  font-family: NotoSans;
  font-style: normal;
  font-weight: 400;
  src: url("../Font/NotoSans/noto-sans-v36-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: NotoSans;
  font-style: normal;
  font-weight: 600;
  src: url("../Font/NotoSans/noto-sans-v36-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: NotoSans;
  font-style: normal;
  font-weight: 700;
  src: url("../Font/NotoSans/noto-sans-v36-latin-700.woff2") format("woff2");
}
.fonts-loaded-1 body {
  font-family: NotoSansInit, sans-serif !important;
}

.fonts-loaded-2 body {
  font-family: NotoSans, "Helvetica Neue", "Franklin Gothic Medium", Tahoma, sans-serif !important;
}

b,
strong {
  font-weight: 600 !important;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 0;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 0;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #fff;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card {
  left: 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
  top: 0;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: box-shadow 0.35s ease, background-color 0.35s ease;
  visibility: inherit;
  will-change: box-shadow;
}
@media print {
  .card {
    padding-bottom: 20px;
  }
}
.card::after {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: -1;
}
@media print {
  .card.card--linked {
    text-decoration: none;
  }
}
.card.card--linked:hover, .card.card--linked:focus {
  text-decoration: none;
}
.card.card--linked:hover img, .card.card--linked:focus img {
  transform: scale(1.03);
}
.card.card--linked:hover::after, .card.card--linked:focus::after {
  opacity: 0.75;
}
.card.card--linked:hover .card-body, .card.card--linked:focus .card-body {
  color: #000;
}

.card-image--wrapper {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .card-image--wrapper {
    max-width: 100%;
  }
}
.card-image--wrapper > div {
  overflow: hidden;
}
.card-image--wrapper [data-ari-params][data-ari-size-reached=true] {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.card-image--wrapper [data-ari-params][data-ari-size-reached=true] img {
  width: auto;
}
.card-image--wrapper img {
  object-fit: cover;
  transition: opacity 0.5s ease-out, transform 0.7s ease;
  width: 100%;
  will-change: opacity, transform;
}

.card-body {
  font-size: 0.938rem;
  padding: 1.5rem;
}
.card-body p:last-child {
  margin-bottom: 0;
}

.card-headline {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 0;
  padding: 0 1.5rem 1.5rem;
  position: relative;
  z-index: 1;
}
.card-footer .btn {
  margin-bottom: 0;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.4;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-right: 6px;
  margin-left: 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.4;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 0.9;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.carousel {
  padding-bottom: 49.5495495495%;
}

.carousel-item {
  height: 100%;
  overflow: hidden;
}

.carousel-inner {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner::after {
  background-color: #eb342c;
  bottom: 0;
  height: 100%;
  mix-blend-mode: hue;
  opacity: 0.25;
  position: absolute;
  width: 100%;
}
.carousel-inner [data-ari-params] {
  height: 100%;
  text-align: center;
}
.carousel-inner [data-ari-params] img {
  position: static;
  width: 100%;
}

.carousel-caption {
  bottom: 9vw;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 4.5vw;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.15;
  padding: 7vw 0 0;
  position: absolute;
  text-align: center;
  z-index: 20;
}
@media (min-width: 768px) {
  .carousel-caption {
    font-size: 33px;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.15), 0 0 20px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 992px) {
  .carousel-caption {
    bottom: 90px;
    font-size: 40px;
    padding: 90px 0 0;
    text-shadow: 0 0 70px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.15), 0 0 30px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.05);
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #fff;
}
.carousel-control-prev-icon > span,
.carousel-control-next-icon > span {
  background-color: #eb342c;
  height: 40px;
  width: 40px;
}

@media (min-width: 992px) {
  .carousel-control-prev-icon {
    margin-left: -120px;
  }
}

@media (min-width: 992px) {
  .carousel-control-next-icon {
    margin-right: -120px;
  }
}

.carousel-indicators {
  margin-bottom: 3vw;
}
@media (min-width: 992px) {
  .carousel-indicators {
    bottom: 20px;
    margin-bottom: 1rem;
  }
}
.carousel-indicators [data-bs-target] {
  align-items: center;
  background-color: transparent;
  display: flex;
  border: 0;
  justify-content: center;
  position: relative;
}
@media (min-width: 576px) {
  .carousel-indicators [data-bs-target] {
    height: 2rem;
    margin-left: 0;
    margin-right: 0;
    width: 2rem;
  }
}
.carousel-indicators [data-bs-target]::before {
  content: "";
  display: block;
  height: 12px;
  background-color: #fff;
  width: 12px;
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.05);
}

.btn__scroll--down {
  bottom: -60px;
  color: #fff;
  display: inline-block;
  left: 50%;
  letter-spacing: 0.1em;
  padding-top: 60px;
  position: absolute;
  text-decoration: none;
  transform: translate(-25px, -50%);
  z-index: 2;
}
.btn__scroll--down span {
  animation: scrolldown 2s infinite;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  cursor: pointer;
  height: 20px;
  left: 50%;
  margin-left: -12px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  transition: opacity 0.3s;
  width: 20px;
}
.btn__scroll--down span:hover, .btn__scroll--down span:focus {
  opacity: 1;
}
@keyframes scrolldown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

.header__fullscreen {
  height: calc(100vh - 90px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .header__fullscreen {
    height: calc(100vh - 90px);
  }
}
@media (min-width: 992px) {
  .header__fullscreen {
    height: calc(100vh - 120px);
  }
}
.header__fullscreen > div {
  height: 100%;
}
.header__fullscreen .carousel {
  height: 100%;
  padding: 0;
}
.header__fullscreen .carousel-item {
  height: 100%;
}
.header__fullscreen .carousel-inner [data-ari-params] {
  height: 100%;
}
.header__fullscreen .carousel-inner [data-ari-params] img {
  height: 100%;
  min-height: 100%;
  max-width: initial;
  min-width: 100%;
  object-fit: cover;
  width: auto;
  z-index: -1;
}
.header__fullscreen .carousel-caption {
  left: 0;
  right: 0;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .header__fullscreen .carousel-caption {
    bottom: 86px;
  }
}
@media (max-width: 575.98px) {
  .header__fullscreen .carousel-caption {
    font-size: 6vw;
  }
}

.header__pagewidth .carousel {
  padding-bottom: 49.5495495495%;
}
@media (min-width: 576px) {
  .header__pagewidth .carousel {
    padding-bottom: 342px;
  }
}
@media (min-width: 768px) {
  .header__pagewidth .carousel {
    padding-bottom: 460px;
  }
}
@media (min-width: 992px) {
  .header__pagewidth .carousel {
    padding-bottom: 550px;
  }
}
.header__pagewidth .carousel-inner [data-ari-params] {
  transition: all 0.2s ease-in-out;
}
.header__pagewidth .carousel-inner [data-ari-params] img {
  inset: -9999px;
  margin: auto;
  max-height: 100%;
  max-width: initial;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: auto;
}

.ce-booking-tool {
  margin-bottom: 0;
}
.ce-booking-tool iframe {
  min-height: 1090px;
  width: 100%;
}
@media (min-width: 576px) {
  .ce-booking-tool iframe {
    min-height: 1000px;
  }
}
@media (min-width: 992px) {
  .ce-booking-tool iframe {
    min-height: 900px;
  }
}

[class*=content--] + .ce-button,
.section + .ce-button {
  margin-top: -2.625rem;
}
@media (min-width: 768px) {
  [class*=content--] + .ce-button,
  .section + .ce-button {
    margin-top: -3.75rem;
  }
}
@media (min-width: 992px) {
  [class*=content--] + .ce-button,
  .section + .ce-button {
    margin-top: -4.125rem;
  }
}
[class*=content--] + [data-neos-nodedata] + .ce-button,
.section + [data-neos-nodedata] + .ce-button {
  margin-top: -2.625rem;
}
@media (min-width: 768px) {
  [class*=content--] + [data-neos-nodedata] + .ce-button,
  .section + [data-neos-nodedata] + .ce-button {
    margin-top: -3.75rem;
  }
}
@media (min-width: 992px) {
  [class*=content--] + [data-neos-nodedata] + .ce-button,
  .section + [data-neos-nodedata] + .ce-button {
    margin-top: -4.125rem;
  }
}

:root {
  --nezzo-divider-c-border: #eb342c;
}

.ce-divider {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  opacity: 1;
}
.ce-divider::after {
  background-color: var(--nezzo-divider-c-border);
  content: "";
  display: block;
  height: 1px;
}
.ce-divider + .ce-divider {
  margin-top: 1.5rem;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 14px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 0 solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #f59a96;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(235, 52, 44, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-gray);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 14px 14px;
  margin: -14px -14px;
  margin-inline-end: 14px;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 14px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 28px);
  padding: 14px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 14px 42px 14px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 8px 10px;
  border: 0 solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #f59a96;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(235, 52, 44, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 14px;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

.form-check-reverse {
  padding-right: 2.635em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -2.635em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 2.135em;
  height: 2.135em;
  margin-top: -0.301em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #f59a96;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(235, 52, 44, 0.25);
}
.form-check-input:checked {
  background-color: #fff;
  border-color: none;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23eb342c' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23eb342c'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #eb342c;
  border-color: #eb342c;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

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

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

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(235, 52, 44, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(235, 52, 44, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #eb342c;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #f9c2c0;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #eb342c;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #f9c2c0;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 3.5rem;
  min-height: 3.5rem;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 14px;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 0 solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 14px;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 7px;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 0;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 0 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 14px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: 0 solid var(--bs-border-color);
  border-radius: 0;
}

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 77px;
  background-position: right 14px center, center right 42px;
  background-size: 8px 10px, calc(0.75em + 14px) calc(0.75em + 14px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 28px));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 77px;
  background-position: right 14px center, center right 42px;
  background-size: 8px 10px, calc(0.75em + 14px) calc(0.75em + 14px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 28px));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.neos-nodetypes-form {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
  background-color: rgba(140, 140, 140, 0.2);
  padding: 70px 0 calc(3 * 3.5rem - 1.5rem);
}
@media (min-width: 768px) {
  .neos-nodetypes-form {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .neos-nodetypes-form {
    margin-bottom: 5.5rem;
    margin-top: 5.5rem;
  }
}
@media (min-width: 768px) {
  .neos-nodetypes-form {
    padding-bottom: calc(1.5 * 5rem - 1.5rem);
  }
}
@media (min-width: 992px) {
  .neos-nodetypes-form {
    padding-bottom: calc(5.5rem - 1.5rem);
  }
}
@media (min-width: 768px) {
  .neos-nodetypes-form > .container h3,
  .neos-nodetypes-form > .container h2,
  .neos-nodetypes-form > .container p {
    max-width: 83.3334%;
  }
}
.neos-nodetypes-form > .container form {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .neos-nodetypes-form > .container form {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .neos-nodetypes-form > .container form {
    margin-top: 20px;
  }
}
.neos-nodetypes-form > .container h3 + form {
  margin-top: 0;
}
.neos-nodetypes-form .neos-nodetypes-form {
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}

.form-control {
  font-size: 16px;
  height: auto;
}
@media (min-width: 992px) {
  .form-control {
    font-size: 1.0625rem;
  }
}

.form-static-text .form-control {
  background-color: rgba(0, 0, 0, 0);
}

.form-required .custom-checkbox > label {
  font-weight: 600;
}

label > .required {
  padding-left: 0.5ch;
}

.col-form-label {
  padding-bottom: 14px;
  padding-top: 14px;
  font-weight: 600;
}

.form-group--error .col-form-label {
  color: #cd5c5c;
}
.form-group--error .invalid-feedback {
  font-size: 1.0625rem;
  display: block;
}

.form-check-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 14px;
}
@media (min-width: 768px) {
  .form-check-wrapper {
    min-height: 40px;
  }
}
.form-check-wrapper .form-check {
  min-height: 2.135em;
}
.form-check-wrapper .form-check-inline {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .form-check-wrapper .form-check-inline {
    display: block;
  }
}
.form-check-wrapper .form-check-inline + ul.formfield-errors {
  margin-top: 1rem;
}
.form-check-wrapper .form-check-input:checked[type=checkbox] {
  background-size: 1rem 1rem;
}

fieldset fieldset {
  margin-top: 46px;
}

select.custom-select:not([size]):not([multiple]) {
  height: 52px;
}

textarea.form-control {
  height: 142px;
}

.form-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-navigation li.previous {
  float: left;
}
.form-navigation li.next, .form-navigation li.submit {
  float: right;
}
.form-navigation li::before {
  display: none;
}
.form-navigation .btn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #eb342c;
  border-radius: 100vh;
  color: #eb342c;
  column-gap: 0.5rem;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
}
.form-navigation .btn:focus, .form-navigation .btn:hover {
  background-color: #eb342c;
  color: #fff;
  text-decoration: none;
}
.form-navigation .btn:focus .icon-btn, .form-navigation .btn:hover .icon-btn {
  background-color: #fff;
}
.form-navigation .btn:hover, .form-navigation .btn:focus {
  background: #eb342c;
  color: #fff;
}

@media (width <= 334px) {
  .g-recaptcha {
    margin: 20px calc((100vw - 1.5rem - 304px) / 2);
  }
}

ul.formfield-errors, ul.inputs-list {
  padding-left: 0;
}
ul.formfield-errors li::before, ul.inputs-list li::before {
  display: none;
}
ul.formfield-errors li {
  color: #cd5c5c;
}
ul.inputs-list {
  margin: 0;
  padding-top: 14px;
}
ul.inputs-list .form-check-wrapper {
  padding-top: 0;
}

.form-group {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.form__info {
  display: inline-block;
  font-size: 14px;
  padding-top: 5px;
}

@media (min-width: 768px) {
  .ce-multi-columns .neos-nodetypes-form > .container h3,
  .ce-multi-columns .neos-nodetypes-form > .container h2,
  .ce-multi-columns .neos-nodetypes-form > .container p {
    max-width: 100%;
  }
}
.ce-multi-columns .neos-nodetypes-form [class*=col-] {
  width: 100%;
}
.ce-multi-columns .neos-nodetypes-form [class*=offset-] {
  margin-left: 0;
}

.content--headline + [class*=content--],
.content--headline + .section {
  margin-top: -2.625rem;
}
@media (min-width: 768px) {
  .content--headline + [class*=content--],
  .content--headline + .section {
    margin-top: -3.75rem;
  }
}
@media (min-width: 992px) {
  .content--headline + [class*=content--],
  .content--headline + .section {
    margin-top: -4.125rem;
  }
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: var(--bs-white, #fff);
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: var(--bs-white, #fff);
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: var(--bs-white, #fff);
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../Images/LightGallery/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 0.92;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.content--multi-columns .content--image {
  margin-bottom: 0;
}

.ce-image-group .content--image {
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 992px) {
  .col-lg-w-20 {
    width: 20%;
  }
  .col-lg-w-20.col-count-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-w-20 {
    width: 20%;
  }
  .col-lg-w-20.col-count-3 {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-w-25 {
    width: 25%;
  }
  .col-lg-w-25.col-count-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-w-25 {
    width: 25%;
  }
  .col-lg-w-25.col-count-3 {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-w-30 {
    width: 30%;
  }
  .col-lg-w-30.col-count-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-w-30 {
    width: 30%;
  }
  .col-lg-w-30.col-count-3 {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .col-lg-w-33 {
    width: 33.3333%;
  }
  .col-lg-w-33.col-count-3 {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-w-33 {
    width: 33.3333%;
  }
  .col-lg-w-33.col-count-3 {
    width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-w-40 {
    width: 40%;
  }
  .col-lg-w-40.col-count-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-w-40 {
    width: 40%;
  }
  .col-lg-w-40.col-count-3 {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .col-lg-w-50 {
    width: 50%;
  }
  .col-lg-w-50.col-count-3 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-w-50 {
    width: 50%;
  }
  .col-lg-w-50.col-count-3 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-w-60 {
    width: 60%;
  }
  .col-lg-w-60.col-count-3 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-w-60 {
    width: 60%;
  }
  .col-lg-w-60.col-count-3 {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .col-lg-w-70 {
    width: 70%;
  }
  .col-lg-w-70.col-count-3 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-w-70 {
    width: 70%;
  }
  .col-lg-w-70.col-count-3 {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .col-lg-w-75 {
    width: 75%;
  }
  .col-lg-w-75.col-count-3 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-w-75 {
    width: 75%;
  }
  .col-lg-w-75.col-count-3 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-w-80 {
    width: 80%;
  }
  .col-lg-w-80.col-count-3 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-w-80 {
    width: 80%;
  }
  .col-lg-w-80.col-count-3 {
    width: 80%;
  }
}

[class*=col-lg-w-] * {
  hyphens: auto;
  word-break: break-word;
}

@media (min-width: 992px) {
  [class*=row-cols-lg-] {
    container-type: inline-size;
    container-name: col12;
  }
  @container col12 (max-width: 300px) {
    [class*=row-cols-lg-] > * {
      width: 100%;
    }
  }
}

#pageTitle + .content > .neos-contentcollection .ce-multi-columns:first-child {
  margin-top: 1.75rem;
}
@media (min-width: 768px) {
  #pageTitle + .content > .neos-contentcollection .ce-multi-columns:first-child {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  #pageTitle + .content > .neos-contentcollection .ce-multi-columns:first-child {
    margin-top: 2.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-multi-columns .ce-teaser-group > h2,
  .ce-multi-columns .ce-teaser-group > h3 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ce-multi-columns .ce-teaser-group > h2.center-text,
  .ce-multi-columns .ce-teaser-group > h3.center-text {
    text-align: left;
  }
}
.ce-multi-columns .neos-contentcollection > .section {
  padding-left: 0;
  padding-right: 0;
}
.ce-multi-columns > .row > div {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .ce-multi-columns > .row > div {
    margin-bottom: 0;
  }
}
.ce-multi-columns > .row > div:last-child {
  margin-bottom: 0;
}
.ce-multi-columns h2:first-child,
.ce-multi-columns h3:first-child {
  margin-top: 0;
}
.ce-multi-columns .ce-asset-list::before, .ce-multi-columns .ce-asset-list::after {
  width: 100%;
}

.fallback-renderer {
  background-color: #fff;
  border: 2px solid #dc3545;
  padding: 15px;
}
.fallback-renderer * {
  font-size: 14px;
}
.fallback-renderer > h2 {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  word-break: break-all;
}
.fallback-renderer > h2::after {
  content: " [+]";
}
.fallback-renderer table {
  background-color: #fff;
  border: 2px solid #dc3545;
  width: 100%;
}
.fallback-renderer > table {
  display: none;
}
.fallback-renderer td,
.fallback-renderer th {
  border: 1px solid #dc3545;
  padding: 15px;
  vertical-align: top;
}
.fallback-renderer td {
  width: 100%;
}
.fallback-renderer.fallback-renderer--expanded > h2::after {
  content: " [-]";
}
.fallback-renderer.fallback-renderer--expanded > table {
  display: table;
}

footer {
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1);
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  footer {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  footer {
    margin-top: 5.5rem;
  }
}

.footer__row {
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .footer__row {
    font-size: 0.938rem;
  }
}
@media (min-width: 992px) {
  .footer__row {
    line-height: 1.8;
  }
}
.footer__row [class*=content--],
.footer__row section[class*=ce-] {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .footer__row [class*=content--] + [class*=content--]:not(.content--image):not(.ce-button),
  .footer__row [class*=content--] + section[class*=ce-]:not(.content--image):not(.ce-button),
  .footer__row [class*=content--] + .neos-contentcollection:not(.content--image):not(.ce-button),
  .footer__row section[class*=ce-] + [class*=content--]:not(.content--image):not(.ce-button),
  .footer__row section[class*=ce-] + section[class*=ce-]:not(.content--image):not(.ce-button),
  .footer__row section[class*=ce-] + .neos-contentcollection:not(.content--image):not(.ce-button) {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .footer__row [class*=content--]:not(.content--image):not(.ce-button):not(:first-child),
  .footer__row section[class*=ce-]:not(.content--image):not(.ce-button):not(:first-child) {
    margin-top: 2.5rem;
  }
  .footer__row [class*=content--]:last-child,
  .footer__row section[class*=ce-]:last-child {
    margin-bottom: 0;
  }
}
.footer__row h2,
.footer__row h3 {
  margin-bottom: 0.75rem;
  margin-top: 0;
}
.footer__row h2:only-child,
.footer__row h3:only-child {
  margin-bottom: 0.75rem !important;
}
.footer__row h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .footer__row h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .footer__row h2 {
    font-size: 28px;
  }
}
.footer__row h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer__row h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .footer__row h3 {
    font-size: 22px;
  }
}
.footer__row:nth-child(2) {
  background-color: #ebebeb;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .footer__row:nth-child(2) {
    padding: 40px 0;
  }
}
.footer__row:nth-child(2) > .row > div {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .footer__row:nth-child(2) > .row > div {
    margin-bottom: 0;
  }
}
.footer__row:nth-child(2) > .row > div:last-of-type {
  margin-bottom: 0;
}
.footer__row:last-child {
  background-color: #eb342c;
}

header {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  height: 90px;
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
  z-index: 999;
}
@media (min-width: 768px) {
  header {
    height: 90px;
  }
}
@media (min-width: 992px) {
  header {
    height: auto;
    min-height: 120px;
  }
}
@media print {
  header {
    position: absolute;
  }
}
@media print {
  header.header-up {
    top: 0 !important;
  }
}
header > .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 992px) {
  header > .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 1199.98px) {
  header > .container {
    max-width: 100%;
  }
}
header.header-up {
  transform: translateY(-100%);
}

.header__btn {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .header__btn {
    margin-top: 1rem;
  }
}
.header__btn.header-btn-color-1 .btn.btn-colored.btn-inverted a,
.header__btn.header-btn-color-1 .btn.btn-colored.btn-inverted .not-linked {
  background-color: #eb342c;
  border-color: #eb342c;
}
.header__btn.header-btn-color-1 .btn.btn-colored.btn-inverted a:hover, .header__btn.header-btn-color-1 .btn.btn-colored.btn-inverted a:focus,
.header__btn.header-btn-color-1 .btn.btn-colored.btn-inverted .not-linked:hover,
.header__btn.header-btn-color-1 .btn.btn-colored.btn-inverted .not-linked:focus {
  background-color: #fff;
  border-color: #eb342c;
  color: #eb342c;
}
.header__btn.header-btn-color-2 .btn.btn-colored.btn-inverted a,
.header__btn.header-btn-color-2 .btn.btn-colored.btn-inverted .not-linked {
  background-color: #b58863;
  border-color: #b58863;
}
.header__btn.header-btn-color-2 .btn.btn-colored.btn-inverted a:hover, .header__btn.header-btn-color-2 .btn.btn-colored.btn-inverted a:focus,
.header__btn.header-btn-color-2 .btn.btn-colored.btn-inverted .not-linked:hover,
.header__btn.header-btn-color-2 .btn.btn-colored.btn-inverted .not-linked:focus {
  background-color: #fff;
  border-color: #b58863;
  color: #b58863;
}

.wrapper--logo {
  height: 100%;
  max-height: 90px;
  max-width: calc(100vw - 1.5rem / 2 - 96px);
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
  z-index: 1000;
}
@media (min-width: 992px) {
  .wrapper--logo {
    max-height: 100%;
    max-width: 58.3333%;
    padding-bottom: 0;
    padding-top: 20px;
  }
}
@media print {
  .wrapper--logo {
    padding-bottom: 20px;
  }
}
.wrapper--logo a {
  margin-left: 0.75rem;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 992px) {
  .wrapper--logo a {
    margin-left: 0;
  }
}
.wrapper--logo a > div {
  display: inline;
  padding-bottom: 0 !important;
  max-width: 220px;
  width: 220px;
}
@media (min-width: 992px) {
  .wrapper--logo a > div {
    max-width: inherit;
    width: inherit;
  }
}
.wrapper--logo img,
.wrapper--logo svg {
  height: 66px;
  max-height: 66px;
  max-width: 220px;
}
@media (min-width: 992px) {
  .wrapper--logo img,
  .wrapper--logo svg {
    height: auto;
    max-height: 100%;
    max-width: inherit;
    width: inherit;
  }
}
.wrapper--logo .img-ari--responsive img {
  position: relative;
}

.wrapper--meta-lang {
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .wrapper--meta-lang {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .wrapper--lang {
    max-width: var(--nezzo-main-nav-max-width);
    position: fixed;
    right: 0;
    top: calc(100dvh - 83px);
    transform: translateX(100%);
    transition: transform 0.2s ease-out;
    width: 100dvw;
  }
}

@media (max-width: 991.98px) {
  html:has(.mainNav--toggle[aria-expanded=true]) .wrapper--lang {
    transform: translateX(0);
  }
}

:root {
  --nezzo-breadcrumb-c-link: rgba(50, 50, 50, 0.67);
  --nezzo-breadcrumb-c-link-hover: #eb342c;
  --nezzo-breadcrumb-c-link-inverted: rgba(255, 255, 255, 0.5);
  --nezzo-breadcrumb-c-link-inverted-hover: #fff;
}

.breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .breadcrumb ol {
    margin: 25px 0;
  }
}
.breadcrumb li {
  align-items: center;
  display: flex;
  font-size: 0.8125rem;
}
.breadcrumb .icon-chevron-right {
  background-color: var(--nezzo-breadcrumb-c-link);
  height: 1rem;
  padding: 0 10px;
  width: 1rem;
}
.breadcrumb a {
  color: var(--nezzo-breadcrumb-c-link);
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: var(--nezzo-breadcrumb-c-link-hover);
  text-decoration: underline;
}

.news-collection .breadcrumb li {
  color: var(--nezzo-breadcrumb-c-link-inverted-hover);
}
.news-collection .breadcrumb span:not(.icon-chevron-right) {
  color: var(--nezzo-breadcrumb-c-link-inverted);
}
.news-collection .breadcrumb .icon-chevron-right {
  background-color: var(--nezzo-breadcrumb-c-link-inverted);
}
.news-collection .breadcrumb a {
  color: var(--nezzo-breadcrumb-c-link-inverted);
}
.news-collection .breadcrumb a:hover, .news-collection .breadcrumb a:focus {
  color: var(--nezzo-breadcrumb-c-link-inverted-hover);
}

:root {
  --nezzo-footer-nav-c: #fff;
  --nezzo-footer-nav-c-hover: #fff;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  display: block;
  float: left;
  padding: 13px 26px 13px 0;
}
.footer-nav li a {
  color: var(--nezzo-footer-nav-c);
  text-decoration: none;
}
.footer-nav li a:hover, .footer-nav li a:focus {
  text-decoration: underline;
}
.footer-nav li.current a {
  color: var(--nezzo-footer-nav-c-hover);
  text-decoration: underline;
}

:root {
  --nezzo-lang-switch-c-mobile-border: #8c8c8c;
  --nezzo-lang-switch-c-nav-bg: #fff;
  --nezzo-lang-switch-c-nav: #000;
  --nezzo-lang-switch-c-nav-inactive: rgba(140, 140, 140, 0.3);
  --nezzo-lang-switch-c-nav-bg-hover: #ebebeb;
  --nezzo-lang-switch-c-nav-border: rgba(140, 140, 140, 0.3);
  --nezzo-lang-switch-c-nav-current: #000;
  --nezzo-lang-switch-c-nav-current-opener-icon: #eb342c;
  --nezzo-lang-switch-c-opener-bg: #fff;
  --nezzo-lang-switch-c-opener-xs: #eb342c;
  --nezzo-lang-switch-c-opener-lg: #000;
  --nezzo-lang-switch-c-opener-arrow: #000;
  --nezzo-lang-switch-c-opener-border: var(--nezzo-lang-switch-c-nav-border);
  --nezzo-lang-switch-fs-opener: .938rem;
  --nezzo-lang-switch-fw-opener-xs: 700;
  --nezzo-lang-switch-fw-opener-lg: 600;
  --nezzo-lang-switch-fs-nav: var(--nezzo-lang-switch-fs-opener);
  --nezzo-lang-switch-fw-nav-xs: 600;
  --nezzo-lang-switch-fw-nav-lg: 300;
  --nezzo-lang-switch-size: 1rem;
}

.lang-switch {
  background-color: var(--nezzo-lang-switch-c-nav-bg);
  border-top: 1px solid var(--nezzo-lang-switch-c-mobile-border);
  height: 83px;
  list-style: none;
  margin: 0;
  max-width: var(--nezzo-main-nav-max-width);
  padding: var(--nezzo-lang-switch-size);
  width: 100dvw;
}
@media (min-width: 768px) {
  .lang-switch {
    width: var(--nezzo-main-nav-max-width);
  }
}
@media (min-width: 992px) {
  .lang-switch {
    border: 0;
    display: block;
    height: auto;
    max-width: initial;
    padding: 0;
    width: auto;
  }
}
.lang-switch li {
  display: block;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .lang-switch li {
    width: 100%;
  }
}
.lang-switch li:hover, .lang-switch li:focus {
  color: var(--nezzo-lang-switch-c-nav-current);
}
.lang-switch li:hover a, .lang-switch li:focus a {
  text-decoration: none;
}
.lang-switch li:hover ul, .lang-switch li:focus ul {
  display: inline-table;
  opacity: 1;
  visibility: visible;
}
.lang-switch li:hover .lang-opener::after, .lang-switch li:focus .lang-opener::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='var(--nezzo-lang-switch-c-nav-current-opener-icon)' viewBox='0 0 11 11'%3E%3Cpolyline points='10.2 2.4 5.5 8.)6 0.8 2.4' fill='none' stroke='var(--nezzo-lang-switch-c-nav-current-opener-icon)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/svg%3E");
  color: var(--nezzo-lang-switch-c-nav-current-opener-icon);
}
.lang-switch li ul {
  padding: 0;
}
@media (min-width: 992px) {
  .lang-switch li ul {
    height: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease-out;
    visibility: hidden;
  }
  .lang-switch li ul::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.05);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .lang-switch li ul::before {
    height: 90px;
    top: -90px;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .lang-switch li ul::before {
    height: 90px;
    top: -90px;
  }
}
.lang-switch li li {
  background-color: var(--nezzo-lang-switch-c-nav-bg);
  border-bottom: 0;
  float: left;
  min-width: 3.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .lang-switch li li {
    border-top: 0;
    float: none;
  }
}
.lang-switch li li:hover a span, .lang-switch li li:focus a span {
  background-color: var(--nezzo-lang-switch-c-nav-bg-hover);
}
.lang-switch li span {
  color: var(--nezzo-lang-switch-c-nav-inactive);
  cursor: default;
  display: inline-block;
  font-size: var(--nezzo-lang-switch-fs-nav);
  font-weight: var(--nezzo-lang-switch-fw-nav-xs);
  padding: 0.75rem var(--nezzo-lang-switch-size);
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .lang-switch li span {
    font-weight: var(--nezzo-lang-switch-fw-nav-lg);
    line-height: var(--nezzo-lang-switch-size);
    text-align: left;
  }
}
.lang-switch li span span {
  padding: 0;
}
.lang-switch li a span {
  background-color: var(--nezzo-lang-switch-c-nav-bg);
  color: var(--nezzo-lang-switch-c-nav);
  cursor: pointer;
}

.lang-opener {
  background-color: var(--nezzo-lang-switch-c-opener-bg);
  color: var(--nezzo-lang-switch-c-opener-xs);
  cursor: pointer;
  float: left;
  font-size: var(--nezzo-lang-switch-fs-opener);
  font-weight: var(--nezzo-lang-switch-fw-opener-xs);
  padding: 0.75rem var(--nezzo-lang-switch-size);
  position: relative;
}
@media (min-width: 992px) {
  .lang-opener {
    background-color: transparent;
    color: var(--nezzo-lang-switch-c-opener-lg);
    display: flex;
    float: none;
    font-weight: var(--nezzo-lang-switch-fw-opener-lg);
    padding: var(--nezzo-lang-switch-size) 0 var(--nezzo-lang-switch-size) var(--nezzo-lang-switch-size);
  }
  .lang-opener .icon-chevron-down {
    background-color: var(--nezzo-lang-switch-c-opener-arrow);
    height: 20px;
    margin-top: -1px;
    pointer-events: none;
    width: 20px;
  }
}

.main-nav__l1--item {
  flex-basis: auto;
}
@media (max-width: 991.98px) {
  .main-nav__l1--item {
    align-items: center;
    background-color: var(--nezzo-main-nav-c-bg-xs);
    border-bottom: 1px solid var(--nezzo-main-nav-c-border);
    display: flex;
    flex-basis: 100%;
  }
}

.main-nav__l1--item-link {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: var(--nezzo-main-nav-c);
  display: flex;
  font-size: var(--nezzo-main-nav-fs);
  font-weight: var(--nezzo-main-nav-fw);
  justify-content: space-between;
  line-height: 1rem;
  outline: solid 1px transparent;
  outline-offset: -1px;
  padding: 20px 1rem;
  position: relative;
  text-decoration: none;
  transition: none;
  width: 100%;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .main-nav__l1--item-link {
    display: inline-flex;
    hyphens: none;
    word-wrap: normal;
  }
}
.main-nav__l1--item-link:has(.main-nav__l1--item-icon) {
  padding: 20px 2.5rem 20px 1rem;
}
.main-nav__l1--item-link.active, .main-nav__l1--item-link.current, .main-nav__l1--item-link:hover, .main-nav__l1--item-link:focus {
  color: var(--nezzo-main-nav-c-hover);
  text-decoration: none;
}
.main-nav__l1--item-link[aria-expanded=false] + *:not(.main-nav__l1--submenu) {
  display: none;
}
.main-nav__l1--item-link[aria-expanded=false] + .main-nav__l1--submenu {
  max-height: calc(100dvh - 90px);
  overflow: hidden;
}
@media (min-width: 992px) {
  .main-nav__l1--item-link[aria-expanded=false] + .main-nav__l1--submenu {
    display: none;
  }
}
.hasLangSwitch .main-nav__l1--item-link[aria-expanded=false] + .main-nav__l1--submenu {
  max-height: calc(100dvh - 90px - 83px);
}
.main-nav__l1--item-link[aria-expanded=true] + .main-nav__l1--submenu {
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #eb342c #fff;
  min-height: calc(100dvh - 90px);
  overflow: hidden auto;
  transform: translateX(0);
}
.main-nav__l1--item-link[aria-expanded=true] + .main-nav__l1--submenu::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.main-nav__l1--item-link[aria-expanded=true] + .main-nav__l1--submenu::-webkit-scrollbar-track {
  background: #fff;
}
.main-nav__l1--item-link[aria-expanded=true] + .main-nav__l1--submenu::-webkit-scrollbar-thumb {
  background-color: #eb342c;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .main-nav__l1--item-link[aria-expanded=true] + .main-nav__l1--submenu {
    display: block;
    min-height: 0;
  }
}
.hasLangSwitch .main-nav__l1--item-link[aria-expanded=true] + .main-nav__l1--submenu {
  min-height: calc(100dvh - 90px - 83px);
}
@media (min-width: 992px) {
  .hasLangSwitch .main-nav__l1--item-link[aria-expanded=true] + .main-nav__l1--submenu {
    min-height: 0;
  }
}

html:has(.main-nav__l1--item-link[aria-expanded=true]) {
  overflow: hidden;
}
@media (min-width: 992px) {
  html:has(.main-nav__l1--item-link[aria-expanded=true]) {
    overflow: visible;
  }
}

.main-nav__l1--item-text {
  pointer-events: none;
}

.main-nav__l1--item-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  top: 0;
}
@media (min-width: 992px) {
  .main-nav__l1--item-icon {
    transform: rotate(90deg);
  }
}

[data-nezzo-main-mobile-nav-button-back] {
  align-items: center;
  background-color: var(--nezzo-main-nav-c-bg-xs);
  color: var(--nezzo-main-nav-c-sub);
  border: 0;
  display: flex;
  font-size: 0.75rem;
  padding: 9px 16px 10px 9px;
  width: 100%;
}
@media (min-width: 992px) {
  [data-nezzo-main-mobile-nav-button-back] {
    display: none;
  }
}
[data-nezzo-main-mobile-nav-button-back]:focus:focus-within {
  background-color: var(--nezzo-main-nav-c-wrapper-bg);
  color: var(--nezzo-main-nav-c-hover);
  outline: none;
}
[data-nezzo-main-mobile-nav-button-back]:focus-visible:focus-within {
  background-color: var(--nezzo-main-nav-c-hover);
  color: var(--nezzo-main-nav-c-wrapper-bg);
  outline: none;
}
[data-nezzo-main-mobile-nav-button-back]:focus-visible:focus-within .main-nav__l1--item-icon {
  background-color: var(--nezzo-main-nav-c-wrapper-bg);
}
[data-nezzo-main-mobile-nav-button-back]:focus-visible:focus-within:hover::before {
  display: none;
}
[data-nezzo-main-mobile-nav-button-back] svg {
  transform-origin: center;
}

.main-nav__l1--submenu {
  background-color: var(--nezzo-main-nav-c-sub-bg);
  left: 0;
  max-width: 100%;
  min-height: calc(100dvh - 90px);
  position: absolute;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.2s ease-out;
  width: 100vw;
  z-index: 5;
}
@media (min-width: 992px) {
  .main-nav__l1--submenu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    left: 0;
    max-width: 300px;
    min-height: auto;
    min-width: 210px;
    top: 100%;
    transform: none;
    width: auto;
  }
}
@media (min-width: 992px) {
  .main-nav__l1--submenu.js-sub-menu-right {
    left: auto;
    right: 0;
  }
}
.hasLangSwitch .main-nav__l1--submenu {
  min-height: calc(100dvh - 90px - 83px);
}
@media (min-width: 992px) {
  .hasLangSwitch .main-nav__l1--submenu {
    height: auto;
  }
}

.main-nav__l2 {
  background-color: var(--nezzo-main-nav-c-sub-bg);
  list-style: none;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .main-nav__l2 {
    max-height: calc(100dvh - 120px - 3rem);
  }
}
.main-nav__l2 > li:not(.main-nav__l2--item) {
  background-color: var(--nezzo-main-nav-c-bg-xs);
  border-bottom: 1px solid var(--nezzo-main-nav-c-border);
}
@media (min-width: 992px) {
  .main-nav__l2 > li:not(.main-nav__l2--item) {
    margin-bottom: 0.5rem;
  }
}
.main-nav__l2 > li:not(.main-nav__l2--item) .main-nav__l1--item-icon {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .main-nav__l2 > li:not(.main-nav__l2--item) .main-nav__l1--item-icon {
    display: none;
  }
}

.main-nav__l2--item {
  border-bottom: 1px solid var(--nezzo-main-nav-c-sub-border);
  width: 100%;
}
@media (min-width: 992px) {
  .main-nav__l2--item {
    border-bottom: 0;
  }
}
.main-nav__l2--item:first-child {
  box-shadow: 0 8px 5px -5px var(--nezzo-main-nav-c-sub-shadow) inset;
}
@media (min-width: 992px) {
  .main-nav__l2--item:first-child {
    padding-top: 8px;
  }
}
.main-nav__l2--item:first-child .main-nav__l2--item-link {
  border-top: 1px solid var(--nezzo-main-nav-c-sub-border-top);
}
@media (min-width: 992px) {
  .main-nav__l2--item:first-child .main-nav__l2--item-link {
    border-top: 0;
  }
}
@media (min-width: 992px) {
  .main-nav__l2--item:last-child {
    padding-bottom: 12px;
  }
}

.main-nav__l2--item-link {
  color: var(--nezzo-main-nav-c-sub);
  display: block;
  font-size: var(--nezzo-main-nav-fs);
  font-weight: var(--nezzo-main-nav-fw-sub-xs);
  line-height: 1.25;
  padding-left: 2rem;
  text-decoration: none;
  transition: none;
  width: 100%;
}
@media (max-width: 991.98px) {
  .main-nav__l2--item-link {
    font-weight: var(--nezzo-main-nav-fw);
    hyphens: auto;
    padding: 20px 16px;
    position: relative;
    word-wrap: break-word;
  }
}
@media (min-width: 992px) {
  .main-nav__l2--item-link {
    font-weight: var(--nezzo-main-nav-fw-sub-lg);
    padding: 0.75rem 1rem;
    width: auto;
  }
}
.main-nav__l2--item-link.active, .main-nav__l2--item-link.current, .main-nav__l2--item-link:hover, .main-nav__l2--item-link:focus {
  color: var(--nezzo-main-nav-c-sub-hover);
  text-decoration: none;
}
.main-nav__l2--item-link.active svg, .main-nav__l2--item-link.current svg, .main-nav__l2--item-link:hover svg, .main-nav__l2--item-link:focus svg {
  fill: currentcolor;
}

:root {
  --nezzo-main-nav-c-back-drop-bg: rgba(0, 0, 0, 0.2);
  --nezzo-main-nav-c-wrapper-bg: #fff;
  --nezzo-main-nav-c-bg-xs: #fff;
  --nezzo-main-nav-c-bg-lg: transparent;
  --nezzo-main-nav-c-border: #8c8c8c;
  --nezzo-main-nav-c: #323232;
  --nezzo-main-nav-c-hover: #eb342c;
  --nezzo-main-nav-c-shadow: rgba(0, 0, 0, 0.5);
  --nezzo-main-nav-c-sub-bg: #fff;
  --nezzo-main-nav-c-sub-shadow: rgba(0, 0, 0, 0.05);
  --nezzo-main-nav-c-sub-border: #8c8c8c;
  --nezzo-main-nav-c-sub-border-top: #8c8c8c;
  --nezzo-main-nav-c-sub: #000;
  --nezzo-main-nav-c-sub-hover: #eb342c;
  --nezzo-main-nav-c-btn-bg: transparent;
  --nezzo-main-nav-c-btn-active-bg: transparent;
  --nezzo-main-nav-c-btn: #000;
  --nezzo-main-nav-fs-icon: 21px;
  --nezzo-main-nav-fw-icon: 400;
  --nezzo-main-nav-fs: 17px;
  --nezzo-main-nav-fw: 600;
  --nezzo-main-nav-fw-sub-xs: 400;
  --nezzo-main-nav-fw-sub-lg: 400;
  --nezzo-main-nav-max-width: 576px;
}

@media (min-width: 992px) {
  .main-nav__l1--item, .main-nav__l2 > li:not(.main-nav__l2--item), .main-nav__l2--item {
    flex-basis: auto;
    position: relative;
  }
}
.main-nav__l1--item > *:first-child, .main-nav__l2 > li:not(.main-nav__l2--item) > *:first-child, .main-nav__l2--item > *:first-child {
  height: 100%;
  position: relative;
}
.main-nav__l1--item > *:first-child::before, .main-nav__l2 > li:not(.main-nav__l2--item) > *:first-child::before, .main-nav__l2--item > *:first-child::before {
  background-color: var(--nezzo-main-nav-c-hover);
  bottom: 0;
  content: "";
  display: none;
  height: 0.1875rem;
  left: 1rem;
  position: absolute;
  width: calc(100% - 2rem);
}
.main-nav__l1--item > *:first-child:hover::before, .main-nav__l2 > li:not(.main-nav__l2--item) > *:first-child:hover::before, .main-nav__l2--item > *:first-child:hover::before {
  display: block;
}
.main-nav__l1--item > *:first-child:focus:focus-within, .main-nav__l2 > li:not(.main-nav__l2--item) > *:first-child:focus:focus-within, .main-nav__l2--item > *:first-child:focus:focus-within {
  background-color: var(--nezzo-main-nav-c-wrapper-bg);
  color: var(--nezzo-main-nav-c-hover);
  outline: none;
}
.main-nav__l1--item > *:first-child:focus-visible:focus-within, .main-nav__l2 > li:not(.main-nav__l2--item) > *:first-child:focus-visible:focus-within, .main-nav__l2--item > *:first-child:focus-visible:focus-within {
  background-color: var(--nezzo-main-nav-c-hover);
  color: var(--nezzo-main-nav-c-wrapper-bg);
  outline: none;
}
.main-nav__l1--item > *:first-child:focus-visible:focus-within .main-nav__l1--item-icon, .main-nav__l2 > li:not(.main-nav__l2--item) > *:first-child:focus-visible:focus-within .main-nav__l1--item-icon, .main-nav__l2--item > *:first-child:focus-visible:focus-within .main-nav__l1--item-icon {
  background-color: var(--nezzo-main-nav-c-wrapper-bg);
}
.main-nav__l1--item > *:first-child:focus-visible:focus-within:hover::before, .main-nav__l2 > li:not(.main-nav__l2--item) > *:first-child:focus-visible:focus-within:hover::before, .main-nav__l2--item > *:first-child:focus-visible:focus-within:hover::before {
  display: none;
}

#main-nav {
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  #main-nav {
    z-index: 2;
  }
}
#main-nav::before, #main-nav::after {
  content: "";
  opacity: 0;
  position: fixed;
  top: 90px;
  transition: opacity 0.2s ease-out;
  visibility: hidden;
}
@media (min-width: 992px) {
  #main-nav::before, #main-nav::after {
    content: none;
  }
}
#main-nav::before {
  box-shadow: inset -6px 0 5px var(--nezzo-main-nav-c-shadow);
  height: 150dvh;
  pointer-events: none;
  width: 110%;
  z-index: 191;
}
#main-nav::after {
  background-color: var(--nezzo-main-nav-c-back-drop-bg);
  height: 100dvh;
  left: 0;
  pointer-events: all;
  right: 0;
  width: 100%;
  z-index: -1;
}
#main-nav svg {
  pointer-events: none;
}

.main-nav {
  background-color: var(--nezzo-main-nav-c-wrapper-bg);
  display: flex;
  flex-wrap: wrap;
  height: calc(100dvh - 90px);
  max-width: var(--nezzo-main-nav-max-width);
  overflow: hidden auto;
  position: fixed;
  right: 0;
  top: 90px;
  transform: translateX(100%);
  transition: transform 0.2s ease-out;
  width: 100dvw;
}
@media (min-width: 992px) {
  .main-nav {
    background-color: var(--nezzo-main-nav-c-bg-lg);
    align-items: flex-end;
    flex-wrap: nowrap;
    height: auto;
    max-width: initial;
    overflow: visible;
    position: relative;
    right: initial;
    top: 0;
    transform: none;
    width: auto;
  }
}
.hasLangSwitch .main-nav {
  height: calc(100dvh - 90px - 83px);
  max-height: calc(100dvh - 90px - 83px);
}
@media (min-width: 992px) {
  .hasLangSwitch .main-nav {
    height: auto;
  }
}

html:has(.mainNav--toggle[aria-expanded=true]) {
  overflow: hidden;
}
@media (min-width: 992px) {
  html:has(.mainNav--toggle[aria-expanded=true]) {
    overflow: visible;
  }
}
@media (max-width: 991.98px) {
  html:has(.mainNav--toggle[aria-expanded=true]) #main-nav::before, html:has(.mainNav--toggle[aria-expanded=true]) #main-nav::after {
    opacity: 1;
    visibility: visible;
  }
  html:has(.mainNav--toggle[aria-expanded=true]) #main-nav .main-nav {
    transform: translateX(0);
  }
}

.main-nav__l1 {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .main-nav__l1 {
    border: 0;
    box-shadow: none;
    display: flex;
    flex-basis: auto;
    flex-wrap: wrap;
    margin-inline: auto -1rem;
    width: auto;
  }
  .main-nav__l1::before, .main-nav__l1::after {
    content: none;
  }
}
.main-nav__l1:has(.main-nav__l1--item-link[aria-expanded=true]) {
  max-height: calc(100% - 90px);
  overflow: hidden;
}
@media (min-width: 992px) {
  .main-nav__l1:has(.main-nav__l1--item-link[aria-expanded=true]) {
    overflow: visible;
  }
}
.hasLangSwitch .main-nav__l1:has(.main-nav__l1--item-link[aria-expanded=true]) {
  max-height: calc(100% - 90px - 83px);
}

.mainNav--toggle {
  background-color: var(--nezzo-main-nav-c-btn-bg);
  border: 0;
  display: none;
}
@media (max-width: 991.98px) {
  .mainNav--toggle {
    color: var(--nezzo-main-nav-c-btn);
    cursor: pointer;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: fixed;
    right: 18px;
    top: 22px;
    width: 40px;
    z-index: 99999;
  }
  .mainNav--toggle .icon::before, .mainNav--toggle .icon::after, .mainNav--toggle .icon {
    backface-visibility: hidden;
    background-color: var(--nezzo-main-nav-c-btn);
    width: 22px;
    will-change: transform;
  }
  .mainNav--toggle .icon::before, .mainNav--toggle .icon::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: -6px;
    transition: top 0.22s ease-out 0.22s, transform 0.22s ease-out;
  }
  .mainNav--toggle .icon {
    display: block;
    height: 2px;
    margin: auto;
    pointer-events: none;
    position: relative;
    transition: 0.2s all ease-out;
  }
  .mainNav--toggle .icon::after {
    top: 6px;
  }
  .mainNav--toggle[aria-expanded=true] .icon {
    background: var(--nezzo-main-nav-c-btn-active-bg);
    transition: background 0.22s 0s ease-out;
  }
  .mainNav--toggle[aria-expanded=true] .icon::before, .mainNav--toggle[aria-expanded=true] .icon::after {
    top: 0;
    transition-delay: 0s, 0.22s;
  }
  .mainNav--toggle[aria-expanded=true] .icon::before {
    transform: rotate(45deg);
  }
  .mainNav--toggle[aria-expanded=true] .icon::after {
    transform: rotate(-45deg);
  }
}

.nav__meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__meta ul li {
  font-size: 0.875em;
}
.nav__meta ul li a {
  text-decoration: none;
}
.nav__meta ul li a:hover, .nav__meta ul li a:focus {
  text-decoration: underline;
}
.nav__meta ul li.current a {
  text-decoration: underline;
}

.mobile-meta-nav {
  margin-top: 12px;
}
.mobile-meta-nav a {
  display: inline-block;
  font-size: 0.875em;
  hyphens: auto;
  line-height: 1.2;
  padding: 12px 16px;
  position: relative;
  text-decoration: none;
  width: 100%;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .mobile-meta-nav a {
    hyphens: none;
    word-wrap: normal;
  }
}
.mobile-meta-nav.active > a, .mobile-meta-nav.current > a, .mobile-meta-nav:hover > a, .mobile-meta-nav:focus > a {
  text-decoration: none;
}

:root {
  --nezzo-back-to-top-c-bg: transparent;
}

body {
  display: grid !important;
  grid-template-columns: auto 0;
  min-height: 100vh;
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.938rem;
  }
}

#page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
}
#page::before {
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  content: "";
  display: none;
  height: 100vh;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
  width: 100vw;
  z-index: 999;
}
#page main {
  flex-grow: 1;
}

.container__back-to-top {
  --offset: 10dvh;
  --fade: 120px;
  align-items: flex-end;
  display: flex;
  justify-self: end;
  justify-content: flex-end;
  margin-top: 90px;
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) calc(100vh + var(--offset)), #000 calc(100vh + var(--offset) + var(--fade)));
          mask: linear-gradient(rgba(0, 0, 0, 0) calc(100vh + var(--offset)), #000 calc(100vh + var(--offset) + var(--fade)));
  width: 72px;
}
@media (min-width: 768px) {
  .container__back-to-top {
    margin-top: 90px;
    width: 84px;
  }
}
@media (min-width: 992px) {
  .container__back-to-top {
    margin-top: 120px;
  }
}
.main-nav--open .container__back-to-top {
  display: none;
}

.back-to-top {
  aspect-ratio: 1;
  background-color: var(--nezzo-back-to-top-c-bg);
  bottom: 100px;
  margin-right: 24px;
  padding: 0.75rem;
  position: sticky;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  .back-to-top {
    margin-right: 36px;
  }
}

.svg-icon-back-to-top-arrows {
  height: 27px;
  width: 25px;
}

.section,
[class*=content--] {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .section,
  [class*=content--] {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .section,
  [class*=content--] {
    margin-bottom: 5.5rem;
    margin-top: 5.5rem;
  }
}
.section:first-child,
[class*=content--]:first-child {
  margin-top: 0;
}
.section:last-child,
[class*=content--]:last-child {
  margin-bottom: 0;
}
.section [class*=content--]:first-child,
.section section[class*=ce-]:first-child,
[class*=content--] [class*=content--]:first-child,
[class*=content--] section[class*=ce-]:first-child {
  margin-top: 0;
}
.section [class*=content--]:last-child,
.section section[class*=ce-]:last-child,
[class*=content--] [class*=content--]:last-child,
[class*=content--] section[class*=ce-]:last-child {
  margin-bottom: 0;
}

.content > div > :not(.ce-multi-columns).section.side-wide:last-child, .content > div > :not(.ce-multi-columns)[class*=content--].side-wide:last-child {
  margin-bottom: -3.5rem;
}
@media (min-width: 768px) {
  .content > div > :not(.ce-multi-columns).section.side-wide:last-child, .content > div > :not(.ce-multi-columns)[class*=content--].side-wide:last-child {
    margin-bottom: -5rem;
  }
}
@media (min-width: 992px) {
  .content > div > :not(.ce-multi-columns).section.side-wide:last-child, .content > div > :not(.ce-multi-columns)[class*=content--].side-wide:last-child {
    margin-bottom: -5.5rem;
  }
}

.home h1 {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .home h1 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .home h1 {
    margin-bottom: 60px;
  }
}
.home main .section > h2,
.home main .section > h3 {
  text-align: center;
}
.home main .section .section > h2,
.home main .section .section > h3 {
  text-align: left;
}
.home .header__default {
  position: relative;
}
.home .header__default::before {
  background-color: rgba(235, 52, 44, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media print {
  .home .header__default::before {
    display: none;
  }
}

.newscollection-container .card {
  border: 0;
  height: calc(100% - 24px);
  margin-bottom: 1.5rem;
}
.newscollection-container .card.card--linked:hover, .newscollection-container .card.card--linked:focus {
  background-color: #ebebeb;
}
.newscollection-container .card-image--wrapper {
  height: 0;
  padding-bottom: 62.8571428571%;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .newscollection-container .card-image--wrapper {
    width: 450px;
  }
}
.newscollection-container .card-image--wrapper > div {
  overflow: hidden;
  position: absolute;
}
@media (max-width: 991.98px) {
  .newscollection-container {
    justify-content: center;
  }
}

.content--newsteaser {
  background-color: #eb342c;
  color: #fff;
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .content--newsteaser {
    padding-bottom: calc(1.5 * 5rem - 1.5rem);
  }
}
@media (min-width: 992px) {
  .content--newsteaser {
    padding-bottom: calc(5.5rem - 1.5rem);
  }
}
.content--newsteaser > .container {
  position: relative;
}
.content--newsteaser h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .content--newsteaser h2 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .content--newsteaser h2 {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content--newsteaser .btn.btn-md--bottom {
    bottom: -80px;
  }
}
@media (max-width: 575.98px) {
  .content--newsteaser .btn.btn-xs--bottom {
    bottom: -90px;
  }
}

.content--newsgroup {
  margin-top: 0;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .content--newsgroup {
    padding-bottom: 0;
  }
}
.content--newsgroup > .col {
  margin-top: 0;
}

.content--newsteaser .card {
  border: 0;
  height: calc(100% - 24px);
  margin-bottom: 1.5rem;
}
.content--newsteaser .card.card--linked:hover, .content--newsteaser .card.card--linked:focus {
  background-color: #ebebeb;
}
.content--newsteaser .card-image--wrapper {
  height: 0;
  padding-bottom: 62.8571428571%;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .content--newsteaser .card-image--wrapper {
    width: 450px;
  }
}
.content--newsteaser .card-image--wrapper > div {
  overflow: hidden;
  position: absolute;
}
@media (max-width: 991.98px) {
  .content--newsteaser .card {
    display: none;
  }
}
@media print and (max-width: 991.98px) {
  .content--newsteaser .card {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .content--newsteaser .card:first-child, .content--newsteaser .card:nth-child(2) {
    display: flex;
  }
}

.news h1 {
  margin-bottom: 13px;
  margin-top: 16px;
}
.news main > .content {
  min-height: 200px;
}

.news--date {
  font-size: 17px;
  font-weight: 700;
  margin-top: 39px;
}

.news--lead {
  font-weight: 700;
  margin-bottom: 42px;
}

.news-collection {
  background-color: #eb342c;
  margin-top: -1px;
  padding-top: 1px;
}

.person__contact-methods li {
  opacity: 1;
}
.person__contact-methods li.empty {
  opacity: 0.3;
}
.person__contact-methods li [role=button],
.person__contact-methods li a {
  background-color: #ebebeb;
  border-radius: 42px;
  color: #fff;
  display: block;
  height: 42px;
  padding: 11px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 42px;
}
.person__contact-methods li [role=button][href]:hover, .person__contact-methods li [role=button][href]:focus,
.person__contact-methods li a[href]:hover,
.person__contact-methods li a[href]:focus {
  text-decoration: underline;
}
.person__contact-methods li [role=button][href]:hover [class*=icon], .person__contact-methods li [role=button][href]:focus [class*=icon],
.person__contact-methods li a[href]:hover [class*=icon],
.person__contact-methods li a[href]:focus [class*=icon] {
  background-color: #eb342c;
}
.person__contact-methods li [class*=icon-] {
  height: 20px;
  width: 20px;
}

@media (max-width: 991.98px) {
  .card__person {
    justify-content: center;
  }
}
.card__person.card {
  height: 100%;
  margin: 0 auto;
}
.card__person .card-headline {
  hyphens: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card__person .card-headline {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card__person .card-headline {
    font-size: 22px;
  }
}
.card__person .card-image--wrapper {
  display: initial;
  height: 0;
  padding-bottom: 100%;
}

.person__function {
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-person-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.ce-person-group > h2,
.ce-person-group > h3,
.ce-person-group > p {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-person-group > h2,
  .ce-person-group > h3,
  .ce-person-group > p {
    width: 66.6667%;
  }
}
@media (min-width: 992px) {
  .ce-person-group > h2.center-text,
  .ce-person-group > h3.center-text,
  .ce-person-group > p.center-text {
    text-align: center;
  }
}

.person-group {
  margin-top: 0;
  row-gap: var(--bs-gutter-y);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .person-group {
    justify-content: center;
  }
}
.person-group > * {
  margin-top: 0;
}

.reference--icon-more {
  align-items: center;
  background: #000;
  bottom: 0;
  color: #fff;
  display: flex;
  height: 45px;
  justify-content: center;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  width: 45px;
  z-index: 9;
}
.reference--icon-more .icon-plus {
  background-color: #fff;
}

@media (min-width: 576px) {
  .reference__item {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
  }
}
.reference__item a {
  display: block;
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
.reference__item a::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.reference__item a:hover .reference--icon-more, .reference__item a:focus .reference--icon-more {
  background-color: #eb342c;
}
.reference__item a > div {
  padding-bottom: 64.8148148148%;
  position: relative;
}
.reference__item a > div img {
  position: absolute;
}
.reference__item h2 {
  bottom: 0;
  margin: 0;
  padding: 1.5rem 22px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.monocle .reference__item h2.inverted {
  background-color: rgba(0, 0, 0, 0);
}

.reference--image-replacement {
  background: #8c8c8c;
  height: 100%;
  width: 100%;
}

#shareNav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
#shareNav li [role=button],
#shareNav li a,
#shareNav p [role=button],
#shareNav p a {
  background-color: #ebebeb;
  border-radius: 42px;
  color: #fff;
  display: block;
  height: 42px;
  padding: 11px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 42px;
}
#shareNav li [role=button]:hover, #shareNav li [role=button]:focus,
#shareNav li a:hover,
#shareNav li a:focus,
#shareNav p [role=button]:hover,
#shareNav p [role=button]:focus,
#shareNav p a:hover,
#shareNav p a:focus {
  text-decoration: underline;
}
#shareNav li [role=button]:hover .share, #shareNav li [role=button]:focus .share,
#shareNav li a:hover .share,
#shareNav li a:focus .share,
#shareNav p [role=button]:hover .share,
#shareNav p [role=button]:focus .share,
#shareNav p a:hover .share,
#shareNav p a:focus .share {
  background-color: #eb342c;
}
footer #shareNav li [role=button],
footer #shareNav li a,
footer #shareNav p [role=button],
footer #shareNav p a {
  background-color: #fff;
}
#shareNav li [role=button] [class*=icon-],
#shareNav li a [class*=icon-],
#shareNav p [role=button] [class*=icon-],
#shareNav p a [class*=icon-] {
  height: 20px;
  width: 20px;
}

.monocle .content--share {
  background-color: #ebebeb;
}

.social-media-links-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media-links-nav li [role=button],
.social-media-links-nav li a,
.social-media-links-nav p [role=button],
.social-media-links-nav p a {
  background-color: #ebebeb;
  border-radius: 42px;
  color: #fff;
  display: block;
  height: 42px;
  padding: 11px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 42px;
}
.social-media-links-nav li [role=button]:hover, .social-media-links-nav li [role=button]:focus,
.social-media-links-nav li a:hover,
.social-media-links-nav li a:focus,
.social-media-links-nav p [role=button]:hover,
.social-media-links-nav p [role=button]:focus,
.social-media-links-nav p a:hover,
.social-media-links-nav p a:focus {
  text-decoration: underline;
}
.social-media-links-nav li [role=button]:hover .social-media-link, .social-media-links-nav li [role=button]:focus .social-media-link,
.social-media-links-nav li a:hover .social-media-link,
.social-media-links-nav li a:focus .social-media-link,
.social-media-links-nav p [role=button]:hover .social-media-link,
.social-media-links-nav p [role=button]:focus .social-media-link,
.social-media-links-nav p a:hover .social-media-link,
.social-media-links-nav p a:focus .social-media-link {
  background-color: #eb342c;
}
footer .social-media-links-nav li [role=button],
footer .social-media-links-nav li a,
footer .social-media-links-nav p [role=button],
footer .social-media-links-nav p a {
  background-color: #fff;
}
.social-media-links-nav li [role=button] [class*=icon-],
.social-media-links-nav li a [class*=icon-],
.social-media-links-nav p [role=button] [class*=icon-],
.social-media-links-nav p a [class*=icon-] {
  height: 20px;
  width: 20px;
}

.content--share {
  margin-bottom: 2em;
}

.ce-statement {
  background-color: #eb342c;
  padding: 3.5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .ce-statement {
    padding: 3.75rem 0;
  }
}
@media (min-width: 992px) {
  .ce-statement {
    padding: 4.125rem 0;
  }
}
@media (max-width: 575.98px) {
  .ce-statement .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .statement__headline,
  .statement__text {
    max-width: 80%;
  }
}

.statement__headline {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.statement__text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .statement__text {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .statement__text {
    font-size: 3.5rem;
  }
}

.statement__button .btn {
  margin-bottom: 0;
}

.ce-statement {
  background-color: #f1f2f3;
  padding: 3.5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .ce-statement {
    padding: 3.75rem 0;
  }
}
@media (min-width: 992px) {
  .ce-statement {
    padding: 4.125rem 0;
  }
}
@media (max-width: 575.98px) {
  .ce-statement .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .statement__headline,
  .statement__text {
    max-width: 80%;
  }
}

.statement__headline {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

.statement__text {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .statement__text {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .statement__text {
    font-size: 3.5rem;
  }
}

.statement__button .btn {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .card__teaser {
    justify-content: center;
  }
}
.card__teaser.card {
  height: 100%;
  margin: 0 auto;
}
.card__teaser .card-image--wrapper {
  display: initial;
  height: 0;
  padding-bottom: 62.8571428571%;
}
@media (min-width: 992px) {
  .content--multi-columns .card__teaser {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-teaser-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.ce-teaser-group > h2,
.ce-teaser-group > h3 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ce-teaser-group > h2,
  .ce-teaser-group > h3 {
    width: 66.6667%;
  }
}
@media (min-width: 992px) {
  .ce-teaser-group > h2.center-text,
  .ce-teaser-group > h3.center-text {
    text-align: center;
  }
}

.teaser-group {
  margin-top: 0;
  row-gap: var(--bs-gutter-y);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .teaser-group {
    justify-content: center;
    width: 100%;
  }
}
.teaser-group > * {
  margin-top: 0;
}

.ce-multi-columns .col {
  width: 100%;
}

.ce-text > *:last-child, .ce-text > *:only-child {
  margin-bottom: 0;
}

.ce-text-with-image section[class*=ce-],
.ce-text-with-image [class*=content--] {
  margin-bottom: calc((3.5rem + -1.5rem) / 2);
  margin-top: calc((3.5rem + -1.5rem) / 2);
}
@media (min-width: 768px) {
  .ce-text-with-image section[class*=ce-],
  .ce-text-with-image [class*=content--] {
    margin-bottom: calc((5rem + -1.5rem) / 2);
    margin-top: calc((5rem + -1.5rem) / 2);
  }
}
@media (min-width: 992px) {
  .ce-text-with-image section[class*=ce-],
  .ce-text-with-image [class*=content--] {
    margin-bottom: calc((5.5rem + -1.5rem) / 2);
    margin-top: calc((5.5rem + -1.5rem) / 2);
  }
}
.ce-text-with-image .col-12 > .col-12 {
  padding: 0;
}

.ce-multi-columns .ce-text-with-image .order-2 {
  margin-top: 2.5rem;
}
.ce-multi-columns .ce-text-with-image .order-lg-1 {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .ce-multi-columns .ce-text-with-image .order-lg-1 {
    margin-bottom: 0;
  }
}

.consent-placeholder__text {
  margin-bottom: 1em;
}

.consent-placeholder__cta {
  cursor: pointer;
}

.nezzo-usercentrics-hide-until-consent {
  display: none;
}

#usercentrics-root#usercentrics-root * {
  font-family: inherit;
}

/* usercentrics css overrides */
.uc-embedding-container.uc-embedding-container {
  max-height: 96%;
}
.ratio .uc-embedding-container.uc-embedding-container {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  position: absolute;
  width: 100%;
}

.uc-text-embedding.uc-text-embedding {
  font-family: inherit;
}
.uc-text-embedding.uc-text-embedding * {
  font-family: inherit;
}
.uc-text-embedding.uc-text-embedding a {
  color: var(--l-link-color, #000);
  -webkit-text-decoration: var(--l-link-decoration, underline);
          text-decoration: var(--l-link-decoration, underline);
}
.uc-text-embedding.uc-text-embedding a:hover, .uc-text-embedding.uc-text-embedding a:focus {
  color: var(--l-link-hover-color, #eb342c);
}

.uc-embedding-wrapper {
  font-size: 14px;
}
.uc-embedding-wrapper p {
  font-size: 1em;
  margin-bottom: 1em;
}
.uc-embedding-wrapper .uc-embedding-buttons {
  margin-bottom: 1em;
}
.uc-embedding-wrapper .uc-embedding-buttons + span {
  font-size: 0.75em;
  font-weight: 400;
}
.uc-embedding-wrapper .uc-embedding-buttons + span a {
  color: var(--l-body-color);
  text-decoration: none;
}
.uc-embedding-wrapper .uc-embedding-buttons + span a::before {
  content: none !important;
}
.uc-embedding-wrapper .uc-embedding-accept {
  background-color: #eb342c;
  color: #FAFAFA;
}
.uc-embedding-wrapper .uc-embedding-more-info {
  background-color: #ECEFF1;
  color: #5E6060;
}

.ce-statement {
  background-color: #f1f2f3;
  padding: 3.5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .ce-statement {
    padding: 3.75rem 0;
  }
}
@media (min-width: 992px) {
  .ce-statement {
    padding: 4.125rem 0;
  }
}
@media (max-width: 575.98px) {
  .ce-statement .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .statement__headline,
  .statement__text {
    max-width: 80%;
  }
}

.statement__headline {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

.statement__text {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .statement__text {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .statement__text {
    font-size: 3.5rem;
  }
}

.statement__button .btn {
  margin-bottom: 0;
}


/*# sourceMappingURL=Styles.css.map*/