: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: #f0f0f0;
  --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: #ce0d39;
  --bs-secondary: #002e42;
  --bs-primary-rgb: 206, 13, 57;
  --bs-secondary-rgb: 0, 46, 66;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-gray-rgb: 240, 240, 240;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --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: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --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: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --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-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, #ffffff26, #fff0);
  --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: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --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: #212529bf;
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: #21252980;
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .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 .5rem 1rem #00000026;
  --bs-box-shadow-sm: 0 .125rem .25rem #00000013;
  --bs-box-shadow-lg: 0px 0px 20px 0px #1e1e1e1a;
  --bs-box-shadow-inset: inset 0 1px 2px #00000013;
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: #0d6efd40;
  --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: #dee2e6bf;
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: #dee2e680;
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --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: #031633;
  --bs-secondary-bg-subtle: #161719;
  --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: #084298;
  --bs-secondary-border-subtle: #41464b;
  --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: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: #ffffff26;
  --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 {
  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: #0000;
  margin: 0;
}

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, h1, .h1 {
  color: var(--bs-heading-color);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

@media (width >= 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year {
  font-size: calc(1.325rem + .9vw);
}

@media (width >= 1200px) {
  h2, .h2, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (width >= 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

a > code {
  color: inherit;
}

kbd {
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
  padding: .1875rem .375rem;
  font-size: .875em;
}

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 {
  color: var(--bs-secondary-color);
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend {
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-text {
  padding: 0;
}

::-webkit-datetime-edit-minute {
  padding: 0;
}

::-webkit-datetime-edit-hour-field {
  padding: 0;
}

::-webkit-datetime-edit-day-field {
  padding: 0;
}

::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

::-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 {
  cursor: pointer;
  display: list-item;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
}

@media (width >= 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
}

@media (width >= 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
}

@media (width >= 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}

@media (width >= 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (width >= 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (width >= 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
}

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

.blockquote-footer {
  color: #6c757d;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
}

.blockquote-footer:before {
  content: "— ";
}

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

.img-thumbnail {
  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;
  padding: .25rem;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  color: var(--bs-secondary-color);
  font-size: .875em;
}

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

@media (width >= 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (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;
  --bs-breakpoint-xxxl: 2092px;
}

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

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

.col {
  flex: 1 0;
}

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

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

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

.row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

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

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

.row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

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

.col-1 {
  flex: none;
  width: 8.33333%;
}

.col-2 {
  flex: none;
  width: 16.6667%;
}

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

.col-4 {
  flex: none;
  width: 33.3333%;
}

.col-5 {
  flex: none;
  width: 41.6667%;
}

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

.col-7 {
  flex: none;
  width: 58.3333%;
}

.col-8 {
  flex: none;
  width: 66.6667%;
}

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

.col-10 {
  flex: none;
  width: 83.3333%;
}

.col-11 {
  flex: none;
  width: 91.6667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-2, .gy-2 {
  --bs-gutter-y: .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, body .hw-01-02 .hw-solutionOverview > .row, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, body .hw-01-02 .hw-solutionOverview > .row, .gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6, .gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6, .gy-6 {
  --bs-gutter-y: 4.5rem;
}

.g-7, .gx-7, body .hw-04-04 .hw-faq-row {
  --bs-gutter-x: 6rem;
}

.g-7, .gy-7 {
  --bs-gutter-y: 6rem;
}

.g-8, .gx-8 {
  --bs-gutter-x: 7.5rem;
}

.g-8, .gy-8 {
  --bs-gutter-y: 7.5rem;
}

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

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

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

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

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

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

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

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

  .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

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

  .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

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

  .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

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

  .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

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

  .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: .25rem;
  }

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

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

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .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;
  }

  .g-sm-6, .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-6, .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-sm-7, .gx-sm-7 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-7, .gy-sm-7 {
    --bs-gutter-y: 6rem;
  }

  .g-sm-8, .gx-sm-8 {
    --bs-gutter-x: 7.5rem;
  }

  .g-sm-8, .gy-sm-8 {
    --bs-gutter-y: 7.5rem;
  }

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

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

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

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

@media (width >= 768px) {
  .col-md {
    flex: 1 0;
  }

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

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

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

  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

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

  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

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

  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

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

  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

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

  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: .25rem;
  }

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

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

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .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;
  }

  .g-md-6, .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-6, .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-md-7, .gx-md-7 {
    --bs-gutter-x: 6rem;
  }

  .g-md-7, .gy-md-7 {
    --bs-gutter-y: 6rem;
  }

  .g-md-8, .gx-md-8 {
    --bs-gutter-x: 7.5rem;
  }

  .g-md-8, .gy-md-8 {
    --bs-gutter-y: 7.5rem;
  }

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

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

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

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

@media (width >= 992px) {
  .col-lg {
    flex: 1 0;
  }

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

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

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

  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

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

  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

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

  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

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

  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

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

  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: .25rem;
  }

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

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

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .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;
  }

  .g-lg-6, .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-6, .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-lg-7, .gx-lg-7 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-7, .gy-lg-7 {
    --bs-gutter-y: 6rem;
  }

  .g-lg-8, .gx-lg-8 {
    --bs-gutter-x: 7.5rem;
  }

  .g-lg-8, .gy-lg-8 {
    --bs-gutter-y: 7.5rem;
  }

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

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

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

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

@media (width >= 1200px) {
  .col-xl {
    flex: 1 0;
  }

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

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

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

  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

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

  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

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

  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

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

  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

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

  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: .25rem;
  }

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

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

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .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;
  }

  .g-xl-6, .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-6, .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xl-7, .gx-xl-7 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-7, .gy-xl-7 {
    --bs-gutter-y: 6rem;
  }

  .g-xl-8, .gx-xl-8 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xl-8, .gy-xl-8 {
    --bs-gutter-y: 7.5rem;
  }

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

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

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

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

@media (width >= 1400px) {
  .col-xxl {
    flex: 1 0;
  }

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

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

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

  .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

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

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

  .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

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

  .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

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

  .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

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

  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

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

  .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: .25rem;
  }

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

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

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .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;
  }

  .g-xxl-6, .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-6, .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xxl-7, .gx-xxl-7 {
    --bs-gutter-x: 6rem;
  }

  .g-xxl-7, .gy-xxl-7 {
    --bs-gutter-y: 6rem;
  }

  .g-xxl-8, .gx-xxl-8 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xxl-8, .gy-xxl-8 {
    --bs-gutter-y: 7.5rem;
  }

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

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

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

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

@media (width >= 2092px) {
  .col-xxxl {
    flex: 1 0;
  }

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

  .row-cols-xxxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxxl-12 {
    flex: none;
    width: 100%;
  }

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

  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxxl-6, .gx-xxxl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxxl-6, .gy-xxxl-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xxxl-7, .gx-xxxl-7 {
    --bs-gutter-x: 6rem;
  }

  .g-xxxl-7, .gy-xxxl-7 {
    --bs-gutter-y: 6rem;
  }

  .g-xxxl-8, .gx-xxxl-8 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xxxl-8, .gy-xxxl-8 {
    --bs-gutter-y: 7.5rem;
  }

  .g-xxxl-9, .gx-xxxl-9 {
    --bs-gutter-x: 9rem;
  }

  .g-xxxl-9, .gy-xxxl-9 {
    --bs-gutter-y: 9rem;
  }

  .g-xxxl-10, .gx-xxxl-10 {
    --bs-gutter-x: 10rem;
  }

  .g-xxxl-10, .gy-xxxl-10 {
    --bs-gutter-y: 10rem;
  }
}

.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), .05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  width: 100%;
  margin-bottom: 1rem;
}

.table > :not(caption) > * > * {
  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)));
  padding: .5rem;
}

.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: .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) > *, .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --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: #cfe2ff;
  --bs-table-border-color: #a5b5cc;
  --bs-table-striped-bg: #c4d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --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: #e2e3e5;
  --bs-table-border-color: #b4b6b7;
  --bs-table-striped-bg: #d6d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbcdce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --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: #a5c4ca;
  --bs-table-striped-bg: #c4e8ef;
  --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: #f2e6c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dab9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece0be;
  --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: #dfc1c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7c9;
  --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 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (width <= 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 2091.98px) {
  .table-responsive-xxxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

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

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  font-size: inherit;
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}

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

.form-control, .widget_categories select, .widget_archive select {
  width: 100%;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-clip: padding-box;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .widget_categories select, .widget_archive select {
    transition: none;
  }
}

.form-control[type="file"], .widget_categories select[type="file"], .widget_archive select[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]), .widget_categories select[type="file"]:not(:disabled):not([readonly]), .widget_archive select[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus, .widget_categories select:focus, .widget_archive select:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.widget_categories select::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.widget_archive select::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.widget_categories select::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.widget_archive select::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.form-control::placeholder, .widget_categories select::placeholder, .widget_archive select::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled, .widget_categories select:disabled, .widget_archive select:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  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: var(--bs-border-width);
  margin: -.375rem -.75rem;
  border-radius: 0;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.widget_categories select::file-selector-button {
  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: var(--bs-border-width);
  border-radius: 0;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.widget_archive select::file-selector-button {
  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: var(--bs-border-width);
  border-radius: 0;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }

  .widget_categories select::file-selector-button {
    transition: none;
  }

  .widget_archive select::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.widget_categories select:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.widget_archive select:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  width: 100%;
  color: var(--bs-body-color);
  border: solid #0000;
  border-width: var(--bs-border-width) 0;
  background-color: #0000;
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
  padding: .25rem .5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  margin-inline-end: 1rem;
  padding: .5rem 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select, .select2-selection {
  --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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  width: 100%;
  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);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-select, .select2-selection {
    transition: none;
  }
}

.form-select:focus, .select2-selection:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-select[multiple], [multiple].select2-selection, .form-select[size]:not([size="1"]), [size].select2-selection:not([size="1"]) {
  background-image: none;
  padding-right: .75rem;
}

.form-select:disabled, .select2-selection:disabled {
  background-color: var(--bs-secondary-bg);
}

:is(.form-select:-moz-focusring, .select2-selection:-moz-focusring) {
  color: #0000;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  border-radius: var(--bs-border-radius-sm);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.form-select-lg {
  border-radius: var(--bs-border-radius-lg);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

[data-bs-theme="dark"] .form-select, [data-bs-theme="dark"] .select2-selection {
  --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 {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  text-align: right;
  padding-left: 0;
  padding-right: 1.5em;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  --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 10 3 3 6-6'/%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='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  --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");
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: .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");
  background-image: var(--bs-form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  width: 2em;
  margin-left: -2.5em;
  transition: background-position .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='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  --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");
  background-position: 100%;
}

.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

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

.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: .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 {
  appearance: none;
  background-color: #0000;
  width: 100%;
  height: 1.5rem;
  padding: 0;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range::-moz-range-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.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, .widget_categories .form-floating > select, .widget_archive .form-floating > select, .form-floating > .form-control-plaintext, .form-floating > .form-select, .form-floating > .select2-selection {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  z-index: 2;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  height: 100%;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control, .widget_categories .form-floating > select, .widget_archive .form-floating > select, .form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}

.form-floating > .form-control::placeholder, .widget_categories .form-floating > select::placeholder, .widget_archive .form-floating > select::placeholder, .form-floating > .form-control-plaintext::placeholder {
  color: #0000;
}

.form-floating > .form-control:focus, .widget_categories .form-floating > select:focus, .widget_archive .form-floating > select:focus, .form-floating > .form-control:not(:placeholder-shown), .widget_categories .form-floating > select:not(:placeholder-shown), .widget_archive .form-floating > select:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.widget_categories .form-floating > select:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.widget_archive .form-floating > select:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-select, .form-floating > .select2-selection {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:focus ~ label, .widget_categories .form-floating > select:focus ~ label, .widget_archive .form-floating > select:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .widget_categories .form-floating > select:not(:placeholder-shown) ~ label, .widget_archive .form-floating > select:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label, .form-floating > .select2-selection ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating > .form-control:focus ~ label:after, .widget_categories .form-floating > select:focus ~ label:after, .widget_archive .form-floating > select:focus ~ label:after, .form-floating > .form-control:not(:placeholder-shown) ~ label:after, .widget_categories .form-floating > select:not(:placeholder-shown) ~ label:after, .widget_archive .form-floating > select:not(:placeholder-shown) ~ label:after, .form-floating > .form-control-plaintext ~ label:after, .form-floating > .form-select ~ label:after, .form-floating > .select2-selection ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  inset: 1rem .375rem;
}

.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.widget_categories .form-floating > select:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.widget_archive .form-floating > select:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 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 {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.input-group > .form-control, .widget_categories .input-group > select, .widget_archive .input-group > select, .input-group > .form-select, .input-group > .select2-selection, .input-group > .form-floating {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.input-group > .form-control:focus, .widget_categories .input-group > select:focus, .widget_archive .input-group > select:focus, .input-group > .form-select:focus, .input-group > .select2-selection:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  z-index: 2;
  position: relative;
}

.input-group .btn:focus {
  z-index: 5;
}

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

.input-group-lg > .form-control, .widget_categories .input-group-lg > select, .widget_archive .input-group-lg > select, .input-group-lg > .form-select, .input-group-lg > .select2-selection, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.input-group-sm > .form-control, .widget_categories .input-group-sm > select, .widget_archive .input-group-sm > select, .input-group-sm > .form-select, .input-group-sm > .select2-selection, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

.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, .widget_categories .input-group:not(.has-validation) > .form-floating:not(:last-child) > select, .widget_archive .input-group:not(.has-validation) > .form-floating:not(:last-child) > select, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection, .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, .widget_categories .input-group.has-validation > .form-floating:nth-last-child(n+3) > select, .widget_archive .input-group.has-validation > .form-floating:nth-last-child(n+3) > select, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .select2-selection {
  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(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .widget_categories .input-group > .form-floating:not(:first-child) > select, .widget_archive .input-group > .form-floating:not(:first-child) > select, .input-group > .form-floating:not(:first-child) > .form-select, .input-group > .form-floating:not(:first-child) > .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.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, .was-validated .widget_categories select:valid, .widget_categories .was-validated select:valid, .was-validated .widget_archive select:valid, .widget_archive .was-validated select:valid, .form-control.is-valid, .widget_categories select.is-valid, .widget_archive select.is-valid {
  border-color: var(--bs-form-valid-border-color);
  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-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:valid:focus, .was-validated .widget_categories select:valid:focus, .widget_categories .was-validated select:valid:focus, .was-validated .widget_archive select:valid:focus, .widget_archive .was-validated select:valid:focus, .form-control.is-valid:focus, .widget_categories select.is-valid:focus, .widget_archive select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

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

.was-validated .form-select:valid, .was-validated .select2-selection:valid, .form-select.is-valid, .is-valid.select2-selection {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .select2-selection:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .select2-selection:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .is-valid.select2-selection:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .is-valid.select2-selection: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");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:valid:focus, .was-validated .select2-selection:valid:focus, .form-select.is-valid:focus, .is-valid.select2-selection:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

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

.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 .25rem rgba(var(--bs-success-rgb), .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: .5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .widget_categories .input-group > select:not(:focus):valid, .widget_categories .was-validated .input-group > select:not(:focus):valid, .was-validated .widget_archive .input-group > select:not(:focus):valid, .widget_archive .was-validated .input-group > select:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .widget_categories .input-group > select:not(:focus).is-valid, .widget_archive .input-group > select:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .was-validated .input-group > .select2-selection:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .input-group > .select2-selection: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 {
  width: 100%;
  color: var(--bs-form-invalid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

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

.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, .was-validated .widget_categories select:invalid, .widget_categories .was-validated select:invalid, .was-validated .widget_archive select:invalid, .widget_archive .was-validated select:invalid, .form-control.is-invalid, .widget_categories select.is-invalid, .widget_archive select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  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-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:invalid:focus, .was-validated .widget_categories select:invalid:focus, .widget_categories .was-validated select:invalid:focus, .was-validated .widget_archive select:invalid:focus, .widget_archive .was-validated select:invalid:focus, .form-control.is-invalid:focus, .widget_categories select.is-invalid:focus, .widget_archive select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

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

.was-validated .form-select:invalid, .was-validated .select2-selection:invalid, .form-select.is-invalid, .is-invalid.select2-selection {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .select2-selection:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .select2-selection:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .is-invalid.select2-selection:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .is-invalid.select2-selection: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");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:invalid:focus, .was-validated .select2-selection:invalid:focus, .form-select.is-invalid:focus, .is-invalid.select2-selection:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

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

.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 .25rem rgba(var(--bs-danger-rgb), .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: .5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .widget_categories .input-group > select:not(:focus):invalid, .widget_categories .was-validated .input-group > select:not(:focus):invalid, .was-validated .widget_archive .input-group > select:not(:focus):invalid, .widget_archive .was-validated .input-group > select:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .widget_categories .input-group > select:not(:focus).is-invalid, .widget_archive .input-group > select:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .was-validated .input-group > .select2-selection:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .input-group > .select2-selection: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;
}

.btn {
  --bs-btn-padding-x: 1.5em;
  --bs-btn-padding-y: .5em;
  --bs-btn-font-family: var(--hw-ff-light);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .btn.hw-accordion-item:hover, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .btn.hw-accordion-item:focus-visible:hover, .btn.show:focus-visible, .btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ce0d39;
  --bs-btn-border-color: #ce0d39;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #af0b30;
  --bs-btn-hover-border-color: #a50a2e;
  --bs-btn-focus-shadow-rgb: 213, 49, 87;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a50a2e;
  --bs-btn-active-border-color: #9b0a2b;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ce0d39;
  --bs-btn-disabled-border-color: #ce0d39;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #002e42;
  --bs-btn-border-color: #002e42;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002738;
  --bs-btn-hover-border-color: #002535;
  --bs-btn-focus-shadow-rgb: 38, 77, 94;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #002535;
  --bs-btn-active-border-color: #002332;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #002e42;
  --bs-btn-disabled-border-color: #002e42;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.btn-gray {
  --bs-btn-color: #000;
  --bs-btn-bg: #f0f0f0;
  --bs-btn-border-color: #f0f0f0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f2f2f2;
  --bs-btn-hover-border-color: #f2f2f2;
  --bs-btn-focus-shadow-rgb: 204, 204, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f3f3f3;
  --bs-btn-active-border-color: #f2f2f2;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f0f0f0;
  --bs-btn-disabled-border-color: #f0f0f0;
}

.btn-outline-primary {
  --bs-btn-color: #ce0d39;
  --bs-btn-border-color: #ce0d39;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ce0d39;
  --bs-btn-hover-border-color: #ce0d39;
  --bs-btn-focus-shadow-rgb: 206, 13, 57;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ce0d39;
  --bs-btn-active-border-color: #ce0d39;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #ce0d39;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ce0d39;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #002e42;
  --bs-btn-border-color: #002e42;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002e42;
  --bs-btn-hover-border-color: #002e42;
  --bs-btn-focus-shadow-rgb: 0, 46, 66;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #002e42;
  --bs-btn-active-border-color: #002e42;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #002e42;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #002e42;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-black {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}

.btn-outline-gray {
  --bs-btn-color: #f0f0f0;
  --bs-btn-border-color: #f0f0f0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f0f0f0;
  --bs-btn-hover-border-color: #f0f0f0;
  --bs-btn-focus-shadow-rgb: 240, 240, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f0f0f0;
  --bs-btn-active-border-color: #f0f0f0;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #f0f0f0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f0f0f0;
  --bs-gradient: none;
}

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

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

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

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: 0;
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  transition: height .35s;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: .5rem;
  --bs-dropdown-spacer: .125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: .5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: .5rem;
  z-index: var(--bs-dropdown-zindex);
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  background-clip: padding-box;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
}

.dropdown-menu[data-bs-popper] {
  margin-top: var(--bs-dropdown-spacer);
  top: 100%;
  left: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}

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

.dropdown-menu-end {
  --bs-position: end;
}

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

@media (width >= 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

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

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

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

@media (width >= 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

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

  .dropdown-menu-md-end {
    --bs-position: end;
  }

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

@media (width >= 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

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

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

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

@media (width >= 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

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

@media (width >= 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

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

@media (width >= 2092px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }

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

.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
  top: 0;
  left: 100%;
  right: auto;
}

.dropend .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
  top: 0;
  left: auto;
  right: 100%;
}

.dropstart .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.dropstart .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
  overflow: hidden;
}

.dropdown-item {
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  background-color: #0000;
  border: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .dropdown-item.hw-accordion-item:hover, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  background-color: var(--bs-dropdown-link-active-bg);
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: #0000;
}

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

.dropdown-header {
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .875rem;
  display: block;
}

.dropdown-item-text {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
  display: block;
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: #ffffff26;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  flex: auto;
  position: relative;
}

.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .btn-group > .btn.hw-accordion-item:hover, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .btn-group-vertical > .btn.hw-accordion-item:hover {
  z-index: 1;
}

.btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0;
}

.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: 1.125em;
  padding-right: 1.125em;
}

.dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-left: .375rem;
  padding-right: .375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .75rem;
}

.btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-link {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active, .nav-tabs body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .nav-link.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .nav-tabs .nav-link.hw-accordion-item:hover, .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .nav-link.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .nav-pills .nav-link.hw-accordion-item:hover, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: .125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  padding-left: 0;
  padding-right: 0;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentColor;
}

.nav-underline .nav-link.active, .nav-underline body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .nav-link.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .nav-underline .nav-link.hw-accordion-item:hover, .nav-underline .show > .nav-link {
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentColor;
  font-weight: 700;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
  text-align: center;
  flex: auto;
}

.nav-justified > .nav-link, .nav-justified .nav-item {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .tab-content > .hw-accordion-item:hover {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: .5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: .3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: .5rem;
  --bs-navbar-toggler-padding-y: .25rem;
  --bs-navbar-toggler-padding-x: .75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg width=\"25\" height=\"18\" viewBox=\"0 0 25 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3e%3cline x1=\"1\" y1=\"-1\" x2=\"24\" y2=\"-1\" transform=\"matrix%28-1 0 0 1 25 2%29\" stroke=\"%23002E42\" stroke-width=\"2\" stroke-linecap=\"round\"/%3e%3cline x1=\"1\" y1=\"-1\" x2=\"24\" y2=\"-1\" transform=\"matrix%28-1 0 0 1 25 10%29\" stroke=\"%23002E42\" stroke-width=\"2\" stroke-linecap=\"round\"/%3e%3cline x1=\"1\" y1=\"-1\" x2=\"15\" y2=\"-1\" transform=\"matrix%28-1 0 0 1 25 18%29\" stroke=\"%23CE0D39\" stroke-width=\"2\" stroke-linecap=\"round\"/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: .25rem;
  --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  flex-wrap: inherit;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
  text-decoration: none;
}

.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.navbar-nav .nav-link.active, .navbar-nav body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .nav-link.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .navbar-nav .nav-link.hw-accordion-item:hover, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  color: var(--bs-navbar-color);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  color: var(--bs-navbar-color);
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
  background-color: #0000;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none;
}

.navbar-toggler-icon {
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (width >= 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 2092px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxxl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxxl .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  flex-basis: auto;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  z-index: auto;
  flex-grow: 1;
  transition: none;
  position: static;
  visibility: visible !important;
  background-color: #0000 !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  flex-grow: 0;
  padding: 0;
  display: flex;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: #ffffff8c;
  --bs-navbar-hover-color: #ffffffbf;
  --bs-navbar-disabled-color: #ffffff40;
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: #ffffff1a;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: .5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: .5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: .75rem;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  background-clip: border-box;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card > hr {
  margin-left: 0;
  margin-right: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-width: 0;
}

.card > .list-group:last-child {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-width: 0;
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

.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);
  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);
  margin-bottom: 0;
}

.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(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active, .card-header-tabs body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .nav-link.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .card-header-tabs .nav-link.hw-accordion-item:hover {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

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

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

.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 (width >= 576px) {
  .card-group {
    flex-flow: wrap;
    display: flex;
  }

  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    border-left: 0;
    margin-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;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  border: 0;
  border-radius: 0;
  align-items: center;
  font-size: 1rem;
  display: flex;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:after {
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  flex-shrink: 0;
  margin-left: auto;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed, .accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme="dark"] .accordion-button:after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: .5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .breadcrumb-item.hw-accordion-item:hover {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  padding-left: 0;
  list-style: none;
  display: flex;
}

.page-link {
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  box-shadow: var(--bs-pagination-focus-box-shadow);
  outline: 0;
}

.page-link.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .page-link.hw-accordion-item:hover, .active > .page-link, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item:hover > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: .75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: .5rem;
  --bs-pagination-padding-y: .25rem;
  --bs-pagination-font-size: .875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: .65em;
  --bs-badge-padding-y: .35em;
  --bs-badge-font-size: .75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  line-height: 1;
  display: inline-block;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  position: relative;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  color: var(--bs-alert-link-color);
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  z-index: 2;
  padding: 1.25rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-white {
  --bs-alert-color: var(--bs-white-text-emphasis);
  --bs-alert-bg: var(--bs-white-bg-subtle);
  --bs-alert-border-color: var(--bs-white-border-subtle);
  --bs-alert-link-color: var(--bs-white-text-emphasis);
}

.alert-black {
  --bs-alert-color: var(--bs-black-text-emphasis);
  --bs-alert-bg: var(--bs-black-bg-subtle);
  --bs-alert-border-color: var(--bs-black-border-subtle);
  --bs-alert-link-color: var(--bs-black-text-emphasis);
}

.alert-gray {
  --bs-alert-color: var(--bs-gray-text-emphasis);
  --bs-alert-bg: var(--bs-gray-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-border-subtle);
  --bs-alert-link-color: var(--bs-gray-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  height: var(--bs-progress-height);
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  display: flex;
  overflow: hidden;
}

.progress-bar {
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: .5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  border-radius: var(--bs-list-group-border-radius);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

.list-group-numbered > .list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  background-color: var(--bs-list-group-action-hover-bg);
  text-decoration: none;
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  text-decoration: none;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-item.hw-accordion-item:hover {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-item + .list-group-item.hw-accordion-item:hover {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal > .list-group-item.hw-accordion-item:hover {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal > .list-group-item + .list-group-item.hw-accordion-item:hover {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (width >= 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-sm > .list-group-item.hw-accordion-item:hover {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-sm > .list-group-item + .list-group-item.hw-accordion-item:hover {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-md > .list-group-item.hw-accordion-item:hover {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-md > .list-group-item + .list-group-item.hw-accordion-item:hover {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-lg > .list-group-item.hw-accordion-item:hover {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-lg > .list-group-item + .list-group-item.hw-accordion-item:hover {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-xl > .list-group-item.hw-accordion-item:hover {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-xl > .list-group-item + .list-group-item.hw-accordion-item:hover {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-xxl > .list-group-item.hw-accordion-item:hover {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-xxl > .list-group-item + .list-group-item.hw-accordion-item:hover {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 2092px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-xxxl > .list-group-item.hw-accordion-item:hover {
    margin-top: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .list-group-horizontal-xxxl > .list-group-item + .list-group-item.hw-accordion-item:hover {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-white {
  --bs-list-group-color: var(--bs-white-text-emphasis);
  --bs-list-group-bg: var(--bs-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-white-border-subtle);
  --bs-list-group-active-color: var(--bs-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-white-text-emphasis);
}

.list-group-item-black {
  --bs-list-group-color: var(--bs-black-text-emphasis);
  --bs-list-group-bg: var(--bs-black-bg-subtle);
  --bs-list-group-border-color: var(--bs-black-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-black-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-black-border-subtle);
  --bs-list-group-active-color: var(--bs-black-bg-subtle);
  --bs-list-group-active-bg: var(--bs-black-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-black-text-emphasis);
}

.list-group-item-gray {
  --bs-list-group-color: var(--bs-gray-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: .5;
  --bs-btn-close-hover-opacity: .75;
  --bs-btn-close-focus-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: .25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  opacity: var(--bs-btn-close-opacity);
  border: 0;
  border-radius: .375rem;
  padding: .25em;
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  opacity: var(--bs-btn-close-hover-opacity);
  text-decoration: none;
}

.btn-close:focus {
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
  outline: 0;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white, [data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: .75rem;
  --bs-toast-padding-y: .5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: .875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
  background-clip: padding-box;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  --bs-toast-zindex: 1090;
  z-index: var(--bs-toast-zindex);
  pointer-events: none;
  width: max-content;
  max-width: 100%;
  position: absolute;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  background-clip: padding-box;
  align-items: center;
  display: flex;
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

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

.modal-dialog {
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

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

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

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

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

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

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

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (width >= 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (width >= 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (width <= 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (width <= 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (width <= 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (width <= 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (width <= 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

@media (width <= 2091.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xxxl-down .modal-header, .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  display: block;
}

.tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
  top: -1px;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
  right: -1px;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
  bottom: -1px;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
  left: -1px;
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: .875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: .5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: .3em;
  --bs-popover-arrow-height: 3.889em;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  background-clip: padding-box;
  text-decoration: none;
  display: block;
}

.popover .popover-arrow {
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
  display: block;
}

.popover .popover-arrow:before, .popover .popover-arrow:after {
  content: "";
  border: 0 solid #0000;
  display: block;
  position: absolute;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before, .bs-popover-top > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-top > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before {
  border-top-color: var(--bs-popover-arrow-border);
  bottom: 0;
}

.bs-popover-top > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-end > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before, .bs-popover-end > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-end > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before {
  border-right-color: var(--bs-popover-arrow-border);
  left: 0;
}

.bs-popover-end > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before, .bs-popover-bottom > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before {
  border-bottom-color: var(--bs-popover-arrow-border);
  top: 0;
}

.bs-popover-bottom > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header:before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before {
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-start > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before, .bs-popover-start > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before {
  border-left-color: var(--bs-popover-arrow-border);
  right: 0;
}

.bs-popover-start > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
  margin-bottom: 0;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.carousel-item {
  float: left;
  backface-visibility: hidden;
  width: 100%;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  display: none;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-item.hw-accordion-item:hover, .carousel-item-next, .carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-item-end.hw-accordion-item:hover {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-item-start.hw-accordion-item:hover {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-item.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-fade .carousel-item.hw-accordion-item:hover, .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 body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-item-start.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-fade .carousel-item-start.hw-accordion-item:hover, .carousel-fade .active.carousel-item-end, .carousel-fade body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-item-end.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-fade .carousel-item-end.hw-accordion-item:hover {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-item-start.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-fade .carousel-item-start.hw-accordion-item:hover, .carousel-fade .active.carousel-item-end, .carousel-fade body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-item-end.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-fade .carousel-item-end.hw-accordion-item:hover {
    transition: none;
  }
}

.carousel-control-prev, .carousel-control-next {
  z-index: 1;
  color: #fff;
  text-align: center;
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@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;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

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

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

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

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

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

.carousel-indicators {
  z-index: 2;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  text-indent: -999px;
  cursor: pointer;
  opacity: .5;
  background-color: #fff;
  background-clip: padding-box;
  border: 10px solid #0000;
  border-left: 0;
  border-right: 0;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  transition: opacity .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active, .carousel-indicators body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .carousel-indicators .hw-accordion-item:hover {
  opacity: 1;
}

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

.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert() 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() 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;
}

.spinner-grow, .spinner-border {
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  border-radius: 50%;
  display: inline-block;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -.125em;
  --bs-spinner-border-width: .25em;
  --bs-spinner-animation-speed: .75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: #0000;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: .2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -.125em;
  --bs-spinner-animation-speed: .75s;
  --bs-spinner-animation-name: spinner-grow;
  opacity: 0;
  background-color: currentColor;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.offcanvas, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform .3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (width <= 575.98px) {
  .offcanvas-sm {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}

@media (width <= 575.98px) {
  .offcanvas-sm.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-sm.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-sm.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-sm.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (width >= 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-sm .offcanvas-header {
    display: none;
  }

  .offcanvas-sm .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 767.98px) {
  .offcanvas-md {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}

@media (width <= 767.98px) {
  .offcanvas-md.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-md.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-md.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-md.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (width >= 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-md .offcanvas-header {
    display: none;
  }

  .offcanvas-md .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 991.98px) {
  .offcanvas-lg {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}

@media (width <= 991.98px) {
  .offcanvas-lg.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-lg.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-lg.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-lg.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (width >= 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .offcanvas-lg .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 1199.98px) {
  .offcanvas-xl {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}

@media (width <= 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-xl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-xl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-xl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (width >= 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .offcanvas-xl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 1399.98px) {
  .offcanvas-xxl {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}

@media (width <= 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-xxl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-xxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-xxl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (width >= 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .offcanvas-xxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 2091.98px) {
  .offcanvas-xxxl {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 2091.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}

@media (width <= 2091.98px) {
  .offcanvas-xxxl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-xxxl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-xxxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-xxxl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}

@media (width >= 2092px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }

  .offcanvas-xxxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

.offcanvas {
  z-index: var(--bs-offcanvas-zindex);
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  transition: var(--bs-offcanvas-transition);
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: fixed;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas.offcanvas-start {
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  height: var(--bs-offcanvas-height);
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  height: var(--bs-offcanvas-height);
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  max-height: 100%;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  z-index: 1040;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: .5;
}

.offcanvas-header {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  align-items: center;
  display: flex;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

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

.offcanvas-body {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  flex-grow: 1;
  overflow-y: auto;
}

.placeholder {
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
  background-color: currentColor;
  min-height: 1em;
  display: inline-block;
}

.placeholder.btn:before {
  content: "";
  display: inline-block;
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: 2s ease-in-out infinite placeholder-glow;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.placeholder-wave {
  animation: 2s linear infinite placeholder-wave;
  mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  mask-size: 200% 100%;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

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

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

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

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

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

.text-bg-gray {
  color: #000 !important;
  background-color: RGBA(var(--bs-gray-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(165, 10, 46, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(165, 10, 46, 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(0, 37, 53, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 37, 53, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

.link-black:hover, .link-black:focus {
  color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

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

.link-gray:hover, .link-gray:focus {
  color: RGBA(243, 243, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(243, 243, 243, 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, .75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
}

.focus-ring:focus {
  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);
  outline: 0;
}

.icon-link {
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-underline-offset: .25em;
  backface-visibility: hidden;
  align-items: center;
  gap: .375rem;
  display: inline-flex;
}

.icon-link > .bi {
  fill: currentColor;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transition: transform .2s ease-in-out;
}

@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(.25em, 0, 0));
}

.ratio {
  width: 100%;
  position: relative;
}

.ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 2092px) {
  .sticky-xxxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

.hstack {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

.visually-hidden, .screen-reader-text, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.visually-hidden:not(caption), .screen-reader-text:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

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

.vr {
  width: var(--bs-border-width);
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  min-height: 1em;
  display: inline-block;
}

.text-gray-500 {
  color: #6b7280 !important;
}

.bg-gray-500 {
  background-color: #6b7280 !important;
}

.text-slate-50 {
  color: #f8fafc !important;
}

.bg-slate-50 {
  background-color: #f8fafc !important;
}

.text-slate-100 {
  color: #f1f5f9 !important;
}

.bg-slate-100 {
  background-color: #f1f5f9 !important;
}

.text-slate-200 {
  color: #e2e8f0 !important;
}

.bg-slate-200 {
  background-color: #e2e8f0 !important;
}

.text-slate-300 {
  color: #cbd5e1 !important;
}

.bg-slate-300 {
  background-color: #cbd5e1 !important;
}

.text-slate-400 {
  color: #94a3b8 !important;
}

.bg-slate-400 {
  background-color: #94a3b8 !important;
}

.text-slate-500 {
  color: #64748b !important;
}

.bg-slate-500 {
  background-color: #64748b !important;
}

.text-slate-600 {
  color: #475569 !important;
}

.bg-slate-600 {
  background-color: #475569 !important;
}

.text-slate-700 {
  color: #334155 !important;
}

.bg-slate-700 {
  background-color: #334155 !important;
}

.text-slate-800 {
  color: #1e293b !important;
}

.bg-slate-800 {
  background-color: #1e293b !important;
}

.text-slate-900 {
  color: #0f172a !important;
}

.bg-slate-900 {
  background-color: #0f172a !important;
}

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

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

.text-zinc-100 {
  color: #f4f4f5 !important;
}

.bg-zinc-100 {
  background-color: #f4f4f5 !important;
}

.text-zinc-200 {
  color: #e4e4e7 !important;
}

.bg-zinc-200 {
  background-color: #e4e4e7 !important;
}

.text-zinc-300 {
  color: #d4d4d8 !important;
}

.bg-zinc-300 {
  background-color: #d4d4d8 !important;
}

.text-zinc-400 {
  color: #a1a1aa !important;
}

.bg-zinc-400 {
  background-color: #a1a1aa !important;
}

.text-zinc-500 {
  color: #71717a !important;
}

.bg-zinc-500 {
  background-color: #71717a !important;
}

.text-zinc-600 {
  color: #52525b !important;
}

.bg-zinc-600 {
  background-color: #52525b !important;
}

.text-zinc-700 {
  color: #3f3f46 !important;
}

.bg-zinc-700 {
  background-color: #3f3f46 !important;
}

.text-zinc-800 {
  color: #27272a !important;
}

.bg-zinc-800 {
  background-color: #27272a !important;
}

.text-zinc-900 {
  color: #18181b !important;
}

.bg-zinc-900 {
  background-color: #18181b !important;
}

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

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

.text-neutral-100 {
  color: #f5f5f5 !important;
}

.bg-neutral-100 {
  background-color: #f5f5f5 !important;
}

.text-neutral-200 {
  color: #e5e5e5 !important;
}

.bg-neutral-200 {
  background-color: #e5e5e5 !important;
}

.text-neutral-300 {
  color: #d4d4d4 !important;
}

.bg-neutral-300 {
  background-color: #d4d4d4 !important;
}

.text-neutral-400 {
  color: #a3a3a3 !important;
}

.bg-neutral-400 {
  background-color: #a3a3a3 !important;
}

.text-neutral-500 {
  color: #737373 !important;
}

.bg-neutral-500 {
  background-color: #737373 !important;
}

.text-neutral-600 {
  color: #525252 !important;
}

.bg-neutral-600 {
  background-color: #525252 !important;
}

.text-neutral-700 {
  color: #404040 !important;
}

.bg-neutral-700 {
  background-color: #404040 !important;
}

.text-neutral-800 {
  color: #262626 !important;
}

.bg-neutral-800 {
  background-color: #262626 !important;
}

.text-neutral-900 {
  color: #171717 !important;
}

.bg-neutral-900 {
  background-color: #171717 !important;
}

.text-stone-50 {
  color: #fafaf9 !important;
}

.bg-stone-50 {
  background-color: #fafaf9 !important;
}

.text-stone-100 {
  color: #f5f5f4 !important;
}

.bg-stone-100 {
  background-color: #f5f5f4 !important;
}

.text-stone-200 {
  color: #e7e5e4 !important;
}

.bg-stone-200 {
  background-color: #e7e5e4 !important;
}

.text-stone-300 {
  color: #d6d3d1 !important;
}

.bg-stone-300 {
  background-color: #d6d3d1 !important;
}

.text-stone-400 {
  color: #a8a29e !important;
}

.bg-stone-400 {
  background-color: #a8a29e !important;
}

.text-stone-500 {
  color: #78716c !important;
}

.bg-stone-500 {
  background-color: #78716c !important;
}

.text-stone-600 {
  color: #57534e !important;
}

.bg-stone-600 {
  background-color: #57534e !important;
}

.text-stone-700 {
  color: #44403c !important;
}

.bg-stone-700 {
  background-color: #44403c !important;
}

.text-stone-800 {
  color: #292524 !important;
}

.bg-stone-800 {
  background-color: #292524 !important;
}

.text-stone-900 {
  color: #1c1917 !important;
}

.bg-stone-900 {
  background-color: #1c1917 !important;
}

.text-primary-25 {
  color: #fdf3f5 !important;
}

.bg-primary-25 {
  background-color: #fdf3f5 !important;
}

.text-bg-primary-25 {
  color: #000 !important;
  background-color: #fdf3f5 !important;
}

.text-primary-50 {
  color: #fae7eb !important;
}

.bg-primary-50 {
  background-color: #fae7eb !important;
}

.text-bg-primary-50 {
  color: #000 !important;
  background-color: #fae7eb !important;
}

.text-primary-100 {
  color: #f5cfd7 !important;
}

.bg-primary-100 {
  background-color: #f5cfd7 !important;
}

.text-bg-primary-100 {
  color: #000 !important;
  background-color: #f5cfd7 !important;
}

.text-primary-200 {
  color: #eb9eb0 !important;
}

.bg-primary-200 {
  background-color: #eb9eb0 !important;
}

.text-bg-primary-200 {
  color: #000 !important;
  background-color: #eb9eb0 !important;
}

.text-primary-300 {
  color: #e26e88 !important;
}

.bg-primary-300 {
  background-color: #e26e88 !important;
}

.text-bg-primary-300 {
  color: #000 !important;
  background-color: #e26e88 !important;
}

.text-primary-400 {
  color: #d83d61 !important;
}

.bg-primary-400 {
  background-color: #d83d61 !important;
}

.text-bg-primary-400 {
  color: #000 !important;
  background-color: #d83d61 !important;
}

.text-primary-600 {
  color: #a50a2e !important;
}

.bg-primary-600 {
  background-color: #a50a2e !important;
}

.text-bg-primary-600 {
  color: #fff !important;
  background-color: #a50a2e !important;
}

.text-primary-700 {
  color: #7c0822 !important;
}

.bg-primary-700 {
  background-color: #7c0822 !important;
}

.text-bg-primary-700 {
  color: #fff !important;
  background-color: #7c0822 !important;
}

.text-primary-800 {
  color: #520517 !important;
}

.bg-primary-800 {
  background-color: #520517 !important;
}

.text-bg-primary-800 {
  color: #fff !important;
  background-color: #520517 !important;
}

.text-primary-900 {
  color: #29030b !important;
}

.bg-primary-900 {
  background-color: #29030b !important;
}

.text-bg-primary-900 {
  color: #fff !important;
  background-color: #29030b !important;
}

[data-bs-theme="dark"] .text-primary-25 {
  color: #0a0103 !important;
}

[data-bs-theme="dark"] .bg-primary-25 {
  background-color: #0a0103 !important;
}

[data-bs-theme="dark"] .text-bg-primary-25 {
  color: #fff !important;
  background-color: #0a0103 !important;
}

[data-bs-theme="dark"] .text-primary-50 {
  color: #150106 !important;
}

[data-bs-theme="dark"] .bg-primary-50 {
  background-color: #150106 !important;
}

[data-bs-theme="dark"] .text-bg-primary-50 {
  color: #fff !important;
  background-color: #150106 !important;
}

[data-bs-theme="dark"] .text-primary-100 {
  color: #29030b !important;
}

[data-bs-theme="dark"] .bg-primary-100 {
  background-color: #29030b !important;
}

[data-bs-theme="dark"] .text-bg-primary-100 {
  color: #fff !important;
  background-color: #29030b !important;
}

[data-bs-theme="dark"] .text-primary-200 {
  color: #520517 !important;
}

[data-bs-theme="dark"] .bg-primary-200 {
  background-color: #520517 !important;
}

[data-bs-theme="dark"] .text-bg-primary-200 {
  color: #fff !important;
  background-color: #520517 !important;
}

[data-bs-theme="dark"] .text-primary-300 {
  color: #7c0822 !important;
}

[data-bs-theme="dark"] .bg-primary-300 {
  background-color: #7c0822 !important;
}

[data-bs-theme="dark"] .text-bg-primary-300 {
  color: #fff !important;
  background-color: #7c0822 !important;
}

[data-bs-theme="dark"] .text-primary-400 {
  color: #a50a2e !important;
}

[data-bs-theme="dark"] .bg-primary-400 {
  background-color: #a50a2e !important;
}

[data-bs-theme="dark"] .text-bg-primary-400 {
  color: #fff !important;
  background-color: #a50a2e !important;
}

[data-bs-theme="dark"] .text-primary-600 {
  color: #d83d61 !important;
}

[data-bs-theme="dark"] .bg-primary-600 {
  background-color: #d83d61 !important;
}

[data-bs-theme="dark"] .text-bg-primary-600 {
  color: #000 !important;
  background-color: #d83d61 !important;
}

[data-bs-theme="dark"] .text-primary-700 {
  color: #e26e88 !important;
}

[data-bs-theme="dark"] .bg-primary-700 {
  background-color: #e26e88 !important;
}

[data-bs-theme="dark"] .text-bg-primary-700 {
  color: #000 !important;
  background-color: #e26e88 !important;
}

[data-bs-theme="dark"] .text-primary-800 {
  color: #eb9eb0 !important;
}

[data-bs-theme="dark"] .bg-primary-800 {
  background-color: #eb9eb0 !important;
}

[data-bs-theme="dark"] .text-bg-primary-800 {
  color: #000 !important;
  background-color: #eb9eb0 !important;
}

[data-bs-theme="dark"] .text-primary-900 {
  color: #f5cfd7 !important;
}

[data-bs-theme="dark"] .bg-primary-900 {
  background-color: #f5cfd7 !important;
}

[data-bs-theme="dark"] .text-bg-primary-900 {
  color: #000 !important;
  background-color: #f5cfd7 !important;
}

.text-secondary-25 {
  color: #f2f5f6 !important;
}

.bg-secondary-25 {
  background-color: #f2f5f6 !important;
}

.text-bg-secondary-25 {
  color: #000 !important;
  background-color: #f2f5f6 !important;
}

.text-secondary-50 {
  color: #e6eaec !important;
}

.bg-secondary-50 {
  background-color: #e6eaec !important;
}

.text-bg-secondary-50 {
  color: #000 !important;
  background-color: #e6eaec !important;
}

.text-secondary-100 {
  color: #ccd5d9 !important;
}

.bg-secondary-100 {
  background-color: #ccd5d9 !important;
}

.text-bg-secondary-100 {
  color: #000 !important;
  background-color: #ccd5d9 !important;
}

.text-secondary-200 {
  color: #99abb3 !important;
}

.bg-secondary-200 {
  background-color: #99abb3 !important;
}

.text-bg-secondary-200 {
  color: #000 !important;
  background-color: #99abb3 !important;
}

.text-secondary-300 {
  color: #66828e !important;
}

.bg-secondary-300 {
  background-color: #66828e !important;
}

.text-bg-secondary-300 {
  color: #000 !important;
  background-color: #66828e !important;
}

.text-secondary-400 {
  color: #335868 !important;
}

.bg-secondary-400 {
  background-color: #335868 !important;
}

.text-bg-secondary-400 {
  color: #fff !important;
  background-color: #335868 !important;
}

.text-secondary-600 {
  color: #002535 !important;
}

.bg-secondary-600 {
  background-color: #002535 !important;
}

.text-bg-secondary-600 {
  color: #fff !important;
  background-color: #002535 !important;
}

.text-secondary-700 {
  color: #001c28 !important;
}

.bg-secondary-700 {
  background-color: #001c28 !important;
}

.text-bg-secondary-700 {
  color: #fff !important;
  background-color: #001c28 !important;
}

.text-secondary-800 {
  color: #00121a !important;
}

.bg-secondary-800 {
  background-color: #00121a !important;
}

.text-bg-secondary-800 {
  color: #fff !important;
  background-color: #00121a !important;
}

.text-secondary-900 {
  color: #00090d !important;
}

.bg-secondary-900 {
  background-color: #00090d !important;
}

.text-bg-secondary-900 {
  color: #fff !important;
  background-color: #00090d !important;
}

[data-bs-theme="dark"] .text-secondary-25 {
  color: #000203 !important;
}

[data-bs-theme="dark"] .bg-secondary-25 {
  background-color: #000203 !important;
}

[data-bs-theme="dark"] .text-bg-secondary-25 {
  color: #fff !important;
  background-color: #000203 !important;
}

[data-bs-theme="dark"] .text-secondary-50 {
  color: #000507 !important;
}

[data-bs-theme="dark"] .bg-secondary-50 {
  background-color: #000507 !important;
}

[data-bs-theme="dark"] .text-bg-secondary-50 {
  color: #fff !important;
  background-color: #000507 !important;
}

[data-bs-theme="dark"] .text-secondary-100 {
  color: #00090d !important;
}

[data-bs-theme="dark"] .bg-secondary-100 {
  background-color: #00090d !important;
}

[data-bs-theme="dark"] .text-bg-secondary-100 {
  color: #fff !important;
  background-color: #00090d !important;
}

[data-bs-theme="dark"] .text-secondary-200 {
  color: #00121a !important;
}

[data-bs-theme="dark"] .bg-secondary-200 {
  background-color: #00121a !important;
}

[data-bs-theme="dark"] .text-bg-secondary-200 {
  color: #fff !important;
  background-color: #00121a !important;
}

[data-bs-theme="dark"] .text-secondary-300 {
  color: #001c28 !important;
}

[data-bs-theme="dark"] .bg-secondary-300 {
  background-color: #001c28 !important;
}

[data-bs-theme="dark"] .text-bg-secondary-300 {
  color: #fff !important;
  background-color: #001c28 !important;
}

[data-bs-theme="dark"] .text-secondary-400 {
  color: #002535 !important;
}

[data-bs-theme="dark"] .bg-secondary-400 {
  background-color: #002535 !important;
}

[data-bs-theme="dark"] .text-bg-secondary-400 {
  color: #fff !important;
  background-color: #002535 !important;
}

[data-bs-theme="dark"] .text-secondary-600 {
  color: #335868 !important;
}

[data-bs-theme="dark"] .bg-secondary-600 {
  background-color: #335868 !important;
}

[data-bs-theme="dark"] .text-bg-secondary-600 {
  color: #fff !important;
  background-color: #335868 !important;
}

[data-bs-theme="dark"] .text-secondary-700 {
  color: #66828e !important;
}

[data-bs-theme="dark"] .bg-secondary-700 {
  background-color: #66828e !important;
}

[data-bs-theme="dark"] .text-bg-secondary-700 {
  color: #000 !important;
  background-color: #66828e !important;
}

[data-bs-theme="dark"] .text-secondary-800 {
  color: #99abb3 !important;
}

[data-bs-theme="dark"] .bg-secondary-800 {
  background-color: #99abb3 !important;
}

[data-bs-theme="dark"] .text-bg-secondary-800 {
  color: #000 !important;
  background-color: #99abb3 !important;
}

[data-bs-theme="dark"] .text-secondary-900 {
  color: #ccd5d9 !important;
}

[data-bs-theme="dark"] .bg-secondary-900 {
  background-color: #ccd5d9 !important;
}

[data-bs-theme="dark"] .text-bg-secondary-900 {
  color: #000 !important;
  background-color: #ccd5d9 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-bg-white-600 {
  color: #000 !important;
  background-color: #ccc !important;
}

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

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

.text-bg-white-700 {
  color: #000 !important;
  background-color: #999 !important;
}

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

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

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

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

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

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

[data-bs-theme="dark"] .text-white-25 {
  color: #0d0d0d !important;
}

[data-bs-theme="dark"] .bg-white-25 {
  background-color: #0d0d0d !important;
}

[data-bs-theme="dark"] .text-bg-white-25 {
  color: #fff !important;
  background-color: #0d0d0d !important;
}

[data-bs-theme="dark"] .text-white-50 {
  color: #1a1a1a !important;
}

[data-bs-theme="dark"] .bg-white-50 {
  background-color: #1a1a1a !important;
}

[data-bs-theme="dark"] .text-bg-white-50 {
  color: #fff !important;
  background-color: #1a1a1a !important;
}

[data-bs-theme="dark"] .text-white-100 {
  color: #333 !important;
}

[data-bs-theme="dark"] .bg-white-100 {
  background-color: #333 !important;
}

[data-bs-theme="dark"] .text-bg-white-100 {
  color: #fff !important;
  background-color: #333 !important;
}

[data-bs-theme="dark"] .text-white-200 {
  color: #666 !important;
}

[data-bs-theme="dark"] .bg-white-200 {
  background-color: #666 !important;
}

[data-bs-theme="dark"] .text-bg-white-200 {
  color: #fff !important;
  background-color: #666 !important;
}

[data-bs-theme="dark"] .text-white-300 {
  color: #999 !important;
}

[data-bs-theme="dark"] .bg-white-300 {
  background-color: #999 !important;
}

[data-bs-theme="dark"] .text-bg-white-300 {
  color: #000 !important;
  background-color: #999 !important;
}

[data-bs-theme="dark"] .text-white-400 {
  color: #ccc !important;
}

[data-bs-theme="dark"] .bg-white-400 {
  background-color: #ccc !important;
}

[data-bs-theme="dark"] .text-bg-white-400 {
  color: #000 !important;
  background-color: #ccc !important;
}

[data-bs-theme="dark"] .text-white-600 {
  color: #fff !important;
}

[data-bs-theme="dark"] .bg-white-600 {
  background-color: #fff !important;
}

[data-bs-theme="dark"] .text-bg-white-600 {
  color: #000 !important;
  background-color: #fff !important;
}

[data-bs-theme="dark"] .text-white-700 {
  color: #fff !important;
}

[data-bs-theme="dark"] .bg-white-700 {
  background-color: #fff !important;
}

[data-bs-theme="dark"] .text-bg-white-700 {
  color: #000 !important;
  background-color: #fff !important;
}

[data-bs-theme="dark"] .text-white-800 {
  color: #fff !important;
}

[data-bs-theme="dark"] .bg-white-800 {
  background-color: #fff !important;
}

[data-bs-theme="dark"] .text-bg-white-800 {
  color: #000 !important;
  background-color: #fff !important;
}

[data-bs-theme="dark"] .text-white-900 {
  color: #fff !important;
}

[data-bs-theme="dark"] .bg-white-900 {
  background-color: #fff !important;
}

[data-bs-theme="dark"] .text-bg-white-900 {
  color: #000 !important;
  background-color: #fff !important;
}

.text-black-25 {
  color: #f2f2f2 !important;
}

.bg-black-25 {
  background-color: #f2f2f2 !important;
}

.text-bg-black-25 {
  color: #000 !important;
  background-color: #f2f2f2 !important;
}

.text-black-50 {
  color: #e6e6e6 !important;
}

.bg-black-50 {
  background-color: #e6e6e6 !important;
}

.text-bg-black-50 {
  color: #000 !important;
  background-color: #e6e6e6 !important;
}

.text-black-100 {
  color: #ccc !important;
}

.bg-black-100 {
  background-color: #ccc !important;
}

.text-bg-black-100 {
  color: #000 !important;
  background-color: #ccc !important;
}

.text-black-200 {
  color: #999 !important;
}

.bg-black-200 {
  background-color: #999 !important;
}

.text-bg-black-200 {
  color: #000 !important;
  background-color: #999 !important;
}

.text-black-300 {
  color: #666 !important;
}

.bg-black-300 {
  background-color: #666 !important;
}

.text-bg-black-300 {
  color: #fff !important;
  background-color: #666 !important;
}

.text-black-400 {
  color: #333 !important;
}

.bg-black-400 {
  background-color: #333 !important;
}

.text-bg-black-400 {
  color: #fff !important;
  background-color: #333 !important;
}

.text-black-600 {
  color: #000 !important;
}

.bg-black-600 {
  background-color: #000 !important;
}

.text-bg-black-600 {
  color: #fff !important;
  background-color: #000 !important;
}

.text-black-700 {
  color: #000 !important;
}

.bg-black-700 {
  background-color: #000 !important;
}

.text-bg-black-700 {
  color: #fff !important;
  background-color: #000 !important;
}

.text-black-800 {
  color: #000 !important;
}

.bg-black-800 {
  background-color: #000 !important;
}

.text-bg-black-800 {
  color: #fff !important;
  background-color: #000 !important;
}

.text-black-900 {
  color: #000 !important;
}

.bg-black-900 {
  background-color: #000 !important;
}

.text-bg-black-900 {
  color: #fff !important;
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-black-25 {
  color: #000 !important;
}

[data-bs-theme="dark"] .bg-black-25 {
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-bg-black-25 {
  color: #fff !important;
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-black-50 {
  color: #000 !important;
}

[data-bs-theme="dark"] .bg-black-50 {
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-bg-black-50 {
  color: #fff !important;
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-black-100 {
  color: #000 !important;
}

[data-bs-theme="dark"] .bg-black-100 {
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-bg-black-100 {
  color: #fff !important;
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-black-200 {
  color: #000 !important;
}

[data-bs-theme="dark"] .bg-black-200 {
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-bg-black-200 {
  color: #fff !important;
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-black-300 {
  color: #000 !important;
}

[data-bs-theme="dark"] .bg-black-300 {
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-bg-black-300 {
  color: #fff !important;
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-black-400 {
  color: #000 !important;
}

[data-bs-theme="dark"] .bg-black-400 {
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-bg-black-400 {
  color: #fff !important;
  background-color: #000 !important;
}

[data-bs-theme="dark"] .text-black-600 {
  color: #333 !important;
}

[data-bs-theme="dark"] .bg-black-600 {
  background-color: #333 !important;
}

[data-bs-theme="dark"] .text-bg-black-600 {
  color: #fff !important;
  background-color: #333 !important;
}

[data-bs-theme="dark"] .text-black-700 {
  color: #666 !important;
}

[data-bs-theme="dark"] .bg-black-700 {
  background-color: #666 !important;
}

[data-bs-theme="dark"] .text-bg-black-700 {
  color: #fff !important;
  background-color: #666 !important;
}

[data-bs-theme="dark"] .text-black-800 {
  color: #999 !important;
}

[data-bs-theme="dark"] .bg-black-800 {
  background-color: #999 !important;
}

[data-bs-theme="dark"] .text-bg-black-800 {
  color: #000 !important;
  background-color: #999 !important;
}

[data-bs-theme="dark"] .text-black-900 {
  color: #ccc !important;
}

[data-bs-theme="dark"] .bg-black-900 {
  background-color: #ccc !important;
}

[data-bs-theme="dark"] .text-bg-black-900 {
  color: #000 !important;
  background-color: #ccc !important;
}

.text-gray-25 {
  color: #fefefe !important;
}

.bg-gray-25 {
  background-color: #fefefe !important;
}

.text-bg-gray-25 {
  color: #000 !important;
  background-color: #fefefe !important;
}

.text-gray-50 {
  color: #fefefe !important;
}

.bg-gray-50 {
  background-color: #fefefe !important;
}

.text-bg-gray-50 {
  color: #000 !important;
  background-color: #fefefe !important;
}

.text-gray-100 {
  color: #fcfcfc !important;
}

.bg-gray-100 {
  background-color: #fcfcfc !important;
}

.text-bg-gray-100 {
  color: #000 !important;
  background-color: #fcfcfc !important;
}

.text-gray-200 {
  color: #f9f9f9 !important;
}

.bg-gray-200 {
  background-color: #f9f9f9 !important;
}

.text-bg-gray-200 {
  color: #000 !important;
  background-color: #f9f9f9 !important;
}

.text-gray-300 {
  color: #f6f6f6 !important;
}

.bg-gray-300 {
  background-color: #f6f6f6 !important;
}

.text-bg-gray-300 {
  color: #000 !important;
  background-color: #f6f6f6 !important;
}

.text-gray-400 {
  color: #f3f3f3 !important;
}

.bg-gray-400 {
  background-color: #f3f3f3 !important;
}

.text-bg-gray-400 {
  color: #000 !important;
  background-color: #f3f3f3 !important;
}

.text-gray-600 {
  color: silver !important;
}

.bg-gray-600 {
  background-color: silver !important;
}

.text-bg-gray-600 {
  color: #000 !important;
  background-color: silver !important;
}

.text-gray-700 {
  color: #909090 !important;
}

.bg-gray-700 {
  background-color: #909090 !important;
}

.text-bg-gray-700 {
  color: #000 !important;
  background-color: #909090 !important;
}

.text-gray-800 {
  color: #606060 !important;
}

.bg-gray-800 {
  background-color: #606060 !important;
}

.text-bg-gray-800 {
  color: #fff !important;
  background-color: #606060 !important;
}

.text-gray-900 {
  color: #303030 !important;
}

.bg-gray-900 {
  background-color: #303030 !important;
}

.text-bg-gray-900 {
  color: #fff !important;
  background-color: #303030 !important;
}

[data-bs-theme="dark"] .text-gray-25 {
  color: #0c0c0c !important;
}

[data-bs-theme="dark"] .bg-gray-25 {
  background-color: #0c0c0c !important;
}

[data-bs-theme="dark"] .text-bg-gray-25 {
  color: #fff !important;
  background-color: #0c0c0c !important;
}

[data-bs-theme="dark"] .text-gray-50 {
  color: #181818 !important;
}

[data-bs-theme="dark"] .bg-gray-50 {
  background-color: #181818 !important;
}

[data-bs-theme="dark"] .text-bg-gray-50 {
  color: #fff !important;
  background-color: #181818 !important;
}

[data-bs-theme="dark"] .text-gray-100 {
  color: #303030 !important;
}

[data-bs-theme="dark"] .bg-gray-100 {
  background-color: #303030 !important;
}

[data-bs-theme="dark"] .text-bg-gray-100 {
  color: #fff !important;
  background-color: #303030 !important;
}

[data-bs-theme="dark"] .text-gray-200 {
  color: #606060 !important;
}

[data-bs-theme="dark"] .bg-gray-200 {
  background-color: #606060 !important;
}

[data-bs-theme="dark"] .text-bg-gray-200 {
  color: #fff !important;
  background-color: #606060 !important;
}

[data-bs-theme="dark"] .text-gray-300 {
  color: #909090 !important;
}

[data-bs-theme="dark"] .bg-gray-300 {
  background-color: #909090 !important;
}

[data-bs-theme="dark"] .text-bg-gray-300 {
  color: #000 !important;
  background-color: #909090 !important;
}

[data-bs-theme="dark"] .text-gray-400 {
  color: silver !important;
}

[data-bs-theme="dark"] .bg-gray-400 {
  background-color: silver !important;
}

[data-bs-theme="dark"] .text-bg-gray-400 {
  color: #000 !important;
  background-color: silver !important;
}

[data-bs-theme="dark"] .text-gray-600 {
  color: #f3f3f3 !important;
}

[data-bs-theme="dark"] .bg-gray-600 {
  background-color: #f3f3f3 !important;
}

[data-bs-theme="dark"] .text-bg-gray-600 {
  color: #000 !important;
  background-color: #f3f3f3 !important;
}

[data-bs-theme="dark"] .text-gray-700 {
  color: #f6f6f6 !important;
}

[data-bs-theme="dark"] .bg-gray-700 {
  background-color: #f6f6f6 !important;
}

[data-bs-theme="dark"] .text-bg-gray-700 {
  color: #000 !important;
  background-color: #f6f6f6 !important;
}

[data-bs-theme="dark"] .text-gray-800 {
  color: #f9f9f9 !important;
}

[data-bs-theme="dark"] .bg-gray-800 {
  background-color: #f9f9f9 !important;
}

[data-bs-theme="dark"] .text-bg-gray-800 {
  color: #000 !important;
  background-color: #f9f9f9 !important;
}

[data-bs-theme="dark"] .text-gray-900 {
  color: #fcfcfc !important;
}

[data-bs-theme="dark"] .bg-gray-900 {
  background-color: #fcfcfc !important;
}

[data-bs-theme="dark"] .text-bg-gray-900 {
  color: #000 !important;
  background-color: #fcfcfc !important;
}

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

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

.text-bg-light-25 {
  color: #000 !important;
  background-color: #fff !important;
}

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

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

.text-bg-light-50 {
  color: #000 !important;
  background-color: #fefeff !important;
}

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

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

.text-bg-light-100 {
  color: #000 !important;
  background-color: #fefefe !important;
}

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

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

.text-bg-light-200 {
  color: #000 !important;
  background-color: #fcfdfd !important;
}

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

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

.text-bg-light-300 {
  color: #000 !important;
  background-color: #fbfbfc !important;
}

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

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

.text-bg-light-400 {
  color: #000 !important;
  background-color: #f9fafb !important;
}

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

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

.text-bg-light-600 {
  color: #000 !important;
  background-color: #c6c7c8 !important;
}

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

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

.text-bg-light-700 {
  color: #000 !important;
  background-color: #959596 !important;
}

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

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

.text-bg-light-800 {
  color: #fff !important;
  background-color: #636464 !important;
}

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

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

.text-bg-light-900 {
  color: #fff !important;
  background-color: #323232 !important;
}

[data-bs-theme="dark"] .text-light-25 {
  color: #0c0c0d !important;
}

[data-bs-theme="dark"] .bg-light-25 {
  background-color: #0c0c0d !important;
}

[data-bs-theme="dark"] .text-bg-light-25 {
  color: #fff !important;
  background-color: #0c0c0d !important;
}

[data-bs-theme="dark"] .text-light-50 {
  color: #191919 !important;
}

[data-bs-theme="dark"] .bg-light-50 {
  background-color: #191919 !important;
}

[data-bs-theme="dark"] .text-bg-light-50 {
  color: #fff !important;
  background-color: #191919 !important;
}

[data-bs-theme="dark"] .text-light-100 {
  color: #323232 !important;
}

[data-bs-theme="dark"] .bg-light-100 {
  background-color: #323232 !important;
}

[data-bs-theme="dark"] .text-bg-light-100 {
  color: #fff !important;
  background-color: #323232 !important;
}

[data-bs-theme="dark"] .text-light-200 {
  color: #636464 !important;
}

[data-bs-theme="dark"] .bg-light-200 {
  background-color: #636464 !important;
}

[data-bs-theme="dark"] .text-bg-light-200 {
  color: #fff !important;
  background-color: #636464 !important;
}

[data-bs-theme="dark"] .text-light-300 {
  color: #959596 !important;
}

[data-bs-theme="dark"] .bg-light-300 {
  background-color: #959596 !important;
}

[data-bs-theme="dark"] .text-bg-light-300 {
  color: #000 !important;
  background-color: #959596 !important;
}

[data-bs-theme="dark"] .text-light-400 {
  color: #c6c7c8 !important;
}

[data-bs-theme="dark"] .bg-light-400 {
  background-color: #c6c7c8 !important;
}

[data-bs-theme="dark"] .text-bg-light-400 {
  color: #000 !important;
  background-color: #c6c7c8 !important;
}

[data-bs-theme="dark"] .text-light-600 {
  color: #f9fafb !important;
}

[data-bs-theme="dark"] .bg-light-600 {
  background-color: #f9fafb !important;
}

[data-bs-theme="dark"] .text-bg-light-600 {
  color: #000 !important;
  background-color: #f9fafb !important;
}

[data-bs-theme="dark"] .text-light-700 {
  color: #fbfbfc !important;
}

[data-bs-theme="dark"] .bg-light-700 {
  background-color: #fbfbfc !important;
}

[data-bs-theme="dark"] .text-bg-light-700 {
  color: #000 !important;
  background-color: #fbfbfc !important;
}

[data-bs-theme="dark"] .text-light-800 {
  color: #fcfdfd !important;
}

[data-bs-theme="dark"] .bg-light-800 {
  background-color: #fcfdfd !important;
}

[data-bs-theme="dark"] .text-bg-light-800 {
  color: #000 !important;
  background-color: #fcfdfd !important;
}

[data-bs-theme="dark"] .text-light-900 {
  color: #fefefe !important;
}

[data-bs-theme="dark"] .bg-light-900 {
  background-color: #fefefe !important;
}

[data-bs-theme="dark"] .text-bg-light-900 {
  color: #000 !important;
  background-color: #fefefe !important;
}

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

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

.text-bg-dark-25 {
  color: #000 !important;
  background-color: #f4f4f4 !important;
}

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

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

.text-bg-dark-50 {
  color: #000 !important;
  background-color: #e9e9ea !important;
}

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

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

.text-bg-dark-100 {
  color: #000 !important;
  background-color: #d3d3d4 !important;
}

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

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

.text-bg-dark-200 {
  color: #000 !important;
  background-color: #a6a8a9 !important;
}

.text-dark-300 {
  color: #7a7c7f !important;
}

.bg-dark-300 {
  background-color: #7a7c7f !important;
}

.text-bg-dark-300 {
  color: #000 !important;
  background-color: #7a7c7f !important;
}

.text-dark-400 {
  color: #4d5154 !important;
}

.bg-dark-400 {
  background-color: #4d5154 !important;
}

.text-bg-dark-400 {
  color: #fff !important;
  background-color: #4d5154 !important;
}

.text-dark-600 {
  color: #1a1e21 !important;
}

.bg-dark-600 {
  background-color: #1a1e21 !important;
}

.text-bg-dark-600 {
  color: #fff !important;
  background-color: #1a1e21 !important;
}

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

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

.text-bg-dark-700 {
  color: #fff !important;
  background-color: #141619 !important;
}

.text-dark-800 {
  color: #0d0f10 !important;
}

.bg-dark-800 {
  background-color: #0d0f10 !important;
}

.text-bg-dark-800 {
  color: #fff !important;
  background-color: #0d0f10 !important;
}

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

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

.text-bg-dark-900 {
  color: #fff !important;
  background-color: #070708 !important;
}

[data-bs-theme="dark"] .text-dark-25 {
  color: #020202 !important;
}

[data-bs-theme="dark"] .bg-dark-25 {
  background-color: #020202 !important;
}

[data-bs-theme="dark"] .text-bg-dark-25 {
  color: #fff !important;
  background-color: #020202 !important;
}

[data-bs-theme="dark"] .text-dark-50 {
  color: #030404 !important;
}

[data-bs-theme="dark"] .bg-dark-50 {
  background-color: #030404 !important;
}

[data-bs-theme="dark"] .text-bg-dark-50 {
  color: #fff !important;
  background-color: #030404 !important;
}

[data-bs-theme="dark"] .text-dark-100 {
  color: #070708 !important;
}

[data-bs-theme="dark"] .bg-dark-100 {
  background-color: #070708 !important;
}

[data-bs-theme="dark"] .text-bg-dark-100 {
  color: #fff !important;
  background-color: #070708 !important;
}

[data-bs-theme="dark"] .text-dark-200 {
  color: #0d0f10 !important;
}

[data-bs-theme="dark"] .bg-dark-200 {
  background-color: #0d0f10 !important;
}

[data-bs-theme="dark"] .text-bg-dark-200 {
  color: #fff !important;
  background-color: #0d0f10 !important;
}

[data-bs-theme="dark"] .text-dark-300 {
  color: #141619 !important;
}

[data-bs-theme="dark"] .bg-dark-300 {
  background-color: #141619 !important;
}

[data-bs-theme="dark"] .text-bg-dark-300 {
  color: #fff !important;
  background-color: #141619 !important;
}

[data-bs-theme="dark"] .text-dark-400 {
  color: #1a1e21 !important;
}

[data-bs-theme="dark"] .bg-dark-400 {
  background-color: #1a1e21 !important;
}

[data-bs-theme="dark"] .text-bg-dark-400 {
  color: #fff !important;
  background-color: #1a1e21 !important;
}

[data-bs-theme="dark"] .text-dark-600 {
  color: #4d5154 !important;
}

[data-bs-theme="dark"] .bg-dark-600 {
  background-color: #4d5154 !important;
}

[data-bs-theme="dark"] .text-bg-dark-600 {
  color: #fff !important;
  background-color: #4d5154 !important;
}

[data-bs-theme="dark"] .text-dark-700 {
  color: #7a7c7f !important;
}

[data-bs-theme="dark"] .bg-dark-700 {
  background-color: #7a7c7f !important;
}

[data-bs-theme="dark"] .text-bg-dark-700 {
  color: #000 !important;
  background-color: #7a7c7f !important;
}

[data-bs-theme="dark"] .text-dark-800 {
  color: #a6a8a9 !important;
}

[data-bs-theme="dark"] .bg-dark-800 {
  background-color: #a6a8a9 !important;
}

[data-bs-theme="dark"] .text-bg-dark-800 {
  color: #000 !important;
  background-color: #a6a8a9 !important;
}

[data-bs-theme="dark"] .text-dark-900 {
  color: #d3d3d4 !important;
}

[data-bs-theme="dark"] .bg-dark-900 {
  background-color: #d3d3d4 !important;
}

[data-bs-theme="dark"] .text-bg-dark-900 {
  color: #000 !important;
  background-color: #d3d3d4 !important;
}

.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: .25 !important;
}

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

.opacity-75 {
  opacity: .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, .aligncenter {
  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, body .hw-01-02 .hw-solutionOverview > .row .card {
  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-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}

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

.focus-ring-gray {
  --bs-focus-ring-color: rgba(var(--bs-gray-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.end-95 {
  right: 95% !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-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-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-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-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: .1;
}

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

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

.border-opacity-75 {
  --bs-border-opacity: .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw-0 {
  max-width: 0 !important;
}

.mw-none {
  max-width: none !important;
}

.mw-1 {
  max-width: 20rem !important;
}

.mw-2 {
  max-width: 24rem !important;
}

.mw-3 {
  max-width: 28rem !important;
}

.mw-4 {
  max-width: 32rem !important;
}

.mw-5 {
  max-width: 36rem !important;
}

.mw-6 {
  max-width: 42rem !important;
}

.mw-7 {
  max-width: 48rem !important;
}

.mw-8 {
  max-width: 56rem !important;
}

.mw-9 {
  max-width: 64rem !important;
}

.mw-10 {
  max-width: 72rem !important;
}

.mw-11 {
  max-width: 80rem !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vh-25 {
  min-height: 25vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

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

.flex-fill {
  flex: 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, body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-text, body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text, body .hw-01-03 .hw-col-text, body .hw-01-03 .hw-col-usp {
  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, body .hw-01-03 .hw-col-text {
  order: 1 !important;
}

.order-2, body .hw-01-03 .hw-col-usp {
  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: .25rem !important;
}

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

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

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

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

.m-6 {
  margin: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

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

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

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

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

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

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

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

.mx-6 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mx-7 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-8 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

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

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

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

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

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

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .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-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-8 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

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

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

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.mt-8 {
  margin-top: 7.5rem !important;
}

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

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

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

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

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

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

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

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

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

.me-6 {
  margin-right: 4.5rem !important;
}

.me-7 {
  margin-right: 6rem !important;
}

.me-8 {
  margin-right: 7.5rem !important;
}

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

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

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.mb-8 {
  margin-bottom: 7.5rem !important;
}

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

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

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

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

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

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

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

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

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

.ms-6 {
  margin-left: 4.5rem !important;
}

.ms-7 {
  margin-left: 6rem !important;
}

.ms-8 {
  margin-left: 7.5rem !important;
}

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

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

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

.m-n1 {
  margin: -.25rem !important;
}

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

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

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

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

.m-n6 {
  margin: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.m-n8 {
  margin: -7.5rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

.mx-n1 {
  margin-left: -.25rem !important;
  margin-right: -.25rem !important;
}

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

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

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

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

.mx-n6 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important;
}

.mx-n7 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.mx-n8 {
  margin-left: -7.5rem !important;
  margin-right: -7.5rem !important;
}

.mx-n9 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.mx-n10 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.my-n1 {
  margin-top: -.25rem !important;
  margin-bottom: -.25rem !important;
}

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

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

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

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

.my-n6 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n8 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.my-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.mt-n1 {
  margin-top: -.25rem !important;
}

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

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

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

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

.mt-n6 {
  margin-top: -4.5rem !important;
}

.mt-n7 {
  margin-top: -6rem !important;
}

.mt-n8 {
  margin-top: -7.5rem !important;
}

.mt-n9 {
  margin-top: -9rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}

.me-n1 {
  margin-right: -.25rem !important;
}

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

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

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

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

.me-n6 {
  margin-right: -4.5rem !important;
}

.me-n7 {
  margin-right: -6rem !important;
}

.me-n8 {
  margin-right: -7.5rem !important;
}

.me-n9 {
  margin-right: -9rem !important;
}

.me-n10 {
  margin-right: -10rem !important;
}

.mb-n1 {
  margin-bottom: -.25rem !important;
}

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

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

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

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

.mb-n6 {
  margin-bottom: -4.5rem !important;
}

.mb-n7 {
  margin-bottom: -6rem !important;
}

.mb-n8 {
  margin-bottom: -7.5rem !important;
}

.mb-n9 {
  margin-bottom: -9rem !important;
}

.mb-n10 {
  margin-bottom: -10rem !important;
}

.ms-n1 {
  margin-left: -.25rem !important;
}

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

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

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

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

.ms-n6 {
  margin-left: -4.5rem !important;
}

.ms-n7 {
  margin-left: -6rem !important;
}

.ms-n8 {
  margin-left: -7.5rem !important;
}

.ms-n9 {
  margin-left: -9rem !important;
}

.ms-n10 {
  margin-left: -10rem !important;
}

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

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

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

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

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

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

.p-6 {
  padding: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

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

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

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

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

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

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

.px-6 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.px-7 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-8 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

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

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

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

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

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .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;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-8 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

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

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

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

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

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

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

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

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

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pt-8 {
  padding-top: 7.5rem !important;
}

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

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

.pe-0, .container-fluid .row > :last-child, .container-sm .row > :last-child, .container-md .row > :last-child, .container-lg .row > :last-child, .container-xl .row > :last-child, .container-xxl .row > :last-child {
  padding-right: 0 !important;
}

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

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

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

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

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

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 6rem !important;
}

.pe-8 {
  padding-right: 7.5rem !important;
}

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

.pb-8 {
  padding-bottom: 7.5rem !important;
}

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

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

.ps-0, .container-fluid .row > :first-child, .container-sm .row > :first-child, .container-md .row > :first-child, .container-lg .row > :first-child, .container-xl .row > :first-child, .container-xxl .row > :first-child {
  padding-left: 0 !important;
}

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

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

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

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

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

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

.ps-8 {
  padding-left: 7.5rem !important;
}

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 4.5rem !important;
}

.gap-7 {
  gap: 6rem !important;
}

.gap-8 {
  gap: 7.5rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

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

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

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

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

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

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

.row-gap-6 {
  row-gap: 4.5rem !important;
}

.row-gap-7 {
  row-gap: 6rem !important;
}

.row-gap-8 {
  row-gap: 7.5rem !important;
}

.row-gap-9 {
  row-gap: 9rem !important;
}

.row-gap-10 {
  row-gap: 10rem !important;
}

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

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

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

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

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

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

.column-gap-6 {
  column-gap: 4.5rem !important;
}

.column-gap-7 {
  column-gap: 6rem !important;
}

.column-gap-8 {
  column-gap: 7.5rem !important;
}

.column-gap-9 {
  column-gap: 9rem !important;
}

.column-gap-10 {
  column-gap: 10rem !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 + .9vw) !important;
}

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

.fs-4 {
  font-size: calc(1.275rem + .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, .hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .card-body .hw-title, body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .card-body .hw-title {
  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;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-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: #00000080 !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !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: .25;
}

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

.text-opacity-75 {
  --bs-text-opacity: .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, .link-opacity-10-hover:hover {
  --bs-link-opacity: .1;
}

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

.link-opacity-50, .link-opacity-50-hover:hover {
  --bs-link-opacity: .5;
}

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

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

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

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

.link-offset-3, .link-offset-3-hover:hover {
  text-underline-offset: .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-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-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, .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

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

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

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

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

.link-underline-opacity-100, .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-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-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-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-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: #0000 !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: .1;
}

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

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

.bg-opacity-75 {
  --bs-bg-opacity: .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-top-left-radius: 0 !important;
  border-bottom-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-top-left-radius: 50% !important;
  border-bottom-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;
}

.ls-n2 {
  letter-spacing: -.05em !important;
}

.ls-n1 {
  letter-spacing: -.025em !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: .025em !important;
}

.ls-2 {
  letter-spacing: .05em !important;
}

.ls-3 {
  letter-spacing: .1em !important;
}

@media (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;
  }

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

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

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

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

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

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

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

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

  .top-sm-5 {
    top: 5% !important;
  }

  .top-sm-10 {
    top: 10% !important;
  }

  .top-sm-15 {
    top: 15% !important;
  }

  .top-sm-20 {
    top: 20% !important;
  }

  .top-sm-25 {
    top: 25% !important;
  }

  .top-sm-30 {
    top: 30% !important;
  }

  .top-sm-35 {
    top: 35% !important;
  }

  .top-sm-40 {
    top: 40% !important;
  }

  .top-sm-45 {
    top: 45% !important;
  }

  .top-sm-55 {
    top: 55% !important;
  }

  .top-sm-60 {
    top: 60% !important;
  }

  .top-sm-65 {
    top: 65% !important;
  }

  .top-sm-70 {
    top: 70% !important;
  }

  .top-sm-75 {
    top: 75% !important;
  }

  .top-sm-80 {
    top: 80% !important;
  }

  .top-sm-85 {
    top: 85% !important;
  }

  .top-sm-90 {
    top: 90% !important;
  }

  .top-sm-95 {
    top: 95% !important;
  }

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

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

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

  .bottom-sm-5 {
    bottom: 5% !important;
  }

  .bottom-sm-10 {
    bottom: 10% !important;
  }

  .bottom-sm-15 {
    bottom: 15% !important;
  }

  .bottom-sm-20 {
    bottom: 20% !important;
  }

  .bottom-sm-25 {
    bottom: 25% !important;
  }

  .bottom-sm-30 {
    bottom: 30% !important;
  }

  .bottom-sm-35 {
    bottom: 35% !important;
  }

  .bottom-sm-40 {
    bottom: 40% !important;
  }

  .bottom-sm-45 {
    bottom: 45% !important;
  }

  .bottom-sm-55 {
    bottom: 55% !important;
  }

  .bottom-sm-60 {
    bottom: 60% !important;
  }

  .bottom-sm-65 {
    bottom: 65% !important;
  }

  .bottom-sm-70 {
    bottom: 70% !important;
  }

  .bottom-sm-75 {
    bottom: 75% !important;
  }

  .bottom-sm-80 {
    bottom: 80% !important;
  }

  .bottom-sm-85 {
    bottom: 85% !important;
  }

  .bottom-sm-90 {
    bottom: 90% !important;
  }

  .bottom-sm-95 {
    bottom: 95% !important;
  }

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

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

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

  .start-sm-5 {
    left: 5% !important;
  }

  .start-sm-10 {
    left: 10% !important;
  }

  .start-sm-15 {
    left: 15% !important;
  }

  .start-sm-20 {
    left: 20% !important;
  }

  .start-sm-25 {
    left: 25% !important;
  }

  .start-sm-30 {
    left: 30% !important;
  }

  .start-sm-35 {
    left: 35% !important;
  }

  .start-sm-40 {
    left: 40% !important;
  }

  .start-sm-45 {
    left: 45% !important;
  }

  .start-sm-55 {
    left: 55% !important;
  }

  .start-sm-60 {
    left: 60% !important;
  }

  .start-sm-65 {
    left: 65% !important;
  }

  .start-sm-70 {
    left: 70% !important;
  }

  .start-sm-75 {
    left: 75% !important;
  }

  .start-sm-80 {
    left: 80% !important;
  }

  .start-sm-85 {
    left: 85% !important;
  }

  .start-sm-90 {
    left: 90% !important;
  }

  .start-sm-95 {
    left: 95% !important;
  }

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

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

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

  .end-sm-5 {
    right: 5% !important;
  }

  .end-sm-10 {
    right: 10% !important;
  }

  .end-sm-15 {
    right: 15% !important;
  }

  .end-sm-20 {
    right: 20% !important;
  }

  .end-sm-25 {
    right: 25% !important;
  }

  .end-sm-30 {
    right: 30% !important;
  }

  .end-sm-35 {
    right: 35% !important;
  }

  .end-sm-40 {
    right: 40% !important;
  }

  .end-sm-45 {
    right: 45% !important;
  }

  .end-sm-55 {
    right: 55% !important;
  }

  .end-sm-60 {
    right: 60% !important;
  }

  .end-sm-65 {
    right: 65% !important;
  }

  .end-sm-70 {
    right: 70% !important;
  }

  .end-sm-75 {
    right: 75% !important;
  }

  .end-sm-80 {
    right: 80% !important;
  }

  .end-sm-85 {
    right: 85% !important;
  }

  .end-sm-90 {
    right: 90% !important;
  }

  .end-sm-95 {
    right: 95% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mw-sm-0 {
    max-width: 0 !important;
  }

  .mw-sm-none {
    max-width: none !important;
  }

  .mw-sm-1 {
    max-width: 20rem !important;
  }

  .mw-sm-2 {
    max-width: 24rem !important;
  }

  .mw-sm-3 {
    max-width: 28rem !important;
  }

  .mw-sm-4 {
    max-width: 32rem !important;
  }

  .mw-sm-5 {
    max-width: 36rem !important;
  }

  .mw-sm-6 {
    max-width: 42rem !important;
  }

  .mw-sm-7 {
    max-width: 48rem !important;
  }

  .mw-sm-8 {
    max-width: 56rem !important;
  }

  .mw-sm-9 {
    max-width: 64rem !important;
  }

  .mw-sm-10 {
    max-width: 72rem !important;
  }

  .mw-sm-11 {
    max-width: 80rem !important;
  }

  .min-vh-sm-25 {
    min-height: 25vh !important;
  }

  .min-vh-sm-50 {
    min-height: 50vh !important;
  }

  .min-vh-sm-75 {
    min-height: 75vh !important;
  }

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

  .flex-sm-fill {
    flex: 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: .25rem !important;
  }

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

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

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

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

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 6rem !important;
  }

  .m-sm-8 {
    margin: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .mx-sm-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-sm-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-sm-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

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

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

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

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

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

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

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

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

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

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

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

  .mt-sm-2 {
    margin-top: .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-6 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 6rem !important;
  }

  .mt-sm-8 {
    margin-top: 7.5rem !important;
  }

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

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

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

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

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

  .me-sm-2 {
    margin-right: .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-6 {
    margin-right: 4.5rem !important;
  }

  .me-sm-7 {
    margin-right: 6rem !important;
  }

  .me-sm-8 {
    margin-right: 7.5rem !important;
  }

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

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

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

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

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

  .mb-sm-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 7.5rem !important;
  }

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

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

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

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

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

  .ms-sm-2 {
    margin-left: .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-6 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-7 {
    margin-left: 6rem !important;
  }

  .ms-sm-8 {
    margin-left: 7.5rem !important;
  }

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

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

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

  .m-sm-n1 {
    margin: -.25rem !important;
  }

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

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

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

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

  .m-sm-n6 {
    margin: -4.5rem !important;
  }

  .m-sm-n7 {
    margin: -6rem !important;
  }

  .m-sm-n8 {
    margin: -7.5rem !important;
  }

  .m-sm-n9 {
    margin: -9rem !important;
  }

  .m-sm-n10 {
    margin: -10rem !important;
  }

  .mx-sm-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

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

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

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

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

  .mx-sm-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-sm-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-sm-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .mx-sm-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .mx-sm-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .my-sm-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

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

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

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

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

  .my-sm-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-sm-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .mt-sm-n1 {
    margin-top: -.25rem !important;
  }

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

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

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

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

  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-sm-n7 {
    margin-top: -6rem !important;
  }

  .mt-sm-n8 {
    margin-top: -7.5rem !important;
  }

  .mt-sm-n9 {
    margin-top: -9rem !important;
  }

  .mt-sm-n10 {
    margin-top: -10rem !important;
  }

  .me-sm-n1 {
    margin-right: -.25rem !important;
  }

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

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

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

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

  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }

  .me-sm-n7 {
    margin-right: -6rem !important;
  }

  .me-sm-n8 {
    margin-right: -7.5rem !important;
  }

  .me-sm-n9 {
    margin-right: -9rem !important;
  }

  .me-sm-n10 {
    margin-right: -10rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -.25rem !important;
  }

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

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

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

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

  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-sm-n8 {
    margin-bottom: -7.5rem !important;
  }

  .mb-sm-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }

  .ms-sm-n1 {
    margin-left: -.25rem !important;
  }

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

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

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

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

  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-sm-n7 {
    margin-left: -6rem !important;
  }

  .ms-sm-n8 {
    margin-left: -7.5rem !important;
  }

  .ms-sm-n9 {
    margin-left: -9rem !important;
  }

  .ms-sm-n10 {
    margin-left: -10rem !important;
  }

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

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

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

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

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

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

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 6rem !important;
  }

  .p-sm-8 {
    padding: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

  .px-sm-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-sm-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-sm-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

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

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

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

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

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 6rem !important;
  }

  .pt-sm-8 {
    padding-top: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-7 {
    padding-right: 6rem !important;
  }

  .pe-sm-8 {
    padding-right: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 7.5rem !important;
  }

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

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

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

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

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

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

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

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

  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-7 {
    padding-left: 6rem !important;
  }

  .ps-sm-8 {
    padding-left: 7.5rem !important;
  }

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

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

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

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

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

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

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

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .gap-sm-6 {
    gap: 4.5rem !important;
  }

  .gap-sm-7 {
    gap: 6rem !important;
  }

  .gap-sm-8 {
    gap: 7.5rem !important;
  }

  .gap-sm-9 {
    gap: 9rem !important;
  }

  .gap-sm-10 {
    gap: 10rem !important;
  }

  .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: .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;
  }

  .row-gap-sm-6 {
    row-gap: 4.5rem !important;
  }

  .row-gap-sm-7 {
    row-gap: 6rem !important;
  }

  .row-gap-sm-8 {
    row-gap: 7.5rem !important;
  }

  .row-gap-sm-9 {
    row-gap: 9rem !important;
  }

  .row-gap-sm-10 {
    row-gap: 10rem !important;
  }

  .column-gap-sm-0 {
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    column-gap: .25rem !important;
  }

  .column-gap-sm-2 {
    column-gap: .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;
  }

  .column-gap-sm-6 {
    column-gap: 4.5rem !important;
  }

  .column-gap-sm-7 {
    column-gap: 6rem !important;
  }

  .column-gap-sm-8 {
    column-gap: 7.5rem !important;
  }

  .column-gap-sm-9 {
    column-gap: 9rem !important;
  }

  .column-gap-sm-10 {
    column-gap: 10rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (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;
  }

  .position-md-static {
    position: static !important;
  }

  .position-md-relative {
    position: relative !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }

  .position-md-fixed {
    position: fixed !important;
  }

  .position-md-sticky {
    position: sticky !important;
  }

  .top-md-0 {
    top: 0 !important;
  }

  .top-md-50 {
    top: 50% !important;
  }

  .top-md-100 {
    top: 100% !important;
  }

  .top-md-5 {
    top: 5% !important;
  }

  .top-md-10 {
    top: 10% !important;
  }

  .top-md-15 {
    top: 15% !important;
  }

  .top-md-20 {
    top: 20% !important;
  }

  .top-md-25 {
    top: 25% !important;
  }

  .top-md-30 {
    top: 30% !important;
  }

  .top-md-35 {
    top: 35% !important;
  }

  .top-md-40 {
    top: 40% !important;
  }

  .top-md-45 {
    top: 45% !important;
  }

  .top-md-55 {
    top: 55% !important;
  }

  .top-md-60 {
    top: 60% !important;
  }

  .top-md-65 {
    top: 65% !important;
  }

  .top-md-70 {
    top: 70% !important;
  }

  .top-md-75 {
    top: 75% !important;
  }

  .top-md-80 {
    top: 80% !important;
  }

  .top-md-85 {
    top: 85% !important;
  }

  .top-md-90 {
    top: 90% !important;
  }

  .top-md-95 {
    top: 95% !important;
  }

  .bottom-md-0 {
    bottom: 0 !important;
  }

  .bottom-md-50 {
    bottom: 50% !important;
  }

  .bottom-md-100 {
    bottom: 100% !important;
  }

  .bottom-md-5 {
    bottom: 5% !important;
  }

  .bottom-md-10 {
    bottom: 10% !important;
  }

  .bottom-md-15 {
    bottom: 15% !important;
  }

  .bottom-md-20 {
    bottom: 20% !important;
  }

  .bottom-md-25 {
    bottom: 25% !important;
  }

  .bottom-md-30 {
    bottom: 30% !important;
  }

  .bottom-md-35 {
    bottom: 35% !important;
  }

  .bottom-md-40 {
    bottom: 40% !important;
  }

  .bottom-md-45 {
    bottom: 45% !important;
  }

  .bottom-md-55 {
    bottom: 55% !important;
  }

  .bottom-md-60 {
    bottom: 60% !important;
  }

  .bottom-md-65 {
    bottom: 65% !important;
  }

  .bottom-md-70 {
    bottom: 70% !important;
  }

  .bottom-md-75 {
    bottom: 75% !important;
  }

  .bottom-md-80 {
    bottom: 80% !important;
  }

  .bottom-md-85 {
    bottom: 85% !important;
  }

  .bottom-md-90 {
    bottom: 90% !important;
  }

  .bottom-md-95 {
    bottom: 95% !important;
  }

  .start-md-0 {
    left: 0 !important;
  }

  .start-md-50 {
    left: 50% !important;
  }

  .start-md-100 {
    left: 100% !important;
  }

  .start-md-5 {
    left: 5% !important;
  }

  .start-md-10 {
    left: 10% !important;
  }

  .start-md-15 {
    left: 15% !important;
  }

  .start-md-20 {
    left: 20% !important;
  }

  .start-md-25 {
    left: 25% !important;
  }

  .start-md-30 {
    left: 30% !important;
  }

  .start-md-35 {
    left: 35% !important;
  }

  .start-md-40 {
    left: 40% !important;
  }

  .start-md-45 {
    left: 45% !important;
  }

  .start-md-55 {
    left: 55% !important;
  }

  .start-md-60 {
    left: 60% !important;
  }

  .start-md-65 {
    left: 65% !important;
  }

  .start-md-70 {
    left: 70% !important;
  }

  .start-md-75 {
    left: 75% !important;
  }

  .start-md-80 {
    left: 80% !important;
  }

  .start-md-85 {
    left: 85% !important;
  }

  .start-md-90 {
    left: 90% !important;
  }

  .start-md-95 {
    left: 95% !important;
  }

  .end-md-0 {
    right: 0 !important;
  }

  .end-md-50 {
    right: 50% !important;
  }

  .end-md-100 {
    right: 100% !important;
  }

  .end-md-5 {
    right: 5% !important;
  }

  .end-md-10 {
    right: 10% !important;
  }

  .end-md-15 {
    right: 15% !important;
  }

  .end-md-20 {
    right: 20% !important;
  }

  .end-md-25 {
    right: 25% !important;
  }

  .end-md-30 {
    right: 30% !important;
  }

  .end-md-35 {
    right: 35% !important;
  }

  .end-md-40 {
    right: 40% !important;
  }

  .end-md-45 {
    right: 45% !important;
  }

  .end-md-55 {
    right: 55% !important;
  }

  .end-md-60 {
    right: 60% !important;
  }

  .end-md-65 {
    right: 65% !important;
  }

  .end-md-70 {
    right: 70% !important;
  }

  .end-md-75 {
    right: 75% !important;
  }

  .end-md-80 {
    right: 80% !important;
  }

  .end-md-85 {
    right: 85% !important;
  }

  .end-md-90 {
    right: 90% !important;
  }

  .end-md-95 {
    right: 95% !important;
  }

  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }

  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }

  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }

  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-md-0 {
    border: 0 !important;
  }

  .border-top-md {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-top-md-0 {
    border-top: 0 !important;
  }

  .border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-end-md-0 {
    border-right: 0 !important;
  }

  .border-bottom-md {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }

  .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-start-md-0 {
    border-left: 0 !important;
  }

  .mw-md-0 {
    max-width: 0 !important;
  }

  .mw-md-none {
    max-width: none !important;
  }

  .mw-md-1 {
    max-width: 20rem !important;
  }

  .mw-md-2 {
    max-width: 24rem !important;
  }

  .mw-md-3 {
    max-width: 28rem !important;
  }

  .mw-md-4 {
    max-width: 32rem !important;
  }

  .mw-md-5 {
    max-width: 36rem !important;
  }

  .mw-md-6 {
    max-width: 42rem !important;
  }

  .mw-md-7 {
    max-width: 48rem !important;
  }

  .mw-md-8 {
    max-width: 56rem !important;
  }

  .mw-md-9 {
    max-width: 64rem !important;
  }

  .mw-md-10 {
    max-width: 72rem !important;
  }

  .mw-md-11 {
    max-width: 80rem !important;
  }

  .min-vh-md-25 {
    min-height: 25vh !important;
  }

  .min-vh-md-50 {
    min-height: 50vh !important;
  }

  .min-vh-md-75 {
    min-height: 75vh !important;
  }

  .min-vh-md-100 {
    min-height: 100vh !important;
  }

  .flex-md-fill {
    flex: 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: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .m-md-7 {
    margin: 6rem !important;
  }

  .m-md-8 {
    margin: 7.5rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .m-md-10 {
    margin: 10rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-md-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-md-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-md-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: .25rem !important;
  }

  .mt-md-2 {
    margin-top: .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-6 {
    margin-top: 4.5rem !important;
  }

  .mt-md-7 {
    margin-top: 6rem !important;
  }

  .mt-md-8 {
    margin-top: 7.5rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: .25rem !important;
  }

  .me-md-2 {
    margin-right: .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-6 {
    margin-right: 4.5rem !important;
  }

  .me-md-7 {
    margin-right: 6rem !important;
  }

  .me-md-8 {
    margin-right: 7.5rem !important;
  }

  .me-md-9 {
    margin-right: 9rem !important;
  }

  .me-md-10 {
    margin-right: 10rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .mb-md-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 6rem !important;
  }

  .mb-md-8 {
    margin-bottom: 7.5rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .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-6 {
    margin-left: 4.5rem !important;
  }

  .ms-md-7 {
    margin-left: 6rem !important;
  }

  .ms-md-8 {
    margin-left: 7.5rem !important;
  }

  .ms-md-9 {
    margin-left: 9rem !important;
  }

  .ms-md-10 {
    margin-left: 10rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -.25rem !important;
  }

  .m-md-n2 {
    margin: -.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .m-md-n6 {
    margin: -4.5rem !important;
  }

  .m-md-n7 {
    margin: -6rem !important;
  }

  .m-md-n8 {
    margin: -7.5rem !important;
  }

  .m-md-n9 {
    margin: -9rem !important;
  }

  .m-md-n10 {
    margin: -10rem !important;
  }

  .mx-md-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

  .mx-md-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
  }

  .mx-md-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mx-md-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mx-md-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .mx-md-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-md-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-md-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .mx-md-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .mx-md-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .my-md-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

  .my-md-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-md-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-md-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .mt-md-n1 {
    margin-top: -.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-md-n7 {
    margin-top: -6rem !important;
  }

  .mt-md-n8 {
    margin-top: -7.5rem !important;
  }

  .mt-md-n9 {
    margin-top: -9rem !important;
  }

  .mt-md-n10 {
    margin-top: -10rem !important;
  }

  .me-md-n1 {
    margin-right: -.25rem !important;
  }

  .me-md-n2 {
    margin-right: -.5rem !important;
  }

  .me-md-n3 {
    margin-right: -1rem !important;
  }

  .me-md-n4 {
    margin-right: -1.5rem !important;
  }

  .me-md-n5 {
    margin-right: -3rem !important;
  }

  .me-md-n6 {
    margin-right: -4.5rem !important;
  }

  .me-md-n7 {
    margin-right: -6rem !important;
  }

  .me-md-n8 {
    margin-right: -7.5rem !important;
  }

  .me-md-n9 {
    margin-right: -9rem !important;
  }

  .me-md-n10 {
    margin-right: -10rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-md-n8 {
    margin-bottom: -7.5rem !important;
  }

  .mb-md-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-md-n10 {
    margin-bottom: -10rem !important;
  }

  .ms-md-n1 {
    margin-left: -.25rem !important;
  }

  .ms-md-n2 {
    margin-left: -.5rem !important;
  }

  .ms-md-n3 {
    margin-left: -1rem !important;
  }

  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-md-n5 {
    margin-left: -3rem !important;
  }

  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-md-n7 {
    margin-left: -6rem !important;
  }

  .ms-md-n8 {
    margin-left: -7.5rem !important;
  }

  .ms-md-n9 {
    margin-left: -9rem !important;
  }

  .ms-md-n10 {
    margin-left: -10rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .p-md-7 {
    padding: 6rem !important;
  }

  .p-md-8 {
    padding: 7.5rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .p-md-10 {
    padding: 10rem !important;
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-md-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-md-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-md-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: .25rem !important;
  }

  .pt-md-2 {
    padding-top: .5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pt-md-6 {
    padding-top: 4.5rem !important;
  }

  .pt-md-7 {
    padding-top: 6rem !important;
  }

  .pt-md-8 {
    padding-top: 7.5rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pe-md-6 {
    padding-right: 4.5rem !important;
  }

  .pe-md-7 {
    padding-right: 6rem !important;
  }

  .pe-md-8 {
    padding-right: 7.5rem !important;
  }

  .pe-md-9 {
    padding-right: 9rem !important;
  }

  .pe-md-10 {
    padding-right: 10rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 6rem !important;
  }

  .pb-md-8 {
    padding-bottom: 7.5rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .ps-md-6 {
    padding-left: 4.5rem !important;
  }

  .ps-md-7 {
    padding-left: 6rem !important;
  }

  .ps-md-8 {
    padding-left: 7.5rem !important;
  }

  .ps-md-9 {
    padding-left: 9rem !important;
  }

  .ps-md-10 {
    padding-left: 10rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: .25rem !important;
  }

  .gap-md-2 {
    gap: .5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .gap-md-6 {
    gap: 4.5rem !important;
  }

  .gap-md-7 {
    gap: 6rem !important;
  }

  .gap-md-8 {
    gap: 7.5rem !important;
  }

  .gap-md-9 {
    gap: 9rem !important;
  }

  .gap-md-10 {
    gap: 10rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: .25rem !important;
  }

  .row-gap-md-2 {
    row-gap: .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;
  }

  .row-gap-md-6 {
    row-gap: 4.5rem !important;
  }

  .row-gap-md-7 {
    row-gap: 6rem !important;
  }

  .row-gap-md-8 {
    row-gap: 7.5rem !important;
  }

  .row-gap-md-9 {
    row-gap: 9rem !important;
  }

  .row-gap-md-10 {
    row-gap: 10rem !important;
  }

  .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: .25rem !important;
  }

  .column-gap-md-2 {
    column-gap: .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;
  }

  .column-gap-md-6 {
    column-gap: 4.5rem !important;
  }

  .column-gap-md-7 {
    column-gap: 6rem !important;
  }

  .column-gap-md-8 {
    column-gap: 7.5rem !important;
  }

  .column-gap-md-9 {
    column-gap: 9rem !important;
  }

  .column-gap-md-10 {
    column-gap: 10rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (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;
  }

  .position-lg-static {
    position: static !important;
  }

  .position-lg-relative {
    position: relative !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }

  .position-lg-fixed {
    position: fixed !important;
  }

  .position-lg-sticky {
    position: sticky !important;
  }

  .top-lg-0 {
    top: 0 !important;
  }

  .top-lg-50 {
    top: 50% !important;
  }

  .top-lg-100 {
    top: 100% !important;
  }

  .top-lg-5 {
    top: 5% !important;
  }

  .top-lg-10 {
    top: 10% !important;
  }

  .top-lg-15 {
    top: 15% !important;
  }

  .top-lg-20 {
    top: 20% !important;
  }

  .top-lg-25 {
    top: 25% !important;
  }

  .top-lg-30 {
    top: 30% !important;
  }

  .top-lg-35 {
    top: 35% !important;
  }

  .top-lg-40 {
    top: 40% !important;
  }

  .top-lg-45 {
    top: 45% !important;
  }

  .top-lg-55 {
    top: 55% !important;
  }

  .top-lg-60 {
    top: 60% !important;
  }

  .top-lg-65 {
    top: 65% !important;
  }

  .top-lg-70 {
    top: 70% !important;
  }

  .top-lg-75 {
    top: 75% !important;
  }

  .top-lg-80 {
    top: 80% !important;
  }

  .top-lg-85 {
    top: 85% !important;
  }

  .top-lg-90 {
    top: 90% !important;
  }

  .top-lg-95 {
    top: 95% !important;
  }

  .bottom-lg-0 {
    bottom: 0 !important;
  }

  .bottom-lg-50 {
    bottom: 50% !important;
  }

  .bottom-lg-100 {
    bottom: 100% !important;
  }

  .bottom-lg-5 {
    bottom: 5% !important;
  }

  .bottom-lg-10 {
    bottom: 10% !important;
  }

  .bottom-lg-15 {
    bottom: 15% !important;
  }

  .bottom-lg-20 {
    bottom: 20% !important;
  }

  .bottom-lg-25 {
    bottom: 25% !important;
  }

  .bottom-lg-30 {
    bottom: 30% !important;
  }

  .bottom-lg-35 {
    bottom: 35% !important;
  }

  .bottom-lg-40 {
    bottom: 40% !important;
  }

  .bottom-lg-45 {
    bottom: 45% !important;
  }

  .bottom-lg-55 {
    bottom: 55% !important;
  }

  .bottom-lg-60 {
    bottom: 60% !important;
  }

  .bottom-lg-65 {
    bottom: 65% !important;
  }

  .bottom-lg-70 {
    bottom: 70% !important;
  }

  .bottom-lg-75 {
    bottom: 75% !important;
  }

  .bottom-lg-80 {
    bottom: 80% !important;
  }

  .bottom-lg-85 {
    bottom: 85% !important;
  }

  .bottom-lg-90 {
    bottom: 90% !important;
  }

  .bottom-lg-95 {
    bottom: 95% !important;
  }

  .start-lg-0 {
    left: 0 !important;
  }

  .start-lg-50 {
    left: 50% !important;
  }

  .start-lg-100 {
    left: 100% !important;
  }

  .start-lg-5 {
    left: 5% !important;
  }

  .start-lg-10 {
    left: 10% !important;
  }

  .start-lg-15 {
    left: 15% !important;
  }

  .start-lg-20 {
    left: 20% !important;
  }

  .start-lg-25 {
    left: 25% !important;
  }

  .start-lg-30 {
    left: 30% !important;
  }

  .start-lg-35 {
    left: 35% !important;
  }

  .start-lg-40 {
    left: 40% !important;
  }

  .start-lg-45 {
    left: 45% !important;
  }

  .start-lg-55 {
    left: 55% !important;
  }

  .start-lg-60 {
    left: 60% !important;
  }

  .start-lg-65 {
    left: 65% !important;
  }

  .start-lg-70 {
    left: 70% !important;
  }

  .start-lg-75 {
    left: 75% !important;
  }

  .start-lg-80 {
    left: 80% !important;
  }

  .start-lg-85 {
    left: 85% !important;
  }

  .start-lg-90 {
    left: 90% !important;
  }

  .start-lg-95 {
    left: 95% !important;
  }

  .end-lg-0 {
    right: 0 !important;
  }

  .end-lg-50 {
    right: 50% !important;
  }

  .end-lg-100 {
    right: 100% !important;
  }

  .end-lg-5 {
    right: 5% !important;
  }

  .end-lg-10 {
    right: 10% !important;
  }

  .end-lg-15 {
    right: 15% !important;
  }

  .end-lg-20 {
    right: 20% !important;
  }

  .end-lg-25 {
    right: 25% !important;
  }

  .end-lg-30 {
    right: 30% !important;
  }

  .end-lg-35 {
    right: 35% !important;
  }

  .end-lg-40 {
    right: 40% !important;
  }

  .end-lg-45 {
    right: 45% !important;
  }

  .end-lg-55 {
    right: 55% !important;
  }

  .end-lg-60 {
    right: 60% !important;
  }

  .end-lg-65 {
    right: 65% !important;
  }

  .end-lg-70 {
    right: 70% !important;
  }

  .end-lg-75 {
    right: 75% !important;
  }

  .end-lg-80 {
    right: 80% !important;
  }

  .end-lg-85 {
    right: 85% !important;
  }

  .end-lg-90 {
    right: 90% !important;
  }

  .end-lg-95 {
    right: 95% !important;
  }

  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }

  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }

  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }

  .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-lg-0 {
    border: 0 !important;
  }

  .border-top-lg {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-top-lg-0 {
    border-top: 0 !important;
  }

  .border-end-lg {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-end-lg-0 {
    border-right: 0 !important;
  }

  .border-bottom-lg {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }

  .border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-start-lg-0 {
    border-left: 0 !important;
  }

  .mw-lg-0 {
    max-width: 0 !important;
  }

  .mw-lg-none {
    max-width: none !important;
  }

  .mw-lg-1 {
    max-width: 20rem !important;
  }

  .mw-lg-2 {
    max-width: 24rem !important;
  }

  .mw-lg-3 {
    max-width: 28rem !important;
  }

  .mw-lg-4 {
    max-width: 32rem !important;
  }

  .mw-lg-5 {
    max-width: 36rem !important;
  }

  .mw-lg-6 {
    max-width: 42rem !important;
  }

  .mw-lg-7 {
    max-width: 48rem !important;
  }

  .mw-lg-8 {
    max-width: 56rem !important;
  }

  .mw-lg-9 {
    max-width: 64rem !important;
  }

  .mw-lg-10 {
    max-width: 72rem !important;
  }

  .mw-lg-11 {
    max-width: 80rem !important;
  }

  .min-vh-lg-25 {
    min-height: 25vh !important;
  }

  .min-vh-lg-50 {
    min-height: 50vh !important;
  }

  .min-vh-lg-75 {
    min-height: 75vh !important;
  }

  .min-vh-lg-100 {
    min-height: 100vh !important;
  }

  .flex-lg-fill {
    flex: 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, body .hw-01-03 .hw-col-usp {
    order: 1 !important;
  }

  .order-lg-2, body .hw-01-03 .hw-col-text {
    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: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 6rem !important;
  }

  .m-lg-8 {
    margin: 7.5rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .m-lg-10 {
    margin: 10rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-lg-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-lg-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mt-lg-2 {
    margin-top: .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-6 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 6rem !important;
  }

  .mt-lg-8 {
    margin-top: 7.5rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .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-6 {
    margin-right: 4.5rem !important;
  }

  .me-lg-7 {
    margin-right: 6rem !important;
  }

  .me-lg-8 {
    margin-right: 7.5rem !important;
  }

  .me-lg-9 {
    margin-right: 9rem !important;
  }

  .me-lg-10 {
    margin-right: 10rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 7.5rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .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-6 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 6rem !important;
  }

  .ms-lg-8 {
    margin-left: 7.5rem !important;
  }

  .ms-lg-9 {
    margin-left: 9rem !important;
  }

  .ms-lg-10 {
    margin-left: 10rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -.25rem !important;
  }

  .m-lg-n2 {
    margin: -.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .m-lg-n6 {
    margin: -4.5rem !important;
  }

  .m-lg-n7 {
    margin: -6rem !important;
  }

  .m-lg-n8 {
    margin: -7.5rem !important;
  }

  .m-lg-n9 {
    margin: -9rem !important;
  }

  .m-lg-n10 {
    margin: -10rem !important;
  }

  .mx-lg-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

  .mx-lg-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
  }

  .mx-lg-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mx-lg-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .mx-lg-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-lg-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-lg-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .mx-lg-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .mx-lg-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .my-lg-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-lg-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .mt-lg-n1 {
    margin-top: -.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-lg-n7 {
    margin-top: -6rem !important;
  }

  .mt-lg-n8 {
    margin-top: -7.5rem !important;
  }

  .mt-lg-n9 {
    margin-top: -9rem !important;
  }

  .mt-lg-n10 {
    margin-top: -10rem !important;
  }

  .me-lg-n1 {
    margin-right: -.25rem !important;
  }

  .me-lg-n2 {
    margin-right: -.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -1rem !important;
  }

  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .me-lg-n5 {
    margin-right: -3rem !important;
  }

  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }

  .me-lg-n7 {
    margin-right: -6rem !important;
  }

  .me-lg-n8 {
    margin-right: -7.5rem !important;
  }

  .me-lg-n9 {
    margin-right: -9rem !important;
  }

  .me-lg-n10 {
    margin-right: -10rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-lg-n8 {
    margin-bottom: -7.5rem !important;
  }

  .mb-lg-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }

  .ms-lg-n1 {
    margin-left: -.25rem !important;
  }

  .ms-lg-n2 {
    margin-left: -.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -1rem !important;
  }

  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-lg-n5 {
    margin-left: -3rem !important;
  }

  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-lg-n7 {
    margin-left: -6rem !important;
  }

  .ms-lg-n8 {
    margin-left: -7.5rem !important;
  }

  .ms-lg-n9 {
    margin-left: -9rem !important;
  }

  .ms-lg-n10 {
    margin-left: -10rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 6rem !important;
  }

  .p-lg-8 {
    padding: 7.5rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .p-lg-10 {
    padding: 10rem !important;
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-lg-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-lg-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-lg-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 6rem !important;
  }

  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 6rem !important;
  }

  .pe-lg-8 {
    padding-right: 7.5rem !important;
  }

  .pe-lg-9 {
    padding-right: 9rem !important;
  }

  .pe-lg-10 {
    padding-right: 10rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 7.5rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 6rem !important;
  }

  .ps-lg-8 {
    padding-left: 7.5rem !important;
  }

  .ps-lg-9 {
    padding-left: 9rem !important;
  }

  .ps-lg-10 {
    padding-left: 10rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: .25rem !important;
  }

  .gap-lg-2 {
    gap: .5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .gap-lg-6 {
    gap: 4.5rem !important;
  }

  .gap-lg-7 {
    gap: 6rem !important;
  }

  .gap-lg-8 {
    gap: 7.5rem !important;
  }

  .gap-lg-9 {
    gap: 9rem !important;
  }

  .gap-lg-10 {
    gap: 10rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: .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;
  }

  .row-gap-lg-6 {
    row-gap: 4.5rem !important;
  }

  .row-gap-lg-7 {
    row-gap: 6rem !important;
  }

  .row-gap-lg-8 {
    row-gap: 7.5rem !important;
  }

  .row-gap-lg-9 {
    row-gap: 9rem !important;
  }

  .row-gap-lg-10 {
    row-gap: 10rem !important;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: .25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: .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;
  }

  .column-gap-lg-6 {
    column-gap: 4.5rem !important;
  }

  .column-gap-lg-7 {
    column-gap: 6rem !important;
  }

  .column-gap-lg-8 {
    column-gap: 7.5rem !important;
  }

  .column-gap-lg-9 {
    column-gap: 9rem !important;
  }

  .column-gap-lg-10 {
    column-gap: 10rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (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;
  }

  .position-xl-static {
    position: static !important;
  }

  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }

  .position-xl-fixed {
    position: fixed !important;
  }

  .position-xl-sticky {
    position: sticky !important;
  }

  .top-xl-0 {
    top: 0 !important;
  }

  .top-xl-50 {
    top: 50% !important;
  }

  .top-xl-100 {
    top: 100% !important;
  }

  .top-xl-5 {
    top: 5% !important;
  }

  .top-xl-10 {
    top: 10% !important;
  }

  .top-xl-15 {
    top: 15% !important;
  }

  .top-xl-20 {
    top: 20% !important;
  }

  .top-xl-25 {
    top: 25% !important;
  }

  .top-xl-30 {
    top: 30% !important;
  }

  .top-xl-35 {
    top: 35% !important;
  }

  .top-xl-40 {
    top: 40% !important;
  }

  .top-xl-45 {
    top: 45% !important;
  }

  .top-xl-55 {
    top: 55% !important;
  }

  .top-xl-60 {
    top: 60% !important;
  }

  .top-xl-65 {
    top: 65% !important;
  }

  .top-xl-70 {
    top: 70% !important;
  }

  .top-xl-75 {
    top: 75% !important;
  }

  .top-xl-80 {
    top: 80% !important;
  }

  .top-xl-85 {
    top: 85% !important;
  }

  .top-xl-90 {
    top: 90% !important;
  }

  .top-xl-95 {
    top: 95% !important;
  }

  .bottom-xl-0 {
    bottom: 0 !important;
  }

  .bottom-xl-50 {
    bottom: 50% !important;
  }

  .bottom-xl-100 {
    bottom: 100% !important;
  }

  .bottom-xl-5 {
    bottom: 5% !important;
  }

  .bottom-xl-10 {
    bottom: 10% !important;
  }

  .bottom-xl-15 {
    bottom: 15% !important;
  }

  .bottom-xl-20 {
    bottom: 20% !important;
  }

  .bottom-xl-25 {
    bottom: 25% !important;
  }

  .bottom-xl-30 {
    bottom: 30% !important;
  }

  .bottom-xl-35 {
    bottom: 35% !important;
  }

  .bottom-xl-40 {
    bottom: 40% !important;
  }

  .bottom-xl-45 {
    bottom: 45% !important;
  }

  .bottom-xl-55 {
    bottom: 55% !important;
  }

  .bottom-xl-60 {
    bottom: 60% !important;
  }

  .bottom-xl-65 {
    bottom: 65% !important;
  }

  .bottom-xl-70 {
    bottom: 70% !important;
  }

  .bottom-xl-75 {
    bottom: 75% !important;
  }

  .bottom-xl-80 {
    bottom: 80% !important;
  }

  .bottom-xl-85 {
    bottom: 85% !important;
  }

  .bottom-xl-90 {
    bottom: 90% !important;
  }

  .bottom-xl-95 {
    bottom: 95% !important;
  }

  .start-xl-0 {
    left: 0 !important;
  }

  .start-xl-50 {
    left: 50% !important;
  }

  .start-xl-100 {
    left: 100% !important;
  }

  .start-xl-5 {
    left: 5% !important;
  }

  .start-xl-10 {
    left: 10% !important;
  }

  .start-xl-15 {
    left: 15% !important;
  }

  .start-xl-20 {
    left: 20% !important;
  }

  .start-xl-25 {
    left: 25% !important;
  }

  .start-xl-30 {
    left: 30% !important;
  }

  .start-xl-35 {
    left: 35% !important;
  }

  .start-xl-40 {
    left: 40% !important;
  }

  .start-xl-45 {
    left: 45% !important;
  }

  .start-xl-55 {
    left: 55% !important;
  }

  .start-xl-60 {
    left: 60% !important;
  }

  .start-xl-65 {
    left: 65% !important;
  }

  .start-xl-70 {
    left: 70% !important;
  }

  .start-xl-75 {
    left: 75% !important;
  }

  .start-xl-80 {
    left: 80% !important;
  }

  .start-xl-85 {
    left: 85% !important;
  }

  .start-xl-90 {
    left: 90% !important;
  }

  .start-xl-95 {
    left: 95% !important;
  }

  .end-xl-0 {
    right: 0 !important;
  }

  .end-xl-50 {
    right: 50% !important;
  }

  .end-xl-100 {
    right: 100% !important;
  }

  .end-xl-5 {
    right: 5% !important;
  }

  .end-xl-10 {
    right: 10% !important;
  }

  .end-xl-15 {
    right: 15% !important;
  }

  .end-xl-20 {
    right: 20% !important;
  }

  .end-xl-25 {
    right: 25% !important;
  }

  .end-xl-30 {
    right: 30% !important;
  }

  .end-xl-35 {
    right: 35% !important;
  }

  .end-xl-40 {
    right: 40% !important;
  }

  .end-xl-45 {
    right: 45% !important;
  }

  .end-xl-55 {
    right: 55% !important;
  }

  .end-xl-60 {
    right: 60% !important;
  }

  .end-xl-65 {
    right: 65% !important;
  }

  .end-xl-70 {
    right: 70% !important;
  }

  .end-xl-75 {
    right: 75% !important;
  }

  .end-xl-80 {
    right: 80% !important;
  }

  .end-xl-85 {
    right: 85% !important;
  }

  .end-xl-90 {
    right: 90% !important;
  }

  .end-xl-95 {
    right: 95% !important;
  }

  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }

  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }

  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }

  .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-xl-0 {
    border: 0 !important;
  }

  .border-top-xl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-top-xl-0 {
    border-top: 0 !important;
  }

  .border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-end-xl-0 {
    border-right: 0 !important;
  }

  .border-bottom-xl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }

  .border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-start-xl-0 {
    border-left: 0 !important;
  }

  .mw-xl-0 {
    max-width: 0 !important;
  }

  .mw-xl-none {
    max-width: none !important;
  }

  .mw-xl-1 {
    max-width: 20rem !important;
  }

  .mw-xl-2 {
    max-width: 24rem !important;
  }

  .mw-xl-3 {
    max-width: 28rem !important;
  }

  .mw-xl-4 {
    max-width: 32rem !important;
  }

  .mw-xl-5 {
    max-width: 36rem !important;
  }

  .mw-xl-6 {
    max-width: 42rem !important;
  }

  .mw-xl-7 {
    max-width: 48rem !important;
  }

  .mw-xl-8 {
    max-width: 56rem !important;
  }

  .mw-xl-9 {
    max-width: 64rem !important;
  }

  .mw-xl-10 {
    max-width: 72rem !important;
  }

  .mw-xl-11 {
    max-width: 80rem !important;
  }

  .min-vh-xl-25 {
    min-height: 25vh !important;
  }

  .min-vh-xl-50 {
    min-height: 50vh !important;
  }

  .min-vh-xl-75 {
    min-height: 75vh !important;
  }

  .min-vh-xl-100 {
    min-height: 100vh !important;
  }

  .flex-xl-fill {
    flex: 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: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .m-xl-8 {
    margin: 7.5rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .m-xl-10 {
    margin: 10rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-xl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-xl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .mt-xl-2 {
    margin-top: .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-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 6rem !important;
  }

  .mt-xl-8 {
    margin-top: 7.5rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .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-6 {
    margin-right: 4.5rem !important;
  }

  .me-xl-7 {
    margin-right: 6rem !important;
  }

  .me-xl-8 {
    margin-right: 7.5rem !important;
  }

  .me-xl-9 {
    margin-right: 9rem !important;
  }

  .me-xl-10 {
    margin-right: 10rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .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-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-7 {
    margin-left: 6rem !important;
  }

  .ms-xl-8 {
    margin-left: 7.5rem !important;
  }

  .ms-xl-9 {
    margin-left: 9rem !important;
  }

  .ms-xl-10 {
    margin-left: 10rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -.25rem !important;
  }

  .m-xl-n2 {
    margin: -.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .m-xl-n6 {
    margin: -4.5rem !important;
  }

  .m-xl-n7 {
    margin: -6rem !important;
  }

  .m-xl-n8 {
    margin: -7.5rem !important;
  }

  .m-xl-n9 {
    margin: -9rem !important;
  }

  .m-xl-n10 {
    margin: -10rem !important;
  }

  .mx-xl-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

  .mx-xl-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
  }

  .mx-xl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mx-xl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .mx-xl-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-xl-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-xl-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .mx-xl-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .mx-xl-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .my-xl-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xl-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .mt-xl-n1 {
    margin-top: -.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-xl-n7 {
    margin-top: -6rem !important;
  }

  .mt-xl-n8 {
    margin-top: -7.5rem !important;
  }

  .mt-xl-n9 {
    margin-top: -9rem !important;
  }

  .mt-xl-n10 {
    margin-top: -10rem !important;
  }

  .me-xl-n1 {
    margin-right: -.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -1rem !important;
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -3rem !important;
  }

  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }

  .me-xl-n7 {
    margin-right: -6rem !important;
  }

  .me-xl-n8 {
    margin-right: -7.5rem !important;
  }

  .me-xl-n9 {
    margin-right: -9rem !important;
  }

  .me-xl-n10 {
    margin-right: -10rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -7.5rem !important;
  }

  .mb-xl-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }

  .ms-xl-n1 {
    margin-left: -.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-xl-n7 {
    margin-left: -6rem !important;
  }

  .ms-xl-n8 {
    margin-left: -7.5rem !important;
  }

  .ms-xl-n9 {
    margin-left: -9rem !important;
  }

  .ms-xl-n10 {
    margin-left: -10rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .p-xl-8 {
    padding: 7.5rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .p-xl-10 {
    padding: 10rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-xl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 6rem !important;
  }

  .pt-xl-8 {
    padding-top: 7.5rem !important;
  }

  .pt-xl-9 {
    padding-top: 9rem !important;
  }

  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-7 {
    padding-right: 6rem !important;
  }

  .pe-xl-8 {
    padding-right: 7.5rem !important;
  }

  .pe-xl-9 {
    padding-right: 9rem !important;
  }

  .pe-xl-10 {
    padding-right: 10rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-7 {
    padding-left: 6rem !important;
  }

  .ps-xl-8 {
    padding-left: 7.5rem !important;
  }

  .ps-xl-9 {
    padding-left: 9rem !important;
  }

  .ps-xl-10 {
    padding-left: 10rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: .25rem !important;
  }

  .gap-xl-2 {
    gap: .5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-6 {
    gap: 4.5rem !important;
  }

  .gap-xl-7 {
    gap: 6rem !important;
  }

  .gap-xl-8 {
    gap: 7.5rem !important;
  }

  .gap-xl-9 {
    gap: 9rem !important;
  }

  .gap-xl-10 {
    gap: 10rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: .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;
  }

  .row-gap-xl-6 {
    row-gap: 4.5rem !important;
  }

  .row-gap-xl-7 {
    row-gap: 6rem !important;
  }

  .row-gap-xl-8 {
    row-gap: 7.5rem !important;
  }

  .row-gap-xl-9 {
    row-gap: 9rem !important;
  }

  .row-gap-xl-10 {
    row-gap: 10rem !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: .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;
  }

  .column-gap-xl-6 {
    column-gap: 4.5rem !important;
  }

  .column-gap-xl-7 {
    column-gap: 6rem !important;
  }

  .column-gap-xl-8 {
    column-gap: 7.5rem !important;
  }

  .column-gap-xl-9 {
    column-gap: 9rem !important;
  }

  .column-gap-xl-10 {
    column-gap: 10rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (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;
  }

  .position-xxl-static {
    position: static !important;
  }

  .position-xxl-relative {
    position: relative !important;
  }

  .position-xxl-absolute {
    position: absolute !important;
  }

  .position-xxl-fixed {
    position: fixed !important;
  }

  .position-xxl-sticky {
    position: sticky !important;
  }

  .top-xxl-0 {
    top: 0 !important;
  }

  .top-xxl-50 {
    top: 50% !important;
  }

  .top-xxl-100 {
    top: 100% !important;
  }

  .top-xxl-5 {
    top: 5% !important;
  }

  .top-xxl-10 {
    top: 10% !important;
  }

  .top-xxl-15 {
    top: 15% !important;
  }

  .top-xxl-20 {
    top: 20% !important;
  }

  .top-xxl-25 {
    top: 25% !important;
  }

  .top-xxl-30 {
    top: 30% !important;
  }

  .top-xxl-35 {
    top: 35% !important;
  }

  .top-xxl-40 {
    top: 40% !important;
  }

  .top-xxl-45 {
    top: 45% !important;
  }

  .top-xxl-55 {
    top: 55% !important;
  }

  .top-xxl-60 {
    top: 60% !important;
  }

  .top-xxl-65 {
    top: 65% !important;
  }

  .top-xxl-70 {
    top: 70% !important;
  }

  .top-xxl-75 {
    top: 75% !important;
  }

  .top-xxl-80 {
    top: 80% !important;
  }

  .top-xxl-85 {
    top: 85% !important;
  }

  .top-xxl-90 {
    top: 90% !important;
  }

  .top-xxl-95 {
    top: 95% !important;
  }

  .bottom-xxl-0 {
    bottom: 0 !important;
  }

  .bottom-xxl-50 {
    bottom: 50% !important;
  }

  .bottom-xxl-100 {
    bottom: 100% !important;
  }

  .bottom-xxl-5 {
    bottom: 5% !important;
  }

  .bottom-xxl-10 {
    bottom: 10% !important;
  }

  .bottom-xxl-15 {
    bottom: 15% !important;
  }

  .bottom-xxl-20 {
    bottom: 20% !important;
  }

  .bottom-xxl-25 {
    bottom: 25% !important;
  }

  .bottom-xxl-30 {
    bottom: 30% !important;
  }

  .bottom-xxl-35 {
    bottom: 35% !important;
  }

  .bottom-xxl-40 {
    bottom: 40% !important;
  }

  .bottom-xxl-45 {
    bottom: 45% !important;
  }

  .bottom-xxl-55 {
    bottom: 55% !important;
  }

  .bottom-xxl-60 {
    bottom: 60% !important;
  }

  .bottom-xxl-65 {
    bottom: 65% !important;
  }

  .bottom-xxl-70 {
    bottom: 70% !important;
  }

  .bottom-xxl-75 {
    bottom: 75% !important;
  }

  .bottom-xxl-80 {
    bottom: 80% !important;
  }

  .bottom-xxl-85 {
    bottom: 85% !important;
  }

  .bottom-xxl-90 {
    bottom: 90% !important;
  }

  .bottom-xxl-95 {
    bottom: 95% !important;
  }

  .start-xxl-0 {
    left: 0 !important;
  }

  .start-xxl-50 {
    left: 50% !important;
  }

  .start-xxl-100 {
    left: 100% !important;
  }

  .start-xxl-5 {
    left: 5% !important;
  }

  .start-xxl-10 {
    left: 10% !important;
  }

  .start-xxl-15 {
    left: 15% !important;
  }

  .start-xxl-20 {
    left: 20% !important;
  }

  .start-xxl-25 {
    left: 25% !important;
  }

  .start-xxl-30 {
    left: 30% !important;
  }

  .start-xxl-35 {
    left: 35% !important;
  }

  .start-xxl-40 {
    left: 40% !important;
  }

  .start-xxl-45 {
    left: 45% !important;
  }

  .start-xxl-55 {
    left: 55% !important;
  }

  .start-xxl-60 {
    left: 60% !important;
  }

  .start-xxl-65 {
    left: 65% !important;
  }

  .start-xxl-70 {
    left: 70% !important;
  }

  .start-xxl-75 {
    left: 75% !important;
  }

  .start-xxl-80 {
    left: 80% !important;
  }

  .start-xxl-85 {
    left: 85% !important;
  }

  .start-xxl-90 {
    left: 90% !important;
  }

  .start-xxl-95 {
    left: 95% !important;
  }

  .end-xxl-0 {
    right: 0 !important;
  }

  .end-xxl-50 {
    right: 50% !important;
  }

  .end-xxl-100 {
    right: 100% !important;
  }

  .end-xxl-5 {
    right: 5% !important;
  }

  .end-xxl-10 {
    right: 10% !important;
  }

  .end-xxl-15 {
    right: 15% !important;
  }

  .end-xxl-20 {
    right: 20% !important;
  }

  .end-xxl-25 {
    right: 25% !important;
  }

  .end-xxl-30 {
    right: 30% !important;
  }

  .end-xxl-35 {
    right: 35% !important;
  }

  .end-xxl-40 {
    right: 40% !important;
  }

  .end-xxl-45 {
    right: 45% !important;
  }

  .end-xxl-55 {
    right: 55% !important;
  }

  .end-xxl-60 {
    right: 60% !important;
  }

  .end-xxl-65 {
    right: 65% !important;
  }

  .end-xxl-70 {
    right: 70% !important;
  }

  .end-xxl-75 {
    right: 75% !important;
  }

  .end-xxl-80 {
    right: 80% !important;
  }

  .end-xxl-85 {
    right: 85% !important;
  }

  .end-xxl-90 {
    right: 90% !important;
  }

  .end-xxl-95 {
    right: 95% !important;
  }

  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }

  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }

  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }

  .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-xxl-0 {
    border: 0 !important;
  }

  .border-top-xxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-top-xxl-0 {
    border-top: 0 !important;
  }

  .border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-end-xxl-0 {
    border-right: 0 !important;
  }

  .border-bottom-xxl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }

  .border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-start-xxl-0 {
    border-left: 0 !important;
  }

  .mw-xxl-0 {
    max-width: 0 !important;
  }

  .mw-xxl-none {
    max-width: none !important;
  }

  .mw-xxl-1 {
    max-width: 20rem !important;
  }

  .mw-xxl-2 {
    max-width: 24rem !important;
  }

  .mw-xxl-3 {
    max-width: 28rem !important;
  }

  .mw-xxl-4 {
    max-width: 32rem !important;
  }

  .mw-xxl-5 {
    max-width: 36rem !important;
  }

  .mw-xxl-6 {
    max-width: 42rem !important;
  }

  .mw-xxl-7 {
    max-width: 48rem !important;
  }

  .mw-xxl-8 {
    max-width: 56rem !important;
  }

  .mw-xxl-9 {
    max-width: 64rem !important;
  }

  .mw-xxl-10 {
    max-width: 72rem !important;
  }

  .mw-xxl-11 {
    max-width: 80rem !important;
  }

  .min-vh-xxl-25 {
    min-height: 25vh !important;
  }

  .min-vh-xxl-50 {
    min-height: 50vh !important;
  }

  .min-vh-xxl-75 {
    min-height: 75vh !important;
  }

  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }

  .flex-xxl-fill {
    flex: 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: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-6 {
    margin: 4.5rem !important;
  }

  .m-xxl-7 {
    margin: 6rem !important;
  }

  .m-xxl-8 {
    margin: 7.5rem !important;
  }

  .m-xxl-9 {
    margin: 9rem !important;
  }

  .m-xxl-10 {
    margin: 10rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-xxl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xxl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .mx-xxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-xxl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .mt-xxl-2 {
    margin-top: .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-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 6rem !important;
  }

  .mt-xxl-8 {
    margin-top: 7.5rem !important;
  }

  .mt-xxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .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-6 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-7 {
    margin-right: 6rem !important;
  }

  .me-xxl-8 {
    margin-right: 7.5rem !important;
  }

  .me-xxl-9 {
    margin-right: 9rem !important;
  }

  .me-xxl-10 {
    margin-right: 10rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .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-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-7 {
    margin-left: 6rem !important;
  }

  .ms-xxl-8 {
    margin-left: 7.5rem !important;
  }

  .ms-xxl-9 {
    margin-left: 9rem !important;
  }

  .ms-xxl-10 {
    margin-left: 10rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -.25rem !important;
  }

  .m-xxl-n2 {
    margin: -.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .m-xxl-n6 {
    margin: -4.5rem !important;
  }

  .m-xxl-n7 {
    margin: -6rem !important;
  }

  .m-xxl-n8 {
    margin: -7.5rem !important;
  }

  .m-xxl-n9 {
    margin: -9rem !important;
  }

  .m-xxl-n10 {
    margin: -10rem !important;
  }

  .mx-xxl-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

  .mx-xxl-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
  }

  .mx-xxl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-xxl-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-xxl-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .mx-xxl-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .mx-xxl-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .my-xxl-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xxl-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-xxl-n7 {
    margin-top: -6rem !important;
  }

  .mt-xxl-n8 {
    margin-top: -7.5rem !important;
  }

  .mt-xxl-n9 {
    margin-top: -9rem !important;
  }

  .mt-xxl-n10 {
    margin-top: -10rem !important;
  }

  .me-xxl-n1 {
    margin-right: -.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n5 {
    margin-right: -3rem !important;
  }

  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }

  .me-xxl-n7 {
    margin-right: -6rem !important;
  }

  .me-xxl-n8 {
    margin-right: -7.5rem !important;
  }

  .me-xxl-n9 {
    margin-right: -9rem !important;
  }

  .me-xxl-n10 {
    margin-right: -10rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-xxl-n8 {
    margin-bottom: -7.5rem !important;
  }

  .mb-xxl-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-xxl-n10 {
    margin-bottom: -10rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-xxl-n7 {
    margin-left: -6rem !important;
  }

  .ms-xxl-n8 {
    margin-left: -7.5rem !important;
  }

  .ms-xxl-n9 {
    margin-left: -9rem !important;
  }

  .ms-xxl-n10 {
    margin-left: -10rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-6 {
    padding: 4.5rem !important;
  }

  .p-xxl-7 {
    padding: 6rem !important;
  }

  .p-xxl-8 {
    padding: 7.5rem !important;
  }

  .p-xxl-9 {
    padding: 9rem !important;
  }

  .p-xxl-10 {
    padding: 10rem !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xxl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-xxl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xxl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-xxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 6rem !important;
  }

  .pt-xxl-8 {
    padding-top: 7.5rem !important;
  }

  .pt-xxl-9 {
    padding-top: 9rem !important;
  }

  .pt-xxl-10 {
    padding-top: 10rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-7 {
    padding-right: 6rem !important;
  }

  .pe-xxl-8 {
    padding-right: 7.5rem !important;
  }

  .pe-xxl-9 {
    padding-right: 9rem !important;
  }

  .pe-xxl-10 {
    padding-right: 10rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-7 {
    padding-left: 6rem !important;
  }

  .ps-xxl-8 {
    padding-left: 7.5rem !important;
  }

  .ps-xxl-9 {
    padding-left: 9rem !important;
  }

  .ps-xxl-10 {
    padding-left: 10rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: .25rem !important;
  }

  .gap-xxl-2 {
    gap: .5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-6 {
    gap: 4.5rem !important;
  }

  .gap-xxl-7 {
    gap: 6rem !important;
  }

  .gap-xxl-8 {
    gap: 7.5rem !important;
  }

  .gap-xxl-9 {
    gap: 9rem !important;
  }

  .gap-xxl-10 {
    gap: 10rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: .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;
  }

  .row-gap-xxl-6 {
    row-gap: 4.5rem !important;
  }

  .row-gap-xxl-7 {
    row-gap: 6rem !important;
  }

  .row-gap-xxl-8 {
    row-gap: 7.5rem !important;
  }

  .row-gap-xxl-9 {
    row-gap: 9rem !important;
  }

  .row-gap-xxl-10 {
    row-gap: 10rem !important;
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xxl-2 {
    column-gap: .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;
  }

  .column-gap-xxl-6 {
    column-gap: 4.5rem !important;
  }

  .column-gap-xxl-7 {
    column-gap: 6rem !important;
  }

  .column-gap-xxl-8 {
    column-gap: 7.5rem !important;
  }

  .column-gap-xxl-9 {
    column-gap: 9rem !important;
  }

  .column-gap-xxl-10 {
    column-gap: 10rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (width >= 2092px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .object-fit-xxxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxxl-none {
    object-fit: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .position-xxxl-static {
    position: static !important;
  }

  .position-xxxl-relative {
    position: relative !important;
  }

  .position-xxxl-absolute {
    position: absolute !important;
  }

  .position-xxxl-fixed {
    position: fixed !important;
  }

  .position-xxxl-sticky {
    position: sticky !important;
  }

  .top-xxxl-0 {
    top: 0 !important;
  }

  .top-xxxl-50 {
    top: 50% !important;
  }

  .top-xxxl-100 {
    top: 100% !important;
  }

  .top-xxxl-5 {
    top: 5% !important;
  }

  .top-xxxl-10 {
    top: 10% !important;
  }

  .top-xxxl-15 {
    top: 15% !important;
  }

  .top-xxxl-20 {
    top: 20% !important;
  }

  .top-xxxl-25 {
    top: 25% !important;
  }

  .top-xxxl-30 {
    top: 30% !important;
  }

  .top-xxxl-35 {
    top: 35% !important;
  }

  .top-xxxl-40 {
    top: 40% !important;
  }

  .top-xxxl-45 {
    top: 45% !important;
  }

  .top-xxxl-55 {
    top: 55% !important;
  }

  .top-xxxl-60 {
    top: 60% !important;
  }

  .top-xxxl-65 {
    top: 65% !important;
  }

  .top-xxxl-70 {
    top: 70% !important;
  }

  .top-xxxl-75 {
    top: 75% !important;
  }

  .top-xxxl-80 {
    top: 80% !important;
  }

  .top-xxxl-85 {
    top: 85% !important;
  }

  .top-xxxl-90 {
    top: 90% !important;
  }

  .top-xxxl-95 {
    top: 95% !important;
  }

  .bottom-xxxl-0 {
    bottom: 0 !important;
  }

  .bottom-xxxl-50 {
    bottom: 50% !important;
  }

  .bottom-xxxl-100 {
    bottom: 100% !important;
  }

  .bottom-xxxl-5 {
    bottom: 5% !important;
  }

  .bottom-xxxl-10 {
    bottom: 10% !important;
  }

  .bottom-xxxl-15 {
    bottom: 15% !important;
  }

  .bottom-xxxl-20 {
    bottom: 20% !important;
  }

  .bottom-xxxl-25 {
    bottom: 25% !important;
  }

  .bottom-xxxl-30 {
    bottom: 30% !important;
  }

  .bottom-xxxl-35 {
    bottom: 35% !important;
  }

  .bottom-xxxl-40 {
    bottom: 40% !important;
  }

  .bottom-xxxl-45 {
    bottom: 45% !important;
  }

  .bottom-xxxl-55 {
    bottom: 55% !important;
  }

  .bottom-xxxl-60 {
    bottom: 60% !important;
  }

  .bottom-xxxl-65 {
    bottom: 65% !important;
  }

  .bottom-xxxl-70 {
    bottom: 70% !important;
  }

  .bottom-xxxl-75 {
    bottom: 75% !important;
  }

  .bottom-xxxl-80 {
    bottom: 80% !important;
  }

  .bottom-xxxl-85 {
    bottom: 85% !important;
  }

  .bottom-xxxl-90 {
    bottom: 90% !important;
  }

  .bottom-xxxl-95 {
    bottom: 95% !important;
  }

  .start-xxxl-0 {
    left: 0 !important;
  }

  .start-xxxl-50 {
    left: 50% !important;
  }

  .start-xxxl-100 {
    left: 100% !important;
  }

  .start-xxxl-5 {
    left: 5% !important;
  }

  .start-xxxl-10 {
    left: 10% !important;
  }

  .start-xxxl-15 {
    left: 15% !important;
  }

  .start-xxxl-20 {
    left: 20% !important;
  }

  .start-xxxl-25 {
    left: 25% !important;
  }

  .start-xxxl-30 {
    left: 30% !important;
  }

  .start-xxxl-35 {
    left: 35% !important;
  }

  .start-xxxl-40 {
    left: 40% !important;
  }

  .start-xxxl-45 {
    left: 45% !important;
  }

  .start-xxxl-55 {
    left: 55% !important;
  }

  .start-xxxl-60 {
    left: 60% !important;
  }

  .start-xxxl-65 {
    left: 65% !important;
  }

  .start-xxxl-70 {
    left: 70% !important;
  }

  .start-xxxl-75 {
    left: 75% !important;
  }

  .start-xxxl-80 {
    left: 80% !important;
  }

  .start-xxxl-85 {
    left: 85% !important;
  }

  .start-xxxl-90 {
    left: 90% !important;
  }

  .start-xxxl-95 {
    left: 95% !important;
  }

  .end-xxxl-0 {
    right: 0 !important;
  }

  .end-xxxl-50 {
    right: 50% !important;
  }

  .end-xxxl-100 {
    right: 100% !important;
  }

  .end-xxxl-5 {
    right: 5% !important;
  }

  .end-xxxl-10 {
    right: 10% !important;
  }

  .end-xxxl-15 {
    right: 15% !important;
  }

  .end-xxxl-20 {
    right: 20% !important;
  }

  .end-xxxl-25 {
    right: 25% !important;
  }

  .end-xxxl-30 {
    right: 30% !important;
  }

  .end-xxxl-35 {
    right: 35% !important;
  }

  .end-xxxl-40 {
    right: 40% !important;
  }

  .end-xxxl-45 {
    right: 45% !important;
  }

  .end-xxxl-55 {
    right: 55% !important;
  }

  .end-xxxl-60 {
    right: 60% !important;
  }

  .end-xxxl-65 {
    right: 65% !important;
  }

  .end-xxxl-70 {
    right: 70% !important;
  }

  .end-xxxl-75 {
    right: 75% !important;
  }

  .end-xxxl-80 {
    right: 80% !important;
  }

  .end-xxxl-85 {
    right: 85% !important;
  }

  .end-xxxl-90 {
    right: 90% !important;
  }

  .end-xxxl-95 {
    right: 95% !important;
  }

  .translate-middle-xxxl {
    transform: translate(-50%, -50%) !important;
  }

  .translate-middle-xxxl-x {
    transform: translateX(-50%) !important;
  }

  .translate-middle-xxxl-y {
    transform: translateY(-50%) !important;
  }

  .border-xxxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-xxxl-0 {
    border: 0 !important;
  }

  .border-top-xxxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-top-xxxl-0 {
    border-top: 0 !important;
  }

  .border-end-xxxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-end-xxxl-0 {
    border-right: 0 !important;
  }

  .border-bottom-xxxl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-bottom-xxxl-0 {
    border-bottom: 0 !important;
  }

  .border-start-xxxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-start-xxxl-0 {
    border-left: 0 !important;
  }

  .mw-xxxl-0 {
    max-width: 0 !important;
  }

  .mw-xxxl-none {
    max-width: none !important;
  }

  .mw-xxxl-1 {
    max-width: 20rem !important;
  }

  .mw-xxxl-2 {
    max-width: 24rem !important;
  }

  .mw-xxxl-3 {
    max-width: 28rem !important;
  }

  .mw-xxxl-4 {
    max-width: 32rem !important;
  }

  .mw-xxxl-5 {
    max-width: 36rem !important;
  }

  .mw-xxxl-6 {
    max-width: 42rem !important;
  }

  .mw-xxxl-7 {
    max-width: 48rem !important;
  }

  .mw-xxxl-8 {
    max-width: 56rem !important;
  }

  .mw-xxxl-9 {
    max-width: 64rem !important;
  }

  .mw-xxxl-10 {
    max-width: 72rem !important;
  }

  .mw-xxxl-11 {
    max-width: 80rem !important;
  }

  .min-vh-xxxl-25 {
    min-height: 25vh !important;
  }

  .min-vh-xxxl-50 {
    min-height: 50vh !important;
  }

  .min-vh-xxxl-75 {
    min-height: 75vh !important;
  }

  .min-vh-xxxl-100 {
    min-height: 100vh !important;
  }

  .flex-xxxl-fill {
    flex: auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: .25rem !important;
  }

  .m-xxxl-2 {
    margin: .5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .m-xxxl-6 {
    margin: 4.5rem !important;
  }

  .m-xxxl-7 {
    margin: 6rem !important;
  }

  .m-xxxl-8 {
    margin: 7.5rem !important;
  }

  .m-xxxl-9 {
    margin: 9rem !important;
  }

  .m-xxxl-10 {
    margin: 10rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xxxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxxl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-xxxl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xxxl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .mx-xxxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-xxxl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-xxxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xxxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: .25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: .5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxxl-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xxxl-7 {
    margin-top: 6rem !important;
  }

  .mt-xxxl-8 {
    margin-top: 7.5rem !important;
  }

  .mt-xxxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxxl-2 {
    margin-right: .5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxxl-6 {
    margin-right: 4.5rem !important;
  }

  .me-xxxl-7 {
    margin-right: 6rem !important;
  }

  .me-xxxl-8 {
    margin-right: 7.5rem !important;
  }

  .me-xxxl-9 {
    margin-right: 9rem !important;
  }

  .me-xxxl-10 {
    margin-right: 10rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxl-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxxl-7 {
    margin-bottom: 6rem !important;
  }

  .mb-xxxl-8 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xxxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: .5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxxl-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xxxl-7 {
    margin-left: 6rem !important;
  }

  .ms-xxxl-8 {
    margin-left: 7.5rem !important;
  }

  .ms-xxxl-9 {
    margin-left: 9rem !important;
  }

  .ms-xxxl-10 {
    margin-left: 10rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .m-xxxl-n1 {
    margin: -.25rem !important;
  }

  .m-xxxl-n2 {
    margin: -.5rem !important;
  }

  .m-xxxl-n3 {
    margin: -1rem !important;
  }

  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxxl-n5 {
    margin: -3rem !important;
  }

  .m-xxxl-n6 {
    margin: -4.5rem !important;
  }

  .m-xxxl-n7 {
    margin: -6rem !important;
  }

  .m-xxxl-n8 {
    margin: -7.5rem !important;
  }

  .m-xxxl-n9 {
    margin: -9rem !important;
  }

  .m-xxxl-n10 {
    margin: -10rem !important;
  }

  .mx-xxxl-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

  .mx-xxxl-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
  }

  .mx-xxxl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mx-xxxl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .mx-xxxl-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-xxxl-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-xxxl-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .mx-xxxl-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .mx-xxxl-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .my-xxxl-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

  .my-xxxl-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important;
  }

  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xxxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xxxl-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-xxxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xxxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .mt-xxxl-n1 {
    margin-top: -.25rem !important;
  }

  .mt-xxxl-n2 {
    margin-top: -.5rem !important;
  }

  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxxl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xxxl-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-xxxl-n7 {
    margin-top: -6rem !important;
  }

  .mt-xxxl-n8 {
    margin-top: -7.5rem !important;
  }

  .mt-xxxl-n9 {
    margin-top: -9rem !important;
  }

  .mt-xxxl-n10 {
    margin-top: -10rem !important;
  }

  .me-xxxl-n1 {
    margin-right: -.25rem !important;
  }

  .me-xxxl-n2 {
    margin-right: -.5rem !important;
  }

  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxxl-n5 {
    margin-right: -3rem !important;
  }

  .me-xxxl-n6 {
    margin-right: -4.5rem !important;
  }

  .me-xxxl-n7 {
    margin-right: -6rem !important;
  }

  .me-xxxl-n8 {
    margin-right: -7.5rem !important;
  }

  .me-xxxl-n9 {
    margin-right: -9rem !important;
  }

  .me-xxxl-n10 {
    margin-right: -10rem !important;
  }

  .mb-xxxl-n1 {
    margin-bottom: -.25rem !important;
  }

  .mb-xxxl-n2 {
    margin-bottom: -.5rem !important;
  }

  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxxl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xxxl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xxxl-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-xxxl-n8 {
    margin-bottom: -7.5rem !important;
  }

  .mb-xxxl-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-xxxl-n10 {
    margin-bottom: -10rem !important;
  }

  .ms-xxxl-n1 {
    margin-left: -.25rem !important;
  }

  .ms-xxxl-n2 {
    margin-left: -.5rem !important;
  }

  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxxl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xxxl-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-xxxl-n7 {
    margin-left: -6rem !important;
  }

  .ms-xxxl-n8 {
    margin-left: -7.5rem !important;
  }

  .ms-xxxl-n9 {
    margin-left: -9rem !important;
  }

  .ms-xxxl-n10 {
    margin-left: -10rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: .25rem !important;
  }

  .p-xxxl-2 {
    padding: .5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .p-xxxl-6 {
    padding: 4.5rem !important;
  }

  .p-xxxl-7 {
    padding: 6rem !important;
  }

  .p-xxxl-8 {
    padding: 7.5rem !important;
  }

  .p-xxxl-9 {
    padding: 9rem !important;
  }

  .p-xxxl-10 {
    padding: 10rem !important;
  }

  .px-xxxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xxxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xxxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xxxl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-xxxl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xxxl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .px-xxxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-xxxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xxxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xxxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: .25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: .5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxxl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xxxl-7 {
    padding-top: 6rem !important;
  }

  .pt-xxxl-8 {
    padding-top: 7.5rem !important;
  }

  .pt-xxxl-9 {
    padding-top: 9rem !important;
  }

  .pt-xxxl-10 {
    padding-top: 10rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: .5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxxl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xxxl-7 {
    padding-right: 6rem !important;
  }

  .pe-xxxl-8 {
    padding-right: 7.5rem !important;
  }

  .pe-xxxl-9 {
    padding-right: 9rem !important;
  }

  .pe-xxxl-10 {
    padding-right: 10rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxxl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxxl-7 {
    padding-bottom: 6rem !important;
  }

  .pb-xxxl-8 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xxxl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxxl-10 {
    padding-bottom: 10rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: .5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxxl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xxxl-7 {
    padding-left: 6rem !important;
  }

  .ps-xxxl-8 {
    padding-left: 7.5rem !important;
  }

  .ps-xxxl-9 {
    padding-left: 9rem !important;
  }

  .ps-xxxl-10 {
    padding-left: 10rem !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: .25rem !important;
  }

  .gap-xxxl-2 {
    gap: .5rem !important;
  }

  .gap-xxxl-3 {
    gap: 1rem !important;
  }

  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxxl-5 {
    gap: 3rem !important;
  }

  .gap-xxxl-6 {
    gap: 4.5rem !important;
  }

  .gap-xxxl-7 {
    gap: 6rem !important;
  }

  .gap-xxxl-8 {
    gap: 7.5rem !important;
  }

  .gap-xxxl-9 {
    gap: 9rem !important;
  }

  .gap-xxxl-10 {
    gap: 10rem !important;
  }

  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxxl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xxxl-2 {
    row-gap: .5rem !important;
  }

  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }

  .row-gap-xxxl-6 {
    row-gap: 4.5rem !important;
  }

  .row-gap-xxxl-7 {
    row-gap: 6rem !important;
  }

  .row-gap-xxxl-8 {
    row-gap: 7.5rem !important;
  }

  .row-gap-xxxl-9 {
    row-gap: 9rem !important;
  }

  .row-gap-xxxl-10 {
    row-gap: 10rem !important;
  }

  .column-gap-xxxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxxl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xxxl-2 {
    column-gap: .5rem !important;
  }

  .column-gap-xxxl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xxxl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xxxl-5 {
    column-gap: 3rem !important;
  }

  .column-gap-xxxl-6 {
    column-gap: 4.5rem !important;
  }

  .column-gap-xxxl-7 {
    column-gap: 6rem !important;
  }

  .column-gap-xxxl-8 {
    column-gap: 7.5rem !important;
  }

  .column-gap-xxxl-9 {
    column-gap: 9rem !important;
  }

  .column-gap-xxxl-10 {
    column-gap: 10rem !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}

@media (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;
  }
}

.sticky, .gallery-caption, .bypostauthor {
  font-size: inherit;
}

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6;
}

#wrapper-footer-full, #wrapper-static-hero {
  background-color: #e9ecef;
}

.wp-caption, .wp-caption-text {
  font-size: inherit;
}

.alignleft, .alignright {
  margin-bottom: 1.5em;
  display: block;
}

@media (width >= 576px) {
  .alignleft {
    float: left;
    margin-right: 1.5em;
  }

  .alignright {
    float: right;
    margin-left: 1.5em;
  }
}

img.wp-post-image, article img, figure, img, #secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  clear: both;
  width: 100%;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  padding: .25rem 1rem;
  font-weight: 400;
  display: block;
  color: var(--bs-body-color) !important;
}

.navbar-light .navbar-brand a {
  color: rgba(var(--bs-emphasis-color-rgb), 1);
}

.navbar-dark .navbar-brand a {
  color: #fff;
}

.navbar h1, .navbar .h1 {
  font-weight: 400;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  text-align: center;
  vertical-align: top;
  width: 100%;
  display: inline-block;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.rfs-1 {
  font-size: .15rem;
}

.rfs-2 {
  font-size: .3rem;
}

.rfs-3 {
  font-size: .45rem;
}

.rfs-4 {
  font-size: .6rem;
}

.rfs-5 {
  font-size: .75rem;
}

.rfs-6 {
  font-size: .9rem;
}

.rfs-7 {
  font-size: 1.05rem;
}

.rfs-8 {
  font-size: 1.2rem;
}

.rfs-9 {
  font-size: calc(1.26rem + .12vw);
}

@media (width >= 1200px) {
  .rfs-9 {
    font-size: 1.35rem;
  }
}

.rfs-10 {
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  .rfs-10 {
    font-size: 1.5rem;
  }
}

.rfs-11 {
  font-size: calc(1.29rem + .48vw);
}

@media (width >= 1200px) {
  .rfs-11 {
    font-size: 1.65rem;
  }
}

.rfs-12 {
  font-size: calc(1.305rem + .66vw);
}

@media (width >= 1200px) {
  .rfs-12 {
    font-size: 1.8rem;
  }
}

.rfs-13 {
  font-size: calc(1.32rem + .84vw);
}

@media (width >= 1200px) {
  .rfs-13 {
    font-size: 1.95rem;
  }
}

.rfs-14 {
  font-size: calc(1.335rem + 1.02vw);
}

@media (width >= 1200px) {
  .rfs-14 {
    font-size: 2.1rem;
  }
}

.rfs-15 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (width >= 1200px) {
  .rfs-15 {
    font-size: 2.25rem;
  }
}

.rfs-16 {
  font-size: calc(1.365rem + 1.38vw);
}

@media (width >= 1200px) {
  .rfs-16 {
    font-size: 2.4rem;
  }
}

.rfs-17 {
  font-size: calc(1.38rem + 1.56vw);
}

@media (width >= 1200px) {
  .rfs-17 {
    font-size: 2.55rem;
  }
}

.rfs-18 {
  font-size: calc(1.395rem + 1.74vw);
}

@media (width >= 1200px) {
  .rfs-18 {
    font-size: 2.7rem;
  }
}

.rfs-19 {
  font-size: calc(1.41rem + 1.92vw);
}

@media (width >= 1200px) {
  .rfs-19 {
    font-size: 2.85rem;
  }
}

.rfs-20 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (width >= 1200px) {
  .rfs-20 {
    font-size: 3rem;
  }
}

.rfs-21 {
  font-size: calc(1.44rem + 2.28vw);
}

@media (width >= 1200px) {
  .rfs-21 {
    font-size: 3.15rem;
  }
}

.rfs-22 {
  font-size: calc(1.455rem + 2.46vw);
}

@media (width >= 1200px) {
  .rfs-22 {
    font-size: 3.3rem;
  }
}

.rfs-23 {
  font-size: calc(1.47rem + 2.64vw);
}

@media (width >= 1200px) {
  .rfs-23 {
    font-size: 3.45rem;
  }
}

.rfs-24 {
  font-size: calc(1.485rem + 2.82vw);
}

@media (width >= 1200px) {
  .rfs-24 {
    font-size: 3.6rem;
  }
}

.rfs-25 {
  font-size: calc(1.5rem + 3vw);
}

@media (width >= 1200px) {
  .rfs-25 {
    font-size: 3.75rem;
  }
}

.rfs-26 {
  font-size: calc(1.515rem + 3.18vw);
}

@media (width >= 1200px) {
  .rfs-26 {
    font-size: 3.9rem;
  }
}

.rfs-27 {
  font-size: calc(1.53rem + 3.36vw);
}

@media (width >= 1200px) {
  .rfs-27 {
    font-size: 4.05rem;
  }
}

.rfs-28 {
  font-size: calc(1.545rem + 3.54vw);
}

@media (width >= 1200px) {
  .rfs-28 {
    font-size: 4.2rem;
  }
}

.rfs-29 {
  font-size: calc(1.56rem + 3.72vw);
}

@media (width >= 1200px) {
  .rfs-29 {
    font-size: 4.35rem;
  }
}

.rfs-30 {
  font-size: calc(1.575rem + 3.9vw);
}

@media (width >= 1200px) {
  .rfs-30 {
    font-size: 4.5rem;
  }
}

.rfs-31 {
  font-size: calc(1.59rem + 4.08vw);
}

@media (width >= 1200px) {
  .rfs-31 {
    font-size: 4.65rem;
  }
}

.rfs-32 {
  font-size: calc(1.605rem + 4.26vw);
}

@media (width >= 1200px) {
  .rfs-32 {
    font-size: 4.8rem;
  }
}

.rfs-33 {
  font-size: calc(1.62rem + 4.44vw);
}

@media (width >= 1200px) {
  .rfs-33 {
    font-size: 4.95rem;
  }
}

.rfs-34 {
  font-size: calc(1.635rem + 4.62vw);
}

@media (width >= 1200px) {
  .rfs-34 {
    font-size: 5.1rem;
  }
}

.rfs-35 {
  font-size: calc(1.65rem + 4.8vw);
}

@media (width >= 1200px) {
  .rfs-35 {
    font-size: 5.25rem;
  }
}

.rfs-36 {
  font-size: calc(1.665rem + 4.98vw);
}

@media (width >= 1200px) {
  .rfs-36 {
    font-size: 5.4rem;
  }
}

.rfs-37 {
  font-size: calc(1.68rem + 5.16vw);
}

@media (width >= 1200px) {
  .rfs-37 {
    font-size: 5.55rem;
  }
}

.rfs-38 {
  font-size: calc(1.695rem + 5.34vw);
}

@media (width >= 1200px) {
  .rfs-38 {
    font-size: 5.7rem;
  }
}

.rfs-39 {
  font-size: calc(1.71rem + 5.52vw);
}

@media (width >= 1200px) {
  .rfs-39 {
    font-size: 5.85rem;
  }
}

.rfs-40 {
  font-size: calc(1.725rem + 5.7vw);
}

@media (width >= 1200px) {
  .rfs-40 {
    font-size: 6rem;
  }
}

.rfs-41 {
  font-size: calc(1.74rem + 5.88vw);
}

@media (width >= 1200px) {
  .rfs-41 {
    font-size: 6.15rem;
  }
}

.rfs-42 {
  font-size: calc(1.755rem + 6.06vw);
}

@media (width >= 1200px) {
  .rfs-42 {
    font-size: 6.3rem;
  }
}

.rfs-43 {
  font-size: calc(1.77rem + 6.24vw);
}

@media (width >= 1200px) {
  .rfs-43 {
    font-size: 6.45rem;
  }
}

.rfs-44 {
  font-size: calc(1.785rem + 6.42vw);
}

@media (width >= 1200px) {
  .rfs-44 {
    font-size: 6.6rem;
  }
}

.rfs-45 {
  font-size: calc(1.8rem + 6.6vw);
}

@media (width >= 1200px) {
  .rfs-45 {
    font-size: 6.75rem;
  }
}

.rfs-46 {
  font-size: calc(1.815rem + 6.78vw);
}

@media (width >= 1200px) {
  .rfs-46 {
    font-size: 6.9rem;
  }
}

.rfs-47 {
  font-size: calc(1.83rem + 6.96vw);
}

@media (width >= 1200px) {
  .rfs-47 {
    font-size: 7.05rem;
  }
}

.rfs-48 {
  font-size: calc(1.845rem + 7.14vw);
}

@media (width >= 1200px) {
  .rfs-48 {
    font-size: 7.2rem;
  }
}

.rfs-49 {
  font-size: calc(1.86rem + 7.32vw);
}

@media (width >= 1200px) {
  .rfs-49 {
    font-size: 7.35rem;
  }
}

.rfs-50 {
  font-size: calc(1.875rem + 7.5vw);
}

@media (width >= 1200px) {
  .rfs-50 {
    font-size: 7.5rem;
  }
}

.rws-1 {
  width: 1.15rem;
}

.rws-2 {
  width: calc(1.355rem + 1.26vw);
}

.rws-3 {
  width: calc(1.47rem + 2.64vw);
}

.rws-4 {
  width: calc(1.585rem + 4.02vw);
}

.rws-5 {
  width: calc(1.7rem + 5.4vw);
}

.rws-6 {
  width: calc(1.815rem + 6.78vw);
}

.rws-7 {
  width: calc(1.93rem + 8.16vw);
}

.rws-8 {
  width: calc(2.045rem + 9.54vw);
}

.rws-9 {
  width: calc(2.16rem + 10.92vw);
}

.rws-10 {
  width: calc(2.275rem + 12.3vw);
}

.rws-11 {
  width: calc(2.39rem + 13.68vw);
}

.rws-12 {
  width: calc(2.505rem + 15.06vw);
}

.rws-13 {
  width: calc(2.62rem + 16.44vw);
}

.rws-14 {
  width: calc(2.735rem + 17.82vw);
}

.rws-15 {
  width: calc(2.85rem + 19.2vw);
}

.rws-16 {
  width: calc(2.965rem + 20.58vw);
}

.rws-17 {
  width: calc(3.08rem + 21.96vw);
}

.rws-18 {
  width: calc(3.195rem + 23.34vw);
}

.rws-19 {
  width: calc(3.31rem + 24.72vw);
}

.rws-20 {
  width: calc(3.425rem + 26.1vw);
}

.rws-21 {
  width: calc(3.54rem + 27.48vw);
}

.rws-22 {
  width: calc(3.655rem + 28.86vw);
}

.rws-23 {
  width: calc(3.77rem + 30.24vw);
}

.rws-24 {
  width: calc(3.885rem + 31.62vw);
}

.rws-25 {
  width: calc(4rem + 33vw);
}

.rws-26 {
  width: calc(4.115rem + 34.38vw);
}

.rws-27 {
  width: calc(4.23rem + 35.76vw);
}

.rws-28 {
  width: calc(4.345rem + 37.14vw);
}

.rws-29 {
  width: calc(4.46rem + 38.52vw);
}

.rws-30 {
  width: calc(4.575rem + 39.9vw);
}

.rws-31 {
  width: calc(4.69rem + 41.28vw);
}

.rws-32 {
  width: calc(4.805rem + 42.66vw);
}

.rws-33 {
  width: calc(4.92rem + 44.04vw);
}

.rws-34 {
  width: calc(5.035rem + 45.42vw);
}

.rws-35 {
  width: calc(5.15rem + 46.8vw);
}

.rws-36 {
  width: calc(5.265rem + 48.18vw);
}

.rws-37 {
  width: calc(5.38rem + 49.56vw);
}

.rws-38 {
  width: calc(5.495rem + 50.94vw);
}

.rws-39 {
  width: calc(5.61rem + 52.32vw);
}

.rws-40 {
  width: calc(5.725rem + 53.7vw);
}

:root {
  --header-height: 56px;
  --wp-adminbar-height: 32px;
}

body:has(nav.fixed-top) [id] {
  scroll-margin-top: calc(28px + var(--header-height));
}

.custom-logo-link img[src$=".svg"] {
  width: 100%;
}

body.picostrap_header_navbar_position_fixed-top:not(.picostrap_header_navbar_color_choice_bg-transparent), body.picostrap_header_navbar_position_fixed-top.picostrap_header_navbar_color_choice_bg-transparent.woocommerce {
  padding-top: var(--header-height);
}

body.picostrap_topbar_enabled.picostrap_header_navbar_position_fixed-top.picostrap_header_navbar_color_choice_bg-transparent #wrapper-navbar nav.navbar {
  top: 36px;
}

body.picostrap_topbar_enabled.picostrap_header_navbar_position_fixed-top.picostrap_header_navbar_color_choice_bg-transparent #wrapper-topbar {
  z-index: 999999;
  width: 100%;
  position: fixed;
}

html:has(body.admin-bar):not(:has(.fixed-top)) {
  margin-top: 32px !important;
}

html:has(.fixed-top) #wpadminbar {
  position: fixed;
  bottom: 0;
  top: auto !important;
}

html:has(.fixed-top) #wpadminbar .quicklinks .menupop .ab-sub-wrapper {
  bottom: 28px;
}

html:has(.fixed-top) #wpadminbar .quicklinks .menupop ul {
  bottom: 0;
}

body.scroll-position-at-top #wrapper-navbar nav.navbar {
  padding: 1.01rem 0;
}

body.scroll-position-not-at-top #wrapper-navbar nav.navbar {
  background-color: #fff !important;
}

#wrapper-navbar .navbar {
  transition: all .5s ease-out;
}

#backToTop {
  visibility: hidden;
  z-index: 99999;
  opacity: .6;
  padding: 3px 11px 7px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#backToTop:hover {
  cursor: pointer;
}

.woocommerce #respond input#submit:not(.alt), .woocommerce a.button:not(.alt), .woocommerce button.button:not(.alt), .woocommerce input.button:not(.alt) {
  font-family: var(--hw-ff-light);
  border: var(--bs-border-width) solid #0d6efd;
  color: #0d6efd;
  background: none;
  border-radius: 0;
  padding: .5em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: inset 0 1px #ffffff26, 0 1px 1px #00000013;
}

.woocommerce #respond input#submit:not(.alt):hover, .woocommerce a.button:not(.alt):hover, .woocommerce button.button:not(.alt):hover, .woocommerce input.button:not(.alt):hover {
  background-color: #0d6efd;
  color: #fff !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-family: var(--hw-ff-light);
  color: #fff;
  background-color: #0d6efd;
  border: none;
  border-radius: 0;
  padding: .5em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: inset 0 1px #ffffff26, 0 1px 1px #00000013;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #084298;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  border-color: #212529 !important;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background: #2f2a2f;
  border-color: #212529 !important;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  color: #212529;
  background-color: #cfe2ff;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-size: 1.25rem;
}

.woocommerce-message {
  border-top-color: #e2e3e5;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #ced4da;
  padding: .375rem .45rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

body.woocommerce-page select {
  -moz-padding-start: calc(.75rem - 3px);
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

.select2-selection {
  min-height: 45px;
  padding: .375rem .75rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: unset;
  padding-right: unset;
}

span.select2-selection.select2-selection {
  border: var(--bs-border-width) solid var(--bs-border-color);
  min-height: 40px;
  padding: .375rem .75rem;
}

.select2-container--default b[role="presentation"], .select2-container--default .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #0d6efd;
}

a.added_to_cart.wc-forward {
  margin-left: 12px;
  text-decoration: underline !important;
}

#store-sidebar aside {
  margin-bottom: 15px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: unset;
  opacity: .5;
}

.woocommerce div.product form.cart .variations select {
  margin-bottom: 20px;
}

.woocommerce span.onsale {
  padding-top: 0;
  padding-left: 5px;
}

.woocommerce #commentform {
  margin-top: 24px;
}

.woocommerce #review_form #respond p {
  margin: 12px 0;
}

.woocommerce p.stars a {
  color: var(--bs-warning);
  width: 1.4em;
  height: 1.4em;
}

.woocommerce p.stars a:before {
  font-size: 24px;
}

.woocommerce #related-products ul {
  margin: 1em 0;
}

.woocommerce-input-wrapper {
  width: 100%;
}

figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

#coupon_code.input-text {
  min-width: 134px !important;
}

.woocommerce form.woocommerce-form-login .form-row label, .woocommerce form.woocommerce-form-login .form-row .password-input {
  width: 100%;
}

.woocommerce form .form-row label {
  flex: auto;
}

.woocommerce-cart-form input.qty {
  display: inline;
}

.lang-en, body.lang-en .lang-de {
  display: none;
}

body.lang-en .lang-en {
  display: block;
}

:root {
  --hw-section-gap: 11.11em;
}

@media (width <= 991.98px) {
  :root {
    --hw-section-gap: 7.143em;
  }
}

@media (width <= 767.98px) {
  :root {
    --hw-section-gap: 7.143em;
  }
}

:root {
  --hw-n-section-gap: calc(-1 * var(--hw-section-gap));
}

main#theme-main {
  gap: var(--hw-section-gap);
  flex-direction: column;
  display: flex;
}

main#theme-main section:last-child {
  margin-bottom: var(--hw-section-gap);
}

body {
  overflow-x: hidden;
}

#wpadminbar {
  z-index: 999999;
}

:root {
  --hw-box-width: 1717px;
  --hw-out-box-width: max(calc(((100vw - var(--hw-box-width)) / 2)), 5vw);
  --hw-n-out-box-width: calc(-1 * var(--hw-out-box-width));
}

.container {
  width: 90%;
  max-width: var(--hw-box-width) !important;
}

@media (width <= 991.98px) {
  .container {
    width: 90%;
  }
}

.container-fluid .row > :first-child.hw-fw-box-p-left, .container-sm .row > :first-child.hw-fw-box-p-left, .container-md .row > :first-child.hw-fw-box-p-left, .container-lg .row > :first-child.hw-fw-box-p-left, .container-xl .row > :first-child.hw-fw-box-p-left, .container-xxl .row > :first-child.hw-fw-box-p-left {
  padding-left: max(5vw + var(--bs-gutter-x) / 2, (100vw - var(--hw-box-width)) / 2 + var(--bs-gutter-x) / 2) !important;
}

.container-fluid .row > :first-child.hw-fw-box-p-right, .container-sm .row > :first-child.hw-fw-box-p-right, .container-md .row > :first-child.hw-fw-box-p-right, .container-lg .row > :first-child.hw-fw-box-p-right, .container-xl .row > :first-child.hw-fw-box-p-right, .container-xxl .row > :first-child.hw-fw-box-p-right {
  padding-right: max(5vw + var(--bs-gutter-x) / 2, (100vw - var(--hw-box-width)) / 2 + var(--bs-gutter-x) / 2) !important;
}

.container-fluid .row > :first-child img, .container-sm .row > :first-child img, .container-md .row > :first-child img, .container-lg .row > :first-child img, .container-xl .row > :first-child img, .container-xxl .row > :first-child img {
  border-radius: 0 2px 2px 0;
}

.container-fluid .row > :last-child img, .container-sm .row > :last-child img, .container-md .row > :last-child img, .container-lg .row > :last-child img, .container-xl .row > :last-child img, .container-xxl .row > :last-child img {
  border-radius: 2px 0 0 2px;
}

.container-fluid .row.hw-fw-left, .container-sm .row.hw-fw-left, .container-md .row.hw-fw-left, .container-lg .row.hw-fw-left, .container-xl .row.hw-fw-left, .container-xxl .row.hw-fw-left {
  margin-right: max((100vw - var(--hw-box-width)) / 2, 5vw);
}

.container-fluid .row.hw-fw-right, body .hw-01-09 .container-fluid .row, .container-fluid body .hw-01-04 .row, body .hw-01-04 .container-fluid .row, .container-sm .row.hw-fw-right, body .hw-01-09 .container-sm .row, .container-sm body .hw-01-04 .row, body .hw-01-04 .container-sm .row, .container-md .row.hw-fw-right, body .hw-01-09 .container-md .row, .container-md body .hw-01-04 .row, body .hw-01-04 .container-md .row, .container-lg .row.hw-fw-right, body .hw-01-09 .container-lg .row, .container-lg body .hw-01-04 .row, body .hw-01-04 .container-lg .row, .container-xl .row.hw-fw-right, body .hw-01-09 .container-xl .row, .container-xl body .hw-01-04 .row, body .hw-01-04 .container-xl .row, .container-xxl .row.hw-fw-right, body .hw-01-09 .container-xxl .row, .container-xxl body .hw-01-04 .row, body .hw-01-04 .container-xxl .row {
  margin-left: max((100vw - var(--hw-box-width)) / 2, 5vw);
}

body footer {
  box-shadow: 0 0 20px #1e1e1e1a;
}

@media (width <= 991.98px) {
  body footer .hw-container-footer .hw-row {
    justify-content: space-between;
    padding-right: 3.111em;
  }

  body footer .hw-container-footer .hw-row .hw-col-contact {
    flex-direction: row;
    justify-content: space-between;
    width: fit-content;
    padding-right: 3.111em;
    display: flex;
  }
}

@media (width <= 767.98px) {
  body footer .hw-container-footer .hw-row .hw-col-contact {
    width: 100%;
    padding: 0;
  }
}

@media (width <= 991.98px) {
  body footer .hw-container-footer .hw-row .hw-col-contact .hw-footer-wrapper {
    width: fit-content;
  }
}

body footer .hw-container-footer .hw-row .hw-col-contact .hw-footer-wrapper .hw-footer-logo {
  width: 9.667em;
  height: auto;
}

body footer .hw-container-footer .hw-row .hw-col-contact .hw-footer-wrapper .hw-adress {
  margin-bottom: .7em;
}

body footer .hw-container-footer .hw-row .hw-col-contact .hw-footer-wrapper .hw-btn-row .hw-col {
  flex-direction: column;
  gap: 0;
}

body footer .hw-container-footer .hw-row .hw-col-contact .hw-footer-wrapper .hw-btn-row .hw-col .btn-link {
  padding-top: 0;
}

body footer .hw-container-footer .hw-row .hw-col-contact .hw-footer-wrapper .hw-btn-row .hw-col .hw-text, body footer .hw-container-footer .hw-row .hw-col-contact .hw-footer-wrapper .hw-btn-row .hw-col .hw-text:hover {
  color: var(--bs-black);
}

body footer .hw-container-footer .hw-row .hw-col-contact .hw-footer-wrapper .hw-btn-row .hw-col svg path {
  fill: var(--bs-black);
}

body footer .hw-container-footer .hw-row .hw-col-contact .hw-social-icons {
  gap: 1.11em;
}

@media (width <= 991.98px) {
  body footer .hw-container-footer .hw-row .hw-col-contact .hw-social-icons {
    flex-direction: column;
    width: fit-content;
    padding-left: 4.44em;
  }
}

@media (width <= 767.98px) {
  body footer .hw-container-footer .hw-row .hw-col-contact .hw-social-icons {
    justify-content: flex-end;
  }
}

@media (width <= 991.98px) {
  body footer .hw-container-footer .hw-row .hw-col-link {
    width: fit-content;
  }
}

@media (width <= 767.98px) {
  body footer .hw-container-footer .hw-row .hw-col-link {
    width: 100%;
    padding: 0;
    gap: 5.5556em !important;
  }

  body footer .hw-container-footer .hw-row .hw-col-link .hw-links-r {
    border-left: 1px solid;
    border-color: var(--bs-primary);
    padding-left: 1.667em;
  }
}

body footer .hw-container-footer .hw-row .hw-col-link a {
  color: var(--bs-black);
  text-decoration: none;
}

body footer .hw-container-footer .hw-row .hw-col-link a:hover {
  color: var(--bs-black);
}

body footer .hw-container-footer .hw-row .hw-col-logo {
  position: absolute;
}

@media (width <= 991.98px) {
  body footer .hw-container-footer .hw-row .hw-col-logo {
    display: none;
  }
}

body footer .hw-container-footer .hw-row .hw-col-logo .hw-logo {
  padding-top: 3em;
  padding-right: 1.444em;
  position: relative;
}

body footer .hw-container-footer .hw-row .hw-col-logo .hw-logo img {
  transform-origin: 100%;
  scale: 1.18;
}

body footer .hw-container-stopper .hw-row-sep .hw-seperator {
  opacity: 1;
  border-top: 1px solid;
  border-color: var(--bs-primary);
  width: 100%;
}

body footer .hw-container-stopper .hw-row-anchors .hw-anchor-block .hw-anchor-seperator {
  border-left: 1px solid;
  border-color: var(--bs-primary);
  border-radius: 10px;
  width: 0;
  height: 1.5em;
}

@media (width <= 991.98px) {
  body footer .hw-container-stopper .hw-row-anchors .hw-anchor-block .hw-anchor-seperator {
    display: none;
  }

  body footer .hw-container-stopper .hw-row-anchors .hw-anchor-block p {
    gap: 1.944em;
  }
}

@media (width <= 767.98px) {
  body footer .hw-container-stopper .hw-row-anchors .hw-anchor-block p {
    display: block !important;
  }
}

body footer .hw-container-stopper .hw-row-anchors .hw-anchor-block a {
  font-size: var(--hw-fs-14);
  color: var(--bs-black);
  min-width: max-content;
  text-decoration: none;
}

@media (width <= 767.98px) {
  body footer .hw-container-stopper .hw-row-anchors .hw-anchor-block a {
    padding-right: 1.11em;
  }
}

body footer .hw-container-stopper .hw-row-anchors .hw-anchor-block a:hover {
  color: var(--bs-primary);
}

body footer .hw-container-stopper .hw-row-anchors .hw-anchor-block span {
  min-width: max-content;
  font-size: var(--hw-fs-14);
}

@media (width <= 767.98px) {
  body footer .hw-container-stopper .hw-row-anchors .hw-anchor-block span {
    padding-right: 1.11em;
  }
}

body footer .modal#Modal-hw {
  backdrop-filter: blur(50px);
  background: #ffffff80;
}

body footer .modal#Modal-hw .modal-dialog {
  max-width: 95.389em;
}

body footer .modal#Modal-hw .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}

body footer .modal#Modal-hw .modal-dialog .modal-content .hw-btn-close {
  text-align: right;
  background: none;
  border: none;
  padding-right: 1.2em;
}

body footer .modal#Modal-hw .modal-dialog .modal-content .h2:after, body footer .modal#Modal-hw .modal-dialog .modal-content .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline footer .modal#Modal-hw .modal-dialog .modal-content .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body footer .modal#Modal-hw .modal-dialog .modal-content .hw-col-left {
  padding-left: 4em;
  padding-right: 6em;
}

@media (width <= 991.98px) {
  body footer .modal#Modal-hw .modal-dialog .modal-content .hw-col-left {
    padding-left: 2em;
  }
}

body footer .modal#Modal-hw .modal-dialog .modal-content .hw-col-right {
  padding-right: 5.389em;
}

@media (width <= 991.98px) {
  body footer .modal#Modal-hw .modal-dialog .modal-content .hw-col-right {
    padding-left: 2em;
    padding-right: 2em;
  }
}

body footer .modal#Modal-hw .modal-dialog .modal-content .hw-col-right a {
  color: var(--bs-black);
  font-family: var(--hw-ff-regular);
}

body footer .modal#Modal-hw .modal-dialog .modal-content .hw-col-right a:hover {
  color: var(--bs-black);
}

@font-face {
  font-family: Barlow Medium;
  src: url("Barlow-Medium.0f3df15c.woff2") format("woff2");
}

@font-face {
  font-family: Barlow Light;
  src: url("Barlow-Light.578f62c1.woff2") format("woff2");
}

@font-face {
  font-family: Barlow Bold;
  src: url("Barlow-Bold.ebdedc0b.woff2") format("woff2");
}

@font-face {
  font-family: Barlow ExtraBold;
  src: url("Barlow-ExtraBold.778b643e.woff2") format("woff2");
}

@font-face {
  font-family: Barlow Regular;
  src: url("Barlow-Regular.58c0d963.woff2") format("woff2");
}

@font-face {
  font-family: Barlow SemiBold;
  src: url("Barlow-SemiBold.ad1b8e41.woff2") format("woff2");
}

:root {
  --hw-ff-medium: "Barlow Medium";
  --hw-ff-bold: "Barlow Bold";
  --hw-ff-light: "Barlow Light";
  --hw-ff-extrabold: "Barlow ExtraBold";
  --hw-ff-regular: "Barlow Regular";
  --hw-ff-semibold: "Barlow SemiBold";
  --hw-fs-base: min(.9vw, 18px);
  --hw-fs-400: calc(var(--hw-fs-base) * 22.22);
  --hw-fs-200: calc(var(--hw-fs-base) * 11.11);
  --hw-fs-14: calc(var(--hw-fs-base) * .778);
  --hw-fs-h5: calc(var(--hw-fs-base) * 1.11);
  --hw-fs-h4: calc(var(--hw-fs-base) * 1.39);
  --hw-fs-h3: calc(var(--hw-fs-base) * 1.6);
  --hw-fs-h2: calc(var(--hw-fs-base) * 2.78);
  --hw-fs-h1: calc(var(--hw-fs-base) * 4.44);
  --hw-fs-h1-big: calc(var(--hw-fs-base) * 6.67);
}

@media (width <= 991.98px) {
  :root {
    --hw-fs-base: min(1.45vw, 16px);
  }
}

@media (width <= 767.98px) {
  :root {
    --hw-fs-base: 3.2vw;
    --hw-fs-h1: calc(var(--hw-fs-base) * 2.85);
    --hw-fs-h2: calc(var(--hw-fs-base) * 1.79);
    --hw-fs-h3: calc(var(--hw-fs-base) * 1.29);
    --hw-fs-h4: calc(var(--hw-fs-base) * 1.11);
  }
}

:root {
  --bs-body-color: color: var(--bs-secondary);
}

:not(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, small, .small, .brlbs-cmpnt-h1, .brlbs-cmpnt-h2) {
  font-family: var(--hw-ff-light);
  font-size: var(--hw-fs-base);
}

.h1, h1:not(.brlbs-cmpnt-h1), h1 > span, .h1 > span {
  color: var(--bs-secondary);
  line-height: 1;
  font-size: var(--hw-fs-h1) !important;
  font-family: var(--hw-ff-bold) !important;
}

.h2, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, h2:not(.brlbs-cmpnt-h2), h2 > span, .h2 > span, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year > span {
  font-family: var(--hw-ff-medium);
  color: var(--bs-secondary);
  line-height: 1.2;
  font-size: var(--hw-fs-h2) !important;
}

.h3, h3, h3 > span, .h3 > span {
  font-family: var(--hw-ff-medium);
  color: var(--bs-secondary);
  line-height: 1.2;
  font-size: var(--hw-fs-h3) !important;
}

.h4, h4, h4 > span, .h4 > span {
  font-family: var(--hw-ff-medium);
  color: var(--bs-secondary);
  font-size: var(--hw-fs-h4) !important;
}

.h5, h5, h5 > span, .h5 > span {
  font-family: var(--hw-ff-medium);
  color: var(--bs-secondary);
  font-size: var(--hw-fs-h5) !important;
}

.hw-h1-fw-400 {
  font-family: var(--hw-ff-bold);
  font-size: var(--hw-fs-400) !important;
}

.hw-h1-fw-200 {
  font-family: var(--hw-ff-bold);
  font-size: var(--hw-fs-200) !important;
}

.font-weight-bold, .fw-bold, .hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .card-body .hw-title, body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .card-body .hw-title, .hw-fw-bold, b, strong {
  font-family: var(--hw-ff-bold) !important;
  font-weight: unset !important;
}

.font-weight-light, .fw-light {
  font-family: var(--hw-ff-light) !important;
}

.font-weight-normal, .fw-normal {
  font-family: var(--hw-ff-regular) !important;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}

img {
  border-radius: 3px;
}

.btn {
  font-size: calc(var(--hw-fs-base) * 1.11);
  border-radius: 3px;
  transition: all .15s ease-in-out;
}

.btn.btn-primary {
  color: var(--bs-white);
}

.btn.btn-primary svg {
  fill: var(--bs-primary);
}

.btn.btn-primary:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.btn.btn-primary:hover svg {
  fill: var(--bs-white);
}

.btn.btn-secondary {
  color: var(--bs-white);
}

.btn.btn-secondary svg {
  fill: var(--bs-white);
}

.btn.btn-secondary:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn.btn-secondary:hover svg {
  fill: var(--bs-white);
}

.btn.btn-dark {
  color: var(--bs-white);
}

.btn.btn-dark svg {
  fill: var(--bs-primary);
}

.btn.btn-dark:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn.btn-dark:hover svg {
  fill: var(--bs-white);
}

.btn.btn-white {
  color: var(--bs-primary);
}

.btn.btn-white svg {
  fill: var(--bs-primary);
}

.btn.btn-white:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}

.btn.btn-white:hover svg {
  fill: var(--bs-white);
}

.btn.btn-link {
  color: var(--bs-secondary);
  border: none;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn.btn-link svg {
  margin-right: .75em;
}

.btn.btn-link svg path {
  fill: var(--bs-primary);
}

.btn.btn-link:hover {
  border-color: var(--bs-primary);
  background-color: #0000;
}

.btn svg {
  height: 2em !important;
  width: em !important;
}

.hw-btn-row .col {
  flex-wrap: wrap;
  gap: 3.4375em;
  display: flex;
}

@media (width <= 767.98px) {
  .hw-btn-row .col .btn.btn-link .hw-text {
    display: none;
  }
}

body .custom-popover {
  --bs-popover-border-color: var(--bs-secondary);
  margin-top: 2.88em !important;
}

body .custom-popover .popover-arrow {
  background-color: var(--bs-secondary);
  width: .111em;
}

body .custom-popover .popover-arrow:before, body .custom-popover .popover-arrow:after {
  border-color: #0000 !important;
}

body .custom-popover .popover-body {
  padding: 0;
}

body .custom-popover .popover-body .hw-card {
  background: var(--bs-secondary);
  border-radius: 3px;
  padding: 1.778em;
  margin: 0 !important;
}

body .custom-popover .popover-body .hw-card .hw-line {
  margin-bottom: .5em;
}

body .custom-popover .popover-body .hw-card .hw-line:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * .2);
  display: block;
  position: relative;
}

body .custom-popover .popover-body .hw-card .hw-adress {
  margin-bottom: .5em;
}

body .custom-popover .popover-body .hw-card .hw-btn-row .hw-col {
  flex-direction: column;
  gap: 0;
}

body .custom-popover .popover-body .hw-card .hw-btn-row .hw-col .hw-text, body .custom-popover .popover-body .hw-card .hw-btn-row .hw-col .hw-text:hover {
  color: var(--bs-white);
}

body .custom-popover .popover-body .hw-card .hw-btn-row .hw-col .hw-link-underline {
  text-decoration-color: #fff;
}

body .custom-popover .popover-body .hw-card .hw-btn-row .hw-col svg path {
  fill: var(--bs-white);
}

#hwer-modal-apply .modal-dialog {
  justify-content: center;
}

#hwer-modal-apply .modal-dialog .modal-content {
  width: 20vw;
  height: 70vh;
}

@media (width <= 991.98px) {
  #hwer-modal-apply .modal-dialog .modal-content {
    width: 40vw;
    height: 70vh;
  }
}

@media (width <= 767.98px) {
  #hwer-modal-apply .modal-dialog .modal-content {
    width: 90vw;
    height: 70vh;
  }
}

#hwer-modal-apply .modal-dialog .modal-content .modal-header {
  border: none;
}

#hwer-modal-apply .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
}

.plyr {
  --plyr-color-main: var(--bs-primary);
  --plyr-video-control-color: var(--bs-white);
  --plyr-video-control-color-hover: var(--bs-white);
  --plyr-video-control-background-hover: var(--bs-primary);
  --plyr-video-controls-background: linear-gradient(transparent,
      rgba(var(--bs-secondary-rgb), .9));
  --plyr-range-fill-background: var(--bs-primary);
  --plyr-video-progress-buffered-background: rgba(var(--bs-white-rgb), .35);
  --plyr-video-range-track-background: rgba(var(--bs-white-rgb), .35);
}

.plyr .plyr__control--overlaid {
  width: auto;
  height: auto;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  color: var(--bs-white);
  opacity: .9;
  border: 0;
  border-radius: 100%;
  overflow: visible;
  background: var(--bs-secondary) !important;
}

.plyr .plyr__control--overlaid:hover, .plyr .plyr__control--overlaid:focus {
  opacity: 1;
  background: var(--bs-secondary) !important;
}

.plyr .plyr__control--overlaid svg {
  width: var(--plyr-control-icon-size, 18px);
  height: var(--plyr-control-icon-size, 18px);
  position: relative;
  top: auto;
  left: 2px;
  transform: none;
  scale: none !important;
}

.form-control, .widget_categories select, .widget_archive select {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 18px;
  display: inline;
  box-shadow: 0 0 20px #1e1e1e1a;
}

.form-control:focus, .widget_categories select:focus, .widget_archive select:focus {
  border: 2px solid;
  border-color: var(--bs-primary);
  box-shadow: none;
}

[data-wpr-lazyrender] {
  content-visibility: visible !important;
}

.livecanvas-is-editing #lc-main {
  gap: var(--hw-section-gap);
  flex-direction: column;
  display: flex;
}

.livecanvas-is-editing #lc-contextual-menu-row {
  right: 50% !important;
}

footer .hw-row-anchors {
  position: relative;
}

footer .modal {
  backdrop-filter: blur(50px);
  background: #ffffff80;
}

footer .modal .modal-dialog {
  max-width: 95.389em;
}

footer .modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}

footer .modal .modal-dialog .modal-content .hw-btn-close {
  text-align: right;
  background: none;
  border: none;
  padding-right: 1.2em;
}

footer .modal .modal-dialog .modal-content .h2:after, footer .modal .modal-dialog .modal-content body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline footer .modal .modal-dialog .modal-content .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

footer .modal .modal-dialog .modal-content .hw-col-left {
  padding-left: 4em;
  padding-right: 6em;
}

@media (width <= 991.98px) {
  footer .modal .modal-dialog .modal-content .hw-col-left {
    padding-left: 2em;
  }
}

footer .modal .modal-dialog .modal-content .hw-col-right {
  padding-right: 5.389em;
}

@media (width <= 991.98px) {
  footer .modal .modal-dialog .modal-content .hw-col-right {
    padding-left: 2em;
    padding-right: 2em;
  }
}

footer .modal .modal-dialog .modal-content .hw-col-right a {
  color: var(--bs-black);
  font-family: var(--hw-ff-regular);
}

footer .modal .modal-dialog .modal-content .hw-col-right a:hover {
  color: var(--bs-black);
}

footer .modal#Modal-hw-messetermine .modal-dialog {
  max-width: 65.778em;
  padding-bottom: 5em;
}

@media (width >= 992px) {
  footer .modal#Modal-hw-messetermine .modal-dialog {
    padding-top: 12vh;
  }
}

@media (width <= 991.98px) {
  footer .modal#Modal-hw-messetermine .modal-dialog {
    padding-bottom: 30em;
  }
}

@media (width <= 767.98px) {
  footer .modal#Modal-hw-messetermine .modal-dialog {
    padding-bottom: 16em;
  }
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right {
  padding-right: 0;
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-row-top {
  justify-content: space-between;
  display: flex;
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-row-top .hw-col-logo img {
  z-index: 1;
  width: 12em;
  position: absolute;
  top: 8.6em;
  right: 2em;
}

@media (width <= 767.98px) {
  footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-row-top .hw-col-logo img {
    top: 8.44em;
  }
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-row-top .hw-col-logo:after {
  content: "";
  background: var(--bs-body-bg);
  width: 4.4em;
  height: 2em;
  display: block;
  position: absolute;
  top: 11em;
  right: 1em;
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-messe-modal {
  margin-top: 3.33em;
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-messe-modal .row {
  max-height: 25.833em;
  margin-bottom: 3.5em;
  padding-right: 1.88em;
  overflow: hidden auto;
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-messe-modal .row::-webkit-scrollbar-thumb {
  background: #002e42;
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-messe-modal .row .hw-messe-item {
  border-top: .1667em solid var(--bs-secondary);
  margin-left: calc(var(--bs-gutter-x) * .5);
  margin-right: calc(var(--bs-gutter-x) * .5);
  padding: .555em 0 .755em;
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-messe-modal .row .hw-messe-item:last-child {
  border-bottom: .1667em solid var(--bs-secondary);
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-messe-modal .row .hw-messe-item .hw-date {
  border-right: 1px solid var(--bs-secondary);
  padding-right: .3em;
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-messe-modal .row .hw-messe-item .hw-location {
  padding-left: .3em;
  padding-right: .3em;
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-messe-modal .row .hw-messe-item .hw-number.hw-active {
  border-left: 1px solid var(--bs-secondary);
  padding-left: .3em;
}

footer .modal#Modal-hw-messetermine .modal-dialog .hw-col-right .modal-body .hw-messe-modal .row .hw-messe-item .hw-title {
  margin: 0;
  padding-top: .3em;
}

footer .modal#Modal-download .hw-btn-close {
  z-index: 1;
}

footer .modal#Modal-download .hw-col-form form .col-12 {
  position: relative;
}

footer .modal#Modal-download .hw-col-form form .col-12 p {
  margin: 0;
}

footer .modal#Modal-download .hw-col-form form .col-12 p:has(.wpcf7-submit) {
  height: 0;
  right: calc(var(--bs-gutter-x) * .5);
  height: calc(1.5em + 36px);
  position: absolute;
  top: 0;
}

footer .modal#Modal-download .hw-col-form form .col-12 p .wpcf7-submit {
  background-color: #0000;
  border: none;
  align-items: center;
  gap: .7em;
  height: 100%;
  padding-right: 1.29em;
  display: flex;
}

footer .modal#Modal-download .hw-col-img {
  position: relative;
}

footer .modal#Modal-download .hw-col-img img {
  width: 124%;
  max-width: unset;
  position: absolute;
  top: -23%;
}

@media (width <= 991.98px) {
  footer .modal#Modal-download .hw-col-img img {
    width: 100%;
    display: none;
    position: relative;
    top: 0;
  }
}

body:has(.hw-mega-menu a.show) {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: var(--bs-gray);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--bs-primary);
}

header {
  background-color: var(--bs-white);
  z-index: 99999;
  position: sticky;
  top: 0;
}

header nav.navbar {
  margin-bottom: 1.22em;
  padding: 1em 0;
  box-shadow: 0 2px 4px #00000013;
}

@media (width <= 991.98px) {
  header nav.navbar {
    align-content: start;
    overflow-x: hidden;
  }

  header nav.navbar:has(.navbar-collapse.collapse.show) {
    width: 100vw;
    height: 100vh;
  }
}

header nav.navbar .navbar-brand {
  padding: 0;
}

header nav.navbar .navbar-brand img {
  width: 14.23em;
}

@media (width <= 767.98px) {
  header nav.navbar .navbar-brand img {
    width: 7.14em;
  }
}

header nav.navbar .navbar-toggler {
  border: none;
}

header nav.navbar .navbar-toggler:focus, header nav.navbar .navbar-toggler:active {
  box-shadow: none;
  border: none;
}

@media (width <= 991.98px) {
  header nav.navbar .hw-menu-wrapper {
    width: 100%;
    align-items: start !important;
  }
}

header nav.navbar .hw-menu-wrapper .hw-preheader .hw-preheader-link:hover {
  color: var(--bs-secondary);
}

header nav.navbar .hw-menu-wrapper .hw-preheader .navbar-nav {
  gap: 1em;
}

header nav.navbar .hw-menu-wrapper .hw-preheader .navbar-nav .nav-link {
  font-size: .9em !important;
}

header nav.navbar ul {
  align-items: center;
  gap: 3.33em;
}

@media (width <= 991.98px) {
  header nav.navbar ul {
    align-items: start;
    gap: 2em;
    margin-top: 2em;
  }
}

header nav.navbar ul li.menu-item a.nav-link {
  color: var(--bs-secondary);
  font-size: calc(var(--hw-fs-base) * 1.1);
}

@media (width <= 991.98px) {
  header nav.navbar ul li.menu-item a.nav-link {
    font-size: calc(var(--hw-fs-base) * 1.43);
  }
}

header nav.navbar ul li.menu-item.btn {
  padding: 0 !important;
}

header nav.navbar ul li.menu-item.btn a {
  padding: .5em 1.5em !important;
}

header nav.navbar ul li.menu-item.btn a.nav-link {
  color: var(--bs-white);
  padding: 0;
}

header nav.navbar .hw-mega-menu-maschinen a.dropdown-item {
  font-family: var(--hw-ff-bold);
  font-size: calc(var(--hw-fs-base) * 2.7);
  color: var(--bs-secondary);
  flex-direction: column;
  line-height: 1;
  display: flex;
}

header nav.navbar .hw-mega-menu-maschinen a.dropdown-item img {
  height: auto;
  margin-top: -1em;
}

header nav.navbar .hw-mega-menu-maschinen .dropdown-menu {
  padding-bottom: 6em;
}

@media (width >= 992px) {
  header nav.navbar .container {
    position: relative;
  }

  header nav.navbar .container .hw-mega-menu {
    position: unset;
  }

  header nav.navbar .container .hw-mega-menu a.dropdown-toggle {
    padding: 0;
    position: relative;
  }

  header nav.navbar .container .hw-mega-menu a.dropdown-toggle:after {
    display: none;
  }

  header nav.navbar .container .hw-mega-menu a.dropdown-toggle.show {
    color: var(--bs-primary);
    font-family: var(--hw-ff-medium);
  }

  header nav.navbar .container .hw-mega-menu a.dropdown-toggle.show:after {
    content: "";
    background-color: var(--bs-primary);
    width: 100%;
    height: 3px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: -1em;
  }

  header nav.navbar .container .hw-mega-menu .dropdown-menu {
    width: 90vw;
    max-width: var(--hw-box-width);
    width: 100vw;
    max-width: none;
    left: 0;
    right: auto;
    left: min((100vw - var(--hw-box-width)) / -2, -5vw);
    padding-top: 5em;
    padding-left: max((100vw - var(--hw-box-width)) / 2, 5vw);
    padding-right: max((100vw - var(--hw-box-width)) / 2, 5vw);
    border: none;
    border-radius: 0;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 3.88em 5.66em;
    height: 90vh;
    padding-top: 5.16em;
    display: none;
    position: absolute;
    top: 5em;
    overflow-y: auto;
  }

  header nav.navbar .container .hw-mega-menu .dropdown-menu:after {
    content: "";
    aspect-ratio: 1715 / 561;
    width: 54%;
    height: auto;
    margin-top: 8em;
    margin-right: max((100vw - var(--hw-box-width)) / 2, 5vw);
    z-index: -1;
    max-width: var(--hw-box-width);
    background-image: url("data:image/svg+xml,<svg width=\"1715\" height=\"562\" viewBox=\"0 0 1715 562\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1510.95 3.05176e-05H1417.53V9.29611H1510.95V3.05176e-05Z\" fill=\"%23CE0D39\"/><path d=\"M1441.7 29.2827H1210.23V38.5788H1441.7V29.2827Z\" fill=\"%23CE0D39\"/><path d=\"M1598.34 28.818H1489.11V38.1141H1598.34V28.818Z\" fill=\"%23CE0D39\"/><path d=\"M1631.34 58.5652H1154.45V67.8613H1631.34V58.5652Z\" fill=\"%23CE0D39\"/><path d=\"M1661.55 85.9888H1038.25V95.2849H1661.55V85.9888Z\" fill=\"%23CE0D39\"/><path d=\"M1559.76 113.412H1194.42V122.709H1559.76V113.412Z\" fill=\"%23CE0D39\"/><path d=\"M1641.1 114.342H1603.45V123.638H1641.1V114.342Z\" fill=\"%23CE0D39\"/><path d=\"M1677.82 142.23H1321.32V151.526H1677.82V142.23Z\" fill=\"%23CE0D39\"/><path d=\"M1261.36 142.23H1137.26V151.526H1261.36V142.23Z\" fill=\"%23CE0D39\"/><path d=\"M1436 227H0.871359L0 236H1436V227Z\" fill=\"%23CE0D39\"/><path d=\"M1404 170H675V179H1404V170Z\" fill=\"%23CE0D39\"/><path d=\"M1696.88 170.118H1446.82V179.414H1696.88V170.118Z\" fill=\"%23CE0D39\"/><path d=\"M1672.24 198.936H1483.06V208.232H1672.24V198.936Z\" fill=\"%23CE0D39\"/><path d=\"M1409.16 198.936H1226.5V208.232H1409.16V198.936Z\" fill=\"%23CE0D39\"/><path d=\"M1652.72 226.36H1592.76V235.656H1652.72V226.36Z\" fill=\"%23CE0D39\"/><path d=\"M1523.04 255.642H1209.3V264.938H1523.04V255.642Z\" fill=\"%23CE0D39\"/><path d=\"M1384.99 283.066H1230.68V292.362H1384.99V283.066Z\" fill=\"%23CE0D39\"/><path d=\"M1640.64 283.066H1425.43V292.362H1640.64V283.066Z\" fill=\"%23CE0D39\"/><path d=\"M1370.58 311.419H1226.96V320.715H1370.58V311.419Z\" fill=\"%23CE0D39\"/><path d=\"M1555.11 311.419H1403.58V320.715H1555.11V311.419Z\" fill=\"%23CE0D39\"/><path d=\"M1686.65 311.419H1583.47V320.715H1686.65V311.419Z\" fill=\"%23CE0D39\"/><path d=\"M1346.42 339.307H1244.16V348.603H1346.42V339.307Z\" fill=\"%23CE0D39\"/><path d=\"M1698.27 396.478H1664.81V405.774H1698.27V396.478Z\" fill=\"%23CE0D39\"/><path d=\"M1710.36 339.307H1620.65V348.603H1710.36V339.307Z\" fill=\"%23CE0D39\"/><path d=\"M1715 366.731H1641.1V376.027H1715V366.731Z\" fill=\"%23CE0D39\"/><path d=\"M1345.95 367.195H1260.43V376.491H1345.95V367.195Z\" fill=\"%23CE0D39\"/><path d=\"M1375.69 396.013H1294.82V405.309H1375.69V396.013Z\" fill=\"%23CE0D39\"/><path d=\"M1394.29 423.436H1316.2V432.732H1394.29V423.436Z\" fill=\"%23CE0D39\"/><path d=\"M1427.76 551.722H1388.25V561.018H1427.76V551.722Z\" fill=\"%23CE0D39\"/><path d=\"M1399.86 451.325H1332V460.621H1399.86V451.325Z\" fill=\"%23CE0D39\"/><path d=\"M1428.69 476.889H1346.42V486.185H1428.69V476.889Z\" fill=\"%23CE0D39\"/><path d=\"M1447.27 501.059H1349.2V510.355H1447.27V501.059Z\" fill=\"%23CE0D39\"/><path d=\"M1442.62 526.158H1373.37V535.454H1442.62V526.158Z\" fill=\"%23CE0D39\"/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  header nav.navbar .container .hw-mega-menu .dropdown-menu.show {
    display: flex;
  }

  header nav.navbar .container .hw-mega-menu .dropdown-menu .menu-item {
    background: var(--bs-white);
    width: calc(25% - 4.3em);
  }

  header nav.navbar .container .hw-mega-menu .dropdown-menu .menu-item a {
    color: var(--bs-secondary);
    width: fit-content;
    font-size: calc(var(--hw-fs-base) * 2.65);
    padding: .5em;
    line-height: 1.2;
    box-shadow: 0 0 20px #1e1e1e1a;
  }

  header nav.navbar .container .hw-mega-menu .dropdown-menu .menu-item a.active, header nav.navbar .container .hw-mega-menu .dropdown-menu .menu-item body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper a.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper header nav.navbar .container .hw-mega-menu .dropdown-menu .menu-item a.hw-accordion-item:hover {
    color: var(--bs-secondary);
    background-color: #0000;
  }

  header nav.navbar .container .hw-mega-menu .dropdown-menu .menu-item a:hover {
    background-color: #0000;
  }

  header nav.navbar .container .hw-mega-menu .dropdown-menu .menu-item a:focus {
    color: var(--bs-secondary);
    background-color: #0000;
  }

  header nav.navbar .container .hw-mega-menu.hw-mega-menu-loesungen .dropdown-menu .menu-item a {
    color: var(--bs-secondary);
    box-shadow: none;
    font-size: 1.66em;
  }
}

@media (width <= 991.98px) {
  header nav.navbar .container {
    position: relative;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu {
    position: unset;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu a.nav-link {
    font-size: calc(var(--hw-fs-base) * 1.43);
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu a.nav-link.dropdown-toggle:after {
    display: none;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu a.nav-link.dropdown-toggle.show {
    z-index: 2;
    font-size: 1.43em;
    font-family: var(--hw-ff-bold);
    background-color: var(--bs-white);
    align-items: center;
    gap: 1em;
    width: 100vw;
    display: flex;
    position: absolute;
    top: 4em;
    left: 0;
  }
}

@media (width <= 991.98px) and (width <= 991.98px) {
  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu a.nav-link.dropdown-toggle.show {
    top: 4.1em;
  }
}

@media (width <= 991.98px) and (width <= 767.98px) {
  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu a.nav-link.dropdown-toggle.show {
    top: 2.1em;
  }
}

@media (width <= 991.98px) {
  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu a.nav-link.dropdown-toggle.show:before {
    content: "";
    color: var(--bs-white);
    aspect-ratio: 1;
    background-color: var(--bs-primary);
    border-radius: 3px;
    justify-content: center;
    width: 1.5em;
    height: auto;
    font-family: bootstrap-icons;
    font-size: 1.5em;
    display: flex;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu .dropdown-menu {
    z-index: 1;
    border: none;
    border-radius: 0;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 2.7em 0;
    width: 90vw;
    height: 84vh;
    padding-top: 5em;
    transition: all .5s;
    display: flex;
    position: absolute;
    top: 8.64em;
    left: 100vw;
    right: auto;
    overflow-y: scroll;
  }
}

@media (width <= 991.98px) and (width <= 767.98px) {
  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu .dropdown-menu {
    top: 4.64em;
  }
}

@media (width <= 991.98px) {
  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu .dropdown-menu.show {
    left: 0;
    right: 0;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu .dropdown-menu .menu-item {
    width: 50%;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu .dropdown-menu .menu-item a {
    width: fit-content;
    font-size: calc(var(--hw-fs-base) * 1.43);
    padding: 0;
    line-height: 1.2;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu .dropdown-menu .menu-item a.active, header nav.navbar .container .navbar-nav .hw-slide-mobile-menu .dropdown-menu .menu-item body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper a.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper header nav.navbar .container .navbar-nav .hw-slide-mobile-menu .dropdown-menu .menu-item a.hw-accordion-item:hover {
    color: var(--bs-secondary);
    background-color: #0000;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu .dropdown-menu .menu-item a:hover {
    background-color: #0000;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu .dropdown-menu .menu-item a:focus {
    color: var(--bs-secondary);
    background-color: #0000;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu.hw-mega-menu-maschinen .dropdown-menu {
    justify-content: space-between;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu.hw-mega-menu-maschinen .dropdown-menu .menu-item {
    width: 47%;
    padding: var(--hw-fs-base);
    box-shadow: 0 0 20px #1e1e1e1a;
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu.hw-mega-menu-maschinen .dropdown-menu .menu-item a {
    font-size: calc(var(--hw-fs-base) * 4);
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu.hw-mega-menu-maschinen .dropdown-menu .menu-item a img {
    width: 100%;
    margin-top: -2.4em;
  }
}

@media (width <= 991.98px) and (width <= 767.98px) {
  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu.hw-mega-menu-maschinen .dropdown-menu .menu-item a {
    font-size: calc(var(--hw-fs-base) * 1.8);
  }

  header nav.navbar .container .navbar-nav .hw-slide-mobile-menu.hw-mega-menu-maschinen .dropdown-menu .menu-item a img {
    margin-top: -1.2em;
  }
}

header .wpml-ls-item {
  padding-right: 0;
}

header .wpml-ls-item .wpml-ls-flag {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 1.25em;
}

header .wpml-ls-item .dropdown-menu {
  border: unset;
  width: fit-content;
  left: -.45em;
}

header .wpml-ls-item .dropdown-menu .menu-item {
  width: fit-content;
}

header .wpml-ls-item .dropdown-menu .menu-item .dropdown-item {
  padding-top: .5em;
  padding-bottom: 1em;
}

header .wpml-ls-item .dropdown-menu .menu-item .dropdown-item:hover, header .wpml-ls-item .dropdown-menu .menu-item .dropdown-item:focus, header .wpml-ls-item .dropdown-menu .menu-item .dropdown-item:active {
  background-color: #0000;
}

header .hw-floating-element {
  z-index: 999;
  background-color: #0000;
  border-radius: 3px 0 0 3px;
  flex-direction: column;
  gap: .611em;
  width: 0;
  display: flex;
  position: fixed;
  top: 33vh;
  right: 0;
}

@media (width <= 991.98px) {
  header .hw-floating-element {
    top: 20vh;
  }
}

header .hw-floating-element .hw-language-switcher-wrapper {
  width: fit-content;
  box-shadow: var(--bs-box-shadow-lg);
  flex-direction: row;
  align-items: center;
  transition: transform .3s;
  display: flex;
  position: relative;
  left: -3em;
}

header .hw-floating-element .hw-language-switcher-wrapper:hover {
  transform: translateX(calc(3em - 100%));
}

header .hw-floating-element .hw-language-switcher-wrapper .hw-language-switcher-icon {
  background-color: var(--bs-primary);
  border-radius: 3px 0 0 3px;
  padding: .75em;
}

header .hw-floating-element .hw-language-switcher-wrapper .hw-language-switcher-icon svg {
  width: 1.5em;
  height: 1.5em;
}

header .hw-floating-element .hw-language-switcher-wrapper .hw-language-switcher-icon svg path {
  fill: var(--bs-white);
}

header .hw-floating-element .hw-language-switcher-wrapper .hw-language-switcher-content {
  background-color: var(--bs-white);
  align-self: stretch;
  align-items: center;
  gap: .75em;
  padding: 0 1em;
  display: flex;
}

header .hw-floating-element .hw-language-switcher-wrapper .hw-language-switcher-content a {
  color: var(--bs-black);
  text-decoration: none;
}

header .hw-floating-element .hw-language-switcher-wrapper .hw-language-switcher-content a.hw-language-switcher-link {
  padding: 0;
}

header .hw-floating-element .hw-language-switcher-wrapper .hw-language-switcher-content a.hw-language-switcher-link span {
  color: var(--bs-secondary);
}

#back-to-top {
  background-color: var(--bs-primary);
  z-index: 999;
  border-radius: 3px 0 0 3px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  display: flex;
  right: 0;
}

#back-to-top svg {
  margin: 8px;
}

#back-to-top svg path {
  color: var(--bs-white) !important;
}

@media (width <= 991.98px) {
  body .hw-01-01 .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  body .hw-01-01 .container .hw-col-content {
    width: 90%;
    margin-top: 61%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (width <= 767.98px) {
  body .hw-01-01 .container .hw-col-content {
    margin-top: 50%;
  }
}

body .hw-01-01 .hw-row-bg {
  border-radius: 3px;
  margin: 0 -2.44em;
  padding: 5.17em 2.22em 6.11em;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-01-01 .hw-row-bg {
    aspect-ratio: 480 / 329;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-position: top !important;
    background-size: 237% !important;
  }
}

body .hw-01-01 .hw-row-bg:before {
  content: "";
  background: linear-gradient(270deg, #fff0 0%, #fffc 100%);
  width: 60%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  body .hw-01-01 .hw-row-bg:before {
    background: linear-gradient(#fff0 0%, #fff 100%);
    width: 100%;
    height: 30%;
    top: auto;
    bottom: 9em;
  }
}

body .hw-01-01 .hw-row-bg > * {
  z-index: 1;
}

body .hw-01-01 .hw-row-bg h1:after, body .hw-01-01 .hw-row-bg .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-01-01 .hw-conteiner-messe {
  margin-top: -6em;
}

@media (width <= 991.98px) {
  body .hw-01-01 .hw-conteiner-messe {
    width: 90%;
    margin-top: 2em;
  }
}

body .hw-01-01 .hw-conteiner-messe > .row .hw-fw-box-p-right {
  z-index: 1;
}

@media (width <= 991.98px) {
  body .hw-01-01 .hw-conteiner-messe > .row .hw-fw-box-p-right {
    width: 100%;
    padding: 0 !important;
  }
}

body .hw-01-01 .hw-conteiner-messe p:empty {
  display: none;
}

body .hw-01-01 .hw-conteiner-messe .hw-messe-wrapper {
  align-items: center;
  padding-top: 2.44em;
  padding-bottom: 2.11em;
  padding-left: 2.8em;
}

@media (width <= 991.98px) {
  body .hw-01-01 .hw-conteiner-messe .hw-messe-wrapper {
    align-items: normal;
  }
}

@media (width <= 767.98px) {
  body .hw-01-01 .hw-conteiner-messe .hw-messe-wrapper {
    padding-right: 2.8em;
  }
}

@media (width <= 991.98px) {
  body .hw-01-01 .hw-conteiner-messe .hw-messe-wrapper .hw-col-shortcode {
    padding-right: 2.8em;
    padding-left: 0 !important;
  }
}

body .hw-01-01 .hw-conteiner-messe .hw-messe-wrapper .hw-messe .row {
  margin: 0;
}

body .hw-01-01 .hw-conteiner-messe .hw-messe-wrapper .hw-messe .row .hw-messe-item {
  position: relative;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
}

body .hw-01-01 .hw-conteiner-messe .hw-messe-wrapper .hw-messe .row .hw-messe-item:before {
  content: "";
  background-color: var(--bs-primary);
  width: 1px;
  height: 80%;
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
}

@media (width <= 991.98px) {
  body .hw-01-01 .hw-conteiner-messe .hw-messe-wrapper button {
    margin-bottom: 2em;
  }
}

body .hw-01-02 {
  margin-top: calc(var(--hw-n-section-gap) + 1.6em);
}

body .hw-01-02 .hw-row-intro {
  padding-top: 2.22em;
}

body .hw-01-02 .hw-row-intro > :first-child {
  padding-bottom: 3.11em;
}

body .hw-01-02 .hw-row-intro .hw-has-bg {
  background-position: 100% 0 !important;
  background-repeat: no-repeat !important;
  background-size: 65% !important;
}

body .hw-01-02 .hw-solutionOverview > .row .card {
  border: none;
  border-radius: 3px;
  height: 100%;
  padding: 1.9em 2.22em;
  text-decoration: none;
}

body .hw-01-02 .hw-solutionOverview > .row .card .card-body {
  flex-direction: column;
  gap: .6em;
  padding: 0;
  display: flex;
}

body .hw-01-02 .hw-solutionOverview > .row .card .card-body > * {
  margin: 0;
  padding: 0;
}

body .hw-01-02 .hw-solutionOverview > .row .card .card-body h3, body .hw-01-02 .hw-solutionOverview > .row .card .card-body .h3 {
  color: var(--bs-primary) !important;
}

body .hw-01-02 .hw-solutionOverview > .row .card .card-body h3:after, body .hw-01-02 .hw-solutionOverview > .row .card .card-body .h3:after {
  content: "";
  height: 1px;
  width: calc(var(--hw-fs-base) * 2.34);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * .6);
  display: block;
  position: relative;
}

body .hw-01-03 .hw-col-usp .card {
  border: none;
  border-radius: 3px;
  flex-direction: column;
  gap: 1.1em;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

body .hw-01-03 .hw-col-usp .card .h3 {
  margin: 0;
}

@media (width <= 991.98px) {
  body .hw-01-04 .row {
    margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
  }
}

body .hw-01-04 .row .hw-col-content {
  flex-direction: column;
  justify-content: center;
  gap: 1.11em;
  display: flex;
}

@media (width <= 991.98px) {
  body .hw-01-04 .row .hw-col-content {
    padding-right: calc(var(--bs-gutter-x) * .5);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
}

body .hw-01-04 .row .hw-col-content > * {
  margin: 0;
  padding: 0;
}

body .hw-01-04 .row .hw-col-content .hw-usp .hw-img-wrapper {
  background-color: var(--bs-primary);
  border-radius: 3px;
  width: 3.375em;
  height: 3.375em;
  padding: .5em;
  display: inline-block;
}

body .hw-01-04 .row .hw-col-content .hw-usp .hw-img-wrapper img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

body .hw-01-04 .row .hw-col-content .hw-usp .hw-text {
  font-size: var(--hw-fs-h5);
  margin-left: 1em;
}

body .hw-01-04 .row .hw-col-img {
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-01-04 .row .hw-col-img {
    padding: 0;
    padding-top: 2em !important;
  }
}

body .hw-01-04 .row .hw-col-img:before {
  content: "";
  background-color: var(--bs-primary);
  width: calc(84% - max(10vw + var(--bs-gutter-x) / 2, (100vw - var(--hw-box-width)) / 2 + var(--bs-gutter-x) / 2));
  height: 100%;
  top: 0;
  right: max(10vw + var(--bs-gutter-x) / 2, (100vw - var(--hw-box-width)) / 2 + var(--bs-gutter-x) / 2);
  display: block;
  position: absolute;
}

@media (width <= 991.98px) {
  body .hw-01-04 .row .hw-col-img:before {
    display: none;
  }
}

body .hw-01-04 .row .hw-col-img img {
  aspect-ratio: 1004 / 574;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
}

body .hw-01-04 .row .hw-col-img video {
  aspect-ratio: 1004 / 574;
  object-fit: cover;
  z-index: 1;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 0 20px #1e1e1e1a;
}

body .hw-01-05 .hw-maschinenSlider {
  padding: 3.11em 0 5.2em;
  box-shadow: 0 0 20px #1e1e1e1a;
}

body .hw-01-05 .hw-maschinenSlider .nav {
  border-bottom: 1px solid var(--bs-primary);
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 4.5em;
  margin-bottom: 0;
  padding-bottom: 1.47em;
  overflow: auto;
  margin: 0 2.3em 4.44em !important;
}

@media (width <= 991.98px) {
  body .hw-01-05 .hw-maschinenSlider .nav {
    margin-bottom: 2.3em !important;
  }
}

body .hw-01-05 .hw-maschinenSlider .nav li.nav-item button.nav-link {
  color: var(--bs-secondary);
  font-size: calc(var(--hw-fs-base) * 1.2);
  border-radius: 0;
  width: max-content;
  padding: 0;
}

body .hw-01-05 .hw-maschinenSlider .nav li.nav-item button.nav-link.active, body .hw-01-05 .hw-maschinenSlider .nav li.nav-item .hw-04-05 .hw-col-accordion .hw-accordion-wrapper button.nav-link.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-01-05 .hw-maschinenSlider .nav li.nav-item button.nav-link.hw-accordion-item:hover {
  color: var(--bs-primary);
  background-color: #0000;
}

@media (width <= 991.98px) {
  body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper {
    margin-right: 4em;
  }
}

@media (width <= 767.98px) {
  body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper {
    margin-right: 2.5em;
  }
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper {
  background-color: var(--bs-secondary);
  position: relative;
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper img {
  aspect-ratio: 845 / 628;
  object-fit: contain;
  width: 100%;
  height: auto;
  padding-right: calc(var(--hw-fs-base) * 8.33);
}

@media (width <= 991.98px) {
  body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper img {
    padding-right: calc(var(--hw-fs-base) * 5.33);
    padding-left: 2em;
  }
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-title {
  bottom: calc(var(--hw-fs-base) * 1.1);
  right: calc(var(--hw-fs-base) * 1.1);
  color: var(--bs-white);
  transform-origin: 100% 100%;
  font-size: calc(var(--hw-fs-base) * 8.33);
  font-family: var(--hw-ff-bold);
  line-height: 1;
  position: absolute;
  transform: rotate(-90deg) translateX(100%);
}

@media (width <= 991.98px) {
  body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-title {
    font-size: calc(var(--hw-fs-base) * 5.33);
  }
}

@media (width <= 767.98px) {
  body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-title {
    font-size: calc(var(--hw-fs-base) * 3.33);
  }
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-title.hw-small {
  font-size: calc(var(--hw-fs-base) * 6.66);
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-swiper-controls {
  gap: calc(var(--hw-fs-base) * 1.1);
  justify-content: space-between;
  width: calc(100% + 4em);
  margin: 0;
  padding-left: 1em;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (width <= 767.98px) {
  body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-swiper-controls {
    width: calc(100% + 2.5em);
  }
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-swiper-controls .swiper-button-prev, body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-swiper-controls .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-swiper-controls .swiper-button-prev:after, body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-swiper-controls .swiper-button-next:after {
  font-size: var(--hw-fs-h2);
  color: var(--bs-secondary);
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-img .hw-img-wrapper .hw-swiper-controls .swiper-button-prev:after {
  color: var(--bs-white);
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text {
  padding-left: 5.7em;
}

@media (width <= 991.98px) {
  body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text {
    padding-right: calc(var(--bs-gutter-x) * .5 + 2em);
    padding-left: calc(var(--bs-gutter-x) * .5 + 2em);
  }
}

@media (width <= 767.98px) {
  body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text {
    padding-right: calc(var(--bs-gutter-x) * .5 + 1em);
    padding-left: calc(var(--bs-gutter-x) * .5 + 1em);
  }
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-swiper-controls {
  gap: calc(var(--hw-fs-base) * 1.1);
  margin-bottom: calc(var(--hw-fs-base) * 1.1);
  display: flex !important;
}

@media (width <= 991.98px) {
  body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-swiper-controls {
    display: none !important;
  }
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-swiper-controls .swiper-button-prev, body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-swiper-controls .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-swiper-controls .swiper-button-prev:after, body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-swiper-controls .swiper-button-next:after {
  font-size: var(--hw-fs-h3);
  color: var(--bs-secondary);
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-title {
  margin-bottom: calc(var(--hw-fs-base) * 1.1);
  line-height: 1;
  color: var(--bs-secondary) !important;
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-title:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-highlights p {
  margin-bottom: 1.1em;
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-highlights ul {
  flex-direction: column;
  gap: 1.1em;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-highlights ul li {
  align-items: center;
  gap: calc(var(--hw-fs-base) * 1.1);
  display: flex;
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .hw-highlights ul li:before {
  content: "";
  font-family: bootstrap-icons;
  font-size: 2em;
  line-height: 1;
}

body .hw-01-05 .hw-maschinenSlider .tab-content .tab-pane .swiper .swiper-wrapper .swiper-slide .hw-col-text .btn {
  margin-top: calc(var(--hw-fs-base) * 1.1);
}

body .hw-01-06 .hw-01-04-row {
  position: relative;
}

body .hw-01-06 .hw-01-04-row .hw-col-text {
  backdrop-filter: blur(50px);
  background-color: #ffffff80;
  padding-right: 4.625em;
}

@media (width >= 992px) {
  body .hw-01-06 .hw-01-04-row .hw-col-text {
    filter: drop-shadow(0 4px 100px #3333331a);
    z-index: 11;
    padding-top: 7.125em;
    padding-bottom: 2.625em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (width <= 991.98px) {
  body .hw-01-06 .hw-01-04-row .hw-col-text {
    width: 90%;
    margin-top: -10% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 2em 2em !important;
  }
}

@media (width <= 767.98px) {
  body .hw-01-06 .hw-01-04-row .hw-col-text {
    margin-top: -50% !important;
  }
}

@media (width <= 991.98px) {
  body .hw-01-06 .hw-01-04-row .hw-col-text .hw-content {
    margin-top: -2.5em !important;
  }
}

body .hw-01-06 .hw-01-04-row .hw-col-text .hw-content .hw-icon {
  margin-top: 0;
  position: relative;
}

@media (width >= 992px) {
  body .hw-01-06 .hw-01-04-row .hw-col-text .hw-content .hw-icon {
    margin-top: -11.875em;
    position: absolute;
  }
}

@media (width <= 991.98px) {
  body .hw-01-06 .hw-01-04-row .hw-col-text .hw-content .hw-icon {
    margin-bottom: 1.5em;
  }
}

body .hw-01-06 .hw-01-04-row .hw-col-text .hw-content .hw-icon img {
  background-color: var(--bs-primary);
  aspect-ratio: 1;
  object-fit: contain;
  width: 5em;
  height: auto;
  padding: 1em;
}

@media (width >= 768px) {
  body .hw-01-06 .hw-01-04-row .hw-col-text .hw-content .hw-icon img {
    width: 6em;
  }
}

@media (width >= 992px) {
  body .hw-01-06 .hw-01-04-row .hw-col-text .hw-content .hw-icon img {
    width: 9.0625em;
  }
}

body .hw-01-06 .hw-01-04-row .hw-col-text .hw-content .hw-title {
  margin-bottom: calc(var(--hw-fs-base) * 1.1);
  line-height: 1;
  color: var(--bs-secondary) !important;
}

body .hw-01-06 .hw-01-04-row .hw-col-text .hw-content .hw-title:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-01-06 .hw-01-04-row .hw-col-img {
  padding: 0;
}

body .hw-01-06 .hw-01-04-row .hw-col-img img {
  aspect-ratio: 1488 / 813;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (width <= 767.98px) {
  body .hw-01-06 .hw-01-04-row .hw-col-img img {
    aspect-ratio: 430 / 562;
  }
}

body .hw-01-06 .hw-01-04-row p {
  margin: 0 0 1.11em;
}

body .hw-01-07 .hw-01-04-row {
  position: relative;
}

body .hw-01-07 .hw-01-04-row .hw-col-text {
  backdrop-filter: blur(50px);
  background-color: #ffffff80;
  padding-left: 4.625em !important;
}

@media (width >= 992px) {
  body .hw-01-07 .hw-01-04-row .hw-col-text {
    filter: drop-shadow(0 4px 100px #3333331a);
    z-index: 11;
    padding-top: 7.125em;
    padding-bottom: 2.625em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 4.625em !important;
  }
}

@media (width <= 991.98px) {
  body .hw-01-07 .hw-01-04-row .hw-col-text {
    width: 90%;
    margin-top: -10% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 2em 2em !important;
  }
}

@media (width <= 767.98px) {
  body .hw-01-07 .hw-01-04-row .hw-col-text {
    margin-top: -50% !important;
  }
}

@media (width <= 991.98px) {
  body .hw-01-07 .hw-01-04-row .hw-col-text .hw-content {
    margin-top: -2.5em !important;
  }
}

body .hw-01-07 .hw-01-04-row .hw-col-text .hw-content .hw-icon {
  margin-top: 0;
  position: relative;
}

@media (width >= 992px) {
  body .hw-01-07 .hw-01-04-row .hw-col-text .hw-content .hw-icon {
    margin-top: -11.875em;
    position: absolute;
  }
}

@media (width <= 991.98px) {
  body .hw-01-07 .hw-01-04-row .hw-col-text .hw-content .hw-icon {
    margin-bottom: 1.5em;
  }
}

body .hw-01-07 .hw-01-04-row .hw-col-text .hw-content .hw-icon img {
  background-color: var(--bs-primary);
  aspect-ratio: 1;
  object-fit: contain;
  width: 5em;
  height: auto;
  padding: 1em;
}

@media (width >= 768px) {
  body .hw-01-07 .hw-01-04-row .hw-col-text .hw-content .hw-icon img {
    width: 6em;
  }
}

@media (width >= 992px) {
  body .hw-01-07 .hw-01-04-row .hw-col-text .hw-content .hw-icon img {
    width: 9.0625em;
  }
}

body .hw-01-07 .hw-01-04-row .hw-col-text .hw-content .hw-title {
  margin-bottom: calc(var(--hw-fs-base) * 1.1);
  line-height: 1;
  color: var(--bs-secondary) !important;
}

body .hw-01-07 .hw-01-04-row .hw-col-text .hw-content .hw-title:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-01-07 .hw-01-04-row .hw-col-img {
  padding: 0;
}

body .hw-01-07 .hw-01-04-row .hw-col-img img {
  aspect-ratio: 1488 / 813;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (width <= 767.98px) {
  body .hw-01-07 .hw-01-04-row .hw-col-img img {
    aspect-ratio: 430 / 562;
  }
}

body .hw-01-07 .hw-01-04-row p {
  margin: 0 0 1.11em;
}

body .hw-01-08 .row {
  aspect-ratio: 507 / 250;
  background-position: top !important;
  background-size: 91% !important;
}

body .hw-01-08 .row .hw-col-text {
  padding-top: 6em;
}

@media (width <= 991.98px) {
  body .hw-01-08 .row .hw-col-text {
    padding-top: 36em;
    background-size: 100% !important;
  }
}

@media (width <= 767.98px) {
  body .hw-01-08 .row .hw-col-text {
    padding-top: 15em;
  }
}

@media (width <= 991.98px) {
  body .hw-01-09 .container-fluid, body .hw-01-09 .container-sm, body .hw-01-09 .container-md, body .hw-01-09 .container-lg, body .hw-01-09 .container-xl, body .hw-01-09 .container-xxl {
    width: 90%;
  }

  body .hw-01-09 .container-fluid .row, body .hw-01-09 .container-sm .row, body .hw-01-09 .container-md .row, body .hw-01-09 .container-lg .row, body .hw-01-09 .container-xl .row, body .hw-01-09 .container-xxl .row {
    margin: 0 !important;
  }
}

body .hw-01-09 .container-fluid .row .hw-title h2, body .hw-01-09 .container-sm .row .hw-title h2, body .hw-01-09 .container-md .row .hw-title h2, body .hw-01-09 .container-lg .row .hw-title h2, body .hw-01-09 .container-xl .row .hw-title h2, body .hw-01-09 .container-xxl .row .hw-title h2, body .hw-01-09 .container-fluid .row .hw-title .h2, body .hw-01-09 .container-fluid .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-fluid .row .hw-title .hw-year, body .hw-01-09 .container-sm .row .hw-title .h2, body .hw-01-09 .container-sm .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-sm .row .hw-title .hw-year, body .hw-01-09 .container-md .row .hw-title .h2, body .hw-01-09 .container-md .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-md .row .hw-title .hw-year, body .hw-01-09 .container-lg .row .hw-title .h2, body .hw-01-09 .container-lg .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-lg .row .hw-title .hw-year, body .hw-01-09 .container-xl .row .hw-title .h2, body .hw-01-09 .container-xl .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-xl .row .hw-title .hw-year, body .hw-01-09 .container-xxl .row .hw-title .h2, body .hw-01-09 .container-xxl .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-xxl .row .hw-title .hw-year {
  margin-bottom: calc(var(--hw-fs-base) * 1.1);
  line-height: 1;
  color: var(--bs-secondary) !important;
}

body .hw-01-09 .container-fluid .row .hw-title h2:after, body .hw-01-09 .container-sm .row .hw-title h2:after, body .hw-01-09 .container-md .row .hw-title h2:after, body .hw-01-09 .container-lg .row .hw-title h2:after, body .hw-01-09 .container-xl .row .hw-title h2:after, body .hw-01-09 .container-xxl .row .hw-title h2:after, body .hw-01-09 .container-fluid .row .hw-title .h2:after, body .hw-01-09 .container-fluid .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-fluid .row .hw-title .hw-year:after, body .hw-01-09 .container-sm .row .hw-title .h2:after, body .hw-01-09 .container-sm .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-sm .row .hw-title .hw-year:after, body .hw-01-09 .container-md .row .hw-title .h2:after, body .hw-01-09 .container-md .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-md .row .hw-title .hw-year:after, body .hw-01-09 .container-lg .row .hw-title .h2:after, body .hw-01-09 .container-lg .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-lg .row .hw-title .hw-year:after, body .hw-01-09 .container-xl .row .hw-title .h2:after, body .hw-01-09 .container-xl .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-xl .row .hw-title .hw-year:after, body .hw-01-09 .container-xxl .row .hw-title .h2:after, body .hw-01-09 .container-xxl .row .hw-title .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-09 .container-xxl .row .hw-title .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-01-09 .container-fluid .row .hw-col-slider, body .hw-01-09 .container-sm .row .hw-col-slider, body .hw-01-09 .container-md .row .hw-col-slider, body .hw-01-09 .container-lg .row .hw-col-slider, body .hw-01-09 .container-xl .row .hw-col-slider, body .hw-01-09 .container-xxl .row .hw-col-slider {
    padding: 0 !important;
    padding-right: var(--bs-gutter-x) !important;
  }
}

body .hw-01-09 .container-fluid .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-title, body .hw-01-09 .container-sm .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-title, body .hw-01-09 .container-md .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-title, body .hw-01-09 .container-lg .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-title, body .hw-01-09 .container-xl .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-title, body .hw-01-09 .container-xxl .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-title {
  color: var(--bs-white);
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 1em .5em;
  position: absolute;
  bottom: 0;
  left: 0;
}

body .hw-01-09 .container-fluid .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper img, body .hw-01-09 .container-sm .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper img, body .hw-01-09 .container-md .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper img, body .hw-01-09 .container-lg .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper img, body .hw-01-09 .container-xl .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper img, body .hw-01-09 .container-xxl .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

body .hw-01-09 .container-fluid .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-img-overlay, body .hw-01-09 .container-sm .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-img-overlay, body .hw-01-09 .container-md .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-img-overlay, body .hw-01-09 .container-lg .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-img-overlay, body .hw-01-09 .container-xl .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-img-overlay, body .hw-01-09 .container-xxl .row .hw-col-slider .swiper .swiper-wrapper .swiper-slide .hw-img-wrapper .hw-img-overlay {
  background: linear-gradient(0deg, var(--bs-secondary) 0%, #002e4200 100%);
  z-index: 1;
  width: 100%;
  height: 62%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

body .hw-01-09 .container-fluid .row .hw-col-slider .hw-swiper-controls, body .hw-01-09 .container-sm .row .hw-col-slider .hw-swiper-controls, body .hw-01-09 .container-md .row .hw-col-slider .hw-swiper-controls, body .hw-01-09 .container-lg .row .hw-col-slider .hw-swiper-controls, body .hw-01-09 .container-xl .row .hw-col-slider .hw-swiper-controls, body .hw-01-09 .container-xxl .row .hw-col-slider .hw-swiper-controls {
  justify-content: end;
  gap: calc(var(--hw-fs-base) * 2.7);
  margin-top: calc(var(--hw-fs-base) * 1.27);
  padding-right: max(10vw + var(--bs-gutter-x) / 2, (100vw - var(--hw-box-width)) / 2 + var(--bs-gutter-x) / 2);
  display: flex;
}

@media (width <= 991.98px) {
  body .hw-01-09 .container-fluid .row .hw-col-slider .hw-swiper-controls, body .hw-01-09 .container-sm .row .hw-col-slider .hw-swiper-controls, body .hw-01-09 .container-md .row .hw-col-slider .hw-swiper-controls, body .hw-01-09 .container-lg .row .hw-col-slider .hw-swiper-controls, body .hw-01-09 .container-xl .row .hw-col-slider .hw-swiper-controls, body .hw-01-09 .container-xxl .row .hw-col-slider .hw-swiper-controls {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }
}

body .hw-01-09 .container-fluid .row .hw-col-slider .hw-swiper-controls .swiper-button-prev, body .hw-01-09 .container-sm .row .hw-col-slider .hw-swiper-controls .swiper-button-prev, body .hw-01-09 .container-md .row .hw-col-slider .hw-swiper-controls .swiper-button-prev, body .hw-01-09 .container-lg .row .hw-col-slider .hw-swiper-controls .swiper-button-prev, body .hw-01-09 .container-xl .row .hw-col-slider .hw-swiper-controls .swiper-button-prev, body .hw-01-09 .container-xxl .row .hw-col-slider .hw-swiper-controls .swiper-button-prev, body .hw-01-09 .container-fluid .row .hw-col-slider .hw-swiper-controls .swiper-button-next, body .hw-01-09 .container-sm .row .hw-col-slider .hw-swiper-controls .swiper-button-next, body .hw-01-09 .container-md .row .hw-col-slider .hw-swiper-controls .swiper-button-next, body .hw-01-09 .container-lg .row .hw-col-slider .hw-swiper-controls .swiper-button-next, body .hw-01-09 .container-xl .row .hw-col-slider .hw-swiper-controls .swiper-button-next, body .hw-01-09 .container-xxl .row .hw-col-slider .hw-swiper-controls .swiper-button-next {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

body .hw-01-09 .container-fluid .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-sm .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-md .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-lg .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-xl .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-xxl .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-fluid .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after, body .hw-01-09 .container-sm .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after, body .hw-01-09 .container-md .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after, body .hw-01-09 .container-lg .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after, body .hw-01-09 .container-xl .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after, body .hw-01-09 .container-xxl .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after {
  font-size: calc(var(--hw-fs-base) * 2.7);
  color: var(--bs-secondary);
  font-family: bootstrap-icons;
}

body .hw-01-09 .container-fluid .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-sm .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-md .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-lg .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-xl .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after, body .hw-01-09 .container-xxl .row .hw-col-slider .hw-swiper-controls .swiper-button-prev:after {
  content: "";
}

body .hw-01-09 .container-fluid .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after, body .hw-01-09 .container-sm .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after, body .hw-01-09 .container-md .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after, body .hw-01-09 .container-lg .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after, body .hw-01-09 .container-xl .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after, body .hw-01-09 .container-xxl .row .hw-col-slider .hw-swiper-controls .swiper-button-next:after {
  content: "";
}

@media (width <= 991.98px) {
  body .hw-01-10 .container-fluid, body .hw-01-10 .container-sm, body .hw-01-10 .container-md, body .hw-01-10 .container-lg, body .hw-01-10 .container-xl, body .hw-01-10 .container-xxl {
    padding: 0;
  }

  body .hw-01-10 .container-fluid .row, body .hw-01-10 .container-sm .row, body .hw-01-10 .container-md .row, body .hw-01-10 .container-lg .row, body .hw-01-10 .container-xl .row, body .hw-01-10 .container-xxl .row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

body .hw-01-10 .container-fluid .row .hw-col-img, body .hw-01-10 .container-sm .row .hw-col-img, body .hw-01-10 .container-md .row .hw-col-img, body .hw-01-10 .container-lg .row .hw-col-img, body .hw-01-10 .container-xl .row .hw-col-img, body .hw-01-10 .container-xxl .row .hw-col-img {
  padding: 0;
}

body .hw-01-10 .container-fluid .row .hw-col-content, body .hw-01-10 .container-sm .row .hw-col-content, body .hw-01-10 .container-md .row .hw-col-content, body .hw-01-10 .container-lg .row .hw-col-content, body .hw-01-10 .container-xl .row .hw-col-content, body .hw-01-10 .container-xxl .row .hw-col-content {
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

body .hw-01-10 .container-fluid img, body .hw-01-10 .container-sm img, body .hw-01-10 .container-md img, body .hw-01-10 .container-lg img, body .hw-01-10 .container-xl img, body .hw-01-10 .container-xxl img {
  aspect-ratio: 802 / 402;
  object-fit: cover;
  width: 100%;
  height: auto;
}

body .hw-01-10 .container-fluid h2, body .hw-01-10 .container-sm h2, body .hw-01-10 .container-md h2, body .hw-01-10 .container-lg h2, body .hw-01-10 .container-xl h2, body .hw-01-10 .container-xxl h2, body .hw-01-10 .container-fluid .h2, body .hw-01-10 .container-fluid .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-10 .container-fluid .hw-year, body .hw-01-10 .container-sm .h2, body .hw-01-10 .container-sm .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-10 .container-sm .hw-year, body .hw-01-10 .container-md .h2, body .hw-01-10 .container-md .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-10 .container-md .hw-year, body .hw-01-10 .container-lg .h2, body .hw-01-10 .container-lg .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-10 .container-lg .hw-year, body .hw-01-10 .container-xl .h2, body .hw-01-10 .container-xl .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-10 .container-xl .hw-year, body .hw-01-10 .container-xxl .h2, body .hw-01-10 .container-xxl .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-01-10 .container-xxl .hw-year {
  color: var(--bs-primary);
}

@media (width <= 991.98px) {
  body .hw-02-01 .hw-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

body .hw-02-01 .hw-container .hw-row-bg {
  border-radius: 3px;
  width: 100%;
  height: 30.61em;
}

@media (width <= 991.98px) {
  body .hw-02-01 .hw-container .hw-row-bg {
    border-radius: 0;
    margin: 0;
  }

  body .hw-02-01 .hw-container-text .hw-row {
    margin-right: -18.78em;
  }
}

@media (width <= 767.98px) {
  body .hw-02-01 .hw-container-text .hw-row {
    margin-right: 1.22em;
  }
}

body .hw-02-01 .hw-container-text .hw-row .hw-col-text {
  -webkit-backdrop-filter: blur(25px);
  background: #ffffff4d;
  margin-top: -12.67em;
  padding-top: 1.94em;
  padding-bottom: 4em;
  box-shadow: 0 4px 100px #002e421a;
  padding-right: 3.06em !important;
}

body .hw-02-01 .hw-container-text .hw-row .hw-col-text h1:after, body .hw-02-01 .hw-container-text .hw-row .hw-col-text .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-02-02 .hw-container {
    padding: 0;
  }

  body .hw-02-02 .hw-container .hw-row {
    margin: 0 !important;
  }
}

body .hw-02-02 .hw-container .hw-row .hw-col-img {
  padding: 0;
}

body .hw-02-02 .hw-container .hw-row .hw-col-img video {
  aspect-ratio: 1100 / 637;
  object-fit: cover;
  width: 100%;
}

body .hw-02-02 .hw-container .hw-row .hw-col-text {
  padding: 0 0 0 3.06em;
}

@media (width <= 991.98px) {
  body .hw-02-02 .hw-container .hw-row .hw-col-text {
    padding-left: 5%;
    padding-right: 5% !important;
  }
}

body .hw-02-02 .hw-container .hw-row .hw-col-text h2:after, body .hw-02-02 .hw-container .hw-row .hw-col-text .h2:after, body .hw-02-02 .hw-container .hw-row .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-02-02 .hw-container .hw-row .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-02-03 .hw-col-left {
  padding-right: 1.9167em;
}

@media (width <= 991.98px) {
  body .hw-02-03 .hw-col-left {
    padding-left: 0;
  }
}

body .hw-02-03 .hw-col-right {
  padding-left: 1.9167em;
}

@media (width <= 991.98px) {
  body .hw-02-03 .hw-col-right {
    padding-left: 0;
  }
}

body .hw-02-03 .hw-col-right .hw-col-benefit {
  padding: 0 1.361em;
}

body .hw-02-03 .hw-col-right .hw-col-benefit .hw-icon-wrapper img {
  object-fit: contain;
  object-position: left bottom;
  width: 3.611em;
  height: 3.611em;
}

body .hw-02-03 .hw-col-right .hw-col-benefit .hw-icon-wrapper svg {
  object-fit: contain;
  height: 3.611em;
}

@media (width <= 991.98px) {
  body .hw-02-04 .hw-container {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
  }
}

body .hw-02-04 .hw-container .hw-col-text {
  padding-right: 2em;
}

@media (width <= 991.98px) {
  body .hw-02-04 .hw-container .hw-col-text {
    padding: 0 7%;
  }

  body .hw-02-04 .hw-container .hw-col-image {
    padding: 0;
  }
}

body .hw-02-04 .hw-container .hw-col-image img {
  aspect-ratio: 800 / 413;
  object-fit: cover;
  width: 100%;
}

body .hw-02-05 .hw-col-left {
  padding: 0;
}

body .hw-02-05 .hw-col-left .hw-image-top img {
  aspect-ratio: 1095 / 730;
  object-fit: cover;
  width: 100%;
}

@media (width <= 767.98px) {
  body .hw-02-05 .hw-col-left .hw-image-top img {
    width: 95%;
  }
}

body .hw-02-05 .hw-col-left .hw-image-bottom {
  padding: 3.056em 9.0278em 0;
}

@media (width <= 767.98px) {
  body .hw-02-05 .hw-col-left .hw-image-bottom {
    width: 76%;
    padding-left: 0;
  }
}

body .hw-02-05 .hw-col-left .hw-image-bottom img {
  aspect-ratio: 770 / 770;
  object-fit: cover;
  width: 100%;
}

body .hw-02-05 .hw-col-right {
  margin-top: 11.389em;
  padding-left: 3.056em;
}

@media (width <= 767.98px) {
  body .hw-02-05 .hw-col-right {
    align-content: end;
    width: 100%;
    margin-top: -18.6em;
    padding-left: 18.5em;
  }
}

body .hw-02-05 .hw-col-right img {
  aspect-ratio: 770 / 976;
  object-fit: cover;
  width: 100%;
}

body .hw-02-06 .hw-col-text {
  padding-top: 5.44em;
  padding-right: 4em;
}

@media (width <= 991.98px) {
  body .hw-02-06 .hw-col-text {
    padding: 0;
  }
}

body .hw-02-06 .hw-col-image {
  margin-left: -4em;
}

@media (width <= 991.98px) {
  body .hw-02-06 .hw-col-image {
    margin-left: 0;
  }
}

body .hw-02-06 .hw-col-image svg {
  max-width: 100%;
}

body .hw-02-09 .hw-container {
  gap: 5.556em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container {
    gap: 1.39em;
  }
}

body .hw-02-09 .hw-container .hw-row-image-text .hw-col-image {
  padding-left: 1em;
  padding-right: 3.3056em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-image-text .hw-col-image {
    padding-right: 1em;
  }
}

body .hw-02-09 .hw-container .hw-row-image-text .hw-col-image img {
  aspect-ratio: 800 / 413;
  object-fit: cover;
  width: 100%;
}

body .hw-02-09 .hw-container .hw-row-image-text .hw-col-text .hw-icon-wrapper {
  width: fit-content;
  padding-left: 3.3056em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-image-text .hw-col-text .hw-icon-wrapper {
    display: none;
  }
}

body .hw-02-09 .hw-container .hw-row-image-text .hw-col-text .hw-text {
  padding-left: 2em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-image-text .hw-col-text .hw-text {
    padding-left: 0;
  }
}

body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-l {
  padding-right: 3.3056em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-l {
    padding-right: 1em;
  }
}

body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-l {
  padding-left: 0;
}

body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-l .hw-icon-wrapper {
  width: fit-content;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-l .hw-icon-wrapper {
    display: none;
  }
}

body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-l .hw-text {
  padding-left: 2em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-l .hw-text {
    padding-left: 1em;
  }
}

body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-r .hw-icon-wrapper {
  width: fit-content;
  padding-left: 3.3056em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-r .hw-icon-wrapper {
    display: none;
  }
}

body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-r .hw-text {
  padding-left: 2em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-text-text .hw-col-text-r .hw-text {
    padding-left: 0;
  }
}

body .hw-02-09 .hw-container .hw-row-text-image .hw-col-text-l {
  padding-right: 3.3056em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-text-image .hw-col-text-l {
    padding-right: 1em;
  }
}

body .hw-02-09 .hw-container .hw-row-text-image .hw-col-text-l {
  padding-left: 0;
}

body .hw-02-09 .hw-container .hw-row-text-image .hw-col-text-l .hw-icon-wrapper {
  width: fit-content;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-text-image .hw-col-text-l .hw-icon-wrapper {
    display: none;
  }
}

body .hw-02-09 .hw-container .hw-row-text-image .hw-col-text-l .hw-text {
  padding-left: 2em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-text-image .hw-col-text-l .hw-text {
    padding-left: 1em;
  }
}

body .hw-02-09 .hw-container .hw-row-text-image .hw-col-image {
  padding-left: 1em;
}

@media (width <= 991.98px) {
  body .hw-02-09 .hw-container .hw-row-text-image .hw-col-image {
    padding-right: 1em;
  }
}

body .hw-02-09 .hw-container .hw-row-text-image .hw-col-image img {
  aspect-ratio: 800 / 413;
  object-fit: cover;
  width: 100%;
}

@media (width <= 991.98px) {
  body .hw-03-01 .hw-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

body .hw-03-01 .hw-container #hw-hero-img-overlay {
  display: none;
}

@media (width <= 991.98px) {
  body .hw-03-01 .hw-container #hw-hero-img-overlay {
    content: "";
    background: linear-gradient(#fff0 1.8%, #fff 98.39%);
    width: 100%;
    height: 11.89em;
    margin-top: 25.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

body .hw-03-01 .hw-container .hw-row-bg {
  border-radius: 3px;
  width: 100%;
  height: 30.61em;
}

@media (width <= 991.98px) {
  body .hw-03-01 .hw-container .hw-row-bg {
    border-radius: 0;
    margin: 0;
  }

  body .hw-03-01 .hw-container-text {
    position: relative;
  }

  body .hw-03-01 .hw-container-text .hw-row {
    justify-content: center;
  }
}

body .hw-03-01 .hw-container-text .hw-row .hw-col-text {
  -webkit-backdrop-filter: blur(25px);
  background: #ffffff4d;
  margin-top: -7.67em;
  padding: 2.89em 3.67em 3.056em;
  box-shadow: 0 4px 100px #002e421a;
  padding-right: 3.67em !important;
}

@media (width <= 991.98px) {
  body .hw-03-01 .hw-container-text .hw-row .hw-col-text {
    box-shadow: none;
    backdrop-filter: none;
    background: none;
    width: 90%;
    margin-top: -4.67em;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body .hw-03-01 .hw-container-text .hw-row .hw-col-text p.h3 {
  font-family: var(--hw-ff-light) !important;
}

body .hw-03-01 .hw-container-text .hw-row .hw-col-text p.h3:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-03-02 .hw-row-list {
  margin-top: -27em;
}

@media (width <= 991.98px) {
  body .hw-03-02 .hw-row-list {
    margin-top: -8em;
  }

  body .hw-03-02 .hw-row-list .hw-col-empty {
    display: none;
  }
}

body .hw-03-02 .hw-row-list .hw-col-text {
  padding: 4.389em 0 0 4.44em;
}

@media (width <= 991.98px) {
  body .hw-03-02 .hw-row-list .hw-col-text {
    padding: 0;
  }
}

body .hw-03-02 .hw-row-list .hw-col-text ul {
  flex-direction: column;
  gap: .3em;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

body .hw-03-02 .hw-row-list .hw-col-text ul li {
  align-items: center;
  gap: calc(var(--hw-fs-base) * .5);
  display: flex;
}

body .hw-03-02 .hw-row-list .hw-col-text ul li:before {
  content: "";
  font-family: bootstrap-icons;
  font-size: 1.5em;
  line-height: 1;
}

body .hw-03-02 .hw-row-anchors .hw-anchor-block {
  background-color: var(--bs-white);
  z-index: 12;
}

body .hw-03-02 .hw-row-anchors .hw-anchor-block > p {
  justify-self: start;
  width: 100%;
  overflow: auto;
  gap: 1.5em !important;
  display: flex !important;
}

body .hw-03-02 .hw-row-anchors .hw-anchor-block .hw-anchor-seperator {
  border: 1px solid;
  border-color: var(--bs-primary);
  border-radius: 10px;
  width: 0;
  height: 1.67em;
}

@media (width <= 991.98px) {
  body .hw-03-02 .hw-row-anchors .hw-anchor-block p {
    gap: 1.944em;
    overflow: auto;
  }
}

body .hw-03-02 .hw-row-anchors .hw-anchor-block a {
  color: var(--bs-black);
  min-width: max-content;
  text-decoration: none;
}

body .hw-03-02 .hw-row-anchors .hw-anchor-block a:hover {
  color: var(--bs-primary);
  font-family: var(--hw-ff-bold);
}

body .hw-03-02 .hw-row-anchors .hw-anchor-block span {
  min-width: max-content;
}

body .hw-03-03 .hw-row-top {
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-03-03 .hw-row-top {
    justify-content: center;
    display: flex;
  }
}

body .hw-03-03 .hw-row-top .hw-col-text {
  backdrop-filter: blur(50px);
  z-index: 11;
  background-color: #ffffff80;
  padding-top: 3.778em;
  padding-bottom: 2.723em;
  position: absolute;
  top: 48%;
  transform: translateY(-30%);
  box-shadow: 0 4px 100px #3333331a;
  padding-left: 4.89em !important;
}

@media (width <= 991.98px) {
  body .hw-03-03 .hw-row-top .hw-col-text {
    width: 90%;
    margin-top: 15.981em;
    transform: translateY(-3%);
  }
}

@media (width <= 767.98px) {
  body .hw-03-03 .hw-row-top .hw-col-text {
    width: 90%;
    margin-top: 15.981em;
    transform: translateY(40%);
  }
}

body .hw-03-03 .hw-row-top .hw-col-img {
  padding: 0;
}

@media (width <= 991.98px) {
  body .hw-03-03 .hw-row-top .hw-col-img {
    position: absolute;
  }
}

body .hw-03-03 .hw-row-top .hw-col-img:after {
  display: none;
}

@media (width <= 991.98px) {
  body .hw-03-03 .hw-row-top .hw-col-img:after {
    content: "";
    background: linear-gradient(#fff0 1.8%, #fff 98.39%);
    width: 100%;
    height: 10.89em;
    margin-top: -10.5em;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
}

body .hw-03-03 .hw-row-top .hw-col-img img {
  aspect-ratio: 1438.29 / 538.326;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (width <= 767.98px) {
  body .hw-03-03 .hw-row-top .hw-col-img img {
    aspect-ratio: 430 / 423;
  }
}

body .hw-03-03 .hw-row-top p {
  margin: 0 0 1.11em;
}

body .hw-03-03 .hw-row-top p.h3 {
  font-family: var(--hw-ff-light) !important;
}

body .hw-03-03 .hw-row-top p.h3:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-03-03 .hw-container-text .hw-row-text-text {
    margin-top: 38em;
  }
}

body .hw-03-03 .hw-container-text .hw-row-text-text .hw-col-text-r ul, body .hw-03-03 .hw-container-text .hw-row-text-text .hw-col-text-l ul {
  flex-direction: column;
  gap: .3em;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

body .hw-03-03 .hw-container-text .hw-row-text-text .hw-col-text-r ul li, body .hw-03-03 .hw-container-text .hw-row-text-text .hw-col-text-l ul li {
  align-items: center;
  gap: calc(var(--hw-fs-base) * .5);
  display: flex;
}

body .hw-03-03 .hw-container-text .hw-row-text-text .hw-col-text-r ul li:before, body .hw-03-03 .hw-container-text .hw-row-text-text .hw-col-text-l ul li:before {
  content: "";
  font-family: bootstrap-icons;
  font-size: 1.5em;
  line-height: 1;
}

@media (width <= 991.98px) {
  body .hw-03-03 .hw-container-text .hw-row-download-modul {
    margin-top: 35em;
  }
}

@media (width <= 767.98px) {
  body .hw-03-03 .hw-container-text .hw-row-download-modul {
    margin-top: 38em;
  }
}

body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-text-r ul, body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-text-l ul {
  flex-direction: column;
  gap: .3em;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-text-r ul li, body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-text-l ul li {
  align-items: center;
  gap: calc(var(--hw-fs-base) * .5);
  display: flex;
}

body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-text-r ul li:before, body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-text-l ul li:before {
  content: "";
  font-family: bootstrap-icons;
  font-size: 1.5em;
  line-height: 1;
}

@media (width <= 991.98px) {
  body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-download-modul {
    margin-top: 7em;
  }
}

body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-download-modul .hw-download-wrapper {
  background: var(--bs-secondary);
  filter: drop-shadow(0 0 10px #3333331a);
  backdrop-filter: blur(10px);
  border-radius: .167em;
  justify-content: space-between;
  align-items: end;
  padding: 12.22em 2.899em 1.22em 1.61em;
  display: flex;
  position: relative;
}

body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-download-modul .hw-download-wrapper .hw-mockup {
  width: 34.22em;
  height: fit-content;
  position: absolute;
  top: -5.75em;
  right: -4em;
}

@media (width <= 991.98px) {
  body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-download-modul .hw-download-wrapper .hw-mockup {
    top: -4.75em;
    right: 0;
  }
}

@media (width <= 767.98px) {
  body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-download-modul .hw-download-wrapper .hw-mockup {
    width: 26.22em;
    top: -4.5em;
  }
}

body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-download-modul .hw-download-wrapper .hw-mockup img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-download-modul .hw-download-wrapper .hw-headline {
  font-family: var(--hw-ff-bold);
  text-transform: uppercase;
  color: var(--bs-white);
  margin-bottom: 0;
  font-size: 3.33em !important;
}

@media (width <= 767.98px) {
  body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-download-modul .hw-download-wrapper .hw-headline {
    font-size: 1.5em !important;
  }

  body .hw-03-03 .hw-container-text .hw-row-download-modul .hw-col-download-modul .hw-download-wrapper .btn-white {
    font-size: calc(var(--hw-fs-base) * .95);
  }
}

body .hw-04-01 {
  position: relative;
}

body .hw-04-01:before {
  content: "";
  height: 100%;
  width: max(23%, (100vw - var(--hw-box-width)) / 2 + var(--hw-box-width) * .19);
  background-color: var(--bs-primary);
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <= 991.98px) {
  body .hw-04-01:before {
    display: none;
  }
}

body .hw-04-01 .container {
  position: relative;
}

body .hw-04-01 .container .hw-text-bg {
  color: var(--bs-gray);
  font-size: 23.22em;
  line-height: 1.2;
  font-family: var(--hw-ff-bold);
  z-index: -1;
  margin-top: -.15em;
  position: absolute;
}

@media (width <= 991.98px) {
  body .hw-04-01 .container .hw-text-bg {
    z-index: 0;
    margin-top: 0;
    font-size: 7.14em;
    position: relative;
  }
}

body .hw-04-01 .container .hw-col-text {
  flex-direction: column;
  gap: .6em;
  padding: 19.22em 0 0;
  display: flex;
}

@media (width <= 991.98px) {
  body .hw-04-01 .container .hw-col-text {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    order: 2;
    margin-top: 3em;
    padding-top: 0;
  }
}

body .hw-04-01 .container .hw-col-text > * {
  margin: 0;
  padding: 0;
}

body .hw-04-01 .container .hw-col-text .h2:after, body .hw-04-01 .container .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-04-01 .container .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-04-01 .container .hw-col-img {
    order: 1;
    margin-top: -4.28em;
  }

  body .hw-04-01 .container .hw-col-img:before {
    content: "";
    background-color: var(--bs-primary);
    z-index: -1;
    width: 23%;
    height: 89%;
    display: block;
    position: absolute;
    top: -8.568em;
    right: -6%;
  }
}

@media (width <= 767.98px) {
  body .hw-04-01 .container .hw-col-img:before {
    height: 76%;
  }
}

body .hw-04-01 .container .hw-col-img img {
  padding-top: 5.77em;
  padding-bottom: 3.44em;
}

@media (width <= 991.98px) {
  body .hw-04-01 .container .hw-col-img img {
    padding-top: 0;
    padding-bottom: 0;
  }
}

body .hw-04-02 {
  position: relative;
}

body .hw-04-02:before {
  content: "";
  height: 100%;
  width: max(62%, (100vw - var(--hw-box-width)) / 2 + var(--hw-box-width) * .6);
  background-color: var(--bs-secondary);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  body .hw-04-02:before {
    width: 100%;
    height: 88%;
  }
}

body .hw-04-02 .container {
  padding-top: 6.66em;
  padding-bottom: 2.33em;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-04-02 .container {
    padding-top: 3.66em;
  }
}

body .hw-04-02 .container .hw-col-text {
  color: var(--bs-white);
  flex-direction: column;
  gap: .6em;
  padding: 0;
  display: flex;
}

body .hw-04-02 .container .hw-col-text > * {
  margin: 0;
  padding: 0;
}

body .hw-04-02 .container .hw-col-text p, body .hw-04-02 .container .hw-col-text h2, body .hw-04-02 .container .hw-col-text .h2, body .hw-04-02 .container .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-04-02 .container .hw-col-text .hw-year, body .hw-04-02 .container .hw-col-text ul li {
  color: var(--bs-white);
}

body .hw-04-02 .container .hw-col-text .hw-text-bg {
  color: var(--bs-white);
  font-size: 11.11em;
  line-height: 1.2;
  font-family: var(--hw-ff-bold);
  margin-top: -.15em;
}

@media (width <= 991.98px) {
  body .hw-04-02 .container .hw-col-text .hw-text-bg {
    font-size: 7.14em;
  }
}

body .hw-04-02 .container .hw-col-text h2:after, body .hw-04-02 .container .hw-col-text .h2:after, body .hw-04-02 .container .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-04-02 .container .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

@media (width <= 767.98px) {
  body .hw-04-03 .tab-content img {
    aspect-ratio: 387 / 501;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

body .hw-04-03 nav {
  margin-top: -7em;
  margin-left: 5%;
  margin-right: 5%;
}

@media (width <= 991.98px) {
  body .hw-04-03 nav {
    border-radius: 3px;
    overflow: auto hidden;
  }
}

body .hw-04-03 nav .hw-usp-tabs {
  flex-wrap: nowrap;
  width: 100%;
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link {
  border: none;
  border-radius: 3px;
  padding: 0;
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link .hw-button-content {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  text-align: left;
  flex-direction: column;
  gap: 1.11em;
  height: 100%;
  padding: 2.55em 2.7em;
  display: flex;
}

@media (width <= 991.98px) {
  body .hw-04-03 nav .hw-usp-tabs button.nav-link .hw-button-content {
    width: 35vw;
    padding: 2.7em;
  }
}

@media (width <= 767.98px) {
  body .hw-04-03 nav .hw-usp-tabs button.nav-link .hw-button-content {
    width: 62vw;
  }
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link .hw-button-content svg path {
  stroke: var(--bs-white);
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link .hw-button-content .hw-title {
  color: var(--bs-white);
  margin: 0;
  padding: 0;
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link .hw-button-content .hw-title:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-white);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link .hw-button-content .hw-text {
  color: var(--bs-white);
  margin: 0;
  padding: 0;
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link.active .hw-button-content, body .hw-04-03 nav .hw-usp-tabs .hw-04-05 .hw-col-accordion .hw-accordion-wrapper button.nav-link.hw-accordion-item:hover .hw-button-content, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-04-03 nav .hw-usp-tabs button.nav-link.hw-accordion-item:hover .hw-button-content {
  background-color: var(--bs-white);
  color: var(--bs-primary);
  margin-top: -1em;
  position: relative;
  box-shadow: 0 0 20px #1e1e1e1a;
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link.active .hw-button-content svg path, body .hw-04-03 nav .hw-usp-tabs .hw-04-05 .hw-col-accordion .hw-accordion-wrapper button.nav-link.hw-accordion-item:hover .hw-button-content svg path, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-04-03 nav .hw-usp-tabs button.nav-link.hw-accordion-item:hover .hw-button-content svg path {
  stroke: var(--bs-primary);
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link.active .hw-button-content:before, body .hw-04-03 nav .hw-usp-tabs .hw-04-05 .hw-col-accordion .hw-accordion-wrapper button.nav-link.hw-accordion-item:hover .hw-button-content:before, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-04-03 nav .hw-usp-tabs button.nav-link.hw-accordion-item:hover .hw-button-content:before {
  content: "";
  background-color: var(--bs-white);
  width: 100%;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99%);
  box-shadow: 0 -15px 20px #1e1e1e1a;
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link.active .hw-button-content:after, body .hw-04-03 nav .hw-usp-tabs .hw-04-05 .hw-col-accordion .hw-accordion-wrapper button.nav-link.hw-accordion-item:hover .hw-button-content:after, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-04-03 nav .hw-usp-tabs button.nav-link.hw-accordion-item:hover .hw-button-content:after {
  content: "";
  background-color: var(--bs-white);
  width: 100%;
  height: 2.5em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  box-shadow: 0 6px 11px #1e1e1e1a;
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link.active .hw-button-content .hw-title, body .hw-04-03 nav .hw-usp-tabs .hw-04-05 .hw-col-accordion .hw-accordion-wrapper button.nav-link.hw-accordion-item:hover .hw-button-content .hw-title, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-04-03 nav .hw-usp-tabs button.nav-link.hw-accordion-item:hover .hw-button-content .hw-title {
  color: var(--bs-primary);
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link.active .hw-button-content .hw-title:after, body .hw-04-03 nav .hw-usp-tabs .hw-04-05 .hw-col-accordion .hw-accordion-wrapper button.nav-link.hw-accordion-item:hover .hw-button-content .hw-title:after, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-04-03 nav .hw-usp-tabs button.nav-link.hw-accordion-item:hover .hw-button-content .hw-title:after {
  background-color: var(--bs-primary);
}

body .hw-04-03 nav .hw-usp-tabs button.nav-link.active .hw-button-content .hw-text, body .hw-04-03 nav .hw-usp-tabs .hw-04-05 .hw-col-accordion .hw-accordion-wrapper button.nav-link.hw-accordion-item:hover .hw-button-content .hw-text, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-04-03 nav .hw-usp-tabs button.nav-link.hw-accordion-item:hover .hw-button-content .hw-text {
  color: var(--bs-primary) !important;
}

body .hw-04-04 .hw-faq-row {
  margin-top: 4.6em;
}

body .hw-04-04 .hw-faq-row .hw-faq-wrapper {
  column-gap: var(--bs-gutter-x);
  row-gap: var(--bs-gutter-y);
  flex-wrap: wrap;
  margin-top: 0;
  display: flex;
}

body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) {
  width: calc(50% - var(--bs-gutter-x));
}

@media (width <= 991.98px) {
  body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) {
    width: calc(52% - var(--bs-gutter-x));
  }
}

@media (width <= 767.98px) {
  body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) {
    width: 100%;
  }
}

body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card {
  border: 0;
  flex-direction: row;
  gap: 2.22em;
  display: flex;
}

body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .hw-img {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 5.16em;
  height: 5.16em;
  padding: .7em;
  display: flex;
  box-shadow: 0 6px 11px #1e1e1e1a;
}

body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .hw-img img {
  object-fit: contain;
}

body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .card-body {
  padding: 0;
}

body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .card-body .hw-title {
  margin-bottom: .55em;
  font-size: var(--hw-fs-base) !important;
}

body .hw-04-04 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .card-body .hw-text {
  margin-bottom: 0;
  line-height: 1.2;
}

body .hw-04-05 .hw-col-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

body .hw-04-05 .hw-col-text h2, body .hw-04-05 .hw-col-text .h2, body .hw-04-05 .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-04-05 .hw-col-text .hw-year {
  font-family: var(--hw-ff-medium);
  line-height: 1;
  font-size: 8em !important;
}

@media (width <= 991.98px) {
  body .hw-04-05 .hw-col-text h2, body .hw-04-05 .hw-col-text .h2, body .hw-04-05 .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-04-05 .hw-col-text .hw-year {
    font-size: 5.7em !important;
  }

  body .hw-04-05 .hw-col-text .btn {
    margin-top: 2em;
  }
}

body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper {
  flex-direction: row;
  gap: 1.44em;
  height: 45.12em;
  display: flex;
  overflow: hidden;
}

body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item {
  transition: all .5s;
  position: relative;
}

body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item p {
  color: var(--bs-white);
  transform-origin: 100% 100%;
  font-size: var(--hw-fs-h2);
  width: max-content;
  font-family: var(--hw-ff-medium);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-90deg) translateX(100%);
}

body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item.active, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item:hover {
  flex-shrink: 0;
}

body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item.active img, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item:hover img {
  aspect-ratio: 530 / 813;
  width: auto;
  height: 100%;
}

body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item.active p, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-accordion-item:hover p {
  width: fit-content;
  left: 1em;
  right: auto;
  transform: none;
}

body .hw-04-06 .hw-maschinenSlider {
  padding: 3.11em 0 5.2em;
  box-shadow: 0 0 20px #1e1e1e1a;
}

body .hw-04-06 .hw-maschinenSlider .nav {
  justify-content: space-evenly;
  gap: 4.5em;
  padding-bottom: 1.47em;
}

@media (width <= 991.98px) {
  body .hw-04-06 .hw-maschinenSlider .nav {
    flex-flow: row;
    gap: 1.5em;
    overflow: auto;
  }
}

body .hw-04-06 .hw-maschinenSlider .nav li.nav-item button.nav-link {
  color: var(--bs-secondary);
  font-size: calc(var(--hw-fs-base) * 1.2);
  border-bottom: 1px solid var(--bs-primary);
  border-radius: 0;
  min-width: 11.11em;
  margin-bottom: 0;
  padding: 0 2.11em 1.47em;
}

body .hw-04-06 .hw-maschinenSlider .nav li.nav-item button.nav-link.active, body .hw-04-06 .hw-maschinenSlider .nav li.nav-item .hw-04-05 .hw-col-accordion .hw-accordion-wrapper button.nav-link.hw-accordion-item:hover, body .hw-04-05 .hw-col-accordion .hw-accordion-wrapper .hw-04-06 .hw-maschinenSlider .nav li.nav-item button.nav-link.hw-accordion-item:hover {
  color: var(--bs-primary);
  background-color: #0000;
}

body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-img .hw-img-wrapper {
  --hw-bg-cut-position: 75%;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-img .hw-img-wrapper {
    --hw-bg-cut-position: 100%;
    margin-right: 0;
  }
}

body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-img .hw-img-wrapper {
  background: linear-gradient(0deg, var(--bs-secondary) var(--hw-bg-cut-position), var(--bs-white) var(--hw-bg-cut-position));
}

body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-img .hw-img-wrapper img {
  object-fit: contain;
  width: 100%;
  height: auto;
  padding-right: calc(var(--hw-fs-base) * 8.33);
}

@media (width <= 991.98px) {
  body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-img .hw-img-wrapper img {
    padding-right: calc(var(--hw-fs-base) * 5.33);
    aspect-ratio: 16 / 10;
    padding-left: 2em;
  }
}

body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-img .hw-img-wrapper .hw-title {
  bottom: calc(var(--hw-fs-base) * 1.1);
  right: calc(var(--hw-fs-base) * 1.1);
  color: var(--bs-white);
  transform-origin: 100% 100%;
  font-size: calc(var(--hw-fs-base) * 8.33);
  font-family: var(--hw-ff-bold);
  line-height: 1;
  position: absolute;
  transform: rotate(-90deg) translateX(100%);
}

@media (width <= 991.98px) {
  body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-img .hw-img-wrapper .hw-title {
    font-size: calc(var(--hw-fs-base) * 6.66);
  }
}

@media (width <= 767.98px) {
  body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-img .hw-img-wrapper .hw-title {
    font-size: calc(var(--hw-fs-base) * 3.33);
  }
}

body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-img .hw-img-wrapper .hw-title.hw-small {
  font-size: calc(var(--hw-fs-base) * 5.33);
}

body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-text {
  padding-top: 7em;
  padding-left: 5.7em;
}

@media (width <= 991.98px) {
  body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-text {
    padding-right: calc(var(--bs-gutter-x) * .5 + 2em);
    padding-left: calc(var(--bs-gutter-x) * .5 + 2em);
    padding-top: 0;
  }
}

@media (width <= 767.98px) {
  body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-text {
    padding-right: calc(var(--bs-gutter-x) * .5 + 1em);
    padding-left: calc(var(--bs-gutter-x) * .5 + 1em);
  }
}

body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-text .hw-title {
  margin-bottom: calc(var(--hw-fs-base) * 1.1);
  line-height: 1;
  color: var(--bs-secondary) !important;
}

body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-text .hw-title:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-text .hw-highlights p {
  margin-bottom: 1.1em;
}

body .hw-04-06 .hw-maschinenSlider .tab-content .tab-pane .hw-col-text .btn {
  margin-top: calc(var(--hw-fs-base) * 1.1);
}

body .hw-05-01 {
  position: relative;
}

body .hw-05-01 .hw-hero-video-wrapper {
  text-align: end;
}

body .hw-05-01 .hw-hero-video-wrapper #hw-hero-video {
  aspect-ratio: 1335 / 808;
  object-fit: cover;
  align-items: end;
  width: 72%;
}

@media (width <= 991.98px) {
  body .hw-05-01 .hw-hero-video-wrapper #hw-hero-video {
    aspect-ratio: 430 / 260;
    width: 100%;
  }
}

body .hw-05-01 #hw-hero-video-overlay {
  content: "";
  background: linear-gradient(270deg, #fff0 0%, #fff 72%);
  width: 100%;
  height: 140%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  body .hw-05-01 #hw-hero-video-overlay {
    background: linear-gradient(#fff0 1.8%, #fff 98.39%);
    height: 76%;
  }
}

@media (width <= 767.98px) {
  body .hw-05-01 #hw-hero-video-overlay {
    height: 57%;
  }
}

@media (width <= 575.98px) {
  body .hw-05-01 #hw-hero-video-overlay {
    height: 54%;
  }
}

body .hw-05-01 .hw-hero-container .hw-headline-row {
  z-index: 1;
  margin-top: -35.0625em;
  padding-bottom: 11.0625em;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-05-01 .hw-hero-container .hw-headline-row {
    margin-top: -8.0625em;
    padding-bottom: 0;
  }
}

@media (width <= 767.98px) {
  body .hw-05-01 .hw-hero-container .hw-headline-row {
    margin-top: -2.0625em;
  }
}

body .hw-05-01 .hw-hero-container .hw-headline-row .hw-headline-col {
  padding: 0;
  padding-right: 65em !important;
}

@media (width <= 991.98px) {
  body .hw-05-01 .hw-hero-container .hw-headline-row .hw-headline-col {
    padding-right: 30em !important;
  }
}

@media (width <= 767.98px) {
  body .hw-05-01 .hw-hero-container .hw-headline-row .hw-headline-col {
    width: 94%;
    padding-right: 0 !important;
  }
}

body .hw-05-01 .hw-hero-container .hw-headline-row .hw-headline-col .hw-contact-block {
  width: max-content;
}

body .hw-05-01 .hw-hero-container .hw-headline-row .hw-headline-col h1:after, body .hw-05-01 .hw-hero-container .hw-headline-row .hw-headline-col .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-05-02 {
  z-index: 1;
}

@media (width <= 767.98px) {
  body .hw-05-02 {
    overflow: hidden;
  }
}

body .hw-05-02 .hw-row-cards {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  justify-content: space-between;
  gap: 3.833em;
}

@media (width <= 767.98px) {
  body .hw-05-02 .hw-row-cards {
    gap: 6em;
  }
}

body .hw-05-02 .hw-row-cards .hw-card {
  padding: 0;
  box-shadow: 0 0 20px #00000026;
  width: 30% !important;
}

@media (width <= 991.98px) {
  body .hw-05-02 .hw-row-cards .hw-card {
    width: 46% !important;
  }
}

@media (width <= 767.98px) {
  body .hw-05-02 .hw-row-cards .hw-card {
    box-shadow: none;
    width: 100% !important;
  }

  body .hw-05-02 .hw-row-cards .hw-card .hw-card-image {
    width: 118%;
    margin-left: -9%;
  }
}

body .hw-05-02 .hw-row-cards .hw-card .hw-card-image img {
  aspect-ratio: 527 / 393;
  object-fit: cover;
  width: 100%;
}

@media (width <= 767.98px) {
  body .hw-05-02 .hw-row-cards .hw-card .hw-card-image img {
    aspect-ratio: 430 / 266;
  }
}

body .hw-05-02 .hw-row-cards .hw-card .hw-card-text {
  padding: 2.16em 3.67em;
}

@media (width <= 767.98px) {
  body .hw-05-02 .hw-row-cards .hw-card .hw-card-text {
    padding: 1.583em 0 0;
  }
}

body .hw-05-02 .hw-row-cards .hw-card .hw-card-text .hw-button {
  font-size: var(--hw-fs-14);
  border-radius: 3px;
}

body .hw-05-04 .hw-col-map {
  justify-content: center;
  align-items: center;
  display: flex;
}

body .hw-05-04 .hw-col-map .hw-map-bg {
  width: 90%;
  max-width: 1717px;
  position: absolute;
}

@media (width <= 991.98px) {
  body .hw-05-04 .hw-col-map .hw-map-bg {
    width: 100%;
    position: relative;
  }
}

body .hw-05-04 .hw-col-map .hw-map-bg img {
  aspect-ratio: 1717 / 987.312;
  object-fit: cover;
}

body .hw-05-04 .hw-col-map .hw-map-overlay {
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-05-04 .hw-col-map .hw-map-overlay {
    display: none;
  }
}

body .hw-05-04 .hw-col-map .hw-map-overlay svg {
  aspect-ratio: 1717 / 987.312;
  object-fit: cover;
  width: 100.4%;
}

body .hw-05-04 .hw-col-map .hw-map-overlay svg path {
  stroke-width: 0;
}

body .hw-05-04 .hw-col-map .hw-map-overlay svg path:hover, body .hw-05-04 .hw-col-map .hw-map-overlay svg path[aria-describedby] {
  fill: var(--bs-secondary);
  transition: all .5s;
}

body .hw-05-04 .hw-col-headline {
  z-index: 1;
  margin-top: -19em;
}

@media (width <= 991.98px) {
  body .hw-05-04 .hw-col-headline {
    margin-top: 0;
  }
}

body .hw-05-04 .hw-col-headline h2:after, body .hw-05-04 .hw-col-headline .h2:after, body .hw-05-04 .hw-col-headline .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-05-04 .hw-col-headline .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-05-04 .hw-col-content {
  display: none;
}

@media (width <= 991.98px) {
  body .hw-05-04 .hw-col-content {
    display: block;
  }
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card {
  max-width: fit-content;
}

@media (width <= 991.98px) {
  body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card {
    max-width: none;
  }
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card {
  background: var(--bs-secondary);
  border-radius: 3px;
  max-width: fit-content;
  padding: 1.778em;
}

@media (width <= 991.98px) {
  body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card {
    max-width: none;
  }
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card .hw-line:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * .5);
  display: block;
  position: relative;
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card .hw-adress {
  margin-bottom: .7em;
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card .hw-btn-row .hw-col {
  flex-direction: column;
  gap: 0;
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card .hw-btn-row .hw-col .hw-text, body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card .hw-btn-row .hw-col .hw-text:hover {
  color: var(--bs-white);
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card .hw-btn-row .hw-col svg path {
  fill: var(--bs-white);
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card-white {
  background: var(--bs-white);
  border-radius: 3px;
  padding: 1.778em;
  box-shadow: 0 0 16px #2125291a;
}

@media (width <= 991.98px) {
  body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card-white {
    max-width: none;
  }
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card-white .hw-line:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * .5);
  display: block;
  position: relative;
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card-white .hw-adress {
  margin-bottom: .7em;
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card-white .hw-btn-row .hw-col {
  flex-direction: column;
  gap: 0;
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card-white .hw-btn-row .hw-col .hw-text, body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card-white .hw-btn-row .hw-col .hw-text:hover {
  color: var(--bs-black);
}

body .hw-05-04 .hw-col-content .hw-row-cards .hw-block-card .hw-card-white .hw-btn-row .hw-col svg path {
  fill: var(--bs-black);
}

body .hw-06-01 .hw-container {
  width: calc(90% + 3em);
  position: relative;
  max-width: calc(var(--hw-box-width) + 4em) !important;
}

@media (width <= 991.98px) {
  body .hw-06-01 .hw-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

body .hw-06-01 .hw-container #hw-hero-img-overlay {
  content: "";
  background: linear-gradient(90deg, var(--bs-secondary) 43.8%, #fff0 98.39%);
  width: 70%;
  height: 100%;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  body .hw-06-01 .hw-container #hw-hero-img-overlay {
    background: linear-gradient(0, var(--bs-white) 12.8%, #fff0 98.39%);
    width: 100%;
    height: 20%;
    top: 18em;
  }
}

@media (width <= 767.98px) {
  body .hw-06-01 .hw-container #hw-hero-img-overlay {
    top: 7em;
  }
}

body .hw-06-01 .hw-container .hw-row-bg {
  border-radius: 3px;
  width: 100%;
  height: 30.61em;
  background-position: 100% !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

@media (width <= 991.98px) {
  body .hw-06-01 .hw-container .hw-row-bg {
    aspect-ratio: 430 / 260;
    border-radius: 0;
    width: 100%;
    height: auto;
    margin: 0;
    background-position: top !important;
  }
}

body .hw-06-01 .hw-container .hw-row-h1 {
  color: var(--bs-white);
  padding-left: 3em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (width <= 991.98px) {
  body .hw-06-01 .hw-container .hw-row-h1 {
    color: var(--bs-secondary);
    width: 90vw;
    margin-left: var(--bs-gutter-x);
    padding: 0;
    position: relative;
    top: 0;
  }
}

body .hw-06-01 .hw-container .hw-row-h1 .col-7 {
  padding: 0 !important;
}

body .hw-06-01 .hw-container .hw-row-h1 h1, body .hw-06-01 .hw-container .hw-row-h1 .h1, body .hw-06-01 .hw-container .hw-row-h1 p {
  color: var(--bs-white);
}

@media (width <= 991.98px) {
  body .hw-06-01 .hw-container .hw-row-h1 h1, body .hw-06-01 .hw-container .hw-row-h1 .h1, body .hw-06-01 .hw-container .hw-row-h1 p {
    color: var(--bs-secondary);
  }
}

body .hw-06-01 .hw-container .hw-row-h1 h1:after, body .hw-06-01 .hw-container .hw-row-h1 .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.6);
  margin-bottom: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-06-01 .hw-container-text {
    background-color: var(--bs-gray);
    position: relative;
  }

  body .hw-06-01 .hw-container-text .hw-row {
    justify-content: center;
  }
}

body .hw-06-01 .hw-container-text .hw-row .hw-col-text {
  -webkit-backdrop-filter: blur(25px);
  background: #ffffff4d;
  margin-top: -7.67em;
  padding: 2.89em 3.67em 3.056em;
  box-shadow: 0 4px 100px #002e421a;
  padding-right: 3.67em !important;
}

@media (width <= 991.98px) {
  body .hw-06-01 .hw-container-text .hw-row .hw-col-text {
    backdrop-filter: none;
    background: none;
    width: 90%;
    margin-top: 0;
    box-shadow: 0 4px 100px #002e421a;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body .hw-06-01 .hw-container-text .hw-row .hw-col-text h2, body .hw-06-01 .hw-container-text .hw-row .hw-col-text .h2, body .hw-06-01 .hw-container-text .hw-row .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-06-01 .hw-container-text .hw-row .hw-col-text .hw-year {
  font-family: var(--hw-ff-medium) !important;
  font-size: var(--hw-fs-h3) !important;
}

body .hw-06-02 {
  margin-top: calc(var(--hw-n-section-gap) + 3em) !important;
}

@media (width <= 991.98px) {
  body .hw-06-02 .hw-fw-left {
    margin-left: calc(.5 * var(--bs-gutter-x)) !important;
  }
}

body .hw-06-02 .hw-fw-left img {
  transform: translateX(-8%);
}

@media (width <= 991.98px) {
  body .hw-06-02 .hw-fw-left img {
    transform: translateX(-14%);
  }
}

body .hw-06-02 .container {
  margin-top: -8em;
}

@media (width <= 991.98px) {
  body .hw-06-02 .container {
    margin-top: 0;
  }
}

body .hw-06-02 .container .hw-col-usp {
  z-index: 1;
  background-color: var(--bs-white);
}

@media (width <= 991.98px) {
  body .hw-06-02 .container .hw-col-usp {
    margin-top: 4.22em;
  }
}

body .hw-06-02 .container .hw-col-usp .lc-block {
  flex-direction: column;
  gap: 1.11em;
  height: 100%;
  padding: 0 1.22em 1.55em 2.22em;
  display: flex;
  box-shadow: 0 0 20px #1e1e1e1a;
}

body .hw-06-02 .container .hw-col-usp .lc-block > * {
  margin: 0;
  padding: 0;
}

body .hw-06-02 .container .hw-col-usp .lc-block img {
  aspect-ratio: 1;
  background-color: var(--bs-primary);
  object-fit: contain;
  border-radius: 3px;
  width: 5.55em;
  height: auto;
  margin-top: -2.22em;
  padding: .83em;
}

@media (width <= 991.98px) {
  body .hw-06-03 .hw-col-img {
    margin-bottom: 1.5em;
    padding: 0;
  }
}

body .hw-06-03 .hw-col-img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
}

body .hw-06-04 {
  aspect-ratio: 1920 / 800;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-06-04 {
    aspect-ratio: none;
    flex-direction: column-reverse;
    gap: 1.42em;
    padding-top: 7em;
    padding-bottom: 7em;
    display: flex;
  }
}

body .hw-06-04 .hw-img-overlay {
  background: linear-gradient(40.49deg, #002e42cc 41.63%, #000c 101.97%);
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (width <= 991.98px) {
  body .hw-06-04 .hw-img-overlay {
    top: 0;
  }
}

body .hw-06-04 svg {
  width: auto;
  height: 73%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (width <= 991.98px) {
  body .hw-06-04 svg {
    width: 90%;
    height: unset;
    margin-left: 5%;
    position: relative;
  }
}

body .hw-06-04 .container {
  height: 100%;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-06-04 .container {
    height: auto;
  }
}

body .hw-06-04 .container .row {
  height: 100%;
}

@media (width <= 991.98px) {
  body .hw-06-04 .container .row {
    height: auto;
  }
}

body .hw-06-04 .container .row h2, body .hw-06-04 .container .row .h2, body .hw-06-04 .container .row .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-06-04 .container .row .hw-year {
  color: var(--bs-white);
  margin-top: .7em;
}

body .hw-06-04 .container .row p {
  color: var(--bs-white);
}

body .hw-06-05 .hw-01-04-row {
  position: relative;
}

body .hw-06-05 .hw-01-04-row .hw-col-text {
  backdrop-filter: blur(50px);
  background-color: #ffffff80;
  padding-left: 4.625em !important;
}

@media (width >= 992px) {
  body .hw-06-05 .hw-01-04-row .hw-col-text {
    filter: drop-shadow(0 4px 100px #3333331a);
    z-index: 11;
    padding-top: 2.625em;
    padding-bottom: 2.625em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 4.625em !important;
  }
}

@media (width <= 991.98px) {
  body .hw-06-05 .hw-01-04-row .hw-col-text {
    z-index: -1;
    width: 90%;
    margin-top: -10% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 8em 2em 2em !important;
  }
}

@media (width <= 767.98px) {
  body .hw-06-05 .hw-01-04-row .hw-col-text {
    margin-top: -7em !important;
  }
}

@media (width <= 991.98px) {
  body .hw-06-05 .hw-01-04-row .hw-col-text .hw-content {
    margin-top: -2.5em !important;
  }
}

body .hw-06-05 .hw-01-04-row .hw-col-text .hw-content .hw-icon {
  margin-top: 0;
  position: relative;
}

@media (width >= 992px) {
  body .hw-06-05 .hw-01-04-row .hw-col-text .hw-content .hw-icon {
    margin-top: -11.875em;
    position: absolute;
  }
}

@media (width <= 991.98px) {
  body .hw-06-05 .hw-01-04-row .hw-col-text .hw-content .hw-icon {
    margin-bottom: 1.5em;
  }
}

body .hw-06-05 .hw-01-04-row .hw-col-text .hw-content .hw-icon img {
  background-color: var(--bs-primary);
  aspect-ratio: 1;
  object-fit: contain;
  width: 5em;
  height: auto;
  padding: 1em;
}

@media (width >= 768px) {
  body .hw-06-05 .hw-01-04-row .hw-col-text .hw-content .hw-icon img {
    width: 6em;
  }
}

@media (width >= 992px) {
  body .hw-06-05 .hw-01-04-row .hw-col-text .hw-content .hw-icon img {
    width: 9.0625em;
  }
}

body .hw-06-05 .hw-01-04-row .hw-col-text .hw-content .hw-title {
  margin-bottom: calc(var(--hw-fs-base) * 1.1);
  line-height: 1;
  color: var(--bs-secondary) !important;
}

body .hw-06-05 .hw-01-04-row .hw-col-text .hw-content .hw-title:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

@media (width <= 767.98px) {
  body .hw-06-05 .hw-01-04-row .hw-col-text .hw-btn-row .hw-btn-row .col {
    gap: 1em;
  }
}

body .hw-06-05 .hw-01-04-row .hw-col-img {
  padding: 0;
}

body .hw-06-05 .hw-01-04-row .hw-col-img img {
  aspect-ratio: 1488 / 813;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (width <= 767.98px) {
  body .hw-06-05 .hw-01-04-row .hw-col-img img {
    aspect-ratio: 430 / 562;
  }
}

body .hw-06-05 .hw-01-04-row p {
  margin: 0 0 1.11em;
}

body .hw-07-01 {
  position: relative;
}

body .hw-07-01 .hw-hero-video-wrapper {
  text-align: end;
}

body .hw-07-01 .hw-hero-video-wrapper #hw-hero-video {
  aspect-ratio: 1335 / 808;
  object-fit: cover;
  align-items: end;
  width: 72%;
}

@media (width <= 991.98px) {
  body .hw-07-01 .hw-hero-video-wrapper #hw-hero-video {
    aspect-ratio: 430 / 260;
    width: 100%;
  }
}

body .hw-07-01 #hw-hero-video-overlay {
  content: "";
  background: linear-gradient(90deg, #fff max(100vw - 1536px, 31%), #fff0 77%);
  width: 100%;
  height: 140%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  body .hw-07-01 #hw-hero-video-overlay {
    background: linear-gradient(#fff0 1.8%, #fff 98.39%);
    height: 82%;
  }
}

@media (width <= 767.98px) {
  body .hw-07-01 #hw-hero-video-overlay {
    height: 57%;
  }
}

@media (width <= 575.98px) {
  body .hw-07-01 #hw-hero-video-overlay {
    height: 54%;
  }
}

body .hw-07-01 .hw-hero-container .hw-headline-row {
  z-index: 1;
  margin-top: -35.0625em;
  padding-bottom: 11.0625em;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-07-01 .hw-hero-container .hw-headline-row {
    margin-top: -8.0625em;
    padding-bottom: 0;
  }
}

@media (width <= 767.98px) {
  body .hw-07-01 .hw-hero-container .hw-headline-row {
    margin-top: -2.0625em;
  }
}

body .hw-07-01 .hw-hero-container .hw-headline-row .hw-headline-col {
  padding: 0;
  padding-right: 62em !important;
}

@media (width <= 991.98px) {
  body .hw-07-01 .hw-hero-container .hw-headline-row .hw-headline-col {
    padding-right: max((100vw - var(--hw-box-width)) / 2, 5vw) !important;
  }
}

body .hw-07-01 .hw-hero-container .hw-headline-row .hw-headline-col .hw-contact-block {
  width: max-content;
}

body .hw-07-01 .hw-hero-container .hw-headline-row .hw-headline-col h1:after, body .hw-07-01 .hw-hero-container .hw-headline-row .hw-headline-col .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-07-03 {
  background-color: var(--bs-secondary);
  padding: 5.38em 5.22em 4.72em 0;
}

@media (width <= 991.98px) {
  body .hw-07-03 {
    padding-left: 0;
    padding-right: 0;
  }
}

body .hw-07-03 .hw-col-text {
  color: var(--bs-white);
}

body .hw-07-03 .hw-col-text p {
  padding-right: 3em;
}

body .hw-07-03 .hw-col-text h2, body .hw-07-03 .hw-col-text .h2, body .hw-07-03 .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-07-03 .hw-col-text .hw-year {
  color: var(--bs-white);
}

body .hw-07-03 .hw-col-text h2:after, body .hw-07-03 .hw-col-text .h2:after, body .hw-07-03 .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-07-03 .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

@media (width <= 767.98px) {
  body .hw-07-03 .hw-col-person {
    margin-bottom: 1.5em;
  }

  body .hw-07-03 .hw-col-person:last-child {
    margin-bottom: 0;
  }
}

body .hw-07-03 .hw-col-person img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 1.1em;
}

body .hw-07-03 .hw-col-person .hw-content {
  color: var(--bs-white);
}

body .hw-07-03 .hw-col-person .hw-content h3, body .hw-07-03 .hw-col-person .hw-content .h3 {
  margin: 0;
  margin-bottom: calc(var(--hw-fs-base) * 1.1);
  color: var(--bs-white);
  padding: 0;
}

body .hw-07-03 .hw-col-person .hw-content p {
  color: var(--bs-white);
  margin: 0;
  padding: 0;
}

body .hw-07-04 .hw-col-img {
  align-items: center;
  gap: 9em;
  padding-right: 7.5em;
  display: flex;
}

@media (width <= 991.98px) {
  body .hw-07-04 .hw-col-img {
    flex-wrap: wrap;
    gap: 1em;
    padding-right: 0;
  }

  body .hw-07-04 .hw-col-img > * {
    width: 23%;
  }
}

@media (width <= 767.98px) {
  body .hw-07-04 .hw-col-img > * {
    width: 48%;
  }
}

body .hw-07-04 .hw-col-text {
  align-items: center;
  display: flex;
}

body .hw-07-05 h2, body .hw-07-05 .h2, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year {
  margin-bottom: calc(var(--hw-fs-base) * 2.7);
}

body .hw-07-05 .swiper {
  padding-bottom: 10px;
}

body .hw-07-05 .swiper .swiper-wrapper .swiper-slide {
  flex-direction: column;
  height: auto;
  display: flex;
  position: relative;
}

body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-content {
  border-left: 1px solid var(--bs-black);
  padding: 0 6em;
  margin-bottom: calc(var(--hw-fs-base) * 9) !important;
}

@media (width <= 991.98px) {
  body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-content {
    padding: 0 3em;
    margin-bottom: calc(var(--hw-fs-base) * 6) !important;
  }
}

@media (width <= 767.98px) {
  body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-content {
    padding: 0 1em;
    margin-bottom: calc(var(--hw-fs-base) * 4) !important;
  }
}

body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline {
  margin-top: auto;
}

body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-dot {
  position: relative;
}

body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-dot:before {
  content: "";
  background-color: var(--bs-primary);
  border-radius: 50%;
  width: 33px;
  height: 32px;
  margin: auto;
  display: block;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}

body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

body .hw-07-05 .swiper .swiper-wrapper .swiper-slide:last-child .hw-slide-content {
  border-right: 1px solid var(--bs-black);
}

body .hw-07-05 .swiper .hw-line {
  background-color: var(--bs-primary);
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  transform: translateY(-18px);
}

body .hw-07-05 .swiper .hw-scrollbar-wrapper {
  width: 50%;
  margin: auto;
  margin-top: calc(var(--hw-fs-base) * 4.2);
}

@media (width <= 991.98px) {
  body .hw-07-05 .swiper .hw-scrollbar-wrapper {
    margin-top: calc(var(--hw-fs-base) * 3.2) !important;
  }
}

@media (width <= 767.98px) {
  body .hw-07-05 .swiper .hw-scrollbar-wrapper {
    margin-top: calc(var(--hw-fs-base) * 1.2) !important;
  }
}

body .hw-07-05 .swiper .hw-scrollbar-wrapper .swiper-scrollbar {
  position: relative;
}

body .hw-07-05 .swiper .hw-scrollbar-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--bs-primary);
  border-radius: 50%;
  height: 23px;
  top: -10px;
}

@media (width <= 991.98px) {
  body .hw-09-01 .hw-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

body .hw-09-01 .hw-container #hw-hero-img-overlay {
  display: none;
}

@media (width <= 991.98px) {
  body .hw-09-01 .hw-container #hw-hero-img-overlay {
    content: "";
    background: linear-gradient(#fff0 1.8%, #fff 98.39%);
    width: 100%;
    height: 15.89em;
    margin-top: 25.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (width <= 767.98px) {
  body .hw-09-01 .hw-container #hw-hero-img-overlay {
    height: 12.89em;
  }
}

body .hw-09-01 .hw-container .hw-row-bg {
  border-radius: 3px;
  width: 100%;
  height: 30.61em;
}

@media (width <= 991.98px) {
  body .hw-09-01 .hw-container .hw-row-bg {
    border-radius: 0;
    margin: 0;
  }

  body .hw-09-01 .hw-container-text {
    position: relative;
  }

  body .hw-09-01 .hw-container-text .hw-row {
    justify-content: center;
  }
}

body .hw-09-01 .hw-container-text .hw-row .hw-col-text {
  -webkit-backdrop-filter: blur(25px);
  background: #ffffff4d;
  margin-top: -7.67em;
  padding: 2.89em 3.67em 3.056em;
  box-shadow: 0 4px 100px #002e421a;
  padding-right: 3.67em !important;
}

@media (width <= 991.98px) {
  body .hw-09-01 .hw-container-text .hw-row .hw-col-text {
    box-shadow: none;
    backdrop-filter: none;
    background: none;
    width: 90%;
    margin-top: -4.67em;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body .hw-09-01 .hw-container-text .hw-row .hw-col-text h1:after, body .hw-09-01 .hw-container-text .hw-row .hw-col-text .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-09-02 {
  position: relative;
}

body .hw-09-02:before {
  content: "";
  height: 100%;
  width: max(80%, (100vw - var(--hw-box-width)) / 2 + var(--hw-box-width) * .6);
  background-color: var(--bs-secondary);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  body .hw-09-02:before {
    width: 100%;
    height: 88%;
  }
}

body .hw-09-02 .container {
  padding-top: 6.66em;
  padding-bottom: 6.66em;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-09-02 .container {
    padding-top: 3.66em;
  }
}

body .hw-09-02 .container .hw-col-text {
  color: var(--bs-white);
  flex-direction: column;
  gap: .6em;
  padding: 0;
  display: flex;
}

body .hw-09-02 .container .hw-col-text > * {
  margin: 0;
  padding: 0;
}

body .hw-09-02 .container .hw-col-text .hw-text-bg {
  color: var(--bs-white);
  font-size: 11.11em;
  line-height: 1.2;
  font-family: var(--hw-ff-bold);
  margin-top: -.15em;
}

@media (width <= 991.98px) {
  body .hw-09-02 .container .hw-col-text .hw-text-bg {
    font-size: 7.14em;
  }
}

body .hw-09-02 .container .hw-col-text h2, body .hw-09-02 .container .hw-col-text .h2, body .hw-09-02 .container .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-09-02 .container .hw-col-text .hw-year {
  color: var(--bs-white);
}

body .hw-09-02 .container .hw-col-text .btn-white:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white) !important;
}

body .hw-09-02 .container .hw-col-text h2:after, body .hw-09-02 .container .hw-col-text .h2:after, body .hw-09-02 .container .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-09-02 .container .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-09-02 .container .hw-col-img {
  margin-top: -9.167em;
  position: absolute;
}

@media (width <= 991.98px) {
  body .hw-09-02 .container .hw-col-img {
    margin-top: -22.167em;
    position: relative;
  }
}

@media (width <= 767.98px) {
  body .hw-09-02 .container .hw-col-img {
    margin-top: -11.167em;
    scale: 1.2;
  }
}

body .hw-09-03 {
  position: relative;
}

body .hw-09-03:before {
  content: "";
  height: 100%;
  width: max(72%, (100vw - var(--hw-box-width)) / 2 + var(--hw-box-width) * .6);
  background-color: var(--bs-gray);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <= 991.98px) {
  body .hw-09-03:before {
    width: 100%;
    height: 88%;
  }
}

body .hw-09-03 .container {
  padding-top: 6.66em;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-09-03 .container {
    padding-top: 3.66em;
  }
}

body .hw-09-03 .container .hw-col-text {
  flex-direction: column;
  gap: .6em;
  padding: 0;
  display: flex;
}

body .hw-09-03 .container .hw-col-text > * {
  margin: 0;
  padding: 0;
}

body .hw-09-03 .container .hw-col-text .hw-text-bg {
  font-size: 11.11em;
  line-height: 1.2;
  font-family: var(--hw-ff-bold);
  margin-top: -.15em;
}

@media (width <= 991.98px) {
  body .hw-09-03 .container .hw-col-text .hw-text-bg {
    font-size: 7.14em;
  }
}

body .hw-09-03 .container .hw-col-text h2:after, body .hw-09-03 .container .hw-col-text .h2:after, body .hw-09-03 .container .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-09-03 .container .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-09-03 .container .hw-col-img {
  margin-top: -9.167em;
}

@media (width <= 991.98px) {
  body .hw-09-03 .container .hw-col-img {
    margin-top: -27.167em;
  }
}

@media (width <= 767.98px) {
  body .hw-09-03 .container .hw-col-img {
    margin-top: -17.167em;
    scale: 1.2;
  }
}

body .hw-08-01 {
  padding-top: 13.5em;
  padding-bottom: 18.55em;
  position: relative;
  background-position: 100% !important;
  background-size: 70% !important;
}

@media (width <= 991.98px) {
  body .hw-08-01 {
    aspect-ratio: 480 / 329;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-position: top !important;
    background-size: 237% !important;
  }
}

@media (width <= 767.98px) {
  body .hw-08-01 {
    background-size: 170% !important;
  }
}

body .hw-08-01:after {
  content: "";
  background: linear-gradient(270deg, #fff0 0%, #fff 51.82%);
  width: 70%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  body .hw-08-01:after {
    background: linear-gradient(#fff0 0%, #fff 74%);
    width: 100%;
    height: 36%;
    top: auto;
    bottom: 0;
  }
}

@media (width <= 767.98px) {
  body .hw-08-01:after {
    background: linear-gradient(#fff0 0%, #fff 51%);
  }
}

body .hw-08-01 .hw-hero-container {
  z-index: 1;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-08-01 .hw-hero-container {
    margin-top: 38em;
  }
}

@media (width <= 767.98px) {
  body .hw-08-01 .hw-hero-container {
    margin-top: 15em;
  }
}

body .hw-08-01 .hw-hero-container h1:after, body .hw-08-01 .hw-hero-container .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  margin-bottom: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-08-02 .row {
    flex-direction: column-reverse;
    display: flex;
  }
}

body .hw-08-02 .hw-col-img img {
  aspect-ratio: 971 / 813;
  object-fit: cover;
  width: 100%;
  height: auto;
}

body .hw-08-02 .hw-col-text {
  flex-direction: column;
  justify-content: center;
  gap: 1.1em;
  display: flex;
}

body .hw-08-02 .hw-col-text > * {
  margin: 0;
  padding: 0;
}

body .hw-08-02 .hw-col-text h2:after, body .hw-08-02 .hw-col-text .h2:after, body .hw-08-02 .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-08-02 .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-08-03 .hw-col-img img {
  aspect-ratio: 971 / 813;
  object-fit: cover;
  width: 100%;
  height: auto;
}

body .hw-08-03 .hw-col-text {
  flex-direction: column;
  justify-content: center;
  gap: 1.1em;
  display: flex;
}

body .hw-08-03 .hw-col-text > * {
  margin: 0;
  padding: 0;
}

body .hw-08-03 .hw-col-text h2:after, body .hw-08-03 .hw-col-text .h2:after, body .hw-08-03 .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-08-03 .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-10-01 {
  overflow-x: clip;
}

body .hw-10-01 .hw-container {
  width: calc(90% + 3em);
  position: relative;
  max-width: calc(var(--hw-box-width) + 4em) !important;
}

@media (width <= 991.98px) {
  body .hw-10-01 .hw-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

body .hw-10-01 .hw-container .hw-row-bg {
  border-radius: 3px;
  width: 100%;
  height: 30.61em;
  background-position: 100% !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

@media (width <= 991.98px) {
  body .hw-10-01 .hw-container .hw-row-bg {
    aspect-ratio: 430 / 260;
    border-radius: 0;
    width: 100%;
    height: auto;
    margin: 0;
    background-position: top !important;
  }
}

body .hw-10-01 .hw-container .hw-row-bg video {
  aspect-ratio: 430 / 260;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (width >= 992px) {
  body .hw-10-01 .hw-container .hw-row-bg video {
    aspect-ratio: 1808 / 726;
    object-fit: cover;
    border-radius: 3px;
  }
}

@media (width <= 991.98px) {
  body .hw-10-01 .hw-container .hw-row-bg video {
    border-radius: 0;
    height: auto;
    margin: 0;
    scale: 1.1;
    background-position: top !important;
  }

  body .hw-10-01 .hw-container-text {
    background-color: var(--bs-gray);
    position: relative;
  }

  body .hw-10-01 .hw-container-text .hw-row {
    justify-content: center;
  }
}

body .hw-10-01 .hw-container-text .hw-row .hw-col-text {
  -webkit-backdrop-filter: blur(25px);
  background: #ffffff4d;
  margin-top: -5.67em;
  padding: 2.89em 3.67em 3.056em;
  box-shadow: 0 4px 100px #002e421a;
  padding-right: 3.67em !important;
}

@media (width <= 991.98px) {
  body .hw-10-01 .hw-container-text .hw-row .hw-col-text {
    backdrop-filter: none;
    width: 90%;
    box-shadow: unset;
    background: none;
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body .hw-10-01 .hw-container-text .hw-row .hw-col-text h1:after, body .hw-10-01 .hw-container-text .hw-row .hw-col-text .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-10-02 {
  overflow-x: clip;
}

body .hw-10-02 .hw-container {
  position: relative;
}

body .hw-10-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a {
  font-size: calc(var(--hw-fs-base) * 4);
}

body .hw-10-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a img {
  object-fit: contain;
  width: auto;
  height: 10.944em;
  margin-top: -1.6em;
}

@media (width <= 767.98px) {
  body .hw-10-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a {
    font-size: calc(var(--hw-fs-base) * 1.8);
  }

  body .hw-10-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a img {
    margin-top: -1.2em;
  }
}

body .hw-10-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a.hw-item {
  color: var(--bs-secondary);
  width: 100%;
  font-size: calc(var(--hw-fs-base) * 2.65);
  font-family: var(--hw-ff-bold);
  text-align: inherit;
  white-space: nowrap;
  clear: both;
  background: var(--bs-white);
  border: 0;
  border-radius: 5px;
  flex-direction: column;
  padding: .5em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px #1e1e1e1a;
}

body .hw-10-02 .hw-container .hw-img-bg {
  z-index: -1;
  width: 73%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (width <= 991.98px) {
  body .hw-10-02 .hw-container .hw-img-bg {
    display: none;
  }
}

body .hw-10-02 .hw-container .hw-img-bg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

body .hw-10-02 .hw-container h2:after, body .hw-10-02 .hw-container .h2:after, body .hw-10-02 .hw-container .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-10-02 .hw-container .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-10-03 {
  position: relative;
  overflow-x: clip;
}

body .hw-10-03:before {
  content: "";
  height: 100%;
  width: max(80%, (100vw - var(--hw-box-width)) / 2 + var(--hw-box-width) * .6);
  background-color: var(--bs-secondary);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  body .hw-10-03:before {
    width: 100%;
    height: 100%;
  }
}

body .hw-10-03 .container {
  padding-top: 6.66em;
  padding-bottom: 6.66em;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-10-03 .container {
    padding-top: 3.66em;
    padding-bottom: 0;
  }
}

body .hw-10-03 .container .hw-col-text {
  color: var(--bs-white);
  flex-direction: column;
  gap: .6em;
  padding: 0;
  display: flex;
}

body .hw-10-03 .container .hw-col-text > * {
  margin: 0;
  padding: 0;
}

body .hw-10-03 .container .hw-col-text .hw-text-bg {
  color: var(--bs-white);
  font-size: 11.11em;
  line-height: 1.2;
  font-family: var(--hw-ff-bold);
  margin-top: -.15em;
}

@media (width <= 991.98px) {
  body .hw-10-03 .container .hw-col-text .hw-text-bg {
    font-size: 7.14em;
  }
}

body .hw-10-03 .container .hw-col-text h2, body .hw-10-03 .container .hw-col-text .h2, body .hw-10-03 .container .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-10-03 .container .hw-col-text .hw-year {
  color: var(--bs-white);
}

body .hw-10-03 .container .hw-col-text .btn-white:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white) !important;
}

body .hw-10-03 .container .hw-col-text h2:after, body .hw-10-03 .container .hw-col-text .h2:after, body .hw-10-03 .container .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-10-03 .container .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-10-03 .container .hw-col-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (width <= 991.98px) {
  body .hw-10-03 .container .hw-col-img {
    position: relative;
    transform: translateY(0);
  }
}

body .hw-10-04 {
  position: relative;
  overflow-x: clip;
}

body .hw-10-04:before {
  content: "";
  height: 100%;
  width: max(72%, (100vw - var(--hw-box-width)) / 2 + var(--hw-box-width) * .6);
  background-color: var(--bs-gray);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <= 991.98px) {
  body .hw-10-04:before {
    width: 100%;
    height: 100%;
  }
}

body .hw-10-04 .container {
  padding-top: 6.66em;
  position: relative;
}

@media (width <= 991.98px) {
  body .hw-10-04 .container {
    padding-top: 3.66em;
  }
}

body .hw-10-04 .container .hw-col-text {
  flex-direction: column;
  gap: .6em;
  padding: 0;
  display: flex;
}

body .hw-10-04 .container .hw-col-text > * {
  margin: 0;
  padding: 0;
}

body .hw-10-04 .container .hw-col-text .hw-text-bg {
  font-size: 11.11em;
  line-height: 1.2;
  font-family: var(--hw-ff-bold);
  margin-top: -.15em;
}

@media (width <= 991.98px) {
  body .hw-10-04 .container .hw-col-text .hw-text-bg {
    font-size: 7.14em;
  }
}

body .hw-10-04 .container .hw-col-text h2:after, body .hw-10-04 .container .hw-col-text .h2:after, body .hw-10-04 .container .hw-col-text .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-10-04 .container .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

body .hw-10-04 .container .hw-col-img {
  transform: translateY(-4em);
}

@media (width <= 991.98px) {
  body .hw-10-04 .container .hw-col-img {
    transform: translateY(0);
  }
}

body.single-wiki {
  --hw-fs-wiki-base: min(1vw, 20px);
  --hw-fs-h3-wiki: calc(var(--hw-fs-wiki-base) * 1.25);
  --hw-fs-h2-wiki: calc(var(--hw-fs-wiki-base) * 1.5);
  --hw-fs-h1-wiki: calc(var(--hw-fs-wiki-base) * 4);
}

@media (width <= 991.98px) {
  body.single-wiki {
    --hw-fs-wiki-base: min(1.45vw, 16px);
  }
}

@media (width <= 767.98px) {
  body.single-wiki {
    --hw-fs-wiki-base: 3.2vw;
    --hw-fs-h3-wiki: calc(var(--hw-fs-wiki-base) * 1.2);
    --hw-fs-h2-wiki: calc(var(--hw-fs-wiki-base) * 1.6);
    --hw-fs-h1-wiki: calc(var(--hw-fs-wiki-base) * 2.5);
  }
}

body.single-wiki :not(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, small, .small, .brlbs-cmpnt-h1, .brlbs-cmpnt-h2) {
  font-family: var(--hw-ff-light);
  font-size: var(--hw-fs-wiki-base);
  color: var(--bs-secondary);
}

body.single-wiki header nav {
  background-color: var(--bs-white) !important;
}

body.single-wiki section:last-child {
  margin-bottom: 8em;
}

body.single-wiki {
  --hw-box-width: 1717px;
}

body.single-wiki .container {
  width: 95%;
  max-width: var(--hw-box-width) !important;
}

@media (width <= 991.98px) {
  body.single-wiki .container {
    width: 90%;
  }
}

body.single-wiki .hw-title {
  margin: 0;
  padding: 0;
}

body.single-wiki .hw-title h1, body.single-wiki .hw-title .h1 {
  margin-bottom: 0;
  padding-bottom: .1em;
  font-size: var(--hw-fs-h1-wiki) !important;
}

body.single-wiki h2, body.single-wiki .h2, body.single-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body.single-wiki h3, body.single-wiki .h3, body.single-wiki h4, body.single-wiki .h4 {
  margin-bottom: 0;
  padding-bottom: .5em;
  font-weight: 300;
}

body.single-wiki h2, body.single-wiki .h2, body.single-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year {
  font-size: var(--hw-fs-h2-wiki) !important;
}

body.single-wiki h3, body.single-wiki .h3 {
  font-size: var(--hw-fs-h3-wiki) !important;
}

body.single-wiki h4, body.single-wiki .h4 {
  font-size: var(--hw-fs-wiki-base) !important;
}

body.single-wiki p {
  color: var(--bs-secondary);
  margin-bottom: 0;
}

body.single-wiki .wp-block-columns {
  gap: 3.125em;
}

@media (width <= 991.98px) {
  body.single-wiki .wp-block-columns {
    gap: 0;
    margin: 0;
  }
}

body.single-wiki .wp-block-image {
  margin: 0;
  padding: 1em 0;
}

body.single-wiki .wp-block-image img {
  border-radius: 3px;
}

@media (width <= 991.98px) {
  body.single-wiki .wp-block-image img {
    border-radius: 0;
    margin: 3em 0 4em;
    scale: 1.2;
  }
}

body.single-wiki ul.wp-block-list, body.single-wiki ol.wp-block-list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.single-wiki .hw-11-01 {
  margin-top: -1.5em;
  overflow-x: clip;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-01 .hw-container {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
}

body.single-wiki .hw-11-01 .hw-container .hw-row-bg {
  border-radius: 3px;
  height: 46.2em;
  box-shadow: 0 0 16px #2125291a;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-01 .hw-container .hw-row-bg {
    border-radius: 0;
    height: 36.2em;
    margin: 0;
  }
}

@media (width <= 767.98px) {
  body.single-wiki .hw-11-01 .hw-container .hw-row-bg {
    height: 27.2em;
  }
}

body.single-wiki .hw-11-02 {
  margin-top: calc((var(--hw-section-gap) + 16.3em) * -1);
  margin-bottom: 5em;
  overflow-x: clip;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-02 {
    margin-top: -16.25em;
  }
}

@media (width <= 767.98px) {
  body.single-wiki .hw-11-02 {
    margin-top: -16.125em;
  }
}

body.single-wiki .hw-11-02 .hw-row-main {
  justify-content: space-between;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-02 .hw-row-main {
    flex-direction: column;
    align-items: center;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content {
  backdrop-filter: blur(25px);
  background: #ffffff80;
  border-radius: 3px;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  height: fit-content;
  padding: 2em 2.5em;
  display: flex;
  box-shadow: 0 0 10px #00000026;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content {
    box-shadow: unset;
    padding: 0;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-excerpt p {
  font-family: var(--hw-ff-bold);
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container {
  background: var(--bs-light);
  border-radius: 10px;
  margin-bottom: 3.95em;
  padding: 2.2em 2.75em;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-text p {
  margin: 0 0 1em !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card {
  border: none;
  border-radius: 10px;
  flex-direction: row;
  height: 100%;
  box-shadow: 0 0 10px #0000001a;
}

@media (width <= 767.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card {
    flex-direction: column;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card .card-body {
  flex-direction: column;
  gap: .75em;
  padding: 1.15em 14.6em 3em 1.75em;
  display: flex;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card .card-body {
    padding: 1.15em 1.75em;
  }
}

@media (width <= 767.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card .card-body {
    padding: .85em 1.35em 2.55em;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card .card-body .hw-cat {
  gap: .5em 1em;
  display: flex;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card .card-body .hw-cat .badge {
  font-weight: 400;
  font-size: calc(var(--hw-fs-wiki-base) * .7);
  padding: .18em 1em .4em;
  color: var(--bs-primary) !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card .card-body a {
  text-decoration: none;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card .card-body a .hw-title {
  color: var(--bs-accent);
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card img {
  aspect-ratio: 295 / 270;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  width: 25%;
  height: auto;
}

@media (width <= 767.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-relatedPosts-container .hw-posts-wrapper .hw-card .card img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h2 + p, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h2 + p, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year + p, body.single-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-year + p {
  margin-top: .3em !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h2 + h3, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h2 + h3, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year + h3, body.single-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-year + h3, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h2 + .h3, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h2 + .h3, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year + .h3, body.single-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-year + .h3, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h2 + ul, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h2 + ul, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year + ul, body.single-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-year + ul, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h2 + ol, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h2 + ol, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year + ol, body.single-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-year + ol {
  margin-top: 0 !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h3 + p, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h3 + p {
  margin-top: .3em !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h3 + ul, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h3 + ul, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h3 + ol, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h3 + ol {
  margin-top: 0 !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h4 + p, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h4 + p {
  margin-top: -1.1em !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h4 + ul, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h4 + ul, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h4 + ol, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .h4 + ol {
  margin-top: 0 !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content p {
  margin: 0 !important;
  padding: 0 !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content p + ul, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content p + ol {
  margin-top: -.9em !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content p:has(em) {
  line-height: 1em;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content ul, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content ol {
  margin-top: -1.5em !important;
  padding-left: 2em !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content img {
  border-radius: 3px;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-break-wrapper {
  background-color: var(--bs-dark);
  border-radius: 0 .455em .455em 0;
  position: relative;
  padding: .1em 2em .1em 0 !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-break-wrapper h2, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-break-wrapper .h2, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-break-wrapper .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body.single-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-break-wrapper .hw-year {
  color: var(--bs-white);
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-break-wrapper h3, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-break-wrapper .h3 {
  color: var(--bs-white);
  margin-bottom: var(--hw-fs-h2-wiki);
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-break-wrapper a {
  color: var(--bs-white);
  font-family: var(--hw-ff-medium);
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-break-wrapper:after {
  content: "";
  background: var(--bs-dark);
  width: calc(.75rem + max(50vw - 1575px, 10vw) + 1px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(calc(1px - 100%));
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h2.wp-block-heading, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .wp-block-heading.h2, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .wp-block-heading.hw-year, body.single-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-11-02 .hw-row-main .hw-col-right .hw-content .wp-block-heading.hw-year {
  font-family: var(--hw-ff-medium);
  margin-top: .5em;
  margin-bottom: -1em;
  font-size: var(--hw-fs-h2-wiki) !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content h3.wp-block-heading, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .wp-block-heading.h3 {
  font-family: var(--hw-ff-medium);
  margin-top: 1em;
  margin-bottom: -1em;
  font-size: var(--hw-fs-h3-wiki) !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content p {
  margin-bottom: 2em;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content figure.wp-block-table {
  border: 1px solid var(--bs-dark);
  border-radius: .5em;
  margin-bottom: 0;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content figure.wp-block-table tbody tr:first-child td {
  padding: .9em 1.8em .7em;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content figure.wp-block-table tbody tr:last-child td {
  border: unset !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content figure.wp-block-table tbody tr td {
  border: unset;
  padding: 1.2em 1.8em 1.4em;
  border-bottom: 1px solid var(--bs-dark) !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content figure.wp-block-image {
  border-radius: 0;
  margin-top: 1.5em;
  margin-bottom: 0;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content figure.is-provider-youtube .wp-block-embed__wrapper:before, body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content #ez-toc-container {
  display: none;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author {
  margin-top: 2.5em;
  padding: 0;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents {
  align-items: center;
  gap: 2.5em;
  margin-right: 4em;
  display: flex;
  margin-top: 0 !important;
}

@media (width <= 767.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents {
    flex-direction: column;
    gap: 0;
    margin-right: 0;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-author img {
  aspect-ratio: 436 / 400;
  object-fit: cover;
  border-radius: 3px;
}

@media (width <= 767.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-author img {
    border-radius: 3px 3px 0 0;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list {
  fill: #ffffff80;
  backdrop-filter: blur(50px);
  border-radius: 3px;
  padding: 2.6em 3.4em 2.2em 2.65em;
  position: absolute;
  right: 2.5em;
  box-shadow: 0 4px 100px #3333331a;
}

@media (width <= 767.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list {
    right: unset;
    border-radius: 0 0 3px 3px;
    position: relative;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-text {
  padding: 0 !important;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-text .hw-autor {
  flex-direction: column;
  gap: 1.5em;
  display: flex;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-text .hw-autor .hw-author-social {
  color: #0000;
  gap: .8em;
  display: flex;
}

@media (width <= 767.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-text .hw-autor .hw-author-social {
    margin-top: 0;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-text .hw-autor .hw-author-social svg {
  color: var(--bs-primary);
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-text .hw-autor .hw-name {
  font-weight: bold;
  font-size: var(--hw-fs-h3-wiki);
  margin-bottom: -.25em;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-text .hw-autor .hw-jobtitle {
  line-height: 0;
  font-family: var(--hw-ff-medium);
  position: relative;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-text .hw-autor .hw-jobtitle:after {
  content: "";
  background: var(--bs-primary);
  width: 7.25em;
  height: 2px;
  position: absolute;
  bottom: -1.2em;
  left: 0;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-text .hw-autor .hw-description {
  font-size: calc(var(--hw-fs-wiki-base) * .9);
}

@media (width <= 767.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-text .hw-autor .hw-description {
    display: none;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-btn-author {
  margin-left: 1.1em;
  padding: .7em 1em;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-right .hw-content .hw-container-author .hw-contents .hw-content-list .hw-btn-author {
    width: max-content;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents {
  flex-direction: column;
  gap: 1.1em;
  display: flex;
  position: sticky;
  top: 9.5em;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents {
    background: none;
    align-items: center;
    gap: 1.5em;
    width: 100%;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list {
  backdrop-filter: blur(25px);
  background: #ffffff80;
  border-radius: 3px;
  width: 100%;
  height: fit-content;
  padding: 2em 2.5em 3em;
  box-shadow: 0 0 10px #00000026;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list {
    padding: 2em 2.5em 1.5em;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list .hidden-toc-checkbox {
  display: none;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list .hw-headline-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .65em;
  display: flex;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list .hw-headline {
  font-size: var(--hw-fs-h2-wiki);
  font-family: var(--hw-ff-bold);
  color: var(--bs-secondary);
  margin-bottom: 0;
  padding: 0 0 .65em;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list .toggle-icon {
  width: 1.25em;
  height: 1.25em;
  transition: transform .3s;
  display: none;
  position: relative;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list .toggle-icon:before {
  content: "";
  border-right: 2px solid var(--bs-secondary);
  border-bottom: 2px solid var(--bs-secondary);
  width: .6em;
  height: .6em;
  transition: transform .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list #ez-toc-container {
  box-shadow: none;
  background-color: #0000;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list #ez-toc-container .ez-toc-list {
  flex-direction: column;
  gap: 1em;
  display: flex;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list #ez-toc-container .ez-toc-link {
  color: var(--bs-secondary);
  font-weight: 300;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list #ez-toc-container .ez-toc-link:hover {
  text-decoration: none;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list #ez-toc-container .ez-toc-list-level-1 {
  overflow: visible;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list #ez-toc-container .ez-toc-list-level-1 .ez-toc-heading-level-2 {
  position: relative;
  overflow: visible;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list #ez-toc-container .ez-toc-list-level-1 .ez-toc-heading-level-2:first-child:before {
  content: "";
  background-color: var(--bs-gray);
  width: 7.25em;
  height: 2px;
  position: absolute;
  top: -.5em;
  left: 0;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list #ez-toc-container .ez-toc-list-level-1 .ez-toc-heading-level-2:after {
  content: "";
  background-color: var(--bs-gray);
  width: 7.25em;
  height: 2px;
  position: absolute;
  bottom: -.5em;
  left: 0;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list p {
  color: var(--bs-secondary);
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list p.h4 {
  font-family: var(--hw-ff-medium);
  margin-top: -.219em;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list .hw-headline-wrapper {
    padding-bottom: .65em;
  }

  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list .hw-headline {
    padding-bottom: 0;
  }

  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list .toggle-icon {
    display: block;
    transform: rotate(0);
  }

  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list #ez-toc-container {
    padding-top: 1em;
    display: none;
  }

  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list .hidden-toc-checkbox:checked ~ .hw-headline-wrapper .toggle-icon {
    transform: rotate(180deg);
  }

  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-content-list .hidden-toc-checkbox:checked ~ #ez-toc-container {
    margin-bottom: 1.5em;
    display: block;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-author {
  backdrop-filter: blur(25px);
  background: #ffffff80;
  border-radius: 3px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 1em 1.3em;
  display: flex;
  box-shadow: 0 0 10px #00000026;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-author {
    display: none;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-author .hw-author-text {
  margin-left: 2.5em;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-author .hw-author-text p {
  padding: 0;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-author img {
  aspect-ratio: 121 / 121;
  object-fit: cover;
  border-radius: 5px;
  width: 8.05em;
  height: auto;
  box-shadow: 0 0 10px #0000001a;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-date {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  padding: 1em 0;
  display: flex;
}

@media (width >= 992px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-date {
    display: none;
  }
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-contents .hw-date .hw-author-text p {
  padding: 0;
}

body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-img-post {
  aspect-ratio: 1932 / 900;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 23em;
}

@media (width <= 991.98px) {
  body.single-wiki .hw-11-02 .hw-row-main .hw-col-left .hw-img-post {
    margin-bottom: 2em;
  }
}

body.post-type-archive-wiki header #menu-neu-hauptmenue li a {
  color: var(--bs-primary);
  font-size: calc(var(--hw-fs-base) * 1.2);
  text-decoration: none;
}

body.post-type-archive-wiki header .btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
  border-radius: 3px !important;
}

body.post-type-archive-wiki main {
  padding: 0 !important;
}

body.post-type-archive-wiki section:last-child {
  margin-bottom: 8em;
}

body.post-type-archive-wiki h2, body.post-type-archive-wiki .h2, body.post-type-archive-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body.post-type-archive-wiki h3, body.post-type-archive-wiki .h3, body.post-type-archive-wiki h4, body.post-type-archive-wiki .h4 {
  margin-bottom: 0;
  padding-bottom: .5em;
  font-weight: 300;
}

body.post-type-archive-wiki h2, body.post-type-archive-wiki .h2, body.post-type-archive-wiki .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year {
  font-size: var(--hw-fs-h2-wiki);
}

body.post-type-archive-wiki h3, body.post-type-archive-wiki .h3 {
  font-size: var(--hw-fs-h3-wiki);
}

body.post-type-archive-wiki .hw-12-01 {
  overflow-x: clip;
}

@media (width <= 991.98px) {
  body.post-type-archive-wiki .hw-12-01 .hw-container {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
}

body.post-type-archive-wiki .hw-12-01 .hw-container .hw-row-bg {
  border-radius: 3px;
  width: 100%;
  height: 30.61em;
}

@media (width <= 991.98px) {
  body.post-type-archive-wiki .hw-12-01 .hw-container .hw-row-bg {
    border-radius: 0;
    margin: 0;
  }

  body.post-type-archive-wiki .hw-12-01 .hw-container-text .hw-row {
    margin-right: -18.78em;
  }
}

@media (width <= 767.98px) {
  body.post-type-archive-wiki .hw-12-01 .hw-container-text .hw-row {
    margin-right: 1.22em;
  }
}

body.post-type-archive-wiki .hw-12-01 .hw-container-text .hw-row .hw-col-text {
  -webkit-backdrop-filter: blur(25px);
  background: #ffffff4d;
  margin-top: -6.67em;
  padding-top: 1.94em;
  padding-bottom: 2em;
  box-shadow: 0 4px 100px #002e421a;
  padding-right: 3.06em !important;
}

body.post-type-archive-wiki .hw-12-01 .hw-container-text .hw-row .hw-col-text h1:after, body.post-type-archive-wiki .hw-12-01 .hw-container-text .hw-row .hw-col-text .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

section.hw-13-01 {
  margin-top: -1.5em;
  margin-bottom: var(--hw-n-section-gap);
  position: relative;
}

section.hw-13-01 .hw-hero-video-wrapper {
  text-align: end;
}

section.hw-13-01 .hw-hero-video-wrapper #hw-hero-video {
  aspect-ratio: 1335 / 557;
  object-fit: cover;
  align-items: end;
  width: 72%;
}

@media (width <= 991.98px) {
  section.hw-13-01 .hw-hero-video-wrapper #hw-hero-video {
    aspect-ratio: 430 / 260;
    width: 100%;
  }
}

@media (width <= 767.98px) {
  section.hw-13-01 .hw-hero-video-wrapper #hw-hero-video {
    aspect-ratio: unset;
    height: 50vh;
  }
}

section.hw-13-01 #hw-hero-video-overlay {
  content: "";
  background: linear-gradient(270deg, #fff0 0%, #fff 72%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  section.hw-13-01 #hw-hero-video-overlay {
    background: linear-gradient(#fff0 1.8%, #fff 98.39%);
    height: 101%;
  }
}

section.hw-13-01 .hw-hero-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

section.hw-13-01 .hw-hero-container .hw-headline-row {
  z-index: 1;
  position: relative;
}

section.hw-13-01 .hw-hero-container .hw-headline-row .hw-headline-col .hw-contact-block {
  width: max-content;
}

section.hw-13-01 .hw-hero-container .hw-headline-row .hw-headline-col h1, section.hw-13-01 .hw-hero-container .hw-headline-row .hw-headline-col .h1 {
  width: 56%;
}

@media (width <= 991.98px) {
  section.hw-13-01 .hw-hero-container .hw-headline-row .hw-headline-col h1, section.hw-13-01 .hw-hero-container .hw-headline-row .hw-headline-col .h1 {
    width: 90%;
  }
}

section.hw-13-01 .hw-hero-container .hw-headline-row .hw-headline-col h1:after, section.hw-13-01 .hw-hero-container .hw-headline-row .hw-headline-col .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

section.hw-13-02 {
  margin-top: 0;
}

section.hw-13-02 ~ .hw-13-02 {
  margin-top: -5.5em;
}

section.hw-13-02 .row {
  --bs-gutter-x: 2.7em;
  --bs-gutter-y: 2.7em;
  margin-top: 0;
}

section.hw-13-02 .row .hw-col-headline {
  margin-top: 0;
  margin-bottom: calc(var(--bs-gutter-y) * -1);
}

section.hw-13-02 .row .hw-col-headline h2, section.hw-13-02 .row .hw-col-headline .h2, section.hw-13-02 .row .hw-col-headline body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline section.hw-13-02 .row .hw-col-headline .hw-year {
  margin-bottom: calc(var(--hw-fs-base) * 2.5);
}

@media (width <= 767.98px) {
  section.hw-13-02 .row .hw-col-headline h2, section.hw-13-02 .row .hw-col-headline .h2, section.hw-13-02 .row .hw-col-headline body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline section.hw-13-02 .row .hw-col-headline .hw-year {
    margin-bottom: calc(var(--hw-fs-base) * .5);
  }
}

section.hw-13-02 .row .card {
  background-color: #0000;
  border: 0;
  border-radius: 0;
  height: 100%;
  position: relative;
}

section.hw-13-02 .row .card:before {
  content: "";
  background-color: var(--bs-gray);
  width: 100%;
  height: 16.65em;
  display: block;
  position: absolute;
  top: 3.25em;
  left: 0;
}

section.hw-13-02 .row .card .hw-img-wrapper {
  z-index: 3;
  position: relative;
}

section.hw-13-02 .row .card .hw-img-wrapper img {
  aspect-ratio: 495 / 351;
  object-fit: contain;
  width: 100%;
  height: auto;
  position: relative;
}

section.hw-13-02 .row .card .card-body {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  gap: 1em;
  margin-top: -6em;
  margin-left: 2.5em;
  margin-right: 2.5em;
  padding: 5.75em 2.3em 2.15em;
  display: flex;
  box-shadow: 0 0 10px #3333331a;
}

section.hw-13-02 .row .card .card-body .hw-tags-wrapper {
  flex-wrap: wrap;
  gap: .5em .75em;
  display: flex;
}

section.hw-13-02 .row .card .card-body .hw-tags-wrapper .hw-tag {
  font-size: calc(var(--hw-fs-base) * 1.11);
  line-height: 1.25;
}

section.hw-13-02 .row .card .card-body .hw-tags-wrapper .hw-tag .hw-underscore {
  color: var(--bs-primary);
}

section.hw-13-02 .row .card .card-body h3, section.hw-13-02 .row .card .card-body .h3 {
  font-size: calc(var(--hw-fs-base) * 1.67);
  margin: 0;
}

section.hw-13-02 .row .card .card-body hr {
  opacity: 1;
  border-top-width: 2px;
  border-top-color: var(--bs-primary);
  width: 36%;
  margin: 0;
}

section.hw-13-02 .row .card .card-body .btn {
  padding: .35em 1.42em;
}

#downloadModal .row, #hw-modal-webinar .row {
  --bs-gutter-x: 4em;
}

#downloadModal .row.hw-row-form, #hw-modal-webinar .row.hw-row-form {
  width: 93%;
}

#downloadModal .row.hw-row-form .btn, #hw-modal-webinar .row.hw-row-form .btn {
  margin-top: 1em;
}

#downloadModal .row.hw-row-form [type="checkbox"], #hw-modal-webinar .row.hw-row-form [type="checkbox"] {
  margin-right: .75em;
}

#downloadModal .row.hw-row-form a, #hw-modal-webinar .row.hw-row-form a {
  color: var(--bs-primary);
}

#downloadModal .sib-NACHNAME-area, #hw-modal-webinar .sib-NACHNAME-area {
  transform: translateY(.5em);
}

@media (width <= 767.98px) {
  #downloadModal .sib-NACHNAME-area, #hw-modal-webinar .sib-NACHNAME-area {
    transform: none;
  }
}

section.hw-14-01 {
  position: relative;
  margin-top: -1.22em !important;
  margin-bottom: -5em !important;
}

section.hw-14-01 .container .row img {
  float: right;
  object-fit: cover;
  border-radius: 3px;
  position: relative;
  height: 32em !important;
}

@media (width <= 767.98px) {
  section.hw-14-01 .container .row img {
    border-radius: 0;
    height: 25em !important;
  }

  section.hw-14-01 .container .row, section.hw-14-01 .container .row .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section.hw-14-01 .container {
    max-width: unset !important;
    width: 100% !important;
  }

  section.hw-14-01 .container .lc-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

section.hw-14-01 .container-fluid .row .hw-btn-container, section.hw-14-01 .container-sm .row .hw-btn-container, section.hw-14-01 .container-md .row .hw-btn-container, section.hw-14-01 .container-lg .row .hw-btn-container, section.hw-14-01 .container-xl .row .hw-btn-container, section.hw-14-01 .container-xxl .row .hw-btn-container {
  backdrop-filter: blur(25px);
  background: #ffffff4d;
  border-radius: 3px;
  width: 70%;
  padding-top: 1.15em;
  padding-bottom: 1.15em;
  padding-right: 3.1em;
  transform: translateY(-8.35em);
  box-shadow: 0 4px 100px #002e421a;
  padding-left: max(10vw + var(--bs-gutter-x) / 2, (100vw - var(--hw-box-width)) / 2 + var(--bs-gutter-x) / 2) !important;
}

section.hw-14-01 .container-fluid .row .hw-btn-container h1, section.hw-14-01 .container-sm .row .hw-btn-container h1, section.hw-14-01 .container-md .row .hw-btn-container h1, section.hw-14-01 .container-lg .row .hw-btn-container h1, section.hw-14-01 .container-xl .row .hw-btn-container h1, section.hw-14-01 .container-xxl .row .hw-btn-container h1, section.hw-14-01 .container-fluid .row .hw-btn-container .h1, section.hw-14-01 .container-sm .row .hw-btn-container .h1, section.hw-14-01 .container-md .row .hw-btn-container .h1, section.hw-14-01 .container-lg .row .hw-btn-container .h1, section.hw-14-01 .container-xl .row .hw-btn-container .h1, section.hw-14-01 .container-xxl .row .hw-btn-container .h1 {
  font-weight: unset !important;
}

@media (width <= 991.98px) {
  section.hw-14-01 .container-fluid .row .hw-btn-container, section.hw-14-01 .container-sm .row .hw-btn-container, section.hw-14-01 .container-md .row .hw-btn-container, section.hw-14-01 .container-lg .row .hw-btn-container, section.hw-14-01 .container-xl .row .hw-btn-container, section.hw-14-01 .container-xxl .row .hw-btn-container {
    width: 80% !important;
  }

  section.hw-14-01 .container-fluid .row .hw-btn-container h1, section.hw-14-01 .container-sm .row .hw-btn-container h1, section.hw-14-01 .container-md .row .hw-btn-container h1, section.hw-14-01 .container-lg .row .hw-btn-container h1, section.hw-14-01 .container-xl .row .hw-btn-container h1, section.hw-14-01 .container-xxl .row .hw-btn-container h1, section.hw-14-01 .container-fluid .row .hw-btn-container .h1, section.hw-14-01 .container-sm .row .hw-btn-container .h1, section.hw-14-01 .container-md .row .hw-btn-container .h1, section.hw-14-01 .container-lg .row .hw-btn-container .h1, section.hw-14-01 .container-xl .row .hw-btn-container .h1, section.hw-14-01 .container-xxl .row .hw-btn-container .h1 {
    font-size: calc(var(--hw-fs-base) * 3.95) !important;
    font-weight: unset !important;
  }
}

@media (width <= 767.98px) {
  section.hw-14-01 .container-fluid .row .hw-btn-container, section.hw-14-01 .container-sm .row .hw-btn-container, section.hw-14-01 .container-md .row .hw-btn-container, section.hw-14-01 .container-lg .row .hw-btn-container, section.hw-14-01 .container-xl .row .hw-btn-container, section.hw-14-01 .container-xxl .row .hw-btn-container {
    transform: translateY(-12em);
    width: 93% !important;
  }

  section.hw-14-01 .container-fluid .row .hw-btn-container h1, section.hw-14-01 .container-sm .row .hw-btn-container h1, section.hw-14-01 .container-md .row .hw-btn-container h1, section.hw-14-01 .container-lg .row .hw-btn-container h1, section.hw-14-01 .container-xl .row .hw-btn-container h1, section.hw-14-01 .container-xxl .row .hw-btn-container h1, section.hw-14-01 .container-fluid .row .hw-btn-container .h1, section.hw-14-01 .container-sm .row .hw-btn-container .h1, section.hw-14-01 .container-md .row .hw-btn-container .h1, section.hw-14-01 .container-lg .row .hw-btn-container .h1, section.hw-14-01 .container-xl .row .hw-btn-container .h1, section.hw-14-01 .container-xxl .row .hw-btn-container .h1 {
    font-size: calc(var(--hw-fs-base) * 1.95) !important;
    font-weight: unset !important;
  }
}

section.hw-14-01 .container-fluid .row .hw-btn-container .hw-heading-line svg, section.hw-14-01 .container-sm .row .hw-btn-container .hw-heading-line svg, section.hw-14-01 .container-md .row .hw-btn-container .hw-heading-line svg, section.hw-14-01 .container-lg .row .hw-btn-container .hw-heading-line svg, section.hw-14-01 .container-xl .row .hw-btn-container .hw-heading-line svg, section.hw-14-01 .container-xxl .row .hw-btn-container .hw-heading-line svg {
  width: 8.25em !important;
  height: .15em !important;
}

section.hw-14-01 .container-fluid .row .hw-btn-container h1, section.hw-14-01 .container-sm .row .hw-btn-container h1, section.hw-14-01 .container-md .row .hw-btn-container h1, section.hw-14-01 .container-lg .row .hw-btn-container h1, section.hw-14-01 .container-xl .row .hw-btn-container h1, section.hw-14-01 .container-xxl .row .hw-btn-container h1, section.hw-14-01 .container-fluid .row .hw-btn-container .h1, section.hw-14-01 .container-sm .row .hw-btn-container .h1, section.hw-14-01 .container-md .row .hw-btn-container .h1, section.hw-14-01 .container-lg .row .hw-btn-container .h1, section.hw-14-01 .container-xl .row .hw-btn-container .h1, section.hw-14-01 .container-xxl .row .hw-btn-container .h1 {
  color: var(--bs-secondary);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0 !important;
}

section.hw-14-01 .container-fluid .row .hw-btn-container p, section.hw-14-01 .container-sm .row .hw-btn-container p, section.hw-14-01 .container-md .row .hw-btn-container p, section.hw-14-01 .container-lg .row .hw-btn-container p, section.hw-14-01 .container-xl .row .hw-btn-container p, section.hw-14-01 .container-xxl .row .hw-btn-container p {
  width: 93%;
  color: var(--bs-secondary);
  font-style: normal;
  font-weight: 300;
  line-height: 122.222%;
}

section.hw-14-01 .container-fluid .row .hw-btn-container a, section.hw-14-01 .container-sm .row .hw-btn-container a, section.hw-14-01 .container-md .row .hw-btn-container a, section.hw-14-01 .container-lg .row .hw-btn-container a, section.hw-14-01 .container-xl .row .hw-btn-container a, section.hw-14-01 .container-xxl .row .hw-btn-container a {
  margin-top: .6em;
}

section.hw-14-01:before {
  content: "";
  max-width: var(--hw-box-width);
  background: var(--bs-secondary);
  z-index: -1;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-60%);
}

section.hw-14-01:after {
  content: "";
  max-width: var(--hw-box-width);
  width: max((100vw - var(--hw-box-width)) / 2, 12.5vw);
  background: var(--bs-secondary);
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.hw-14-02 {
  margin-top: var(--hw-n-section-gap);
  padding-top: var(--hw-section-gap);
  padding-bottom: var(--hw-section-gap);
  position: relative;
  margin-bottom: 0 !important;
}

@media (width <= 767.98px) {
  section.hw-14-02 {
    margin-top: calc(var(--hw-n-section-gap) - 8em);
  }
}

section.hw-14-02 .container .row .hw-heading {
  align-self: stretch;
  width: 70%;
}

section.hw-14-02 .container .row .hw-heading h2, section.hw-14-02 .container .row .hw-heading .h2, section.hw-14-02 .container .row .hw-heading body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline section.hw-14-02 .container .row .hw-heading .hw-year {
  color: var(--Theme-Light, #fff);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0 !important;
}

section.hw-14-02 .container .row .hw-heading .hw-heading-line svg {
  width: 8em !important;
  height: .15em !important;
}

section.hw-14-02 .container .row .col-lg-7 {
  z-index: 3 !important;
}

section.hw-14-02 .container .row .col-lg-7 p {
  font-weight: 500;
  color: var(--Theme-Light, #fff) !important;
  width: 90% !important;
}

section.hw-14-02 .container .row .col-lg-7 .hw-table {
  backdrop-filter: blur(25px);
  background: #ffffff80;
  border-radius: 3px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .6em;
  margin-top: 1.8em;
  padding: 2.25em 2.8em;
  display: inline-flex;
  box-shadow: 0 0 10px #00000026;
  z-index: 3 !important;
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table thead tr th:first-child {
  color: var(--bs-secondary);
  padding-bottom: .25em;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table thead tr th:first-child svg {
  margin-right: .6em;
  font-size: .25em;
  transform: translateY(-10%);
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table thead tr th:last-child {
  color: var(--bs-secondary);
  padding-bottom: .25em;
  padding-left: 2.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table thead tr th:last-child svg {
  margin-right: .6em;
  font-size: .25em;
  transform: translateY(-10%);
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table tbody tr {
  border-top: 1px solid #fff;
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table tbody tr td:first-child {
  border-right: none;
  padding-right: 3.35em;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  position: relative;
}

@media (width <= 767.98px) {
  section.hw-14-02 .container .row .col-lg-7 .hw-table table tbody tr td:first-child {
    padding-right: .1em;
  }
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table tbody tr td:first-child {
  color: var(--bs-secondary);
  padding-top: .3em;
  padding-bottom: .3em;
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table tbody tr td:first-child:after {
  content: "";
  background: var(--bs-primary);
  width: .12em;
  position: absolute;
  top: .3em;
  bottom: .3em;
  right: 0;
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table tbody tr td:last-child {
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: 4em;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

@media (width <= 767.98px) {
  section.hw-14-02 .container .row .col-lg-7 .hw-table table tbody tr td:last-child {
    padding-left: 1em;
  }
}

section.hw-14-02 .container .row .col-lg-7 .hw-table table tbody tr td:last-child {
  color: var(--bs-secondary);
}

section.hw-14-02 .container .row .col-lg-5 {
  z-index: 1 !important;
}

section.hw-14-02 .container .row .col-lg-5 img {
  float: right;
  width: 180%;
  max-width: unset;
  position: relative;
  transform: translateX(-12em) translateY(2.75em);
  z-index: 1 !important;
}

@media (width <= 991.98px) {
  section.hw-14-02 .container .row .col-lg-5 img {
    display: none !important;
  }
}

section.hw-14-02:before {
  content: "";
  max-width: var(--hw-box-width);
  background: var(--bs-secondary);
  z-index: -1;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-60%);
}

section.hw-14-02:after {
  content: "";
  max-width: var(--hw-box-width);
  width: max((100vw - var(--hw-box-width)) / 2, 12.5vw);
  background: var(--bs-secondary);
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hw-floating-tech-evening-btn {
  position: fixed;
  box-shadow: 0 4px 10px #0000004d;
  z-index: 1000 !important;
  min-width: 10em !important;
  max-width: 10em !important;
  max-height: 10em !important;
  color: var(--bs-white) !important;
  font-size: var(--hw-fs-base) !important;
  border-radius: 5px !important;
  padding: 1em !important;
  bottom: 20px !important;
  right: 3.88em !important;
}

.hw-floating-tech-evening-btn svg {
  color: var(--bs-white) !important;
  fill: var(--bs-white) !important;
  width: 50% !important;
  height: auto !important;
  margin-bottom: .333em !important;
}

.hw-floating-tech-evening-btn p {
  width: 100% !important;
  font-size: var(--hw-fs-base) !important;
  color: var(--bs-white) !important;
}

#Modal-hw-tech-evening .hw-col-logo {
  position: relative !important;
  right: -50% !important;
}

#Modal-hw-tech-evening .hw-col-logo img {
  bottom: 0;
  width: 65% !important;
  position: absolute !important;
  right: 0 !important;
}

@media (width <= 767.98px) {
  #Modal-hw-tech-evening .hw-col-logo img {
    display: none !important;
  }
}

#Modal-hw-tech-evening .btn {
  color: var(--bs-white) !important;
}

body.post-type-archive-wiki .hw-floating-tech-evening-btn, body.single-wiki .hw-floating-tech-evening-btn {
  position: fixed;
  box-shadow: 0 4px 10px #0000004d;
  z-index: 1000 !important;
  min-width: 10em !important;
  max-width: 10em !important;
  max-height: 10em !important;
  color: var(--bs-white) !important;
  font-size: var(--hw-fs-base) !important;
  border-radius: 5px !important;
  padding: 1em !important;
  bottom: 20px !important;
  right: 3.88em !important;
}

body.post-type-archive-wiki .hw-floating-tech-evening-btn svg, body.single-wiki .hw-floating-tech-evening-btn svg {
  color: var(--bs-white) !important;
  fill: var(--bs-white) !important;
  width: 50% !important;
  height: auto !important;
  margin-bottom: .333em !important;
}

body.post-type-archive-wiki .hw-floating-tech-evening-btn p, body.single-wiki .hw-floating-tech-evening-btn p {
  width: 100% !important;
  font-size: var(--hw-fs-base) !important;
  color: var(--bs-white) !important;
}

body.post-type-archive-wiki #Modal-hw-tech-evening .hw-col-logo, body.single-wiki #Modal-hw-tech-evening .hw-col-logo {
  position: relative !important;
  right: -50% !important;
}

body.post-type-archive-wiki #Modal-hw-tech-evening .hw-col-logo img, body.single-wiki #Modal-hw-tech-evening .hw-col-logo img {
  bottom: 0;
  width: 65% !important;
  position: absolute !important;
  right: 0 !important;
}

@media (width <= 767.98px) {
  body.post-type-archive-wiki #Modal-hw-tech-evening .hw-col-logo img, body.single-wiki #Modal-hw-tech-evening .hw-col-logo img {
    display: none !important;
  }
}

body.post-type-archive-wiki #Modal-hw-tech-evening .btn, body.single-wiki #Modal-hw-tech-evening .btn {
  color: var(--bs-white) !important;
}

.hw-15-01 {
  margin-top: 2.56em;
  margin-bottom: var(--hw-n-section-gap);
}

.hw-15-01 h1:after, .hw-15-01 .h1:after {
  content: "";
  height: .025em;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: .325em;
  display: block;
  position: relative;
}

.hw-15-01 p {
  margin-top: 1em;
  margin-bottom: 0;
}

.hw-15-02 {
  margin-top: 5.6389em;
}

.hw-15-02 .hw-row {
  --bs-gutter-x: 1.78em;
  --bs-gutter-y: 3.0278em;
}

.hw-15-02 .hw-row .hw-col-article {
  display: flex;
}

.hw-15-02 .hw-row .hw-col-article .hw-article-wrapper {
  background: var(--bs-white);
  border-radius: .167em;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.11em;
  display: flex;
  box-shadow: 0 0 20px #1e1e1e1a;
}

.hw-15-02 .hw-row .hw-col-article .hw-article-wrapper .lc-block:first-child {
  border-bottom: .067em solid var(--bs-primary);
  margin-bottom: .67em;
  padding-bottom: .67em;
}

.hw-15-02 .hw-row .hw-col-article .hw-article-wrapper .lc-block:last-child {
  margin-top: auto;
}

.hw-15-02 .hw-row .hw-col-article .hw-article-wrapper .more-link {
  pointer-events: none;
  color: var(--bs-black);
  text-decoration: none;
}

.hw-15-02 .hw-row .hw-col-article .hw-article-wrapper .btn-sm, .hw-15-02 .hw-row .hw-col-article .hw-article-wrapper .btn-group-sm > .btn {
  font-size: var(--hw-fs-14);
  padding: .357em 1.429em;
}

.hw-15-02 .hw-row .hw-col-article .hw-article-wrapper .h3 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.4em;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  font-size: var(--hw-fs-h3) !important;
}

.hw-15-02 .hw-row .hw-col-article .hw-article-wrapper p {
  margin-bottom: 1.11em;
}

body.single-news .hw-15-03, body.single-webinar .hw-15-03 {
  margin-top: -21.67em;
  position: relative;
}

@media (width <= 991.98px) {
  body.single-news .hw-15-03, body.single-webinar .hw-15-03 {
    margin-top: -14.67em;
  }
}

@media (width <= 767.98px) {
  body.single-news .hw-15-03, body.single-webinar .hw-15-03 {
    margin-top: -7.67em;
  }
}

body.single-news .hw-15-03 #container-content-single, body.single-webinar .hw-15-03 #container-content-single {
  background: var(--bs-white);
  border-radius: .167em;
  width: 62%;
  padding: 5.56em 7.89em;
  position: relative;
  box-shadow: 5px 5px 15px #00000040;
  max-width: 1186px !important;
}

@media (width <= 991.98px) {
  body.single-news .hw-15-03 #container-content-single, body.single-webinar .hw-15-03 #container-content-single {
    width: 80%;
    padding: 4.56em 3.89em;
  }
}

@media (width <= 767.98px) {
  body.single-news .hw-15-03 #container-content-single, body.single-webinar .hw-15-03 #container-content-single {
    width: 95%;
    padding: 2.56em 1.89em;
  }
}

body.single-news .hw-15-03 #container-content-single .hw-row-content, body.single-webinar .hw-15-03 #container-content-single .hw-row-content {
  margin-top: 1.11em;
}

body.single-news .hw-15-03 #container-content-single .hw-row-content .hw-content, body.single-webinar .hw-15-03 #container-content-single .hw-row-content .hw-content {
  flex-direction: column;
  gap: 2.78em;
  display: flex;
}

body.single-news .hw-15-03 #container-content-single .hw-row-content .hw-content h2, body.single-news .hw-15-03 #container-content-single .hw-row-content .hw-content .h2, body.single-news .hw-15-03 #container-content-single .hw-row-content .hw-content .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body.single-news .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-15-03 #container-content-single .hw-row-content .hw-content .hw-year, body.single-webinar .hw-15-03 #container-content-single .hw-row-content .hw-content h2, body.single-webinar .hw-15-03 #container-content-single .hw-row-content .hw-content .h2, body.single-webinar .hw-15-03 #container-content-single .hw-row-content .hw-content .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body.single-webinar .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-15-03 #container-content-single .hw-row-content .hw-content .hw-year {
  color: var(--bs-primary);
  margin-bottom: -1.33em;
  font-size: var(--hw-fs-h3) !important;
}

body.single-news .hw-15-03 #container-content-single .hw-row-content .hw-content h3, body.single-news .hw-15-03 #container-content-single .hw-row-content .hw-content .h3, body.single-webinar .hw-15-03 #container-content-single .hw-row-content .hw-content h3, body.single-webinar .hw-15-03 #container-content-single .hw-row-content .hw-content .h3 {
  color: var(--bs-primary);
  margin-bottom: -1.6em;
  font-size: var(--hw-fs-h4) !important;
}

body.single-news .hw-15-03 #container-content-single .hw-row-content .hw-content p, body.single-webinar .hw-15-03 #container-content-single .hw-row-content .hw-content p {
  margin-bottom: 0;
}

body.single-news .hw-15-03 #container-content-single .hw-row-content .hw-content p + p, body.single-webinar .hw-15-03 #container-content-single .hw-row-content .hw-content p + p {
  margin-top: -1.75em;
}

body.single-news .hw-15-03 #container-content-single h1, body.single-news .hw-15-03 #container-content-single .h1, body.single-webinar .hw-15-03 #container-content-single h1, body.single-webinar .hw-15-03 #container-content-single .h1 {
  margin-bottom: 0;
}

body.single-news .hw-15-03 #container-content-single h1:after, body.single-news .hw-15-03 #container-content-single .h1:after, body.single-webinar .hw-15-03 #container-content-single h1:after, body.single-webinar .hw-15-03 #container-content-single .h1:after {
  content: "";
  height: .025em;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: .325em;
  display: block;
  position: relative;
}

body.single-news .hw-15-03 .hw-bg-element, body.single-webinar .hw-15-03 .hw-bg-element {
  z-index: -1;
  width: 100vw;
  max-width: 2003px;
  height: auto;
  position: sticky;
  top: 35em;
}

body.single-news .wp-block-embed__wrapper:before, body.single-webinar .wp-block-embed__wrapper:before {
  padding-top: 2em !important;
}

body.single-news figure, body.single-webinar figure {
  margin: 0;
}

.single-case-study {
  --hw-section-gap: 8.33em;
}

@media (width <= 991.98px) {
  .single-case-study {
    --hw-section-gap: 4.5em;
  }
}

.single-case-study .hw-16-01 {
  margin-top: -2em;
  position: relative;
  overflow: hidden;
}

.single-case-study .hw-16-01 .hw-hero-video-wrapper {
  text-align: end;
  aspect-ratio: 1335 / 567;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.single-case-study .hw-16-01 .hw-hero-video-wrapper #hw-hero-video {
  aspect-ratio: 1335 / 686;
  object-fit: cover;
  height: 100%;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-01 .hw-hero-video-wrapper #hw-hero-video {
    width: 100%;
  }
}

.single-case-study .hw-16-01 #hw-hero-video-overlay {
  content: "";
  background: linear-gradient(270deg, #fff0 0%, #fff 51.82%);
  width: 64.6%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-01 #hw-hero-video-overlay {
    opacity: .8;
    background: linear-gradient(#fff0 55.8%, #fff 100%);
    width: 100%;
  }
}

.single-case-study .hw-16-01 .hw-hero-container {
  position: absolute;
  bottom: -7.5em;
  left: 0;
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-01 .hw-hero-container {
    bottom: -2em;
  }
}

.single-case-study .hw-16-01 .hw-hero-container .hw-headline-row {
  z-index: 1;
  position: relative;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-01 .hw-hero-container .hw-headline-row {
    margin-top: -8.0625em;
    margin-right: max((100vw - var(--hw-box-width)) / 2, 5vw);
    padding-bottom: 0;
  }
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-01 .hw-hero-container .hw-headline-row {
    margin-top: -2.0625em;
  }

  .single-case-study .hw-16-01 .hw-hero-container .hw-headline-row .hw-headline-col {
    width: 94%;
  }
}

.single-case-study .hw-16-01 .hw-hero-container .hw-headline-row .hw-headline-col h1, .single-case-study .hw-16-01 .hw-hero-container .hw-headline-row .hw-headline-col .h1 {
  color: var(--bs-gray);
  font-family: var(--hw-ff-bold);
  margin-bottom: 0;
  line-height: 1;
  font-size: 22.2em !important;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-01 .hw-hero-container .hw-headline-row .hw-headline-col h1, .single-case-study .hw-16-01 .hw-hero-container .hw-headline-row .hw-headline-col .h1 {
    margin-top: -.6em;
    font-size: 17em !important;
  }
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-01 .hw-hero-container .hw-headline-row .hw-headline-col h1, .single-case-study .hw-16-01 .hw-hero-container .hw-headline-row .hw-headline-col .h1 {
    font-size: 14.2em !important;
  }
}

.single-case-study .hw-16-02 .row {
  --bs-gutter-x: 0;
}

.single-case-study .hw-16-02 .row .hw-col-content {
  flex-direction: column;
  gap: 1.1em;
  display: flex;
}

.single-case-study .hw-16-02 .row .hw-col-content * {
  margin: 0;
}

.single-case-study .hw-16-02 .row h1:after, .single-case-study .hw-16-02 .row .h1:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

.single-case-study .hw-16-02 .row p.h3 {
  color: var(--bs-primary);
}

.single-case-study .hw-16-02 .row p:not(.h3) {
  width: 75%;
}

.single-case-study .hw-16-03 .row {
  --bs-gutter-x: 2.58em;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-03 .row {
    --bs-gutter-x: 1.5em;
  }
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-03 .row {
    --bs-gutter-y: 1.5em;
  }
}

.single-case-study .hw-16-03 .row .lc-block {
  height: 100%;
}

.single-case-study .hw-16-03 .row .lc-block .hw-card {
  background-color: var(--bs-primary);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.1em;
  height: 100%;
  padding: 3.33em 1.5em;
  display: flex;
}

.single-case-study .hw-16-03 .row .lc-block .hw-card .hw-card-title {
  color: var(--bs-white);
  font-size: 2.2em;
  font-family: var(--hw-ff-bold);
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-03 .row .lc-block .hw-card .hw-card-title {
    font-size: 1.5em;
  }
}

.single-case-study .hw-16-03 .row .lc-block .hw-card .hw-card-text {
  color: var(--bs-white);
  text-align: center;
}

.single-case-study .hw-16-04 .row {
  --bs-gutter-x: 11em;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-04 .row {
    --bs-gutter-x: 4em;
  }
}

.single-case-study .hw-16-04 .row .hw-col-text {
  flex-direction: column;
  flex: unset;
  flex-direction: column;
  justify-content: center;
  gap: 1.1em;
  width: 39.729%;
  display: flex;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-04 .row .hw-col-text {
    width: 50%;
  }
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-04 .row .hw-col-text {
    width: 100%;
  }
}

.single-case-study .hw-16-04 .row .hw-col-text h2, .single-case-study .hw-16-04 .row .hw-col-text .h2, .single-case-study .hw-16-04 .row .hw-col-text body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .single-case-study .hw-16-04 .row .hw-col-text .hw-year {
  margin: 0;
}

.single-case-study .hw-16-04 .row .hw-col-text h2:after, .single-case-study .hw-16-04 .row .hw-col-text .h2:after, .single-case-study .hw-16-04 .row .hw-col-text body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .single-case-study .hw-16-04 .row .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

.single-case-study .hw-16-04 .row .hw-col-video video {
  border-radius: 3px;
}

.single-case-study .hw-16-05 .hw-row-1 .hw-col-text {
  flex-direction: column;
  gap: 1.1em;
  display: flex;
}

.single-case-study .hw-16-05 .hw-row-1 .hw-col-text h2, .single-case-study .hw-16-05 .hw-row-1 .hw-col-text .h2, .single-case-study .hw-16-05 .hw-row-1 .hw-col-text body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .single-case-study .hw-16-05 .hw-row-1 .hw-col-text .hw-year {
  margin: 0;
}

.single-case-study .hw-16-05 .hw-row-2 {
  --bs-gutter-x: 5.5em;
  --bs-gutter-y: 2.75em;
  margin-top: 0;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-05 .hw-row-2 {
    --bs-gutter-x: 2.5em;
  }
}

.single-case-study .hw-16-05 .hw-row-2 .hw-col-benefit {
  position: relative;
}

.single-case-study .hw-16-05 .hw-row-2 .hw-col-benefit:after {
  content: "";
  background-color: var(--bs-gray);
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-05 .hw-row-2 .hw-col-benefit:nth-child(2):after {
    display: none;
  }
}

.single-case-study .hw-16-05 .hw-row-2 .hw-col-benefit:last-child:after {
  display: none;
}

.single-case-study .hw-16-05 .hw-row-2 .hw-col-benefit .hw-icon-wrapper svg {
  object-fit: contain;
  width: auto;
  height: 4.72em;
}

.single-case-study .hw-16-05 .hw-row-2 .hw-col-benefit .h4 {
  font-family: var(--hw-ff-bold);
  margin: 1.1em 0 .55em;
  font-size: 1em !important;
}

.single-case-study .hw-16-06 {
  position: relative;
}

.single-case-study .hw-16-06:before {
  content: "";
  width: 100vw;
  height: calc(100% - 7.6em + var(--hw-section-gap));
  background-color: var(--bs-secondary);
  z-index: -1;
  display: block;
  position: absolute;
  top: 7.6em;
  left: 0;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-06:before {
    height: calc(100% - 4.8em + var(--hw-section-gap));
    top: 4.8em;
  }
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-06:before {
    height: calc(100% - 2.2em + var(--hw-section-gap));
    top: 2.2em;
  }
}

.single-case-study .hw-16-06 p {
  color: var(--bs-white) !important;
  font-size: 1.1em !important;
  font-family: var(--hw-ff-regular) !important;
}

.single-case-study .hw-16-06 h2, .single-case-study .hw-16-06 .h2, .single-case-study .hw-16-06 body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .single-case-study .hw-16-06 .hw-year, .single-case-study .hw-16-06 h3, .single-case-study .hw-16-06 .h3 {
  text-transform: uppercase;
  margin: 0;
  color: var(--bs-white) !important;
  font-family: var(--hw-ff-regular) !important;
}

.single-case-study .hw-16-06 h3, .single-case-study .hw-16-06 .h3 {
  margin-bottom: calc(var(--hw-fs-base) * 1.1) !important;
  font-size: 1.94em !important;
}

.single-case-study .hw-16-06 .container {
  flex-direction: column;
  gap: 2.7em;
  display: flex;
}

.single-case-study .hw-16-06 .container .row.hw-row-1 h2, .single-case-study .hw-16-06 .container .row.hw-row-1 .h2, .single-case-study .hw-16-06 .container .row.hw-row-1 body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .single-case-study .hw-16-06 .container .row.hw-row-1 .hw-year {
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  color: var(--bs-primary) !important;
  font-size: 13.8em !important;
  font-family: var(--hw-ff-extrabold) !important;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-1 h2, .single-case-study .hw-16-06 .container .row.hw-row-1 .h2, .single-case-study .hw-16-06 .container .row.hw-row-1 body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .single-case-study .hw-16-06 .container .row.hw-row-1 .hw-year {
    font-size: 8.8em !important;
  }
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-1 h2, .single-case-study .hw-16-06 .container .row.hw-row-1 .h2, .single-case-study .hw-16-06 .container .row.hw-row-1 body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .single-case-study .hw-16-06 .container .row.hw-row-1 .hw-year {
    font-size: 4em !important;
  }
}

.single-case-study .hw-16-06 .container .row.hw-row-2 {
  --bs-gutter-x: 11.05em;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-2 {
    --bs-gutter-x: 5em;
  }
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-2 {
    --bs-gutter-y: 1.5em;
  }
}

.single-case-study .hw-16-06 .container .row.hw-row-2 .hw-col-text {
  flex-direction: column;
  flex: unset;
  gap: 2.7em;
  width: 48.21%;
  display: flex;
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-2 .hw-col-text {
    width: 100%;
    margin-top: 0;
  }
}

.single-case-study .hw-16-06 .container .row.hw-row-2 .hw-col-text p:last-child {
  margin-bottom: 0;
}

.single-case-study .hw-16-06 .container .row.hw-row-2 .hw-col-img img {
  object-fit: cover;
  aspect-ratio: 759 / 390;
  width: 100%;
  height: auto;
}

.single-case-study .hw-16-06 .container .row.hw-row-3 {
  --bs-gutter-x: 2.38em;
  width: calc(100vw + var(--bs-gutter-x));
  margin-left: calc(var(--hw-n-out-box-width) - var(--bs-gutter-x) * .75);
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-3 {
    --bs-gutter-x: 1em;
    margin-left: calc(var(--hw-n-out-box-width) - 1.25rem);
  }
}

.single-case-study .hw-16-06 .container .row.hw-row-3 .hw-col-img:first-child img {
  border-radius: 0 3px 3px 0 !important;
}

.single-case-study .hw-16-06 .container .row.hw-row-3 .hw-col-img:last-child img {
  border-radius: 3px 0 0 3px !important;
}

.single-case-study .hw-16-06 .container .row.hw-row-3 .hw-col-img .lc-block {
  height: 100%;
}

.single-case-study .hw-16-06 .container .row.hw-row-3 .hw-col-img .lc-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-case-study .hw-16-06 .container .row.hw-row-3 .hw-col-img .lc-block.hw-col-img-2 {
  flex: unset;
  width: 22.2229%;
}

.single-case-study .hw-16-06 .container .row.hw-row-4 {
  --bs-gutter-x: 15.7em;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-4 {
    --bs-gutter-x: 5em;
  }
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-4 {
    --bs-gutter-y: 1.5em;
  }
}

.single-case-study .hw-16-06 .container .row.hw-row-4 .hw-col-text {
  flex-direction: column;
  gap: 2.7em;
  width: 44.21%;
  display: flex;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-4 .hw-col-text {
    width: 50%;
  }
}

.single-case-study .hw-16-06 .container .row.hw-row-4 .hw-col-text p:last-child {
  margin-bottom: 0;
}

.single-case-study .hw-16-06 .container .row.hw-row-4 .hw-col-img {
  justify-content: end;
  align-items: end;
  display: flex;
}

@media (width <= 767.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-4 .hw-col-img {
    justify-content: start;
  }
}

.single-case-study .hw-16-06 .container .row.hw-row-4 .hw-col-img svg {
  width: 32.66em;
  height: auto;
}

@media (width <= 991.98px) {
  .single-case-study .hw-16-06 .container .row.hw-row-4 .hw-col-img svg {
    width: 20em;
  }
}

.hw-17-02 {
  overflow-x: clip;
}

.hw-17-02 .hw-container {
  position: relative;
}

@media (width <= 767.98px) {
  .hw-17-02 .hw-container .hw-mega-menu-maschinen .hw-cards {
    --bs-gutter-x: 1em;
    --bs-gutter-y: 1em;
  }
}

.hw-17-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a {
  font-size: calc(var(--hw-fs-base) * 4);
}

.hw-17-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a img {
  object-fit: contain;
  aspect-ratio: 319 / 197;
  width: 100%;
  height: auto;
  margin-top: -.6em;
}

@media (width <= 767.98px) {
  .hw-17-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a {
    font-size: calc(var(--hw-fs-base) * 1.8);
  }

  .hw-17-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a img {
    margin-top: -.4em;
  }
}

.hw-17-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a.hw-item {
  color: var(--bs-secondary);
  width: 100%;
  font-size: calc(var(--hw-fs-base) * 2.65);
  font-family: var(--hw-ff-bold);
  text-align: inherit;
  white-space: nowrap;
  clear: both;
  background: var(--bs-white);
  border: 0;
  border-radius: 5px;
  flex-direction: column;
  padding: .5em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px #1e1e1e1a;
}

@media (width <= 767.98px) {
  .hw-17-02 .hw-container .hw-mega-menu-maschinen .hw-cards .hw-card a.hw-item {
    font-size: calc(var(--hw-fs-base) * 1.8);
  }
}

.hw-17-02 .hw-container .hw-img-bg {
  z-index: -1;
  width: 40.7%;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <= 991.98px) {
  .hw-17-02 .hw-container .hw-img-bg {
    width: 53.7%;
    top: 4em;
    right: -6vw;
  }
}

@media (width <= 767.98px) {
  .hw-17-02 .hw-container .hw-img-bg {
    display: none;
  }
}

.hw-17-02 .hw-container .hw-img-bg svg {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.hw-17-02 .hw-container h2:after, .hw-17-02 .hw-container .h2:after, .hw-17-02 .hw-container body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-17-02 .hw-container .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

.hw-17-03 .hw-faq-row {
  margin-top: 2.61em;
}

.hw-17-03 .hw-faq-row .hw-faq-wrapper {
  column-gap: var(--bs-gutter-x);
  row-gap: var(--bs-gutter-y);
  flex-wrap: wrap;
  margin-top: 0;
  display: flex;
}

.hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) {
  width: calc(50% - var(--bs-gutter-x));
}

@media (width <= 991.98px) {
  .hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) {
    width: calc(52% - var(--bs-gutter-x));
  }
}

@media (width <= 767.98px) {
  .hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) {
    width: 100%;
  }
}

.hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card {
  border: 0;
  flex-direction: row;
  gap: 2.16em;
  display: flex;
}

.hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .hw-img {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 3.61em;
  height: 3.61em;
  padding: .7em;
  display: flex;
  box-shadow: 0 6px 11px #1e1e1e1a;
}

.hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .hw-img img {
  object-fit: contain;
}

.hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .card-body {
  padding: 0;
}

.hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .card-body .hw-title {
  margin-bottom: .55em;
  font-size: var(--hw-fs-base) !important;
}

.hw-17-03 .hw-faq-row .hw-faq-wrapper .lc-block:has(.card) .card .card-body .hw-text {
  margin-top: 1.25em;
  margin-bottom: 0;
  line-height: 1.2;
}

.hw-17-04 {
  position: relative;
  overflow-x: clip;
}

.hw-17-04:before {
  content: "";
  height: 100%;
  width: max(80%, (100vw - var(--hw-box-width)) / 2 + var(--hw-box-width) * .6);
  background-color: var(--bs-secondary);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  .hw-17-04:before {
    width: 100%;
    height: 100%;
  }
}

.hw-17-04 .container {
  padding-top: 3.66em;
  padding-bottom: 3.66em;
  position: relative;
}

@media (width <= 991.98px) {
  .hw-17-04 .container {
    padding-top: 3.66em;
    padding-bottom: 0;
  }
}

.hw-17-04 .container .hw-col-text {
  color: var(--bs-white);
  flex-direction: column;
  gap: .6em;
  padding: 0;
  display: flex;
}

.hw-17-04 .container .hw-col-text > * {
  margin: 0;
  padding: 0;
}

.hw-17-04 .container .hw-col-text .hw-text-bg {
  color: var(--bs-white);
  font-size: 11.11em;
  line-height: 1.2;
  font-family: var(--hw-ff-bold);
  margin-top: -.15em;
}

@media (width <= 991.98px) {
  .hw-17-04 .container .hw-col-text .hw-text-bg {
    font-size: 7.14em;
  }
}

.hw-17-04 .container .hw-col-text h2, .hw-17-04 .container .hw-col-text .h2, .hw-17-04 .container .hw-col-text body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-17-04 .container .hw-col-text .hw-year {
  color: var(--bs-white);
}

.hw-17-04 .container .hw-col-text .btn-white:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white) !important;
}

.hw-17-04 .container .hw-col-text h2:after, .hw-17-04 .container .hw-col-text .h2:after, .hw-17-04 .container .hw-col-text body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-17-04 .container .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

.hw-17-04 .container .hw-col-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (width <= 991.98px) {
  .hw-17-04 .container .hw-col-img {
    position: relative;
    transform: translateY(0);
  }
}

.hw-17-04 .container .hw-col-img img {
  aspect-ratio: 826 / 637;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.hw-17-05 {
  position: relative;
  overflow-x: clip;
}

.hw-17-05:before {
  content: "";
  height: 100%;
  width: max(72%, (100vw - var(--hw-box-width)) / 2 + var(--hw-box-width) * .6);
  background-color: var(--bs-gray);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <= 991.98px) {
  .hw-17-05:before {
    width: 100%;
    height: 100%;
  }
}

.hw-17-05 .container {
  padding-top: 3.66em;
  padding-bottom: 3.66em;
  position: relative;
}

@media (width <= 991.98px) {
  .hw-17-05 .container {
    padding-top: 3.66em;
  }
}

.hw-17-05 .container .hw-col-text {
  flex-direction: column;
  gap: .6em;
  padding: 0;
  display: flex;
}

@media (width >= 992px) {
  .hw-17-05 .container .hw-col-text {
    padding-left: 51em !important;
  }
}

@media (width <= 991.98px) {
  .hw-17-05 .container .hw-col-text {
    padding-bottom: 0 !important;
  }
}

.hw-17-05 .container .hw-col-text > * {
  margin: 0;
  padding: 0;
}

.hw-17-05 .container .hw-col-text .hw-text-bg {
  font-size: 11.11em;
  line-height: 1.2;
  font-family: var(--hw-ff-bold);
  margin-top: -.15em;
}

@media (width <= 991.98px) {
  .hw-17-05 .container .hw-col-text .hw-text-bg {
    font-size: 7.14em;
  }
}

.hw-17-05 .container .hw-col-text h2:after, .hw-17-05 .container .hw-col-text .h2:after, .hw-17-05 .container .hw-col-text body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year:after, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-17-05 .container .hw-col-text .hw-year:after {
  content: "";
  height: 2px;
  width: calc(var(--hw-fs-base) * 8);
  background-color: var(--bs-primary);
  margin-top: calc(var(--hw-fs-base) * 1.1);
  display: block;
  position: relative;
}

.hw-17-05 .container .hw-col-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (width <= 991.98px) {
  .hw-17-05 .container .hw-col-img {
    position: relative;
    transform: translateY(0);
  }
}

.hw-17-05 .container .hw-col-img img {
  aspect-ratio: 826 / 637;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.hw-18-01 .hw-col-top {
  aspect-ratio: 1800 / 727;
  align-content: center;
  position: relative;
}

@media (width <= 991.98px) {
  .hw-18-01 .hw-col-top {
    aspect-ratio: 1800 / 1167;
  }
}

@media (width <= 767.98px) {
  .hw-18-01 .hw-col-top {
    aspect-ratio: 1800 / 2000;
  }
}

.hw-18-01 .hw-col-top:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(#f0f0f000 74.33%, #f0f0f0e6 100%), linear-gradient(0deg, #0003 0% 100%);
  width: calc(100% + 4.556em);
  height: 100%;
  position: absolute;
  top: 0;
  left: -2.278em;
}

.hw-18-01 .hw-col-top .hw-bg-img {
  z-index: 0;
  aspect-ratio: 1800 / 727;
  object-fit: cover;
  width: calc(100% + 4.556em);
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2.278em;
}

@media (width <= 991.98px) {
  .hw-18-01 .hw-col-top .hw-bg-img {
    aspect-ratio: 1800 / 1167;
  }
}

@media (width <= 767.98px) {
  .hw-18-01 .hw-col-top .hw-bg-img {
    aspect-ratio: 1800 / 2000;
  }
}

.hw-18-01 .hw-col-top .hw-content {
  z-index: 2;
  color: var(--bs-white);
  position: relative;
}

.hw-18-01 .hw-col-top .hw-content h1, .hw-18-01 .hw-col-top .hw-content .h1, .hw-18-01 .hw-col-top .hw-content .lead, .hw-18-01 .hw-col-top .hw-content p {
  color: var(--bs-white);
}

.hw-18-01 .hw-col-top .hw-content h1, .hw-18-01 .hw-col-top .hw-content .h1, .hw-18-01 .hw-col-top .hw-content .lead {
  text-transform: uppercase;
}

.hw-18-01 .hw-col-top .hw-content h1, .hw-18-01 .hw-col-top .hw-content .h1 {
  font-size: calc(var(--hw-fs-base) * 6.67) !important;
}

@media (width <= 767.98px) {
  .hw-18-01 .hw-col-top .hw-content h1, .hw-18-01 .hw-col-top .hw-content .h1 {
    font-size: calc(var(--hw-fs-base) * 3) !important;
  }
}

.hw-18-01 .hw-col-top .hw-content .lead {
  font-family: var(--hw-ff-medium);
  font-size: calc(var(--hw-fs-base) * 2.22);
  letter-spacing: .01em;
}

@media (width <= 767.98px) {
  .hw-18-01 .hw-col-top .hw-content .lead {
    font-size: calc(var(--hw-fs-base) * 1.5);
  }
}

.hw-18-01 .hw-col-top .hw-content p:not(.lead) {
  font-size: calc(var(--hw-fs-base) * 1.11);
  letter-spacing: .01em;
  width: 28.44em;
}

@media (width <= 767.98px) {
  .hw-18-01 .hw-col-top .hw-content p:not(.lead) {
    width: unset;
  }
}

.hw-18-01 .hw-col-bottom {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  gap: .55em;
  margin-top: -4.89em;
  display: flex;
}

@media (width <= 767.98px) {
  .hw-18-01 .hw-col-bottom {
    flex-direction: column;
  }
}

.hw-18-01 .hw-col-bottom .hw-content {
  border: 1px solid var(--bs-white);
  backdrop-filter: blur(1.389em);
  background: #ffffff1a;
  border-radius: .167em;
  flex: auto;
  align-items: stretch;
  min-width: 0;
  padding: 2.78em 1.67em;
  display: flex;
  box-shadow: 0 4px 100px #002e421a;
}

@media (width <= 991.98px) {
  .hw-18-01 .hw-col-bottom .hw-content {
    padding: 2em 2.67em;
  }
}

@media (width <= 767.98px) {
  .hw-18-01 .hw-col-bottom .hw-content {
    flex-direction: column;
    gap: 2em;
    width: 100%;
  }
}

.hw-18-01 .hw-col-bottom .hw-content .lc-block {
  align-items: center;
  gap: 1.11em;
  min-width: min-content;
  display: flex;
}

@media (width <= 991.98px) {
  .hw-18-01 .hw-col-bottom .hw-content .lc-block {
    gap: .75em;
  }
}

.hw-18-01 .hw-col-bottom .hw-content .lc-block:not(:last-child) {
  flex: auto;
}

.hw-18-01 .hw-col-bottom .hw-content .lc-block:not(:last-child) > * {
  flex: none;
}

.hw-18-01 .hw-col-bottom .hw-content .lc-block:not(:last-child):after {
  content: "";
  background-color: var(--bs-primary);
  flex: 0 0 2px;
  align-self: stretch;
  width: 2px;
  min-width: 2px;
  min-height: 3.82em;
  margin-left: auto;
  margin-right: auto;
}

@media (width <= 767.98px) {
  .hw-18-01 .hw-col-bottom .hw-content .lc-block:not(:last-child):after {
    display: none;
  }
}

.hw-18-01 .hw-col-bottom .hw-content .lc-block p {
  font-family: var(--hw-ff-bold);
  font-size: calc(var(--hw-fs-base) * 2.1);
  text-transform: uppercase;
  color: var(--bs-secondary);
  letter-spacing: .1em;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 1;
}

@media (width <= 991.98px) {
  .hw-18-01 .hw-col-bottom .hw-content .lc-block p {
    font-size: calc(var(--hw-fs-base) * 1.1);
    letter-spacing: .05em;
  }
}

.hw-18-01 .hw-col-bottom .hw-content .lc-block svg {
  flex-shrink: 0;
  display: block;
  overflow: visible;
}

@media (width <= 991.98px) {
  .hw-18-01 .hw-col-bottom .hw-content .lc-block svg {
    width: 1.75em;
    height: 1.75em;
  }
}

.hw-18-01 .hw-col-bottom .hw-red {
  border: 1px solid var(--bs-primary);
  background-color: var(--bs-primary);
  backdrop-filter: blur(1.389em);
  border-radius: .167em;
  flex: none;
  padding: 2.78em;
  box-shadow: 0 4px 100px #002e421a;
}

@media (width <= 767.98px) {
  .hw-18-01 .hw-col-bottom .hw-red {
    width: 100%;
    padding: 1.5em 2.78em;
  }
}

.hw-18-01 .hw-col-bottom .hw-red p {
  font-family: var(--hw-ff-bold);
  font-size: calc(var(--hw-fs-base) * 2.1);
  text-transform: uppercase;
  color: var(--bs-white);
  letter-spacing: .1em;
  margin-bottom: 0;
  line-height: 1;
}

@media (width <= 991.98px) {
  .hw-18-01 .hw-col-bottom .hw-red p {
    font-size: calc(var(--hw-fs-base) * 1.1);
  }
}

.hw-18-02 .hw-row-top {
  margin-bottom: 5.056em;
}

@media (width <= 767.98px) {
  .hw-18-02 .hw-row-top {
    margin-bottom: 2.5em;
  }
}

.hw-18-02 .hw-row-top .hw-col-headline h2, .hw-18-02 .hw-row-top .hw-col-headline .h2, .hw-18-02 .hw-row-top .hw-col-headline body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-18-02 .hw-row-top .hw-col-headline .hw-year {
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--hw-ff-bold);
  margin-bottom: 0;
  font-size: calc(var(--hw-fs-base) * 4.44) !important;
}

.hw-18-02 .hw-row-top .hw-col-text p {
  margin-bottom: 0;
  padding-left: 14em;
}

@media (width <= 991.98px) {
  .hw-18-02 .hw-row-top .hw-col-text p {
    padding: 0;
  }
}

@media (width <= 767.98px) {
  .hw-18-02 .hw-row-top .hw-col-text p {
    margin-top: 1em;
  }
}

.hw-18-02 .hw-row-cards {
  --bs-gutter-x: 0;
  gap: 2.78em;
  position: relative;
}

@media (width <= 991.98px) {
  .hw-18-02 .hw-row-cards {
    flex-wrap: wrap;
  }
}

@media (width <= 767.98px) {
  .hw-18-02 .hw-row-cards {
    flex-flow: column;
  }
}

.hw-18-02 .hw-row-cards:before {
  content: "";
  z-index: -1;
  background: repeating-linear-gradient(to right, var(--bs-primary) 0, var(--bs-primary) .78em, transparent .78em, transparent 1.33em);
  width: 87%;
  height: 2px;
  position: absolute;
  top: 3.3em;
  left: 6em;
}

@media (width <= 991.98px) {
  .hw-18-02 .hw-row-cards:before {
    display: none;
  }
}

.hw-18-02 .hw-row-cards .hw-col-card {
  text-align: center;
  flex-direction: column;
  flex: 1 1 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

@media (width <= 991.98px) {
  .hw-18-02 .hw-row-cards .hw-col-card {
    text-align: start;
    flex: 0 0 calc(50% - 1.39em);
    align-items: start;
    width: calc(50% - 1.39em);
    max-width: calc(50% - 1.39em);
  }
}

@media (width <= 767.98px) {
  .hw-18-02 .hw-row-cards .hw-col-card {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

.hw-18-02 .hw-row-cards .hw-col-card h3, .hw-18-02 .hw-row-cards .hw-col-card .h3 {
  text-transform: uppercase;
  font-family: var(--hw-ff-semibold);
}

.hw-18-02 .hw-row-cards .hw-col-card svg {
  margin-bottom: 1.78em;
}

.hw-18-02 .hw-row-cards .hw-col-card p {
  margin-bottom: 0;
}

.hw-18-03 .hw-row {
  --bs-gutter-x: 0;
  width: calc(100% + 4.8334em);
  margin-bottom: 5.5em;
  margin-left: -2.4167em;
  margin-right: -2.4167em;
}

.hw-18-03 .hw-row .hw-col-text {
  background-color: var(--bs-secondary);
  flex: 0 0 48.89%;
  width: 48.89%;
  max-width: 48.89%;
  margin-top: 5.11em;
  padding-top: 2.22em;
  padding-bottom: .56em;
  padding-left: 2.6em;
}

@media (width <= 991.98px) {
  .hw-18-03 .hw-row .hw-col-text {
    flex: 0 0 55%;
    width: 55%;
    max-width: 55%;
  }
}

@media (width <= 767.98px) {
  .hw-18-03 .hw-row .hw-col-text {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-right: 2.6em;
  }
}

.hw-18-03 .hw-row .hw-col-text h2, .hw-18-03 .hw-row .hw-col-text .h2, .hw-18-03 .hw-row .hw-col-text body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-18-03 .hw-row .hw-col-text .hw-year {
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--hw-ff-bold);
  color: var(--bs-white);
  margin-bottom: 0;
  padding-right: .5em;
  font-size: calc(var(--hw-fs-base) * 4.44) !important;
}

@media (width <= 767.98px) {
  .hw-18-03 .hw-row .hw-col-text h2, .hw-18-03 .hw-row .hw-col-text .h2, .hw-18-03 .hw-row .hw-col-text body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-18-03 .hw-row .hw-col-text .hw-year {
    padding-right: 0;
    font-size: calc(var(--hw-fs-base) * 3.44) !important;
  }
}

.hw-18-03 .hw-row .hw-col-text h3, .hw-18-03 .hw-row .hw-col-text .h3 {
  text-transform: uppercase;
  font-family: var(--hw-ff-semibold);
  color: var(--bs-white);
  letter-spacing: .1em;
  margin-top: 1.667em;
  margin-bottom: .556em;
  padding-bottom: .556em;
  position: relative;
}

.hw-18-03 .hw-row .hw-col-text h3:after, .hw-18-03 .hw-row .hw-col-text .h3:after {
  content: "";
  background-color: var(--bs-primary);
  width: 8.67em;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hw-18-03 .hw-row .hw-col-text ul, .hw-18-03 .hw-row .hw-col-text ul li {
  color: var(--bs-white);
}

.hw-18-03 .hw-row .hw-col-text ul li p {
  color: var(--bs-white);
  margin-bottom: .25em;
}

.hw-18-03 .hw-row .hw-col-text .hw-gender p {
  color: var(--bs-white);
  margin: 6.167em 0 0;
}

@media (width <= 767.98px) {
  .hw-18-03 .hw-row .hw-col-text .hw-gender p {
    margin: 2.167em 0 1.5em;
  }
}

.hw-18-03 .hw-row .hw-col-img {
  flex: 0 0 51.11%;
  align-content: end;
  width: 51.11%;
  max-width: 51.11%;
  position: relative;
}

@media (width <= 991.98px) {
  .hw-18-03 .hw-row .hw-col-img {
    flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
  }
}

@media (width <= 767.98px) {
  .hw-18-03 .hw-row .hw-col-img {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.hw-18-03 .hw-row .hw-col-img .hw-cta {
  background-color: var(--bs-primary);
  width: 44.8em;
  color: var(--bs-white);
  border-radius: .167em;
  gap: 2.89em;
  padding: .83em 1.67em 1.67em;
  display: flex;
  position: absolute;
  bottom: -5.5em;
  left: 50%;
  transform: translateX(-50%);
}

@media (width <= 991.98px) {
  .hw-18-03 .hw-row .hw-col-img .hw-cta {
    left: 15%;
  }
}

@media (width <= 767.98px) {
  .hw-18-03 .hw-row .hw-col-img .hw-cta {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}

.hw-18-03 .hw-row .hw-col-img .hw-cta .hw-left {
  width: 23.67em;
  margin-top: .83em;
}

@media (width <= 767.98px) {
  .hw-18-03 .hw-row .hw-col-img .hw-cta .hw-left {
    padding-bottom: 4em;
  }
}

.hw-18-03 .hw-row .hw-col-img .hw-cta .hw-left h3, .hw-18-03 .hw-row .hw-col-img .hw-cta .hw-left .h3 {
  color: var(--bs-white);
  text-transform: uppercase;
  font-family: var(--hw-ff-bold);
}

.hw-18-03 .hw-row .hw-col-img .hw-cta .hw-left p {
  margin-bottom: 0;
}

.hw-18-03 .hw-row .hw-col-img .hw-cta .hw-right {
  flex-direction: column;
  align-items: end;
  gap: .5em;
  display: flex;
}

@media (width <= 767.98px) {
  .hw-18-03 .hw-row .hw-col-img .hw-cta .hw-right {
    position: relative;
  }
}

.hw-18-03 .hw-row .hw-col-img .hw-cta .hw-right .btn {
  font-size: calc(var(--hw-fs-base) * .9);
}

@media (width <= 767.98px) {
  .hw-18-03 .hw-row .hw-col-img .hw-cta .hw-right .btn {
    width: max-content;
    position: absolute;
    bottom: .5em;
    left: -20.2em;
  }
}

.hw-18-03 .hw-row .hw-col-img img {
  aspect-ratio: 920 / 1086;
  object-fit: cover;
  border-radius: .167em .167em .167em 0;
  width: 100%;
  height: auto;
}

body:has(.hw-19-01) {
  background-color: var(--bs-gray);
}

.hw-19-01 {
  margin-top: -1.3em;
  padding-top: 11.22em;
  padding-bottom: 13.056em;
  position: relative;
}

@media (width <= 991.98px) {
  .hw-19-01 {
    padding-top: 7.22em;
    padding-bottom: 7.056em;
  }
}

@media (width <= 767.98px) {
  .hw-19-01 {
    padding-top: 4.22em;
    padding-bottom: 14.056em;
  }
}

.hw-19-01 .hw-image {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hw-19-01 .hw-image img {
  object-fit: cover;
  object-position: center 86%;
  border-radius: .167em;
  width: 100%;
  height: 100%;
  display: block;
}

.hw-19-01 .hw-image:after {
  content: "";
  background: linear-gradient(180deg, rgba(var(--bs-gray-rgb), 0) 68.81%, var(--bs-gray) 100%);
  border-radius: 0 0 .167em .167em;
  position: absolute;
  inset: 0;
}

.hw-19-01 .hw-badge {
  z-index: 1;
  background-color: var(--bs-primary);
  border-radius: .167em;
  width: fit-content;
  margin-bottom: 1em;
  padding: .56em 2.78em;
  position: relative;
}

.hw-19-01 .hw-badge p {
  color: var(--bs-white);
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 0;
}

.hw-19-01 h1, .hw-19-01 .h1 {
  z-index: 1;
  color: var(--bs-white);
  text-shadow: 0 0 10px rgba(var(--bs-black-rgb), .3);
  position: relative;
  font-size: var(--hw-fs-h1-big) !important;
}

@media (width <= 991.98px) {
  .hw-19-01 h1, .hw-19-01 .h1 {
    font-size: var(--hw-fs-h1) !important;
  }
}

@media (width <= 767.98px) {
  .hw-19-01 h1, .hw-19-01 .h1 {
    font-size: calc(var(--hw-fs-h1) * .8) !important;
  }
}

.hw-19-02 {
  margin-top: calc((var(--hw-section-gap) + 8.89em) * -1);
}

@media (width <= 991.98px) {
  .hw-19-02 {
    margin-top: calc((var(--hw-section-gap) + 4.89em) * -1);
  }
}

@media (width <= 767.98px) {
  .hw-19-02 {
    margin-top: calc((var(--hw-section-gap) + 11.89em) * -1);
  }
}

.hw-19-02 .hw-row {
  --bs-gutter-x: 1.33em;
  --bs-gutter-y: 1.33em;
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper {
  border: .056em solid var(--bs-white);
  backdrop-filter: blur(10px);
  background: #ffffff80;
  border-radius: .167em;
  flex-direction: column;
  gap: 1.11em;
  height: 100%;
  padding: 2.78em;
  display: flex;
}

@media (width <= 991.98px) {
  .hw-19-02 .hw-row .hw-col-article .hw-article-wrapper {
    padding: 1.78em;
  }
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-image {
  margin-bottom: 2.22em;
}

@media (width <= 991.98px) {
  .hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-image {
    margin-bottom: .22em;
  }
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-image img {
  aspect-ratio: 746.5 / 299;
  object-fit: cover;
  width: 100%;
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .h3 {
  margin-bottom: 0;
  font-size: var(--hw-fs-h3) !important;
}

@media (width <= 767.98px) {
  .hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .h3 {
    font-size: var(--hw-fs-h2) !important;
  }
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta {
  align-items: center;
  display: flex;
}

@media (width <= 991.98px) {
  .hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta {
    flex-wrap: wrap;
    gap: 1em;
  }
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta p {
  align-items: center;
  display: flex;
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta p:before {
  content: "";
  background-color: var(--bs-primary);
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  margin-right: .56em;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta p:not(:last-child):after {
  content: "";
  background-color: var(--bs-primary);
  flex-shrink: 0;
  width: 1px;
  height: 1.67em;
  margin: 0 1.11em;
}

@media (width <= 991.98px) {
  .hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta p:not(:last-child):after {
    display: none;
  }
}

@media (width <= 767.98px) {
  .hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta .hw-meta-webinarart {
    width: 100%;
  }
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta .hw-meta-webinarart:before {
  width: 1.45263em;
  mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23 19\"><path fill=\"black\" d=\"M3.61375 -0.000384331C3.49047 -0.000384331 3.37094 0.0538871 3.28252 0.151302C-1.09418 5.0388 -1.09418 12.9806 3.28252 17.8666V17.868C3.37093 17.9668 3.49047 18.0211 3.615 18.0211C3.73952 18.0211 3.85905 17.9668 3.94622 17.868C4.03463 17.7692 4.08444 17.6356 4.08444 17.4964C4.08444 17.3572 4.03463 17.2237 3.94622 17.1248C-0.0718565 12.6381 -0.0718565 5.38095 3.94622 0.894235C4.03463 0.795432 4.08444 0.661836 4.08444 0.522662C4.08444 0.383489 4.03463 0.249906 3.94622 0.15109C3.85782 0.053679 3.73828 -0.000384331 3.61375 -0.000384331ZM18.8126 -0.000384331C18.6893 0.00100732 18.571 0.0552795 18.4838 0.151302C18.3954 0.250106 18.3456 0.383701 18.3456 0.522875C18.3456 0.662048 18.3954 0.795631 18.4838 0.894446C22.5019 5.38116 22.5019 12.6383 18.4838 17.125C18.3954 17.2239 18.3456 17.3574 18.3456 17.4966C18.3456 17.6358 18.3954 17.7694 18.4838 17.8682C18.6669 18.0714 18.962 18.0714 19.145 17.8682C23.5217 12.9807 23.5217 5.03892 19.145 0.152905V0.151514C19.0566 0.0541022 18.9371 -0.000384331 18.8126 -0.000384331ZM6.2374 2.92896C6.11288 2.92896 5.99334 2.98463 5.90492 3.08343C2.97756 6.35235 2.97756 11.6671 5.90492 14.936C5.99333 15.0348 6.11287 15.0904 6.2374 15.0904C6.36193 15.0904 6.48145 15.0348 6.56987 14.936C6.75043 14.7314 6.74918 14.4002 6.56614 14.197C3.99606 11.3275 3.99606 6.69076 6.56614 3.82114V3.82254C6.74918 3.61936 6.75042 3.28816 6.56987 3.08358C6.48146 2.98477 6.36193 2.92896 6.2374 2.92896ZM16.1891 2.92896C16.0658 2.93036 15.9475 2.98463 15.8604 3.08343C15.6786 3.288 15.6786 3.61781 15.8604 3.82239C18.4304 6.69189 18.4304 11.3286 15.8604 14.1983V14.1969C15.6786 14.4014 15.6786 14.7313 15.8604 14.9358C16.0434 15.139 16.3385 15.139 16.5216 14.9358C19.4489 11.6669 19.4489 6.35221 16.5216 3.08329C16.4332 2.98448 16.3136 2.92896 16.1891 2.92896ZM11.2134 4.77842C10.2421 4.77842 9.26963 5.18895 8.5312 6.01278C7.0544 7.66185 7.05565 10.3519 8.53245 12.002C10.0093 13.6511 12.4177 13.6511 13.8941 12.002C15.3709 10.3529 15.3709 7.6658 13.8941 6.01664C13.1557 5.19141 12.1845 4.77949 11.212 4.7781L11.2134 4.77842ZM11.2134 5.81934C11.9431 5.81934 12.6715 6.13385 13.2318 6.75729C14.35 8.00557 14.35 10.0123 13.2318 11.2621C12.1136 12.5104 10.3169 12.5104 9.19754 11.2621C8.07935 10.0138 8.07685 8.00447 9.19505 6.75492C9.75414 6.13008 10.4837 5.81794 11.2134 5.81934Z\"/></svg>");
}

@media (width <= 767.98px) {
  .hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta .hw-meta-datum {
    width: 100%;
  }
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta .hw-meta-datum:before {
  mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"black\" d=\"M6.40845 1.19424C5.55345 1.19424 4.85407 1.89362 4.85407 2.74862V3.37112H3.40657C2.09407 3.37112 1.02817 4.43988 1.02817 5.75232V20.4243C1.02817 21.7368 2.09411 22.8065 3.40657 22.8065L20.5902 22.8056C21.9027 22.8056 22.9714 21.7368 22.9714 20.4234V5.75238C22.9714 4.43988 21.9026 3.37118 20.5902 3.37118H19.1455L19.1446 2.74774C19.1446 1.89274 18.4424 1.19336 17.5874 1.19336C16.7324 1.19336 16.0339 1.89274 16.0339 2.74774L16.0349 3.37118H7.96287V2.74774C7.96287 1.89274 7.26349 1.19336 6.40849 1.19336L6.40845 1.19424ZM6.40845 1.88048C6.89595 1.88048 7.27657 2.2611 7.27657 2.7486V4.8082C7.27657 5.2957 6.89595 5.67632 6.40845 5.67632C5.92095 5.67632 5.54033 5.29476 5.54033 4.8082V2.7486C5.54033 2.2611 5.92095 1.88048 6.40845 1.88048ZM17.5872 1.88048C18.0747 1.88048 18.4582 2.2611 18.4582 2.7486V4.8082C18.4582 5.2957 18.0747 5.67632 17.5872 5.67632C17.0997 5.67632 16.7191 5.29476 16.7191 4.8082L16.7201 3.71508V2.74758C16.7201 2.26008 17.1007 1.87946 17.5882 1.87946L17.5872 1.88048ZM3.40665 4.05648H4.85415V4.80742C4.85415 5.66242 5.55353 6.3618 6.40853 6.3618C7.26353 6.3618 7.96291 5.66242 7.96291 4.80742V4.05648H16.0339V4.80742C16.0339 5.66242 16.7323 6.3618 17.5873 6.3618C18.4423 6.3618 19.1445 5.66242 19.1445 4.80742V4.05648H20.5892C21.5342 4.05648 22.2851 4.80742 22.2851 5.75242V7.93682H1.71515V5.75242C1.71515 4.80742 2.46327 4.05648 3.40827 4.05648H3.40665ZM1.71353 8.62208H22.2855V20.4243C22.2855 21.3693 21.5346 22.1202 20.5896 22.1202L3.40699 22.1193C2.46199 22.1193 1.71387 21.3683 1.71387 20.4233L1.71353 8.62208ZM5.48233 10.4774C4.90109 10.4774 4.42201 10.9536 4.42201 11.5349V13.5318C4.42201 14.113 4.90201 14.5902 5.48233 14.5902H7.48201C8.06325 14.5902 8.54233 14.113 8.54233 13.5318V11.5349C8.54233 10.9537 8.06327 10.4774 7.48201 10.4774H5.48233ZM10.9995 10.4774C10.4183 10.4774 9.93921 10.9536 9.93921 11.5349V13.5318C9.93921 14.113 10.4192 14.5902 10.9995 14.5902H12.9992C13.5804 14.5902 14.0595 14.113 14.0595 13.5318V11.5349C14.0595 10.9537 13.5805 10.4774 12.9992 10.4774H10.9995ZM16.5147 10.4774C15.9335 10.4774 15.4563 10.9536 15.4563 11.5349V13.5318C15.4563 14.113 15.9335 14.5902 16.5147 14.5902H18.5163C19.0976 14.5902 19.5748 14.113 19.5748 13.5318V11.5349C19.5748 10.9537 19.0976 10.4774 18.5163 10.4774H16.5147ZM5.48313 11.1636H7.48281C7.69657 11.1636 7.85687 11.323 7.85687 11.5349V13.5318C7.85687 13.7436 7.69656 13.9039 7.48281 13.9039H5.48313C5.26937 13.9039 5.10813 13.7436 5.10813 13.5318V11.5349C5.10813 11.323 5.26938 11.1636 5.48313 11.1636ZM11.0003 11.1636H13C13.2138 11.1636 13.3741 11.323 13.3741 11.5349V13.5318C13.3741 13.7436 13.2138 13.9039 13 13.9039H11.0003C10.7866 13.9039 10.6263 13.7436 10.6263 13.5318L10.6253 11.5349C10.6253 11.323 10.7856 11.1636 10.9994 11.1636H11.0003ZM16.5155 11.1636H18.5171C18.7309 11.1636 18.8921 11.323 18.8921 11.5349V13.5318C18.8921 13.7436 18.7309 13.9039 18.5171 13.9039H16.5155C16.3018 13.9039 16.1433 13.7436 16.1433 13.5318L16.1424 11.5349C16.1424 11.323 16.3008 11.1636 16.5146 11.1636H16.5155ZM5.48293 16.0048C4.90169 16.0048 4.42261 16.4848 4.42261 17.0652V19.0592C4.42261 19.6405 4.90261 20.1177 5.48293 20.1177H7.48261C8.06385 20.1177 8.54293 19.6405 8.54293 19.0592V17.0652C8.54293 16.4839 8.06387 16.0048 7.48261 16.0048H5.48293ZM11.0001 16.0048C10.4189 16.0048 9.93981 16.4848 9.93981 17.0652V19.0592C9.93981 19.6405 10.4198 20.1177 11.0001 20.1177H12.9998C13.581 20.1177 14.0601 19.6405 14.0601 19.0592V17.0652C14.0601 16.4839 13.5811 16.0048 12.9998 16.0048H11.0001ZM16.5153 16.0048C15.9341 16.0048 15.4569 16.4848 15.4569 17.0652V19.0592C15.4569 19.6405 15.9341 20.1177 16.5153 20.1177H18.5169C19.0982 20.1177 19.5754 19.6405 19.5754 19.0592V17.0652C19.5754 16.4839 19.0982 16.0048 18.5169 16.0048H16.5153ZM5.48273 16.6902H7.48241C7.69617 16.6902 7.85647 16.8533 7.85647 17.0652V19.0592C7.85647 19.2711 7.69616 19.4333 7.48241 19.4333H5.48273C5.26897 19.4333 5.10773 19.2711 5.10773 19.0592V17.0652C5.10773 16.8533 5.26898 16.6902 5.48273 16.6902ZM10.9999 16.6902H12.9996C13.2134 16.6902 13.3737 16.8533 13.3737 17.0652V19.0592C13.3737 19.2711 13.2134 19.4333 12.9996 19.4333L10.9999 19.4342C10.7862 19.4342 10.6259 19.272 10.6259 19.0602V17.0661C10.6259 16.8542 10.7862 16.6911 10.9999 16.6911V16.6902ZM16.5151 16.6902H18.5167C18.7305 16.6902 18.8917 16.8533 18.8917 17.0652V19.0592C18.8917 19.2711 18.7305 19.4333 18.5167 19.4333H16.5151C16.3014 19.4333 16.1429 19.2711 16.1429 19.0592V17.0652C16.1429 16.8533 16.3014 16.6902 16.5151 16.6902Z\"/></svg>");
}

@media (width <= 767.98px) {
  .hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta .hw-meta-dauer {
    width: 100%;
  }
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .hw-meta .hw-meta-dauer:before {
  mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"black\" d=\"M12 0.75C5.7968 0.75 0.75 5.7968 0.75 12C0.75 18.2032 5.7968 23.25 12 23.25C18.2032 23.25 23.25 18.2032 23.25 12C23.25 5.7968 18.2032 0.75 12 0.75ZM12 22.5C6.2104 22.5 1.5 17.7896 1.5 12C1.5 6.2104 6.2104 1.5 12 1.5C17.7896 1.5 22.5 6.2104 22.5 12C22.5 17.7896 17.7896 22.5 12 22.5Z\"/><path fill=\"black\" d=\"M18.0416 11.6255H12.375V4.69727C12.375 4.49023 12.207 4.32227 12 4.32227C11.793 4.32227 11.625 4.49023 11.625 4.69727V12.0005C11.625 12.2075 11.793 12.3755 12 12.3755H18.0416C18.2486 12.3755 18.4166 12.2075 18.4166 12.0005C18.4166 11.7934 18.2486 11.6255 18.0416 11.6255Z\"/></svg>");
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper .btn {
  margin-top: .25em;
}

.hw-19-02 .hw-row .hw-col-article .hw-article-wrapper p {
  font-size: var(--hw-fs-h5);
  margin-bottom: 0;
}

@media (width <= 991.98px) {
  .hw-19-02 .hw-row .hw-col-article .hw-article-wrapper p {
    font-size: var(--hw-fs-base);
  }
}

@media (width <= 767.98px) {
  .hw-19-02 .hw-row .hw-col-article .hw-article-wrapper p {
    font-size: var(--hw-fs-h5);
  }
}

.hw-19-03 .hw-row .hw-hero-wrapper {
  background: var(--bs-secondary);
  border-radius: .167em;
  padding: 4.83em 35.11em 8.56em 3.11em;
  position: relative;
}

@media (width <= 991.98px) {
  .hw-19-03 .hw-row .hw-hero-wrapper {
    padding: 4.83em 3.11em 8.56em;
  }
}

@media (width <= 767.98px) {
  .hw-19-03 .hw-row .hw-hero-wrapper {
    padding: 7.83em 2.11em 8.56em;
  }
}

.hw-19-03 .hw-row .hw-hero-wrapper .hw-badge {
  z-index: 1;
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-white);
  border-radius: .167em;
  width: fit-content;
  margin-bottom: 1em;
  padding: .56em 2.78em;
  position: relative;
}

.hw-19-03 .hw-row .hw-hero-wrapper .hw-badge p {
  color: var(--bs-white);
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 0;
}

@media (width <= 767.98px) {
  .hw-19-03 .hw-row .hw-hero-wrapper .hw-badge p {
    font-size: var(--hw-fs-base);
  }
}

.hw-19-03 .hw-row .hw-hero-wrapper .hw-svg {
  position: absolute;
  top: 4.5em;
  right: 1.83em;
}

@media (width <= 991.98px) {
  .hw-19-03 .hw-row .hw-hero-wrapper .hw-svg {
    width: 10em;
    height: auto;
    top: 2.5em;
  }
}

.hw-19-03 .hw-row .hw-hero-wrapper h1, .hw-19-03 .hw-row .hw-hero-wrapper .h1 {
  color: var(--bs-white);
}

@media (width <= 767.98px) {
  .hw-19-03 .hw-row .hw-hero-wrapper h1, .hw-19-03 .hw-row .hw-hero-wrapper .h1 {
    font-size: calc(var(--hw-fs-h1) * .8) !important;
  }
}

.hw-19-03 .hw-row .hw-hero-wrapper p {
  color: var(--bs-white);
  font-size: var(--hw-fs-h5);
  margin-bottom: 0;
}

.hw-19-03 .hw-row .hw-hero-wrapper p.lead {
  text-transform: uppercase;
  font-size: var(--hw-fs-h4);
  letter-spacing: .1px;
  margin-top: .5em;
  margin-bottom: .25em;
}

.hw-19-03 .hw-row .hw-col-video {
  z-index: 1;
  margin-top: -6.67em;
}

.hw-19-03 .hw-row .hw-col-video .lc-block:has(video), .hw-19-03 .hw-row .hw-col-video .lc-block:has(.plyr) {
  padding: 0 7em;
  position: relative;
}

@media (width <= 767.98px) {
  .hw-19-03 .hw-row .hw-col-video .lc-block:has(video), .hw-19-03 .hw-row .hw-col-video .lc-block:has(.plyr) {
    padding: 0 2em;
  }
}

.hw-19-03 .hw-row .hw-col-video .lc-block:has(video) video, .hw-19-03 .hw-row .hw-col-video .lc-block:has(video) .plyr, .hw-19-03 .hw-row .hw-col-video .lc-block:has(.plyr) video, .hw-19-03 .hw-row .hw-col-video .lc-block:has(.plyr) .plyr {
  border-radius: .278em;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.hw-19-03 .hw-row .hw-col-video .lc-block:has(video) .plyr__video-wrapper, .hw-19-03 .hw-row .hw-col-video .lc-block:has(video) .plyr__video-wrapper--fixed-ratio, .hw-19-03 .hw-row .hw-col-video .lc-block:has(.plyr) .plyr__video-wrapper, .hw-19-03 .hw-row .hw-col-video .lc-block:has(.plyr) .plyr__video-wrapper--fixed-ratio {
  height: auto;
  padding-bottom: 0;
  aspect-ratio: auto !important;
}

.hw-19-03 .hw-row .hw-col-video .lc-block:has(video) .plyr__video-wrapper video, .hw-19-03 .hw-row .hw-col-video .lc-block:has(video) .plyr__video-wrapper--fixed-ratio video, .hw-19-03 .hw-row .hw-col-video .lc-block:has(.plyr) .plyr__video-wrapper video, .hw-19-03 .hw-row .hw-col-video .lc-block:has(.plyr) .plyr__video-wrapper--fixed-ratio video {
  width: 100%;
  height: auto;
  position: static;
}

.hw-19-03 .hw-row .hw-col-video .lc-block:has(video) .hw-webinar-gate, .hw-19-03 .hw-row .hw-col-video .lc-block:has(.plyr) .hw-webinar-gate {
  z-index: 3;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  inset: 0;
}

.hw-19-04 .hw-row-top p {
  font-size: var(--hw-fs-h5);
}

.hw-19-04 .hw-row-bottom {
  --bs-gutter-x: 1.56em;
  --bs-gutter-y: 1.56em;
}

.hw-19-04 .hw-row-bottom .hw-col-card .hw-card {
  border: 1px solid var(--bs-secondary);
  border-radius: .167em;
  align-items: center;
  gap: 1.94em;
  padding: 1.67em;
  display: flex;
}

.hw-19-04 .hw-row-bottom .hw-col-card .hw-card p {
  color: var(--bs-secondary);
  margin-bottom: 0;
}

.hw-19-05 h2, .hw-19-05 .h2, .hw-19-05 body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-19-05 .hw-year {
  color: var(--bs-primary);
  text-transform: uppercase;
  font-family: var(--hw-ff-extrabold);
  margin-bottom: 0;
  font-size: calc(var(--hw-fs-base) * 4.89) !important;
}

@media (width <= 767.98px) {
  .hw-19-05 h2, .hw-19-05 .h2, .hw-19-05 body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-year, body .hw-07-05 .swiper .swiper-wrapper .swiper-slide .hw-slide-timeline .hw-19-05 .hw-year {
    font-size: calc(var(--hw-fs-base) * 2.89) !important;
  }
}

.hw-19-06 .hw-row-top p {
  font-size: var(--hw-fs-h5);
}

@media (width <= 767.98px) {
  .hw-19-06 .hw-row-top p {
    margin-bottom: 0;
  }
}

.hw-19-06 .hw-row-bottom {
  --bs-gutter-x: 8em;
  margin-top: 1em;
}

@media (width <= 991.98px) {
  .hw-19-06 .hw-row-bottom {
    --bs-gutter-x: 2.5em;
  }
}

@media (width <= 767.98px) {
  .hw-19-06 .hw-row-bottom {
    --bs-gutter-y: 2.5em;
    margin-top: 0;
  }
}

.hw-19-06 .hw-row-bottom .hw-col-speaker {
  align-items: end;
  gap: .56em;
  display: flex;
}

@media (width <= 991.98px) {
  .hw-19-06 .hw-row-bottom .hw-col-speaker {
    flex-direction: column;
    align-items: start;
  }
}

.hw-19-06 .hw-row-bottom .hw-col-speaker .hw-speaker img {
  aspect-ratio: 290 / 307;
  object-fit: cover;
  width: 16.1em;
  height: auto;
}

@media (width <= 767.98px) {
  .hw-19-06 .hw-row-bottom .hw-col-speaker .hw-speaker img {
    width: 11.1em;
  }
}

.hw-19-06 .hw-row-bottom .hw-col-speaker .hw-content {
  background: var(--bs-secondary);
  backdrop-filter: blur(10px);
  border-radius: .167em;
  width: 26.11em;
  padding: 4.5em 1.11em 1.11em;
  position: relative;
}

.hw-19-06 .hw-row-bottom .hw-col-speaker .hw-content .hw-logo img {
  object-fit: contain;
  width: auto;
  height: 2.83em;
  position: absolute;
  top: 1.11em;
  right: 1.11em;
}

.hw-19-06 .hw-row-bottom .hw-col-speaker .hw-content .hw-name p {
  color: var(--bs-white);
  font-size: var(--hw-fs-h3);
  font-family: var(--hw-ff-medium);
  margin-bottom: .25em;
}

.hw-19-06 .hw-row-bottom .hw-col-speaker .hw-content .hw-subtitle p {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 3em;
  color: var(--bs-white);
  font-size: var(--hw-fs-h5);
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;

  & .swiper-slide, & .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

.swiper-css-mode {
  & > .swiper-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  & > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }

  &.swiper-horizontal {
    & > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }

    & > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }

    & > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }

  &.swiper-vertical {
    & > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }

    & > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }

    & > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }

  &.swiper-free-mode {
    & > .swiper-wrapper {
      scroll-snap-type: none;
    }

    & > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }

  &.swiper-centered {
    & > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }

    & > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }

  &.swiper-centered.swiper-horizontal {
    & > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }

    & > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }

  &.swiper-centered.swiper-vertical {
    & > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }

    & > .swiper-wrapper:before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

.swiper-3d {
  & .swiper-slide-shadow, & .swiper-slide-shadow-left, & .swiper-slide-shadow-right, & .swiper-slide-shadow-top, & .swiper-slide-shadow-bottom, & .swiper-slide-shadow, & .swiper-slide-shadow-left, & .swiper-slide-shadow-right, & .swiper-slide-shadow-top, & .swiper-slide-shadow-bottom {
    pointer-events: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  & .swiper-slide-shadow {
    background: #00000026;
  }

  & .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000);
  }

  & .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000);
  }

  & .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000);
  }

  & .swiper-slide-shadow-bottom {
    background-image: linear-gradient(#00000080, #0000);
  }
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible {
  & .swiper-lazy-preloader {
    animation: 1s linear infinite swiper-preloader-spin;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  & .swiper-wrapper:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  & .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  & .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;

  &.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
  }

  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }

  .swiper-navigation-disabled & {
    display: none !important;
  }

  & svg {
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
    width: 100%;
    height: 100%;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;

  & .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  & .swiper-button-prev, & .swiper-button-next, & ~ .swiper-button-prev, & ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }

  & .swiper-button-prev, & ~ .swiper-button-prev, &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }

  & .swiper-button-next, & ~ .swiper-button-next, &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }

  & .swiper-button-prev, & ~ .swiper-button-prev, &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next {
    & .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }

  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    & .swiper-navigation-icon {
      transform: rotate(0);
    }
  }
}

.swiper-vertical {
  & .swiper-button-prev, & .swiper-button-next, & ~ .swiper-button-prev, & ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
    right: auto;
  }

  & .swiper-button-prev, & ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;

    & .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }

  & .swiper-button-next, & ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;

    & .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);

  &.swiper-pagination-hidden {
    opacity: 0;
  }

  .swiper-pagination-disabled > &, &.swiper-pagination-disabled {
    display: none !important;
  }
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;

  & .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33);
  }

  & .swiper-pagination-bullet-active, & .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }

  & .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
  }

  & .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
  }

  & .swiper-pagination-bullet-active-next {
    transform: scale(.66);
  }

  & .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;

  button& {
    box-shadow: none;
    appearance: none;
    border: none;
    margin: 0;
    padding: 0;
  }

  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);

  & .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }

  &.swiper-pagination-bullets-dynamic {
    width: 8px;
    top: 50%;
    transform: translateY(-50%);

    & .swiper-pagination-bullet {
      transition: transform .2s, top .2s;
      display: inline-block;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  & .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }

  &.swiper-pagination-bullets-dynamic {
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);

    & .swiper-pagination-bullet {
      transition: transform .2s, left .2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;

  & .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
  }

  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: 100% 0;
  }

  .swiper-horizontal > &, &.swiper-pagination-horizontal, .swiper-vertical > &.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    top: 0;
    left: 0;
  }

  .swiper-vertical > &, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    top: 0;
    left: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  position: relative;

  .swiper-scrollbar-disabled > &, &.swiper-scrollbar-disabled {
    display: none !important;
  }

  .swiper-horizontal > &, &.swiper-scrollbar-horizontal {
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    position: absolute;
  }

  .swiper-vertical > &, &.swiper-scrollbar-vertical {
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    position: absolute;
  }
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;

  & > img, & > svg, & > canvas {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
  }
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-fade {
  &.swiper-free-mode {
    & .swiper-slide {
      transition-timing-function: ease-out;
    }
  }

  & .swiper-slide {
    pointer-events: none;
    transition-property: opacity;

    & .swiper-slide {
      pointer-events: none;
    }
  }

  & .swiper-slide-active {
    pointer-events: auto;

    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  & .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;

    & .swiper-slide {
      pointer-events: none;
    }
  }

  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }

  & .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }

  & .swiper-slide-active, & .swiper-slide-next, & .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }

  & .swiper-cube-shadow {
    opacity: .6;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

    &:before {
      content: "";
      filter: blur(50px);
      background: #000;
      position: absolute;
      inset: 0;
    }
  }
}

.swiper-cube {
  & .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

.swiper-cube {
  & .swiper-slide-shadow-cube.swiper-slide-shadow-top, & .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, & .swiper-slide-shadow-cube.swiper-slide-shadow-left, & .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  & .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;

    & .swiper-slide {
      pointer-events: none;
    }
  }

  & .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper-flip {
  & .swiper-slide-shadow-flip.swiper-slide-shadow-top, & .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, & .swiper-slide-shadow-flip.swiper-slide-shadow-left, & .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

.swiper-creative {
  & .swiper-slide {
    backface-visibility: hidden;
    transition-property: transform, opacity, height;
    overflow: hidden;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  & .swiper-slide {
    transform-origin: bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  min-width: 200px;
  max-width: 100%;
  text-shadow: none;
  z-index: 0;
  direction: ltr;
  flex-direction: column;
  align-items: center;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.plyr audio, .plyr iframe, .plyr video {
  width: 100%;
  height: 100%;
  display: block;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  padding: 3px 4px;
  line-height: 1;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  text-align: center;
  width: 100%;
  transition: transform .4s ease-in-out;
  animation: .3s plyr-fade-in;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.plyr__captions span:empty {
  display: none;
}

@media (width >= 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2);
  }
}

@media (width >= 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
}

.plyr__caption {
  background: #000c;
  background: var(--plyr-captions-background, #000c);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  white-space: pre-wrap;
  border-radius: 4px;
  padding: .2em .5em;
  line-height: 185%;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  background: none;
  border: 0;
  flex-shrink: 0;
  transition: all .1s ease-in-out;
  position: relative;
  overflow: visible;
}

.plyr__control svg {
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
  display: block;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr="airplay"], .plyr [data-plyr="captions"], .plyr [data-plyr="fullscreen"], .plyr [data-plyr="pip"], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr="airplay"], .plyr--captions-enabled [data-plyr="captions"], .plyr--fullscreen-enabled [data-plyr="fullscreen"], .plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform .3s;
}

.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  background: #ffffffe6;
  background: var(--plyr-menu-background, #ffffffe6);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  text-align: left;
  white-space: nowrap;
  z-index: 3;
  margin-bottom: 10px;
  animation: .2s plyr-popup;
  position: absolute;
  bottom: 100%;
  right: -3px;
}

.plyr__menu__container > div {
  transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.plyr__menu__container:after {
  border: 4px solid #0000;
  border-top-color: #ffffffe6;
  border: var(--plyr-menu-arrow-size, 4px) solid #0000;
  border-top-color: var(--plyr-menu-background, #ffffffe6);
  content: "";
  height: 0;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  width: 0;
  position: absolute;
  top: 100%;
}

.plyr__menu__container [role="menu"] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
}

.plyr__menu__container [role="menuitem"], .plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}

.plyr__menu__container [role="menuitem"]:first-child, .plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  color: var(--plyr-menu-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  width: 100%;
  display: flex;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid #0000;
  border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2);
  position: relative;
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7);
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:after, .plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  content: "";
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  background: #0000001a;
  flex-shrink: 0;
  width: 16px;
  transition: all .3s;
  display: block;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
  opacity: 0;
  background: #fff;
  border: 0;
  width: 6px;
  height: 6px;
  transition: transform .3s, opacity .3s;
  top: 50%;
  left: 12px;
  transform: translateY(-50%) scale(0);
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:focus-visible:before, .plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
  background: #23282f1a;
}

.plyr__menu__container .plyr__menu__value {
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.plyr--full-ui input[type="range"] {
  appearance: none;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  background: none;
  border: 0;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s;
  display: block;
}

.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, currentColor 0, #0000 0);
  background-image: linear-gradient(to right,currentColor var(--value, 0),#0000 var(--value, 0));
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-user-select: none;
  user-select: none;
  border: 0;
  transition: box-shadow .3s;
}

.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26,0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  border: 0;
  border-radius: 100%;
  transition: all .2s;
  position: relative;
}

.plyr--full-ui input[type="range"]::-moz-range-track {
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: 0;
  transition: box-shadow .3s;
}

.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26,0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  border: 0;
  border-radius: 100%;
  transition: all .2s;
  position: relative;
}

.plyr--full-ui input[type="range"]::-moz-range-progress {
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  background: currentColor;
}

.plyr--full-ui input[type="range"]::-ms-track {
  color: #0000;
}

.plyr--full-ui input[type="range"]::-ms-fill-upper {
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: 0;
  transition: box-shadow .3s;
}

.plyr--full-ui input[type="range"]::-ms-track {
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: 0;
  transition: box-shadow .3s;
}

.plyr--full-ui input[type="range"]::-ms-fill-lower {
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-user-select: none;
  user-select: none;
  background: currentColor;
  border: 0;
  transition: box-shadow .3s;
}

.plyr--full-ui input[type="range"]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26,0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  border: 0;
  border-radius: 100%;
  margin-top: 0;
  transition: all .2s;
  position: relative;
}

.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}

.plyr--full-ui input[type="range"]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type="range"]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type="range"]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  opacity: 0;
  z-index: 1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (width <= 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  transform-origin: 50% 100%;
  white-space: nowrap;
  z-index: 2;
  line-height: 1.3;
  transition: transform .2s .1s, opacity .2s .1s;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 10px) scale(.8);
}

.plyr__tooltip:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  z-index: 2;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  transform-origin: 0 100%;
  left: 0;
  transform: translateY(10px) scale(.8);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  transform-origin: 100% 100%;
  left: auto;
  right: 0;
  transform: translateY(10px) scale(.8);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type="range"], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type="range"] {
  z-index: 2;
  position: relative;
}

.plyr__progress .plyr__tooltip {
  overflow-wrap: break-word;
  max-width: 120px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
  background: none;
  border: 0;
  border-radius: 100px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: none;
}

.plyr__progress__buffer::-webkit-progress-value {
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  background: currentColor;
  border-radius: 100px;
  transition: width .2s;
}

.plyr__progress__buffer::-moz-progress-bar {
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  background: currentColor;
  border-radius: 100px;
  transition: width .2s;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s;
}

.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0 50%, #23282f99 0 75%, #0000 0, #0000);
  background-image: linear-gradient(-45deg,var(--plyr-progress-loading-background, #23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background, #23282f99) 50%,var(--plyr-progress-loading-background, #23282f99) 75%,#0000 75%,#0000);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: #0000;
  animation: 1s linear infinite plyr-progress;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: #ffffff40;
  background-color: var(--plyr-video-progress-buffered-background, #ffffff40);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type="range"] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  z-index: 2;
  min-width: 60px;
  max-width: 90px;
  position: relative;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.2813%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000,#000000bf));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: var(--plyr-video-control-color, #fff);
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  z-index: 3;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (width >= 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded="true"] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: var(--plyr-video-control-color, #fff);
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  z-index: 2;
  border: 0;
  border-radius: 100%;
  transition: all .3s;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plyr__control--overlaid svg {
  position: relative;
  left: 2px;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, #ffffff40);
}

.plyr:fullscreen {
  background: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0 !important;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (width >= 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  z-index: 10000000;
  background: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  inset: 0;
  border-radius: 0 !important;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (width >= 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  cursor: pointer;
  z-index: -1;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.plyr__ads > div, .plyr__ads > div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.plyr__ads:after {
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  pointer-events: none;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
  background: #23282f;
  border-radius: 2px;
  padding: 2px 6px;
  font-size: 11px;
  position: absolute;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  opacity: .8;
  z-index: 3;
  background: currentColor;
  width: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  pointer-events: none;
  transform-origin: 50% 100%;
  z-index: 2;
  padding: 3px;
  transition: transform .2s .1s, opacity .2s .1s;
  position: absolute;
  bottom: 100%;
  transform: translateY(10px) scale(.8);
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  z-index: 2;
  width: 0;
  position: absolute;
  transform: translateX(-50%);
}

.plyr__preview-thumb__image-container {
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  z-index: 0;
  background: #c1c8d1;
  position: relative;
  overflow: hidden;
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px #00000026;
}

.plyr__preview-thumb__image-container img {
  max-width: none;
  max-height: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000,#000000bf));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  z-index: 3;
  padding: 20px 6px 6px;
  line-height: 1.1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: absolute;
  top: 0;
  left: 0;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
}

.plyr [hidden] {
  display: none !important;
}
