@charset "UTF-8";
/*
 * Fonts in this file
 *
 * Ebert
 * - Includes Regular 400, Bold 700, Italic 400
 * - Stylistic Set Expressive can be used for Bold with ```font-feature-settings: "ss01" on;```
 * Ebert Headline 700
 * Noto Sans
 */
/*
 * Ebert Font
 * Only for latin characters
 */
@font-face {
  font-family: Ebert;
  font-style: normal;
  font-weight: 400;
  src: local("Ebert-Regular"), url("Ebert-Regular.woff") format("woff2"), url("Ebert-Regular.woff") format("woff");
}
@font-face {
  font-family: Ebert;
  font-style: normal;
  font-weight: 700;
  src: local("Ebert-Bold"), url("Ebert-Bold.woff") format("woff2"), url("Ebert-Bold.woff") format("woff");
}
@font-face {
  font-family: "Ebert Headline";
  font-style: normal;
  font-weight: 700;
  src: local("Ebert-Headline"), url("Ebert-Headline.woff") format("woff2"), url("Ebert-Headline.woff") format("woff");
}
@font-face {
  font-family: Ebert;
  font-style: italic;
  font-weight: 400;
  src: local("Ebert-Italic"), url("Ebert-Italic.woff") format("woff2"), url("Ebert-Italic.woff") format("woff");
}
/*
 * Noto Sans
 * For non latin characters
 */
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url("NotoSans-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url("NotoSans-Italic.ttf") format("ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("NotoSans-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans BoldItalic"), local("NotoSans-BoldItalic"), url("NotoSans-BoldItalic.ttf") format("ttf");
  font-weight: 700;
  font-style: italic;
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
:root,
[data-bs-theme=light] {
  --fes-blue: #005597;
  --fes-blue-light: #5bc5f2;
  --fes-violet: #5b085a;
  --fes-red: #d70000;
  --fes-dark-red: #8d0449;
  --fes-orange: #f29626;
  --fes-yellow: #fc0;
  --fes-green: #00605f;
  --fes-petrol: #007c9d;
  --fes-mint-green: #87ccc9;
  --fes-black: #000;
  --fes-white: #fff;
  --fes-gray-light: #e6e6e6;
  --fes-gray: #808080;
  --fes-gray-dark: #333;
  --fes-gray-100: #e6e6e6;
  --fes-gray-200: #ccc;
  --fes-gray-300: #b3b3b3;
  --fes-gray-500: #808080;
  --fes-gray-700: #4d4d4d;
  --fes-gray-800: #333;
  --fes-gray-900: #1a1a1a;
  --fes-primary: #d70000;
  --fes-yellow: #fc0;
  --fes-orange: #f29626;
  --fes-red: #d70000;
  --fes-dark-red: #8d0449;
  --fes-dark-red-200: #e8cddb;
  --fes-violet: #5b085a;
  --fes-violet-200: #decede;
  --fes-blue: #005597;
  --fes-blue-light: #5bc5f2;
  --fes-petrol: #007c9d;
  --fes-mint-green: #cfebea;
  --fes-mint-green-200: #cfebea;
  --fes-green-dark: #00605f;
  --fes-green-dark-200: #99c2bb;
  --fes-success: #00605f;
  --fes-danger: #8d0449;
  --fes-light: #e6e6e6;
  --fes-dark: #333;
  --fes-black: #000;
  --fes-primary-rgb: 215, 0, 0;
  --fes-yellow-rgb: 255, 204, 0;
  --fes-orange-rgb: 242, 150, 38;
  --fes-red-rgb: 215, 0, 0;
  --fes-dark-red-rgb: 141, 4, 73;
  --fes-dark-red-200-rgb: 232, 205, 219;
  --fes-violet-rgb: 91, 8, 90;
  --fes-violet-200-rgb: 222, 206, 222;
  --fes-blue-rgb: 0, 85, 151;
  --fes-blue-light-rgb: 91, 197, 242;
  --fes-petrol-rgb: 0, 124, 157;
  --fes-mint-green-rgb: 207, 235, 234;
  --fes-mint-green-200-rgb: 207, 235, 234;
  --fes-green-dark-rgb: 0, 96, 95;
  --fes-green-dark-200-rgb: 153, 194, 187;
  --fes-success-rgb: 0, 96, 95;
  --fes-danger-rgb: 141, 4, 73;
  --fes-light-rgb: 230, 230, 230;
  --fes-dark-rgb: 51, 51, 51;
  --fes-black-rgb: 0, 0, 0;
  --fes-primary-text-emphasis: #560000;
  --fes-secondary-text-emphasis: rgb(40.8, 40.8, 40.8);
  --fes-success-text-emphasis: rgb(0, 38.4, 38);
  --fes-info-text-emphasis: rgb(5.2, 80.8, 96);
  --fes-warning-text-emphasis: rgb(102, 81.6, 0);
  --fes-danger-text-emphasis: rgb(56.4, 1.6, 29.2);
  --fes-light-text-emphasis: #4d4d4d;
  --fes-dark-text-emphasis: #4d4d4d;
  --fes-primary-bg-subtle: #f7cccc;
  --fes-secondary-bg-subtle: rgb(224.4, 224.4, 224.4);
  --fes-success-bg-subtle: rgb(204, 223.2, 223);
  --fes-info-bg-subtle: rgb(206.6, 244.4, 252);
  --fes-warning-bg-subtle: rgb(255, 244.8, 204);
  --fes-danger-bg-subtle: rgb(232.2, 204.8, 218.6);
  --fes-light-bg-subtle: rgb(242.5, 242.5, 242.5);
  --fes-dark-bg-subtle: #ced4da;
  --fes-primary-border-subtle: #ef9999;
  --fes-secondary-border-subtle: rgb(193.8, 193.8, 193.8);
  --fes-success-border-subtle: rgb(153, 191.4, 191);
  --fes-info-border-subtle: rgb(158.2, 233.8, 249);
  --fes-warning-border-subtle: rgb(255, 234.6, 153);
  --fes-danger-border-subtle: rgb(209.4, 154.6, 182.2);
  --fes-light-border-subtle: #ccc;
  --fes-dark-border-subtle: #808080;
  --fes-white-rgb: 255, 255, 255;
  --fes-black-rgb: 0, 0, 0;
  --fes-font-sans-serif: ebert, "Noto Sans", calibri, helvetica, arial, sans-serif;
  --fes-font-monospace: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
  --fes-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --fes-body-font-family: var(--fes-font-sans-serif);
  --fes-body-font-size: 1rem;
  --fes-body-font-weight: 400;
  --fes-body-line-height: 1.4;
  --fes-body-color: #000;
  --fes-body-color-rgb: 0, 0, 0;
  --fes-body-bg: #fff;
  --fes-body-bg-rgb: 255, 255, 255;
  --fes-emphasis-color: #000;
  --fes-emphasis-color-rgb: 0, 0, 0;
  --fes-secondary-color: #000;
  --fes-secondary-color-rgb: 0, 0, 0;
  --fes-secondary-bg: #e6e6e6;
  --fes-secondary-bg-rgb: 230, 230, 230;
  --fes-tertiary-color: #1a1a1a;
  --fes-tertiary-color-rgb: 26, 26, 26;
  --fes-tertiary-bg: #e6e6e6;
  --fes-tertiary-bg-rgb: 230, 230, 230;
  --fes-heading-color: inherit;
  --fes-link-color: #000;
  --fes-link-color-rgb: 0, 0, 0;
  --fes-link-decoration: none;
  --fes-link-hover-color: black;
  --fes-link-hover-color-rgb: 0, 0, 0;
  --fes-code-color: #d63384;
  --fes-highlight-color: #000;
  --fes-highlight-bg: rgb(255, 244.8, 204);
  --fes-border-width: 1px;
  --fes-border-style: solid;
  --fes-border-color: #4d4d4d;
  --fes-border-color-translucent: rgba(77, 77, 77, 0.175);
  --fes-border-radius: 0.375rem;
  --fes-border-radius-sm: 0.25rem;
  --fes-border-radius-lg: 0.5rem;
  --fes-border-radius-xl: 1rem;
  --fes-border-radius-xxl: 2rem;
  --fes-border-radius-2xl: var(--fes-border-radius-xxl);
  --fes-border-radius-pill: 50rem;
  --fes-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --fes-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --fes-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --fes-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --fes-focus-ring-width: 0.25rem;
  --fes-focus-ring-opacity: 0.25;
  --fes-focus-ring-color: rgba(0, 0, 0, 0.25);
  --fes-form-valid-color: #00605f;
  --fes-form-valid-border-color: #00605f;
  --fes-form-invalid-color: #8d0449;
  --fes-form-invalid-border-color: #8d0449;
}
.btn {
  --fes-btn-padding-x: 0.625rem;
  --fes-btn-padding-y: 0.75rem;
  --fes-btn-font-family: ;
  --fes-btn-font-size: 1.375rem;
  --fes-btn-font-weight: 400;
  --fes-btn-line-height: 1.4;
  --fes-btn-color: var(--fes-body-color);
  --fes-btn-bg: transparent;
  --fes-btn-border-width: var(--fes-border-width);
  --fes-btn-border-color: transparent;
  --fes-btn-border-radius: var(--fes-border-radius);
  --fes-btn-hover-border-color: transparent;
  --fes-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --fes-btn-disabled-opacity: 0.65;
  --fes-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--fes-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--fes-btn-padding-y) var(--fes-btn-padding-x);
  font-family: var(--fes-btn-font-family);
  font-size: var(--fes-btn-font-size);
  font-weight: var(--fes-btn-font-weight);
  line-height: var(--fes-btn-line-height);
  color: var(--fes-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--fes-btn-border-width) solid var(--fes-btn-border-color);
  background-color: var(--fes-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--fes-btn-hover-color);
  background-color: var(--fes-btn-hover-bg);
  border-color: var(--fes-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--fes-btn-color);
  background-color: var(--fes-btn-bg);
  border-color: var(--fes-btn-border-color);
}
.btn:focus-visible {
  color: var(--fes-btn-hover-color);
  background-color: var(--fes-btn-hover-bg);
  border-color: var(--fes-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--fes-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--fes-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--fes-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--fes-btn-active-color);
  background-color: var(--fes-btn-active-bg);
  border-color: var(--fes-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--fes-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--fes-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--fes-btn-disabled-color);
  pointer-events: none;
  background-color: var(--fes-btn-disabled-bg);
  border-color: var(--fes-btn-disabled-border-color);
  opacity: var(--fes-btn-disabled-opacity);
}
.btn-primary {
  --fes-btn-color: #fff;
  --fes-btn-bg: #d70000;
  --fes-btn-border-color: #d70000;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: rgb(182.75, 0, 0);
  --fes-btn-hover-border-color: #ac0000;
  --fes-btn-focus-shadow-rgb: 221, 38, 38;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #ac0000;
  --fes-btn-active-border-color: rgb(161.25, 0, 0);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #d70000;
  --fes-btn-disabled-border-color: #d70000;
}
.btn-yellow {
  --fes-btn-color: #000;
  --fes-btn-bg: #fc0;
  --fes-btn-border-color: #fc0;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: rgb(255, 211.65, 38.25);
  --fes-btn-hover-border-color: rgb(255, 209.1, 25.5);
  --fes-btn-focus-shadow-rgb: 217, 173, 0;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: rgb(255, 214.2, 51);
  --fes-btn-active-border-color: rgb(255, 209.1, 25.5);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #000;
  --fes-btn-disabled-bg: #fc0;
  --fes-btn-disabled-border-color: #fc0;
}
.btn-orange {
  --fes-btn-color: #000;
  --fes-btn-bg: #f29626;
  --fes-btn-border-color: #f29626;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: rgb(243.95, 165.75, 70.55);
  --fes-btn-hover-border-color: rgb(243.3, 160.5, 59.7);
  --fes-btn-focus-shadow-rgb: 206, 128, 32;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: rgb(244.6, 171, 81.4);
  --fes-btn-active-border-color: rgb(243.3, 160.5, 59.7);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #000;
  --fes-btn-disabled-bg: #f29626;
  --fes-btn-disabled-border-color: #f29626;
}
.btn-red {
  --fes-btn-color: #fff;
  --fes-btn-bg: #d70000;
  --fes-btn-border-color: #d70000;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: rgb(182.75, 0, 0);
  --fes-btn-hover-border-color: #ac0000;
  --fes-btn-focus-shadow-rgb: 221, 38, 38;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #ac0000;
  --fes-btn-active-border-color: rgb(161.25, 0, 0);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #d70000;
  --fes-btn-disabled-border-color: #d70000;
}
.btn-dark-red {
  --fes-btn-color: #fff;
  --fes-btn-bg: #8d0449;
  --fes-btn-border-color: #8d0449;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: rgb(119.85, 3.4, 62.05);
  --fes-btn-hover-border-color: rgb(112.8, 3.2, 58.4);
  --fes-btn-focus-shadow-rgb: 158, 42, 100;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: rgb(112.8, 3.2, 58.4);
  --fes-btn-active-border-color: rgb(105.75, 3, 54.75);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #8d0449;
  --fes-btn-disabled-border-color: #8d0449;
}
.btn-dark-red-200 {
  --fes-btn-color: #000;
  --fes-btn-bg: #e8cddb;
  --fes-btn-border-color: #e8cddb;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: rgb(235.45, 212.5, 224.4);
  --fes-btn-hover-border-color: rgb(234.3, 210, 222.6);
  --fes-btn-focus-shadow-rgb: 197, 174, 186;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: rgb(236.6, 215, 226.2);
  --fes-btn-active-border-color: rgb(234.3, 210, 222.6);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #000;
  --fes-btn-disabled-bg: #e8cddb;
  --fes-btn-disabled-border-color: #e8cddb;
}
.btn-violet {
  --fes-btn-color: #fff;
  --fes-btn-bg: #5b085a;
  --fes-btn-border-color: #5b085a;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: rgb(77.35, 6.8, 76.5);
  --fes-btn-hover-border-color: rgb(72.8, 6.4, 72);
  --fes-btn-focus-shadow-rgb: 116, 45, 115;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: rgb(72.8, 6.4, 72);
  --fes-btn-active-border-color: rgb(68.25, 6, 67.5);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #5b085a;
  --fes-btn-disabled-border-color: #5b085a;
}
.btn-violet-200 {
  --fes-btn-color: #000;
  --fes-btn-bg: #decede;
  --fes-btn-border-color: #decede;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: rgb(226.95, 213.35, 226.95);
  --fes-btn-hover-border-color: rgb(225.3, 210.9, 225.3);
  --fes-btn-focus-shadow-rgb: 189, 175, 189;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: rgb(228.6, 215.8, 228.6);
  --fes-btn-active-border-color: rgb(225.3, 210.9, 225.3);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #000;
  --fes-btn-disabled-bg: #decede;
  --fes-btn-disabled-border-color: #decede;
}
.btn-blue {
  --fes-btn-color: #fff;
  --fes-btn-bg: #005597;
  --fes-btn-border-color: #005597;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: rgb(0, 72.25, 128.35);
  --fes-btn-hover-border-color: rgb(0, 68, 120.8);
  --fes-btn-focus-shadow-rgb: 38, 111, 167;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: rgb(0, 68, 120.8);
  --fes-btn-active-border-color: rgb(0, 63.75, 113.25);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #005597;
  --fes-btn-disabled-border-color: #005597;
}
.btn-blue-light {
  --fes-btn-color: #000;
  --fes-btn-bg: #5bc5f2;
  --fes-btn-border-color: #5bc5f2;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: rgb(115.6, 205.7, 243.95);
  --fes-btn-hover-border-color: rgb(107.4, 202.8, 243.3);
  --fes-btn-focus-shadow-rgb: 77, 167, 206;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: rgb(123.8, 208.6, 244.6);
  --fes-btn-active-border-color: rgb(107.4, 202.8, 243.3);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #000;
  --fes-btn-disabled-bg: #5bc5f2;
  --fes-btn-disabled-border-color: #5bc5f2;
}
.btn-petrol {
  --fes-btn-color: #fff;
  --fes-btn-bg: #007c9d;
  --fes-btn-border-color: #007c9d;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: rgb(0, 105.4, 133.45);
  --fes-btn-hover-border-color: rgb(0, 99.2, 125.6);
  --fes-btn-focus-shadow-rgb: 38, 144, 172;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: rgb(0, 99.2, 125.6);
  --fes-btn-active-border-color: rgb(0, 93, 117.75);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #007c9d;
  --fes-btn-disabled-border-color: #007c9d;
}
.btn-mint-green {
  --fes-btn-color: #000;
  --fes-btn-bg: #cfebea;
  --fes-btn-border-color: #cfebea;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: rgb(214.2, 238, 237.15);
  --fes-btn-hover-border-color: rgb(211.8, 237, 236.1);
  --fes-btn-focus-shadow-rgb: 176, 200, 199;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: rgb(216.6, 239, 238.2);
  --fes-btn-active-border-color: rgb(211.8, 237, 236.1);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #000;
  --fes-btn-disabled-bg: #cfebea;
  --fes-btn-disabled-border-color: #cfebea;
}
.btn-mint-green-200 {
  --fes-btn-color: #000;
  --fes-btn-bg: #cfebea;
  --fes-btn-border-color: #cfebea;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: rgb(214.2, 238, 237.15);
  --fes-btn-hover-border-color: rgb(211.8, 237, 236.1);
  --fes-btn-focus-shadow-rgb: 176, 200, 199;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: rgb(216.6, 239, 238.2);
  --fes-btn-active-border-color: rgb(211.8, 237, 236.1);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #000;
  --fes-btn-disabled-bg: #cfebea;
  --fes-btn-disabled-border-color: #cfebea;
}
.btn-green-dark {
  --fes-btn-color: #fff;
  --fes-btn-bg: #00605f;
  --fes-btn-border-color: #00605f;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: rgb(0, 81.6, 80.75);
  --fes-btn-hover-border-color: rgb(0, 76.8, 76);
  --fes-btn-focus-shadow-rgb: 38, 120, 119;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: rgb(0, 76.8, 76);
  --fes-btn-active-border-color: rgb(0, 72, 71.25);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #00605f;
  --fes-btn-disabled-border-color: #00605f;
}
.btn-green-dark-200 {
  --fes-btn-color: #000;
  --fes-btn-bg: #99c2bb;
  --fes-btn-border-color: #99c2bb;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: rgb(168.3, 203.15, 197.2);
  --fes-btn-hover-border-color: rgb(163.2, 200.1, 193.8);
  --fes-btn-focus-shadow-rgb: 130, 165, 159;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: rgb(173.4, 206.2, 200.6);
  --fes-btn-active-border-color: rgb(163.2, 200.1, 193.8);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #000;
  --fes-btn-disabled-bg: #99c2bb;
  --fes-btn-disabled-border-color: #99c2bb;
}
.btn-success {
  --fes-btn-color: #fff;
  --fes-btn-bg: #00605f;
  --fes-btn-border-color: #00605f;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: rgb(0, 81.6, 80.75);
  --fes-btn-hover-border-color: rgb(0, 76.8, 76);
  --fes-btn-focus-shadow-rgb: 38, 120, 119;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: rgb(0, 76.8, 76);
  --fes-btn-active-border-color: rgb(0, 72, 71.25);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #00605f;
  --fes-btn-disabled-border-color: #00605f;
}
.btn-danger {
  --fes-btn-color: #fff;
  --fes-btn-bg: #8d0449;
  --fes-btn-border-color: #8d0449;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: rgb(119.85, 3.4, 62.05);
  --fes-btn-hover-border-color: rgb(112.8, 3.2, 58.4);
  --fes-btn-focus-shadow-rgb: 158, 42, 100;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: rgb(112.8, 3.2, 58.4);
  --fes-btn-active-border-color: rgb(105.75, 3, 54.75);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #8d0449;
  --fes-btn-disabled-border-color: #8d0449;
}
.btn-light {
  --fes-btn-color: #000;
  --fes-btn-bg: #e6e6e6;
  --fes-btn-border-color: #e6e6e6;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: rgb(195.5, 195.5, 195.5);
  --fes-btn-hover-border-color: #b8b8b8;
  --fes-btn-focus-shadow-rgb: 196, 196, 196;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: #b8b8b8;
  --fes-btn-active-border-color: rgb(172.5, 172.5, 172.5);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #000;
  --fes-btn-disabled-bg: #e6e6e6;
  --fes-btn-disabled-border-color: #e6e6e6;
}
.btn-dark {
  --fes-btn-color: #fff;
  --fes-btn-bg: #333;
  --fes-btn-border-color: #333;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: rgb(81.6, 81.6, 81.6);
  --fes-btn-hover-border-color: rgb(71.4, 71.4, 71.4);
  --fes-btn-focus-shadow-rgb: 82, 82, 82;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: rgb(91.8, 91.8, 91.8);
  --fes-btn-active-border-color: rgb(71.4, 71.4, 71.4);
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #333;
  --fes-btn-disabled-border-color: #333;
}
.btn-black {
  --fes-btn-color: #fff;
  --fes-btn-bg: #000;
  --fes-btn-border-color: #000;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: black;
  --fes-btn-hover-border-color: black;
  --fes-btn-focus-shadow-rgb: 38, 38, 38;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: black;
  --fes-btn-active-border-color: black;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fff;
  --fes-btn-disabled-bg: #000;
  --fes-btn-disabled-border-color: #000;
}
.btn-outline-primary {
  --fes-btn-color: #d70000;
  --fes-btn-border-color: #d70000;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #d70000;
  --fes-btn-hover-border-color: #d70000;
  --fes-btn-focus-shadow-rgb: 215, 0, 0;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #d70000;
  --fes-btn-active-border-color: #d70000;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #d70000;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #d70000;
  --fes-gradient: none;
}
.btn-outline-yellow {
  --fes-btn-color: #fc0;
  --fes-btn-border-color: #fc0;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: #fc0;
  --fes-btn-hover-border-color: #fc0;
  --fes-btn-focus-shadow-rgb: 255, 204, 0;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: #fc0;
  --fes-btn-active-border-color: #fc0;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #fc0;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #fc0;
  --fes-gradient: none;
}
.btn-outline-orange {
  --fes-btn-color: #f29626;
  --fes-btn-border-color: #f29626;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: #f29626;
  --fes-btn-hover-border-color: #f29626;
  --fes-btn-focus-shadow-rgb: 242, 150, 38;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: #f29626;
  --fes-btn-active-border-color: #f29626;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #f29626;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #f29626;
  --fes-gradient: none;
}
.btn-outline-red {
  --fes-btn-color: #d70000;
  --fes-btn-border-color: #d70000;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #d70000;
  --fes-btn-hover-border-color: #d70000;
  --fes-btn-focus-shadow-rgb: 215, 0, 0;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #d70000;
  --fes-btn-active-border-color: #d70000;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #d70000;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #d70000;
  --fes-gradient: none;
}
.btn-outline-dark-red {
  --fes-btn-color: #8d0449;
  --fes-btn-border-color: #8d0449;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #8d0449;
  --fes-btn-hover-border-color: #8d0449;
  --fes-btn-focus-shadow-rgb: 141, 4, 73;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #8d0449;
  --fes-btn-active-border-color: #8d0449;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #8d0449;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #8d0449;
  --fes-gradient: none;
}
.btn-outline-dark-red-200 {
  --fes-btn-color: #e8cddb;
  --fes-btn-border-color: #e8cddb;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: #e8cddb;
  --fes-btn-hover-border-color: #e8cddb;
  --fes-btn-focus-shadow-rgb: 232, 205, 219;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: #e8cddb;
  --fes-btn-active-border-color: #e8cddb;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #e8cddb;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #e8cddb;
  --fes-gradient: none;
}
.btn-outline-violet {
  --fes-btn-color: #5b085a;
  --fes-btn-border-color: #5b085a;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #5b085a;
  --fes-btn-hover-border-color: #5b085a;
  --fes-btn-focus-shadow-rgb: 91, 8, 90;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #5b085a;
  --fes-btn-active-border-color: #5b085a;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #5b085a;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #5b085a;
  --fes-gradient: none;
}
.btn-outline-violet-200 {
  --fes-btn-color: #decede;
  --fes-btn-border-color: #decede;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: #decede;
  --fes-btn-hover-border-color: #decede;
  --fes-btn-focus-shadow-rgb: 222, 206, 222;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: #decede;
  --fes-btn-active-border-color: #decede;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #decede;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #decede;
  --fes-gradient: none;
}
.btn-outline-blue {
  --fes-btn-color: #005597;
  --fes-btn-border-color: #005597;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #005597;
  --fes-btn-hover-border-color: #005597;
  --fes-btn-focus-shadow-rgb: 0, 85, 151;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #005597;
  --fes-btn-active-border-color: #005597;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #005597;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #005597;
  --fes-gradient: none;
}
.btn-outline-blue-light {
  --fes-btn-color: #5bc5f2;
  --fes-btn-border-color: #5bc5f2;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: #5bc5f2;
  --fes-btn-hover-border-color: #5bc5f2;
  --fes-btn-focus-shadow-rgb: 91, 197, 242;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: #5bc5f2;
  --fes-btn-active-border-color: #5bc5f2;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #5bc5f2;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #5bc5f2;
  --fes-gradient: none;
}
.btn-outline-petrol {
  --fes-btn-color: #007c9d;
  --fes-btn-border-color: #007c9d;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #007c9d;
  --fes-btn-hover-border-color: #007c9d;
  --fes-btn-focus-shadow-rgb: 0, 124, 157;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #007c9d;
  --fes-btn-active-border-color: #007c9d;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #007c9d;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #007c9d;
  --fes-gradient: none;
}
.btn-outline-mint-green {
  --fes-btn-color: #cfebea;
  --fes-btn-border-color: #cfebea;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: #cfebea;
  --fes-btn-hover-border-color: #cfebea;
  --fes-btn-focus-shadow-rgb: 207, 235, 234;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: #cfebea;
  --fes-btn-active-border-color: #cfebea;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #cfebea;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #cfebea;
  --fes-gradient: none;
}
.btn-outline-mint-green-200 {
  --fes-btn-color: #cfebea;
  --fes-btn-border-color: #cfebea;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: #cfebea;
  --fes-btn-hover-border-color: #cfebea;
  --fes-btn-focus-shadow-rgb: 207, 235, 234;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: #cfebea;
  --fes-btn-active-border-color: #cfebea;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #cfebea;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #cfebea;
  --fes-gradient: none;
}
.btn-outline-green-dark {
  --fes-btn-color: #00605f;
  --fes-btn-border-color: #00605f;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #00605f;
  --fes-btn-hover-border-color: #00605f;
  --fes-btn-focus-shadow-rgb: 0, 96, 95;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #00605f;
  --fes-btn-active-border-color: #00605f;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #00605f;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #00605f;
  --fes-gradient: none;
}
.btn-outline-green-dark-200 {
  --fes-btn-color: #99c2bb;
  --fes-btn-border-color: #99c2bb;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: #99c2bb;
  --fes-btn-hover-border-color: #99c2bb;
  --fes-btn-focus-shadow-rgb: 153, 194, 187;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: #99c2bb;
  --fes-btn-active-border-color: #99c2bb;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #99c2bb;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #99c2bb;
  --fes-gradient: none;
}
.btn-outline-success {
  --fes-btn-color: #00605f;
  --fes-btn-border-color: #00605f;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #00605f;
  --fes-btn-hover-border-color: #00605f;
  --fes-btn-focus-shadow-rgb: 0, 96, 95;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #00605f;
  --fes-btn-active-border-color: #00605f;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #00605f;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #00605f;
  --fes-gradient: none;
}
.btn-outline-danger {
  --fes-btn-color: #8d0449;
  --fes-btn-border-color: #8d0449;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #8d0449;
  --fes-btn-hover-border-color: #8d0449;
  --fes-btn-focus-shadow-rgb: 141, 4, 73;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #8d0449;
  --fes-btn-active-border-color: #8d0449;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #8d0449;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #8d0449;
  --fes-gradient: none;
}
.btn-outline-light {
  --fes-btn-color: #e6e6e6;
  --fes-btn-border-color: #e6e6e6;
  --fes-btn-hover-color: #000;
  --fes-btn-hover-bg: #e6e6e6;
  --fes-btn-hover-border-color: #e6e6e6;
  --fes-btn-focus-shadow-rgb: 230, 230, 230;
  --fes-btn-active-color: #000;
  --fes-btn-active-bg: #e6e6e6;
  --fes-btn-active-border-color: #e6e6e6;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #e6e6e6;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #e6e6e6;
  --fes-gradient: none;
}
.btn-outline-dark {
  --fes-btn-color: #333;
  --fes-btn-border-color: #333;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #333;
  --fes-btn-hover-border-color: #333;
  --fes-btn-focus-shadow-rgb: 51, 51, 51;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #333;
  --fes-btn-active-border-color: #333;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #333;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #333;
  --fes-gradient: none;
}
.btn-outline-black {
  --fes-btn-color: #000;
  --fes-btn-border-color: #000;
  --fes-btn-hover-color: #fff;
  --fes-btn-hover-bg: #000;
  --fes-btn-hover-border-color: #000;
  --fes-btn-focus-shadow-rgb: 0, 0, 0;
  --fes-btn-active-color: #fff;
  --fes-btn-active-bg: #000;
  --fes-btn-active-border-color: #000;
  --fes-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fes-btn-disabled-color: #000;
  --fes-btn-disabled-bg: transparent;
  --fes-btn-disabled-border-color: #000;
  --fes-gradient: none;
}
.btn-link {
  --fes-btn-font-weight: 400;
  --fes-btn-color: var(--fes-link-color);
  --fes-btn-bg: transparent;
  --fes-btn-border-color: transparent;
  --fes-btn-hover-color: var(--fes-link-hover-color);
  --fes-btn-hover-border-color: transparent;
  --fes-btn-active-color: var(--fes-link-hover-color);
  --fes-btn-active-border-color: transparent;
  --fes-btn-disabled-color: #666;
  --fes-btn-disabled-border-color: transparent;
  --fes-btn-box-shadow: 0 0 0 #000;
  --fes-btn-focus-shadow-rgb: 38, 38, 38;
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--fes-btn-color);
}
.btn-link:hover {
  color: var(--fes-btn-hover-color);
}
.btn-lg {
  --fes-btn-padding-y: 0.75rem;
  --fes-btn-padding-x: 1.75rem;
  --fes-btn-font-size: 1.75rem;
  --fes-btn-border-radius: var(--fes-border-radius-lg);
}
.btn-sm {
  --fes-btn-padding-y: 0.25rem;
  --fes-btn-padding-x: 0.5rem;
  --fes-btn-font-size: 1.25rem;
  --fes-btn-border-radius: var(--fes-border-radius-sm);
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--fes-body-bg);
  border: var(--fes-border-width) solid var(--fes-border-color);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--fes-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --fes-gutter-x: 2.5rem;
  --fes-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--fes-gutter-x) * 0.5);
  padding-left: calc(var(--fes-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .container-sm, .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1360px;
  }
}
.breadcrumb {
  --fes-breadcrumb-padding-x: 0;
  --fes-breadcrumb-padding-y: 0.5rem;
  --fes-breadcrumb-margin-bottom: 0;
  --fes-breadcrumb-bg: #e6e6e6;
  --fes-breadcrumb-border-radius: ;
  --fes-breadcrumb-divider-color: var(--fes-secondary-color);
  --fes-breadcrumb-item-padding-x: 0.875rem;
  --fes-breadcrumb-item-active-color: var(--fes-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--fes-breadcrumb-padding-y) var(--fes-breadcrumb-padding-x);
  margin-bottom: var(--fes-breadcrumb-margin-bottom);
  font-size: var(--fes-breadcrumb-font-size);
  list-style: none;
  background-color: var(--fes-breadcrumb-bg);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--fes-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--fes-breadcrumb-item-padding-x);
  color: var(--fes-breadcrumb-divider-color);
  content: var(--fes-breadcrumb-divider, url("data:image/svg+xml,%3Csvg width='5' height='7' viewBox='0 0 5 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14209 0.671631L3.97052 3.50006L1.14209 6.32849' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")) /* rtl: var(--fes-breadcrumb-divider, url("data:image/svg+xml,%3Csvg width='5' height='7' viewBox='0 0 5 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14209 0.671631L3.97052 3.50006L1.14209 6.32849' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")) */;
}
.breadcrumb-item.active {
  color: var(--fes-breadcrumb-item-active-color);
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--fes-border-width));
  padding-bottom: calc(0.375rem + var(--fes-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--fes-border-width));
  padding-bottom: calc(0.5rem + var(--fes-border-width));
  font-size: 1.5rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--fes-border-width));
  padding-bottom: calc(0.25rem + var(--fes-border-width));
  font-size: 1.25rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--fes-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--fes-body-color);
  appearance: none;
  background-color: var(--fes-body-bg);
  background-clip: padding-box;
  border: var(--fes-border-width) solid var(--fes-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--fes-body-color);
  background-color: var(--fes-body-bg);
  border-color: #999999;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.4em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--fes-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--fes-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--fes-body-color);
  background-color: var(--fes-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--fes-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--fes-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.4;
  color: var(--fes-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--fes-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.4em + 0.5rem + calc(var(--fes-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.4em + 1rem + calc(var(--fes-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.4em + 0.75rem + calc(var(--fes-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.4em + 0.5rem + calc(var(--fes-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.4em + 1rem + calc(var(--fes-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.4em + 0.75rem + calc(var(--fes-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
}
.form-control-color.form-control-sm {
  height: calc(1.4em + 0.5rem + calc(var(--fes-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.4em + 1rem + calc(var(--fes-border-width) * 2));
}
.form-select {
  --fes-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='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--fes-body-color);
  appearance: none;
  background-color: var(--fes-body-bg);
  background-image: var(--fes-form-select-bg-img), var(--fes-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--fes-border-width) solid var(--fes-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #999999;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--fes-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--fes-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.25rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.5rem;
}
.form-check {
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --fes-form-check-bg: var(--fes-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  vertical-align: top;
  appearance: none;
  background-color: var(--fes-form-check-bg);
  background-image: var(--fes-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--fes-border-width) solid var(--fes-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #999999;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-check-input:checked {
  background-color: #333;
  border-color: #333;
}
.form-check-input:checked[type=checkbox] {
  --fes-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] {
  --fes-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 {
  background-color: #333;
  border-color: #333;
  --fes-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --fes-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--fes-form-switch-bg);
  background-position: left center;
  border-radius: 0;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --fes-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='%23999999'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --fes-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #333;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(193.8, 193.8, 193.8);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--fes-secondary-bg);
  border-color: transparent;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #333;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(193.8, 193.8, 193.8);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--fes-secondary-bg);
  border-color: transparent;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--fes-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--fes-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--fes-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--fes-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--fes-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--fes-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--fes-body-bg);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--fes-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--fes-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #666;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--fes-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--fes-tertiary-bg);
  border: var(--fes-border-width) solid var(--fes-border-color);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--fes-border-width));
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--fes-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.25rem;
  color: #fff;
  background-color: var(--fes-success);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--fes-form-valid-border-color);
  padding-right: calc(1.4em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300605f' 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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.1875rem) center;
  background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--fes-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--fes-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.4em + 0.75rem);
  background-position: top calc(0.35em + 0.1875rem) right calc(0.35em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--fes-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --fes-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='%2300605f' 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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--fes-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--fes-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.4em + 0.75rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--fes-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--fes-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--fes-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--fes-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--fes-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.25rem;
  color: #fff;
  background-color: var(--fes-danger);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--fes-form-invalid-border-color);
  padding-right: calc(1.4em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%238d0449'%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='%238d0449' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.1875rem) center;
  background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--fes-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--fes-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.4em + 0.75rem);
  background-position: top calc(0.35em + 0.1875rem) right calc(0.35em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--fes-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --fes-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='%238d0449'%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='%238d0449' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--fes-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--fes-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.4em + 0.75rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--fes-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--fes-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--fes-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--fes-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --fes-dropdown-zindex: 1000;
  --fes-dropdown-min-width: 21.25rem;
  --fes-dropdown-padding-x: 0;
  --fes-dropdown-padding-y: 0.5rem;
  --fes-dropdown-spacer: 0.125rem;
  --fes-dropdown-font-size: 1rem;
  --fes-dropdown-color: var(--fes-body-color);
  --fes-dropdown-bg: var(--fes-body-bg);
  --fes-dropdown-border-color: var(--fes-border-color-translucent);
  --fes-dropdown-border-radius: var(--fes-border-radius);
  --fes-dropdown-border-width: var(--fes-border-width);
  --fes-dropdown-inner-border-radius: calc(var(--fes-border-radius) - var(--fes-border-width));
  --fes-dropdown-divider-bg: var(--fes-border-color-translucent);
  --fes-dropdown-divider-margin-y: 0.5rem;
  --fes-dropdown-box-shadow: var(--fes-box-shadow);
  --fes-dropdown-link-color: var(--fes-body-color);
  --fes-dropdown-link-hover-color: var(--fes-body-color);
  --fes-dropdown-link-hover-bg: var(--fes-tertiary-bg);
  --fes-dropdown-link-active-color: #fff;
  --fes-dropdown-link-active-bg: #333;
  --fes-dropdown-link-disabled-color: var(--fes-tertiary-color);
  --fes-dropdown-item-padding-x: 1rem;
  --fes-dropdown-item-padding-y: 0.25rem;
  --fes-dropdown-header-color: #666;
  --fes-dropdown-header-padding-x: 1rem;
  --fes-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--fes-dropdown-zindex);
  display: none;
  min-width: var(--fes-dropdown-min-width);
  padding: var(--fes-dropdown-padding-y) var(--fes-dropdown-padding-x);
  margin: 0;
  font-size: var(--fes-dropdown-font-size);
  color: var(--fes-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--fes-dropdown-bg);
  background-clip: padding-box;
  border: var(--fes-dropdown-border-width) solid var(--fes-dropdown-border-color);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--fes-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 640px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1536px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--fes-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--fes-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--fes-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--fes-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--fes-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--fes-dropdown-item-padding-y) var(--fes-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--fes-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--fes-dropdown-link-hover-color);
  background-color: var(--fes-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--fes-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--fes-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--fes-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--fes-dropdown-header-padding-y) var(--fes-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 1.25rem;
  color: var(--fes-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--fes-dropdown-item-padding-y) var(--fes-dropdown-item-padding-x);
  color: var(--fes-dropdown-link-color);
}
.dropdown-menu-dark {
  --fes-dropdown-color: #b3b3b3;
  --fes-dropdown-bg: #333;
  --fes-dropdown-border-color: var(--fes-border-color-translucent);
  --fes-dropdown-box-shadow: ;
  --fes-dropdown-link-color: #b3b3b3;
  --fes-dropdown-link-hover-color: #fff;
  --fes-dropdown-divider-bg: var(--fes-border-color-translucent);
  --fes-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --fes-dropdown-link-active-color: #fff;
  --fes-dropdown-link-active-bg: #333;
  --fes-dropdown-link-disabled-color: #808080;
  --fes-dropdown-header-color: #808080;
}
.alert {
  --fes-alert-bg: transparent;
  --fes-alert-padding-x: 1rem;
  --fes-alert-padding-y: 1rem;
  --fes-alert-margin-bottom: 1rem;
  --fes-alert-color: inherit;
  --fes-alert-border-color: transparent;
  --fes-alert-border: var(--fes-border-width) solid var(--fes-alert-border-color);
  --fes-alert-border-radius: var(--fes-border-radius);
  --fes-alert-link-color: inherit;
  position: relative;
  padding: var(--fes-alert-padding-y) var(--fes-alert-padding-x);
  margin-bottom: var(--fes-alert-margin-bottom);
  color: var(--fes-alert-color);
  background-color: var(--fes-alert-bg);
  border: var(--fes-alert-border);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--fes-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --fes-alert-color: var(--fes-primary-text-emphasis);
  --fes-alert-bg: var(--fes-primary-bg-subtle);
  --fes-alert-border-color: var(--fes-primary-border-subtle);
  --fes-alert-link-color: var(--fes-primary-text-emphasis);
}
.alert-yellow {
  --fes-alert-color: var(--fes-yellow-text-emphasis);
  --fes-alert-bg: var(--fes-yellow-bg-subtle);
  --fes-alert-border-color: var(--fes-yellow-border-subtle);
  --fes-alert-link-color: var(--fes-yellow-text-emphasis);
}
.alert-orange {
  --fes-alert-color: var(--fes-orange-text-emphasis);
  --fes-alert-bg: var(--fes-orange-bg-subtle);
  --fes-alert-border-color: var(--fes-orange-border-subtle);
  --fes-alert-link-color: var(--fes-orange-text-emphasis);
}
.alert-red {
  --fes-alert-color: var(--fes-red-text-emphasis);
  --fes-alert-bg: var(--fes-red-bg-subtle);
  --fes-alert-border-color: var(--fes-red-border-subtle);
  --fes-alert-link-color: var(--fes-red-text-emphasis);
}
.alert-dark-red {
  --fes-alert-color: var(--fes-dark-red-text-emphasis);
  --fes-alert-bg: var(--fes-dark-red-bg-subtle);
  --fes-alert-border-color: var(--fes-dark-red-border-subtle);
  --fes-alert-link-color: var(--fes-dark-red-text-emphasis);
}
.alert-dark-red-200 {
  --fes-alert-color: var(--fes-dark-red-200-text-emphasis);
  --fes-alert-bg: var(--fes-dark-red-200-bg-subtle);
  --fes-alert-border-color: var(--fes-dark-red-200-border-subtle);
  --fes-alert-link-color: var(--fes-dark-red-200-text-emphasis);
}
.alert-violet {
  --fes-alert-color: var(--fes-violet-text-emphasis);
  --fes-alert-bg: var(--fes-violet-bg-subtle);
  --fes-alert-border-color: var(--fes-violet-border-subtle);
  --fes-alert-link-color: var(--fes-violet-text-emphasis);
}
.alert-violet-200 {
  --fes-alert-color: var(--fes-violet-200-text-emphasis);
  --fes-alert-bg: var(--fes-violet-200-bg-subtle);
  --fes-alert-border-color: var(--fes-violet-200-border-subtle);
  --fes-alert-link-color: var(--fes-violet-200-text-emphasis);
}
.alert-blue {
  --fes-alert-color: var(--fes-blue-text-emphasis);
  --fes-alert-bg: var(--fes-blue-bg-subtle);
  --fes-alert-border-color: var(--fes-blue-border-subtle);
  --fes-alert-link-color: var(--fes-blue-text-emphasis);
}
.alert-blue-light {
  --fes-alert-color: var(--fes-blue-light-text-emphasis);
  --fes-alert-bg: var(--fes-blue-light-bg-subtle);
  --fes-alert-border-color: var(--fes-blue-light-border-subtle);
  --fes-alert-link-color: var(--fes-blue-light-text-emphasis);
}
.alert-petrol {
  --fes-alert-color: var(--fes-petrol-text-emphasis);
  --fes-alert-bg: var(--fes-petrol-bg-subtle);
  --fes-alert-border-color: var(--fes-petrol-border-subtle);
  --fes-alert-link-color: var(--fes-petrol-text-emphasis);
}
.alert-mint-green {
  --fes-alert-color: var(--fes-mint-green-text-emphasis);
  --fes-alert-bg: var(--fes-mint-green-bg-subtle);
  --fes-alert-border-color: var(--fes-mint-green-border-subtle);
  --fes-alert-link-color: var(--fes-mint-green-text-emphasis);
}
.alert-mint-green-200 {
  --fes-alert-color: var(--fes-mint-green-200-text-emphasis);
  --fes-alert-bg: var(--fes-mint-green-200-bg-subtle);
  --fes-alert-border-color: var(--fes-mint-green-200-border-subtle);
  --fes-alert-link-color: var(--fes-mint-green-200-text-emphasis);
}
.alert-green-dark {
  --fes-alert-color: var(--fes-green-dark-text-emphasis);
  --fes-alert-bg: var(--fes-green-dark-bg-subtle);
  --fes-alert-border-color: var(--fes-green-dark-border-subtle);
  --fes-alert-link-color: var(--fes-green-dark-text-emphasis);
}
.alert-green-dark-200 {
  --fes-alert-color: var(--fes-green-dark-200-text-emphasis);
  --fes-alert-bg: var(--fes-green-dark-200-bg-subtle);
  --fes-alert-border-color: var(--fes-green-dark-200-border-subtle);
  --fes-alert-link-color: var(--fes-green-dark-200-text-emphasis);
}
.alert-success {
  --fes-alert-color: var(--fes-success-text-emphasis);
  --fes-alert-bg: var(--fes-success-bg-subtle);
  --fes-alert-border-color: var(--fes-success-border-subtle);
  --fes-alert-link-color: var(--fes-success-text-emphasis);
}
.alert-danger {
  --fes-alert-color: var(--fes-danger-text-emphasis);
  --fes-alert-bg: var(--fes-danger-bg-subtle);
  --fes-alert-border-color: var(--fes-danger-border-subtle);
  --fes-alert-link-color: var(--fes-danger-text-emphasis);
}
.alert-light {
  --fes-alert-color: var(--fes-light-text-emphasis);
  --fes-alert-bg: var(--fes-light-bg-subtle);
  --fes-alert-border-color: var(--fes-light-border-subtle);
  --fes-alert-link-color: var(--fes-light-text-emphasis);
}
.alert-dark {
  --fes-alert-color: var(--fes-dark-text-emphasis);
  --fes-alert-bg: var(--fes-dark-bg-subtle);
  --fes-alert-border-color: var(--fes-dark-border-subtle);
  --fes-alert-link-color: var(--fes-dark-text-emphasis);
}
.alert-black {
  --fes-alert-color: var(--fes-black-text-emphasis);
  --fes-alert-bg: var(--fes-black-bg-subtle);
  --fes-alert-border-color: var(--fes-black-border-subtle);
  --fes-alert-link-color: var(--fes-black-text-emphasis);
}
.btn-close {
  --fes-btn-close-color: #000;
  --fes-btn-close-bg: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='Close'%3e%3cpath id='Vector' d='M28 28L4 4' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3e%3cpath id='Vector_2' d='M28 4L4 28' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3e%3c/g%3e%3c/svg%3e");
  --fes-btn-close-opacity: 1;
  --fes-btn-close-hover-opacity: 0.75;
  --fes-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  --fes-btn-close-focus-opacity: 1;
  --fes-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  padding: 0.75rem 0.625rem;
  color: var(--fes-btn-close-color);
  background: transparent var(--fes-btn-close-bg) center/2em auto no-repeat;
  filter: var(--fes-btn-close-filter);
  border: 0;
  opacity: var(--fes-btn-close-opacity);
}
.btn-close:hover {
  color: var(--fes-btn-close-color);
  text-decoration: none;
  opacity: var(--fes-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--fes-btn-close-focus-shadow);
  opacity: var(--fes-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--fes-btn-close-disabled-opacity);
}
.btn-close-white {
  --fes-btn-close-filter: none;
}
:root,
[data-bs-theme=light] {
  --fes-btn-close-filter: ;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--fes-primary-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-yellow {
  color: #000 !important;
  background-color: RGBA(var(--fes-yellow-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-orange {
  color: #000 !important;
  background-color: RGBA(var(--fes-orange-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-red {
  color: #fff !important;
  background-color: RGBA(var(--fes-red-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-dark-red {
  color: #fff !important;
  background-color: RGBA(var(--fes-dark-red-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-dark-red-200 {
  color: #000 !important;
  background-color: RGBA(var(--fes-dark-red-200-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-violet {
  color: #fff !important;
  background-color: RGBA(var(--fes-violet-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-violet-200 {
  color: #000 !important;
  background-color: RGBA(var(--fes-violet-200-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-blue {
  color: #fff !important;
  background-color: RGBA(var(--fes-blue-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-blue-light {
  color: #000 !important;
  background-color: RGBA(var(--fes-blue-light-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-petrol {
  color: #fff !important;
  background-color: RGBA(var(--fes-petrol-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-mint-green {
  color: #000 !important;
  background-color: RGBA(var(--fes-mint-green-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-mint-green-200 {
  color: #000 !important;
  background-color: RGBA(var(--fes-mint-green-200-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-green-dark {
  color: #fff !important;
  background-color: RGBA(var(--fes-green-dark-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-green-dark-200 {
  color: #000 !important;
  background-color: RGBA(var(--fes-green-dark-200-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--fes-success-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--fes-danger-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--fes-light-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--fes-dark-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-black {
  color: #fff !important;
  background-color: RGBA(var(--fes-black-rgb), var(--fes-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--fes-primary-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-primary-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(215, 0, 0, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(215, 0, 0, var(--fes-link-underline-opacity, 1)) !important;
}
.link-yellow {
  color: RGBA(var(--fes-yellow-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-yellow-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-yellow:hover, .link-yellow:focus {
  color: RGBA(255, 204, 0, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 204, 0, var(--fes-link-underline-opacity, 1)) !important;
}
.link-orange {
  color: RGBA(var(--fes-orange-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-orange-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-orange:hover, .link-orange:focus {
  color: RGBA(242, 150, 38, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 150, 38, var(--fes-link-underline-opacity, 1)) !important;
}
.link-red {
  color: RGBA(var(--fes-red-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-red-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-red:hover, .link-red:focus {
  color: RGBA(215, 0, 0, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(215, 0, 0, var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark-red {
  color: RGBA(var(--fes-dark-red-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-dark-red-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark-red:hover, .link-dark-red:focus {
  color: RGBA(141, 4, 73, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(141, 4, 73, var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark-red-200 {
  color: RGBA(var(--fes-dark-red-200-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-dark-red-200-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark-red-200:hover, .link-dark-red-200:focus {
  color: RGBA(232, 205, 219, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(232, 205, 219, var(--fes-link-underline-opacity, 1)) !important;
}
.link-violet {
  color: RGBA(var(--fes-violet-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-violet-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-violet:hover, .link-violet:focus {
  color: RGBA(91, 8, 90, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(91, 8, 90, var(--fes-link-underline-opacity, 1)) !important;
}
.link-violet-200 {
  color: RGBA(var(--fes-violet-200-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-violet-200-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-violet-200:hover, .link-violet-200:focus {
  color: RGBA(222, 206, 222, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(222, 206, 222, var(--fes-link-underline-opacity, 1)) !important;
}
.link-blue {
  color: RGBA(var(--fes-blue-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-blue-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-blue:hover, .link-blue:focus {
  color: RGBA(0, 85, 151, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 85, 151, var(--fes-link-underline-opacity, 1)) !important;
}
.link-blue-light {
  color: RGBA(var(--fes-blue-light-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-blue-light-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-blue-light:hover, .link-blue-light:focus {
  color: RGBA(91, 197, 242, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(91, 197, 242, var(--fes-link-underline-opacity, 1)) !important;
}
.link-petrol {
  color: RGBA(var(--fes-petrol-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-petrol-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-petrol:hover, .link-petrol:focus {
  color: RGBA(0, 124, 157, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 124, 157, var(--fes-link-underline-opacity, 1)) !important;
}
.link-mint-green {
  color: RGBA(var(--fes-mint-green-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-mint-green-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-mint-green:hover, .link-mint-green:focus {
  color: RGBA(207, 235, 234, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(207, 235, 234, var(--fes-link-underline-opacity, 1)) !important;
}
.link-mint-green-200 {
  color: RGBA(var(--fes-mint-green-200-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-mint-green-200-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-mint-green-200:hover, .link-mint-green-200:focus {
  color: RGBA(207, 235, 234, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(207, 235, 234, var(--fes-link-underline-opacity, 1)) !important;
}
.link-green-dark {
  color: RGBA(var(--fes-green-dark-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-green-dark-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-green-dark:hover, .link-green-dark:focus {
  color: RGBA(0, 96, 95, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 96, 95, var(--fes-link-underline-opacity, 1)) !important;
}
.link-green-dark-200 {
  color: RGBA(var(--fes-green-dark-200-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-green-dark-200-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-green-dark-200:hover, .link-green-dark-200:focus {
  color: RGBA(153, 194, 187, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(153, 194, 187, var(--fes-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--fes-success-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-success-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(0, 96, 95, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 96, 95, var(--fes-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--fes-danger-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-danger-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(141, 4, 73, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(141, 4, 73, var(--fes-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--fes-light-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-light-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(230, 230, 230, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(230, 230, 230, var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--fes-dark-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-dark-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(51, 51, 51, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 51, 51, var(--fes-link-underline-opacity, 1)) !important;
}
.link-black {
  color: RGBA(var(--fes-black-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-black-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-black:hover, .link-black:focus {
  color: RGBA(0, 0, 0, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--fes-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--fes-emphasis-color-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-emphasis-color-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--fes-emphasis-color-rgb), var(--fes-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--fes-emphasis-color-rgb), var(--fes-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--fes-focus-ring-x, 0) var(--fes-focus-ring-y, 0) var(--fes-focus-ring-blur, 0) var(--fes-focus-ring-width) var(--fes-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--fes-link-color-rgb), var(--fes-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--fes-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--fes-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --fes-aspect-ratio: 100%;
}
.ratio-3x2 {
  --fes-aspect-ratio: 66.6666666667%;
}
.ratio-4x3 {
  --fes-aspect-ratio: 75%;
}
.ratio-4x5 {
  --fes-aspect-ratio: 125%;
}
.ratio-16x9 {
  --fes-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --fes-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 640px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1536px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--fes-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
header.mixmode,
footer.mixmode {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
}
header.mixmode :root,
footer.mixmode :root {
  --fes-breakpoint-xs: 0;
  --fes-breakpoint-sm: 640px;
  --fes-breakpoint-md: 768px;
  --fes-breakpoint-lg: 1024px;
  --fes-breakpoint-xl: 1280px;
  --fes-breakpoint-xxl: 1536px;
}
header.mixmode .row,
footer.mixmode .row {
  --fes-gutter-x: 2.5rem;
  --fes-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--fes-gutter-y));
  margin-right: calc(-0.5 * var(--fes-gutter-x));
  margin-left: calc(-0.5 * var(--fes-gutter-x));
}
header.mixmode .row > *,
footer.mixmode .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--fes-gutter-x) * 0.5);
  padding-left: calc(var(--fes-gutter-x) * 0.5);
  margin-top: var(--fes-gutter-y);
}
header.mixmode .col,
footer.mixmode .col {
  flex: 1 0 0;
}
header.mixmode .row-cols-auto > *,
footer.mixmode .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
header.mixmode .row-cols-1 > *,
footer.mixmode .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
header.mixmode .row-cols-2 > *,
footer.mixmode .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
header.mixmode .row-cols-3 > *,
footer.mixmode .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
header.mixmode .row-cols-4 > *,
footer.mixmode .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
header.mixmode .row-cols-5 > *,
footer.mixmode .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
header.mixmode .row-cols-6 > *,
footer.mixmode .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
header.mixmode .col-auto,
footer.mixmode .col-auto {
  flex: 0 0 auto;
  width: auto;
}
header.mixmode .col-1,
footer.mixmode .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
header.mixmode .col-2,
footer.mixmode .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
header.mixmode .col-3,
footer.mixmode .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
header.mixmode .col-4,
footer.mixmode .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
header.mixmode .col-5,
footer.mixmode .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
header.mixmode .col-6,
footer.mixmode .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
header.mixmode .col-7,
footer.mixmode .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
header.mixmode .col-8,
footer.mixmode .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
header.mixmode .col-9,
footer.mixmode .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
header.mixmode .col-10,
footer.mixmode .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
header.mixmode .col-11,
footer.mixmode .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
header.mixmode .col-12,
footer.mixmode .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
header.mixmode .offset-1,
footer.mixmode .offset-1 {
  margin-left: 8.33333333%;
}
header.mixmode .offset-2,
footer.mixmode .offset-2 {
  margin-left: 16.66666667%;
}
header.mixmode .offset-3,
footer.mixmode .offset-3 {
  margin-left: 25%;
}
header.mixmode .offset-4,
footer.mixmode .offset-4 {
  margin-left: 33.33333333%;
}
header.mixmode .offset-5,
footer.mixmode .offset-5 {
  margin-left: 41.66666667%;
}
header.mixmode .offset-6,
footer.mixmode .offset-6 {
  margin-left: 50%;
}
header.mixmode .offset-7,
footer.mixmode .offset-7 {
  margin-left: 58.33333333%;
}
header.mixmode .offset-8,
footer.mixmode .offset-8 {
  margin-left: 66.66666667%;
}
header.mixmode .offset-9,
footer.mixmode .offset-9 {
  margin-left: 75%;
}
header.mixmode .offset-10,
footer.mixmode .offset-10 {
  margin-left: 83.33333333%;
}
header.mixmode .offset-11,
footer.mixmode .offset-11 {
  margin-left: 91.66666667%;
}
header.mixmode .g-n2,
header.mixmode .gx-n2,
footer.mixmode .g-n2,
footer.mixmode .gx-n2 {
  --fes-gutter-x: 0.75rem;
}
header.mixmode .g-n2,
header.mixmode .gy-n2,
footer.mixmode .g-n2,
footer.mixmode .gy-n2 {
  --fes-gutter-y: 0.75rem;
}
header.mixmode .g-n1,
header.mixmode .gx-n1,
footer.mixmode .g-n1,
footer.mixmode .gx-n1 {
  --fes-gutter-x: 0.875rem;
}
header.mixmode .g-n1,
header.mixmode .gy-n1,
footer.mixmode .g-n1,
footer.mixmode .gy-n1 {
  --fes-gutter-y: 0.875rem;
}
header.mixmode .g-0,
header.mixmode .gx-0,
footer.mixmode .g-0,
footer.mixmode .gx-0 {
  --fes-gutter-x: 0;
}
header.mixmode .g-0,
header.mixmode .gy-0,
footer.mixmode .g-0,
footer.mixmode .gy-0 {
  --fes-gutter-y: 0;
}
header.mixmode .g-1,
header.mixmode .gx-1,
footer.mixmode .g-1,
footer.mixmode .gx-1 {
  --fes-gutter-x: 1.25rem;
}
header.mixmode .g-1,
header.mixmode .gy-1,
footer.mixmode .g-1,
footer.mixmode .gy-1 {
  --fes-gutter-y: 1.25rem;
}
header.mixmode .g-2,
header.mixmode .gx-2,
footer.mixmode .g-2,
footer.mixmode .gx-2 {
  --fes-gutter-x: 1.5rem;
}
header.mixmode .g-2,
header.mixmode .gy-2,
footer.mixmode .g-2,
footer.mixmode .gy-2 {
  --fes-gutter-y: 1.5rem;
}
header.mixmode .g-3,
header.mixmode .gx-3,
footer.mixmode .g-3,
footer.mixmode .gx-3 {
  --fes-gutter-x: 2.5rem;
}
header.mixmode .g-3,
header.mixmode .gy-3,
footer.mixmode .g-3,
footer.mixmode .gy-3 {
  --fes-gutter-y: 2.5rem;
}
header.mixmode .g-4,
header.mixmode .gx-4,
footer.mixmode .g-4,
footer.mixmode .gx-4 {
  --fes-gutter-x: 3rem;
}
header.mixmode .g-4,
header.mixmode .gy-4,
footer.mixmode .g-4,
footer.mixmode .gy-4 {
  --fes-gutter-y: 3rem;
}
header.mixmode .g-5,
header.mixmode .gx-5,
footer.mixmode .g-5,
footer.mixmode .gx-5 {
  --fes-gutter-x: 3.75rem;
}
header.mixmode .g-5,
header.mixmode .gy-5,
footer.mixmode .g-5,
footer.mixmode .gy-5 {
  --fes-gutter-y: 3.75rem;
}
header.mixmode .g-6,
header.mixmode .gx-6,
footer.mixmode .g-6,
footer.mixmode .gx-6 {
  --fes-gutter-x: 5rem;
}
header.mixmode .g-6,
header.mixmode .gy-6,
footer.mixmode .g-6,
footer.mixmode .gy-6 {
  --fes-gutter-y: 5rem;
}
header.mixmode .g-7,
header.mixmode .gx-7,
footer.mixmode .g-7,
footer.mixmode .gx-7 {
  --fes-gutter-x: 7.5rem;
}
header.mixmode .g-7,
header.mixmode .gy-7,
footer.mixmode .g-7,
footer.mixmode .gy-7 {
  --fes-gutter-y: 7.5rem;
}
header.mixmode .g-9,
header.mixmode .gx-9,
footer.mixmode .g-9,
footer.mixmode .gx-9 {
  --fes-gutter-x: 15rem;
}
header.mixmode .g-9,
header.mixmode .gy-9,
footer.mixmode .g-9,
footer.mixmode .gy-9 {
  --fes-gutter-y: 15rem;
}
@media (min-width: 640px) {
  header.mixmode .col-sm,
  footer.mixmode .col-sm {
    flex: 1 0 0;
  }
  header.mixmode .row-cols-sm-auto > *,
  footer.mixmode .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  header.mixmode .row-cols-sm-1 > *,
  footer.mixmode .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  header.mixmode .row-cols-sm-2 > *,
  footer.mixmode .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  header.mixmode .row-cols-sm-3 > *,
  footer.mixmode .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.mixmode .row-cols-sm-4 > *,
  footer.mixmode .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  header.mixmode .row-cols-sm-5 > *,
  footer.mixmode .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  header.mixmode .row-cols-sm-6 > *,
  footer.mixmode .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.mixmode .col-sm-auto,
  footer.mixmode .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  header.mixmode .col-sm-1,
  footer.mixmode .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  header.mixmode .col-sm-2,
  footer.mixmode .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.mixmode .col-sm-3,
  footer.mixmode .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  header.mixmode .col-sm-4,
  footer.mixmode .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.mixmode .col-sm-5,
  footer.mixmode .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  header.mixmode .col-sm-6,
  footer.mixmode .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  header.mixmode .col-sm-7,
  footer.mixmode .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  header.mixmode .col-sm-8,
  footer.mixmode .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  header.mixmode .col-sm-9,
  footer.mixmode .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  header.mixmode .col-sm-10,
  footer.mixmode .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  header.mixmode .col-sm-11,
  footer.mixmode .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  header.mixmode .col-sm-12,
  footer.mixmode .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  header.mixmode .offset-sm-0,
  footer.mixmode .offset-sm-0 {
    margin-left: 0;
  }
  header.mixmode .offset-sm-1,
  footer.mixmode .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  header.mixmode .offset-sm-2,
  footer.mixmode .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  header.mixmode .offset-sm-3,
  footer.mixmode .offset-sm-3 {
    margin-left: 25%;
  }
  header.mixmode .offset-sm-4,
  footer.mixmode .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  header.mixmode .offset-sm-5,
  footer.mixmode .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  header.mixmode .offset-sm-6,
  footer.mixmode .offset-sm-6 {
    margin-left: 50%;
  }
  header.mixmode .offset-sm-7,
  footer.mixmode .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  header.mixmode .offset-sm-8,
  footer.mixmode .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  header.mixmode .offset-sm-9,
  footer.mixmode .offset-sm-9 {
    margin-left: 75%;
  }
  header.mixmode .offset-sm-10,
  footer.mixmode .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  header.mixmode .offset-sm-11,
  footer.mixmode .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  header.mixmode .g-sm-n2,
  header.mixmode .gx-sm-n2,
  footer.mixmode .g-sm-n2,
  footer.mixmode .gx-sm-n2 {
    --fes-gutter-x: 0.75rem;
  }
  header.mixmode .g-sm-n2,
  header.mixmode .gy-sm-n2,
  footer.mixmode .g-sm-n2,
  footer.mixmode .gy-sm-n2 {
    --fes-gutter-y: 0.75rem;
  }
  header.mixmode .g-sm-n1,
  header.mixmode .gx-sm-n1,
  footer.mixmode .g-sm-n1,
  footer.mixmode .gx-sm-n1 {
    --fes-gutter-x: 0.875rem;
  }
  header.mixmode .g-sm-n1,
  header.mixmode .gy-sm-n1,
  footer.mixmode .g-sm-n1,
  footer.mixmode .gy-sm-n1 {
    --fes-gutter-y: 0.875rem;
  }
  header.mixmode .g-sm-0,
  header.mixmode .gx-sm-0,
  footer.mixmode .g-sm-0,
  footer.mixmode .gx-sm-0 {
    --fes-gutter-x: 0;
  }
  header.mixmode .g-sm-0,
  header.mixmode .gy-sm-0,
  footer.mixmode .g-sm-0,
  footer.mixmode .gy-sm-0 {
    --fes-gutter-y: 0;
  }
  header.mixmode .g-sm-1,
  header.mixmode .gx-sm-1,
  footer.mixmode .g-sm-1,
  footer.mixmode .gx-sm-1 {
    --fes-gutter-x: 1.25rem;
  }
  header.mixmode .g-sm-1,
  header.mixmode .gy-sm-1,
  footer.mixmode .g-sm-1,
  footer.mixmode .gy-sm-1 {
    --fes-gutter-y: 1.25rem;
  }
  header.mixmode .g-sm-2,
  header.mixmode .gx-sm-2,
  footer.mixmode .g-sm-2,
  footer.mixmode .gx-sm-2 {
    --fes-gutter-x: 1.5rem;
  }
  header.mixmode .g-sm-2,
  header.mixmode .gy-sm-2,
  footer.mixmode .g-sm-2,
  footer.mixmode .gy-sm-2 {
    --fes-gutter-y: 1.5rem;
  }
  header.mixmode .g-sm-3,
  header.mixmode .gx-sm-3,
  footer.mixmode .g-sm-3,
  footer.mixmode .gx-sm-3 {
    --fes-gutter-x: 2.5rem;
  }
  header.mixmode .g-sm-3,
  header.mixmode .gy-sm-3,
  footer.mixmode .g-sm-3,
  footer.mixmode .gy-sm-3 {
    --fes-gutter-y: 2.5rem;
  }
  header.mixmode .g-sm-4,
  header.mixmode .gx-sm-4,
  footer.mixmode .g-sm-4,
  footer.mixmode .gx-sm-4 {
    --fes-gutter-x: 3rem;
  }
  header.mixmode .g-sm-4,
  header.mixmode .gy-sm-4,
  footer.mixmode .g-sm-4,
  footer.mixmode .gy-sm-4 {
    --fes-gutter-y: 3rem;
  }
  header.mixmode .g-sm-5,
  header.mixmode .gx-sm-5,
  footer.mixmode .g-sm-5,
  footer.mixmode .gx-sm-5 {
    --fes-gutter-x: 3.75rem;
  }
  header.mixmode .g-sm-5,
  header.mixmode .gy-sm-5,
  footer.mixmode .g-sm-5,
  footer.mixmode .gy-sm-5 {
    --fes-gutter-y: 3.75rem;
  }
  header.mixmode .g-sm-6,
  header.mixmode .gx-sm-6,
  footer.mixmode .g-sm-6,
  footer.mixmode .gx-sm-6 {
    --fes-gutter-x: 5rem;
  }
  header.mixmode .g-sm-6,
  header.mixmode .gy-sm-6,
  footer.mixmode .g-sm-6,
  footer.mixmode .gy-sm-6 {
    --fes-gutter-y: 5rem;
  }
  header.mixmode .g-sm-7,
  header.mixmode .gx-sm-7,
  footer.mixmode .g-sm-7,
  footer.mixmode .gx-sm-7 {
    --fes-gutter-x: 7.5rem;
  }
  header.mixmode .g-sm-7,
  header.mixmode .gy-sm-7,
  footer.mixmode .g-sm-7,
  footer.mixmode .gy-sm-7 {
    --fes-gutter-y: 7.5rem;
  }
  header.mixmode .g-sm-9,
  header.mixmode .gx-sm-9,
  footer.mixmode .g-sm-9,
  footer.mixmode .gx-sm-9 {
    --fes-gutter-x: 15rem;
  }
  header.mixmode .g-sm-9,
  header.mixmode .gy-sm-9,
  footer.mixmode .g-sm-9,
  footer.mixmode .gy-sm-9 {
    --fes-gutter-y: 15rem;
  }
}
@media (min-width: 768px) {
  header.mixmode .col-md,
  footer.mixmode .col-md {
    flex: 1 0 0;
  }
  header.mixmode .row-cols-md-auto > *,
  footer.mixmode .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  header.mixmode .row-cols-md-1 > *,
  footer.mixmode .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  header.mixmode .row-cols-md-2 > *,
  footer.mixmode .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  header.mixmode .row-cols-md-3 > *,
  footer.mixmode .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.mixmode .row-cols-md-4 > *,
  footer.mixmode .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  header.mixmode .row-cols-md-5 > *,
  footer.mixmode .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  header.mixmode .row-cols-md-6 > *,
  footer.mixmode .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.mixmode .col-md-auto,
  footer.mixmode .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  header.mixmode .col-md-1,
  footer.mixmode .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  header.mixmode .col-md-2,
  footer.mixmode .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.mixmode .col-md-3,
  footer.mixmode .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  header.mixmode .col-md-4,
  footer.mixmode .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.mixmode .col-md-5,
  footer.mixmode .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  header.mixmode .col-md-6,
  footer.mixmode .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  header.mixmode .col-md-7,
  footer.mixmode .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  header.mixmode .col-md-8,
  footer.mixmode .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  header.mixmode .col-md-9,
  footer.mixmode .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  header.mixmode .col-md-10,
  footer.mixmode .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  header.mixmode .col-md-11,
  footer.mixmode .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  header.mixmode .col-md-12,
  footer.mixmode .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  header.mixmode .offset-md-0,
  footer.mixmode .offset-md-0 {
    margin-left: 0;
  }
  header.mixmode .offset-md-1,
  footer.mixmode .offset-md-1 {
    margin-left: 8.33333333%;
  }
  header.mixmode .offset-md-2,
  footer.mixmode .offset-md-2 {
    margin-left: 16.66666667%;
  }
  header.mixmode .offset-md-3,
  footer.mixmode .offset-md-3 {
    margin-left: 25%;
  }
  header.mixmode .offset-md-4,
  footer.mixmode .offset-md-4 {
    margin-left: 33.33333333%;
  }
  header.mixmode .offset-md-5,
  footer.mixmode .offset-md-5 {
    margin-left: 41.66666667%;
  }
  header.mixmode .offset-md-6,
  footer.mixmode .offset-md-6 {
    margin-left: 50%;
  }
  header.mixmode .offset-md-7,
  footer.mixmode .offset-md-7 {
    margin-left: 58.33333333%;
  }
  header.mixmode .offset-md-8,
  footer.mixmode .offset-md-8 {
    margin-left: 66.66666667%;
  }
  header.mixmode .offset-md-9,
  footer.mixmode .offset-md-9 {
    margin-left: 75%;
  }
  header.mixmode .offset-md-10,
  footer.mixmode .offset-md-10 {
    margin-left: 83.33333333%;
  }
  header.mixmode .offset-md-11,
  footer.mixmode .offset-md-11 {
    margin-left: 91.66666667%;
  }
  header.mixmode .g-md-n2,
  header.mixmode .gx-md-n2,
  footer.mixmode .g-md-n2,
  footer.mixmode .gx-md-n2 {
    --fes-gutter-x: 0.75rem;
  }
  header.mixmode .g-md-n2,
  header.mixmode .gy-md-n2,
  footer.mixmode .g-md-n2,
  footer.mixmode .gy-md-n2 {
    --fes-gutter-y: 0.75rem;
  }
  header.mixmode .g-md-n1,
  header.mixmode .gx-md-n1,
  footer.mixmode .g-md-n1,
  footer.mixmode .gx-md-n1 {
    --fes-gutter-x: 0.875rem;
  }
  header.mixmode .g-md-n1,
  header.mixmode .gy-md-n1,
  footer.mixmode .g-md-n1,
  footer.mixmode .gy-md-n1 {
    --fes-gutter-y: 0.875rem;
  }
  header.mixmode .g-md-0,
  header.mixmode .gx-md-0,
  footer.mixmode .g-md-0,
  footer.mixmode .gx-md-0 {
    --fes-gutter-x: 0;
  }
  header.mixmode .g-md-0,
  header.mixmode .gy-md-0,
  footer.mixmode .g-md-0,
  footer.mixmode .gy-md-0 {
    --fes-gutter-y: 0;
  }
  header.mixmode .g-md-1,
  header.mixmode .gx-md-1,
  footer.mixmode .g-md-1,
  footer.mixmode .gx-md-1 {
    --fes-gutter-x: 1.25rem;
  }
  header.mixmode .g-md-1,
  header.mixmode .gy-md-1,
  footer.mixmode .g-md-1,
  footer.mixmode .gy-md-1 {
    --fes-gutter-y: 1.25rem;
  }
  header.mixmode .g-md-2,
  header.mixmode .gx-md-2,
  footer.mixmode .g-md-2,
  footer.mixmode .gx-md-2 {
    --fes-gutter-x: 1.5rem;
  }
  header.mixmode .g-md-2,
  header.mixmode .gy-md-2,
  footer.mixmode .g-md-2,
  footer.mixmode .gy-md-2 {
    --fes-gutter-y: 1.5rem;
  }
  header.mixmode .g-md-3,
  header.mixmode .gx-md-3,
  footer.mixmode .g-md-3,
  footer.mixmode .gx-md-3 {
    --fes-gutter-x: 2.5rem;
  }
  header.mixmode .g-md-3,
  header.mixmode .gy-md-3,
  footer.mixmode .g-md-3,
  footer.mixmode .gy-md-3 {
    --fes-gutter-y: 2.5rem;
  }
  header.mixmode .g-md-4,
  header.mixmode .gx-md-4,
  footer.mixmode .g-md-4,
  footer.mixmode .gx-md-4 {
    --fes-gutter-x: 3rem;
  }
  header.mixmode .g-md-4,
  header.mixmode .gy-md-4,
  footer.mixmode .g-md-4,
  footer.mixmode .gy-md-4 {
    --fes-gutter-y: 3rem;
  }
  header.mixmode .g-md-5,
  header.mixmode .gx-md-5,
  footer.mixmode .g-md-5,
  footer.mixmode .gx-md-5 {
    --fes-gutter-x: 3.75rem;
  }
  header.mixmode .g-md-5,
  header.mixmode .gy-md-5,
  footer.mixmode .g-md-5,
  footer.mixmode .gy-md-5 {
    --fes-gutter-y: 3.75rem;
  }
  header.mixmode .g-md-6,
  header.mixmode .gx-md-6,
  footer.mixmode .g-md-6,
  footer.mixmode .gx-md-6 {
    --fes-gutter-x: 5rem;
  }
  header.mixmode .g-md-6,
  header.mixmode .gy-md-6,
  footer.mixmode .g-md-6,
  footer.mixmode .gy-md-6 {
    --fes-gutter-y: 5rem;
  }
  header.mixmode .g-md-7,
  header.mixmode .gx-md-7,
  footer.mixmode .g-md-7,
  footer.mixmode .gx-md-7 {
    --fes-gutter-x: 7.5rem;
  }
  header.mixmode .g-md-7,
  header.mixmode .gy-md-7,
  footer.mixmode .g-md-7,
  footer.mixmode .gy-md-7 {
    --fes-gutter-y: 7.5rem;
  }
  header.mixmode .g-md-9,
  header.mixmode .gx-md-9,
  footer.mixmode .g-md-9,
  footer.mixmode .gx-md-9 {
    --fes-gutter-x: 15rem;
  }
  header.mixmode .g-md-9,
  header.mixmode .gy-md-9,
  footer.mixmode .g-md-9,
  footer.mixmode .gy-md-9 {
    --fes-gutter-y: 15rem;
  }
}
@media (min-width: 1024px) {
  header.mixmode .col-lg,
  footer.mixmode .col-lg {
    flex: 1 0 0;
  }
  header.mixmode .row-cols-lg-auto > *,
  footer.mixmode .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  header.mixmode .row-cols-lg-1 > *,
  footer.mixmode .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  header.mixmode .row-cols-lg-2 > *,
  footer.mixmode .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  header.mixmode .row-cols-lg-3 > *,
  footer.mixmode .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.mixmode .row-cols-lg-4 > *,
  footer.mixmode .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  header.mixmode .row-cols-lg-5 > *,
  footer.mixmode .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  header.mixmode .row-cols-lg-6 > *,
  footer.mixmode .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.mixmode .col-lg-auto,
  footer.mixmode .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  header.mixmode .col-lg-1,
  footer.mixmode .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  header.mixmode .col-lg-2,
  footer.mixmode .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.mixmode .col-lg-3,
  footer.mixmode .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  header.mixmode .col-lg-4,
  footer.mixmode .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.mixmode .col-lg-5,
  footer.mixmode .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  header.mixmode .col-lg-6,
  footer.mixmode .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  header.mixmode .col-lg-7,
  footer.mixmode .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  header.mixmode .col-lg-8,
  footer.mixmode .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  header.mixmode .col-lg-9,
  footer.mixmode .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  header.mixmode .col-lg-10,
  footer.mixmode .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  header.mixmode .col-lg-11,
  footer.mixmode .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  header.mixmode .col-lg-12,
  footer.mixmode .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  header.mixmode .offset-lg-0,
  footer.mixmode .offset-lg-0 {
    margin-left: 0;
  }
  header.mixmode .offset-lg-1,
  footer.mixmode .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  header.mixmode .offset-lg-2,
  footer.mixmode .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  header.mixmode .offset-lg-3,
  footer.mixmode .offset-lg-3 {
    margin-left: 25%;
  }
  header.mixmode .offset-lg-4,
  footer.mixmode .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  header.mixmode .offset-lg-5,
  footer.mixmode .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  header.mixmode .offset-lg-6,
  footer.mixmode .offset-lg-6 {
    margin-left: 50%;
  }
  header.mixmode .offset-lg-7,
  footer.mixmode .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  header.mixmode .offset-lg-8,
  footer.mixmode .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  header.mixmode .offset-lg-9,
  footer.mixmode .offset-lg-9 {
    margin-left: 75%;
  }
  header.mixmode .offset-lg-10,
  footer.mixmode .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  header.mixmode .offset-lg-11,
  footer.mixmode .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  header.mixmode .g-lg-n2,
  header.mixmode .gx-lg-n2,
  footer.mixmode .g-lg-n2,
  footer.mixmode .gx-lg-n2 {
    --fes-gutter-x: 0.75rem;
  }
  header.mixmode .g-lg-n2,
  header.mixmode .gy-lg-n2,
  footer.mixmode .g-lg-n2,
  footer.mixmode .gy-lg-n2 {
    --fes-gutter-y: 0.75rem;
  }
  header.mixmode .g-lg-n1,
  header.mixmode .gx-lg-n1,
  footer.mixmode .g-lg-n1,
  footer.mixmode .gx-lg-n1 {
    --fes-gutter-x: 0.875rem;
  }
  header.mixmode .g-lg-n1,
  header.mixmode .gy-lg-n1,
  footer.mixmode .g-lg-n1,
  footer.mixmode .gy-lg-n1 {
    --fes-gutter-y: 0.875rem;
  }
  header.mixmode .g-lg-0,
  header.mixmode .gx-lg-0,
  footer.mixmode .g-lg-0,
  footer.mixmode .gx-lg-0 {
    --fes-gutter-x: 0;
  }
  header.mixmode .g-lg-0,
  header.mixmode .gy-lg-0,
  footer.mixmode .g-lg-0,
  footer.mixmode .gy-lg-0 {
    --fes-gutter-y: 0;
  }
  header.mixmode .g-lg-1,
  header.mixmode .gx-lg-1,
  footer.mixmode .g-lg-1,
  footer.mixmode .gx-lg-1 {
    --fes-gutter-x: 1.25rem;
  }
  header.mixmode .g-lg-1,
  header.mixmode .gy-lg-1,
  footer.mixmode .g-lg-1,
  footer.mixmode .gy-lg-1 {
    --fes-gutter-y: 1.25rem;
  }
  header.mixmode .g-lg-2,
  header.mixmode .gx-lg-2,
  footer.mixmode .g-lg-2,
  footer.mixmode .gx-lg-2 {
    --fes-gutter-x: 1.5rem;
  }
  header.mixmode .g-lg-2,
  header.mixmode .gy-lg-2,
  footer.mixmode .g-lg-2,
  footer.mixmode .gy-lg-2 {
    --fes-gutter-y: 1.5rem;
  }
  header.mixmode .g-lg-3,
  header.mixmode .gx-lg-3,
  footer.mixmode .g-lg-3,
  footer.mixmode .gx-lg-3 {
    --fes-gutter-x: 2.5rem;
  }
  header.mixmode .g-lg-3,
  header.mixmode .gy-lg-3,
  footer.mixmode .g-lg-3,
  footer.mixmode .gy-lg-3 {
    --fes-gutter-y: 2.5rem;
  }
  header.mixmode .g-lg-4,
  header.mixmode .gx-lg-4,
  footer.mixmode .g-lg-4,
  footer.mixmode .gx-lg-4 {
    --fes-gutter-x: 3rem;
  }
  header.mixmode .g-lg-4,
  header.mixmode .gy-lg-4,
  footer.mixmode .g-lg-4,
  footer.mixmode .gy-lg-4 {
    --fes-gutter-y: 3rem;
  }
  header.mixmode .g-lg-5,
  header.mixmode .gx-lg-5,
  footer.mixmode .g-lg-5,
  footer.mixmode .gx-lg-5 {
    --fes-gutter-x: 3.75rem;
  }
  header.mixmode .g-lg-5,
  header.mixmode .gy-lg-5,
  footer.mixmode .g-lg-5,
  footer.mixmode .gy-lg-5 {
    --fes-gutter-y: 3.75rem;
  }
  header.mixmode .g-lg-6,
  header.mixmode .gx-lg-6,
  footer.mixmode .g-lg-6,
  footer.mixmode .gx-lg-6 {
    --fes-gutter-x: 5rem;
  }
  header.mixmode .g-lg-6,
  header.mixmode .gy-lg-6,
  footer.mixmode .g-lg-6,
  footer.mixmode .gy-lg-6 {
    --fes-gutter-y: 5rem;
  }
  header.mixmode .g-lg-7,
  header.mixmode .gx-lg-7,
  footer.mixmode .g-lg-7,
  footer.mixmode .gx-lg-7 {
    --fes-gutter-x: 7.5rem;
  }
  header.mixmode .g-lg-7,
  header.mixmode .gy-lg-7,
  footer.mixmode .g-lg-7,
  footer.mixmode .gy-lg-7 {
    --fes-gutter-y: 7.5rem;
  }
  header.mixmode .g-lg-9,
  header.mixmode .gx-lg-9,
  footer.mixmode .g-lg-9,
  footer.mixmode .gx-lg-9 {
    --fes-gutter-x: 15rem;
  }
  header.mixmode .g-lg-9,
  header.mixmode .gy-lg-9,
  footer.mixmode .g-lg-9,
  footer.mixmode .gy-lg-9 {
    --fes-gutter-y: 15rem;
  }
}
@media (min-width: 1280px) {
  header.mixmode .col-xl,
  footer.mixmode .col-xl {
    flex: 1 0 0;
  }
  header.mixmode .row-cols-xl-auto > *,
  footer.mixmode .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  header.mixmode .row-cols-xl-1 > *,
  footer.mixmode .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  header.mixmode .row-cols-xl-2 > *,
  footer.mixmode .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  header.mixmode .row-cols-xl-3 > *,
  footer.mixmode .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.mixmode .row-cols-xl-4 > *,
  footer.mixmode .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  header.mixmode .row-cols-xl-5 > *,
  footer.mixmode .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  header.mixmode .row-cols-xl-6 > *,
  footer.mixmode .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.mixmode .col-xl-auto,
  footer.mixmode .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  header.mixmode .col-xl-1,
  footer.mixmode .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  header.mixmode .col-xl-2,
  footer.mixmode .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.mixmode .col-xl-3,
  footer.mixmode .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  header.mixmode .col-xl-4,
  footer.mixmode .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.mixmode .col-xl-5,
  footer.mixmode .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  header.mixmode .col-xl-6,
  footer.mixmode .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  header.mixmode .col-xl-7,
  footer.mixmode .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  header.mixmode .col-xl-8,
  footer.mixmode .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  header.mixmode .col-xl-9,
  footer.mixmode .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  header.mixmode .col-xl-10,
  footer.mixmode .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  header.mixmode .col-xl-11,
  footer.mixmode .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  header.mixmode .col-xl-12,
  footer.mixmode .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  header.mixmode .offset-xl-0,
  footer.mixmode .offset-xl-0 {
    margin-left: 0;
  }
  header.mixmode .offset-xl-1,
  footer.mixmode .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  header.mixmode .offset-xl-2,
  footer.mixmode .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  header.mixmode .offset-xl-3,
  footer.mixmode .offset-xl-3 {
    margin-left: 25%;
  }
  header.mixmode .offset-xl-4,
  footer.mixmode .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  header.mixmode .offset-xl-5,
  footer.mixmode .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  header.mixmode .offset-xl-6,
  footer.mixmode .offset-xl-6 {
    margin-left: 50%;
  }
  header.mixmode .offset-xl-7,
  footer.mixmode .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  header.mixmode .offset-xl-8,
  footer.mixmode .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  header.mixmode .offset-xl-9,
  footer.mixmode .offset-xl-9 {
    margin-left: 75%;
  }
  header.mixmode .offset-xl-10,
  footer.mixmode .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  header.mixmode .offset-xl-11,
  footer.mixmode .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  header.mixmode .g-xl-n2,
  header.mixmode .gx-xl-n2,
  footer.mixmode .g-xl-n2,
  footer.mixmode .gx-xl-n2 {
    --fes-gutter-x: 0.75rem;
  }
  header.mixmode .g-xl-n2,
  header.mixmode .gy-xl-n2,
  footer.mixmode .g-xl-n2,
  footer.mixmode .gy-xl-n2 {
    --fes-gutter-y: 0.75rem;
  }
  header.mixmode .g-xl-n1,
  header.mixmode .gx-xl-n1,
  footer.mixmode .g-xl-n1,
  footer.mixmode .gx-xl-n1 {
    --fes-gutter-x: 0.875rem;
  }
  header.mixmode .g-xl-n1,
  header.mixmode .gy-xl-n1,
  footer.mixmode .g-xl-n1,
  footer.mixmode .gy-xl-n1 {
    --fes-gutter-y: 0.875rem;
  }
  header.mixmode .g-xl-0,
  header.mixmode .gx-xl-0,
  footer.mixmode .g-xl-0,
  footer.mixmode .gx-xl-0 {
    --fes-gutter-x: 0;
  }
  header.mixmode .g-xl-0,
  header.mixmode .gy-xl-0,
  footer.mixmode .g-xl-0,
  footer.mixmode .gy-xl-0 {
    --fes-gutter-y: 0;
  }
  header.mixmode .g-xl-1,
  header.mixmode .gx-xl-1,
  footer.mixmode .g-xl-1,
  footer.mixmode .gx-xl-1 {
    --fes-gutter-x: 1.25rem;
  }
  header.mixmode .g-xl-1,
  header.mixmode .gy-xl-1,
  footer.mixmode .g-xl-1,
  footer.mixmode .gy-xl-1 {
    --fes-gutter-y: 1.25rem;
  }
  header.mixmode .g-xl-2,
  header.mixmode .gx-xl-2,
  footer.mixmode .g-xl-2,
  footer.mixmode .gx-xl-2 {
    --fes-gutter-x: 1.5rem;
  }
  header.mixmode .g-xl-2,
  header.mixmode .gy-xl-2,
  footer.mixmode .g-xl-2,
  footer.mixmode .gy-xl-2 {
    --fes-gutter-y: 1.5rem;
  }
  header.mixmode .g-xl-3,
  header.mixmode .gx-xl-3,
  footer.mixmode .g-xl-3,
  footer.mixmode .gx-xl-3 {
    --fes-gutter-x: 2.5rem;
  }
  header.mixmode .g-xl-3,
  header.mixmode .gy-xl-3,
  footer.mixmode .g-xl-3,
  footer.mixmode .gy-xl-3 {
    --fes-gutter-y: 2.5rem;
  }
  header.mixmode .g-xl-4,
  header.mixmode .gx-xl-4,
  footer.mixmode .g-xl-4,
  footer.mixmode .gx-xl-4 {
    --fes-gutter-x: 3rem;
  }
  header.mixmode .g-xl-4,
  header.mixmode .gy-xl-4,
  footer.mixmode .g-xl-4,
  footer.mixmode .gy-xl-4 {
    --fes-gutter-y: 3rem;
  }
  header.mixmode .g-xl-5,
  header.mixmode .gx-xl-5,
  footer.mixmode .g-xl-5,
  footer.mixmode .gx-xl-5 {
    --fes-gutter-x: 3.75rem;
  }
  header.mixmode .g-xl-5,
  header.mixmode .gy-xl-5,
  footer.mixmode .g-xl-5,
  footer.mixmode .gy-xl-5 {
    --fes-gutter-y: 3.75rem;
  }
  header.mixmode .g-xl-6,
  header.mixmode .gx-xl-6,
  footer.mixmode .g-xl-6,
  footer.mixmode .gx-xl-6 {
    --fes-gutter-x: 5rem;
  }
  header.mixmode .g-xl-6,
  header.mixmode .gy-xl-6,
  footer.mixmode .g-xl-6,
  footer.mixmode .gy-xl-6 {
    --fes-gutter-y: 5rem;
  }
  header.mixmode .g-xl-7,
  header.mixmode .gx-xl-7,
  footer.mixmode .g-xl-7,
  footer.mixmode .gx-xl-7 {
    --fes-gutter-x: 7.5rem;
  }
  header.mixmode .g-xl-7,
  header.mixmode .gy-xl-7,
  footer.mixmode .g-xl-7,
  footer.mixmode .gy-xl-7 {
    --fes-gutter-y: 7.5rem;
  }
  header.mixmode .g-xl-9,
  header.mixmode .gx-xl-9,
  footer.mixmode .g-xl-9,
  footer.mixmode .gx-xl-9 {
    --fes-gutter-x: 15rem;
  }
  header.mixmode .g-xl-9,
  header.mixmode .gy-xl-9,
  footer.mixmode .g-xl-9,
  footer.mixmode .gy-xl-9 {
    --fes-gutter-y: 15rem;
  }
}
@media (min-width: 1536px) {
  header.mixmode .col-xxl,
  footer.mixmode .col-xxl {
    flex: 1 0 0;
  }
  header.mixmode .row-cols-xxl-auto > *,
  footer.mixmode .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  header.mixmode .row-cols-xxl-1 > *,
  footer.mixmode .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  header.mixmode .row-cols-xxl-2 > *,
  footer.mixmode .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  header.mixmode .row-cols-xxl-3 > *,
  footer.mixmode .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.mixmode .row-cols-xxl-4 > *,
  footer.mixmode .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  header.mixmode .row-cols-xxl-5 > *,
  footer.mixmode .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  header.mixmode .row-cols-xxl-6 > *,
  footer.mixmode .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.mixmode .col-xxl-auto,
  footer.mixmode .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  header.mixmode .col-xxl-1,
  footer.mixmode .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  header.mixmode .col-xxl-2,
  footer.mixmode .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.mixmode .col-xxl-3,
  footer.mixmode .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  header.mixmode .col-xxl-4,
  footer.mixmode .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.mixmode .col-xxl-5,
  footer.mixmode .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  header.mixmode .col-xxl-6,
  footer.mixmode .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  header.mixmode .col-xxl-7,
  footer.mixmode .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  header.mixmode .col-xxl-8,
  footer.mixmode .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  header.mixmode .col-xxl-9,
  footer.mixmode .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  header.mixmode .col-xxl-10,
  footer.mixmode .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  header.mixmode .col-xxl-11,
  footer.mixmode .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  header.mixmode .col-xxl-12,
  footer.mixmode .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  header.mixmode .offset-xxl-0,
  footer.mixmode .offset-xxl-0 {
    margin-left: 0;
  }
  header.mixmode .offset-xxl-1,
  footer.mixmode .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  header.mixmode .offset-xxl-2,
  footer.mixmode .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  header.mixmode .offset-xxl-3,
  footer.mixmode .offset-xxl-3 {
    margin-left: 25%;
  }
  header.mixmode .offset-xxl-4,
  footer.mixmode .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  header.mixmode .offset-xxl-5,
  footer.mixmode .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  header.mixmode .offset-xxl-6,
  footer.mixmode .offset-xxl-6 {
    margin-left: 50%;
  }
  header.mixmode .offset-xxl-7,
  footer.mixmode .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  header.mixmode .offset-xxl-8,
  footer.mixmode .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  header.mixmode .offset-xxl-9,
  footer.mixmode .offset-xxl-9 {
    margin-left: 75%;
  }
  header.mixmode .offset-xxl-10,
  footer.mixmode .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  header.mixmode .offset-xxl-11,
  footer.mixmode .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  header.mixmode .g-xxl-n2,
  header.mixmode .gx-xxl-n2,
  footer.mixmode .g-xxl-n2,
  footer.mixmode .gx-xxl-n2 {
    --fes-gutter-x: 0.75rem;
  }
  header.mixmode .g-xxl-n2,
  header.mixmode .gy-xxl-n2,
  footer.mixmode .g-xxl-n2,
  footer.mixmode .gy-xxl-n2 {
    --fes-gutter-y: 0.75rem;
  }
  header.mixmode .g-xxl-n1,
  header.mixmode .gx-xxl-n1,
  footer.mixmode .g-xxl-n1,
  footer.mixmode .gx-xxl-n1 {
    --fes-gutter-x: 0.875rem;
  }
  header.mixmode .g-xxl-n1,
  header.mixmode .gy-xxl-n1,
  footer.mixmode .g-xxl-n1,
  footer.mixmode .gy-xxl-n1 {
    --fes-gutter-y: 0.875rem;
  }
  header.mixmode .g-xxl-0,
  header.mixmode .gx-xxl-0,
  footer.mixmode .g-xxl-0,
  footer.mixmode .gx-xxl-0 {
    --fes-gutter-x: 0;
  }
  header.mixmode .g-xxl-0,
  header.mixmode .gy-xxl-0,
  footer.mixmode .g-xxl-0,
  footer.mixmode .gy-xxl-0 {
    --fes-gutter-y: 0;
  }
  header.mixmode .g-xxl-1,
  header.mixmode .gx-xxl-1,
  footer.mixmode .g-xxl-1,
  footer.mixmode .gx-xxl-1 {
    --fes-gutter-x: 1.25rem;
  }
  header.mixmode .g-xxl-1,
  header.mixmode .gy-xxl-1,
  footer.mixmode .g-xxl-1,
  footer.mixmode .gy-xxl-1 {
    --fes-gutter-y: 1.25rem;
  }
  header.mixmode .g-xxl-2,
  header.mixmode .gx-xxl-2,
  footer.mixmode .g-xxl-2,
  footer.mixmode .gx-xxl-2 {
    --fes-gutter-x: 1.5rem;
  }
  header.mixmode .g-xxl-2,
  header.mixmode .gy-xxl-2,
  footer.mixmode .g-xxl-2,
  footer.mixmode .gy-xxl-2 {
    --fes-gutter-y: 1.5rem;
  }
  header.mixmode .g-xxl-3,
  header.mixmode .gx-xxl-3,
  footer.mixmode .g-xxl-3,
  footer.mixmode .gx-xxl-3 {
    --fes-gutter-x: 2.5rem;
  }
  header.mixmode .g-xxl-3,
  header.mixmode .gy-xxl-3,
  footer.mixmode .g-xxl-3,
  footer.mixmode .gy-xxl-3 {
    --fes-gutter-y: 2.5rem;
  }
  header.mixmode .g-xxl-4,
  header.mixmode .gx-xxl-4,
  footer.mixmode .g-xxl-4,
  footer.mixmode .gx-xxl-4 {
    --fes-gutter-x: 3rem;
  }
  header.mixmode .g-xxl-4,
  header.mixmode .gy-xxl-4,
  footer.mixmode .g-xxl-4,
  footer.mixmode .gy-xxl-4 {
    --fes-gutter-y: 3rem;
  }
  header.mixmode .g-xxl-5,
  header.mixmode .gx-xxl-5,
  footer.mixmode .g-xxl-5,
  footer.mixmode .gx-xxl-5 {
    --fes-gutter-x: 3.75rem;
  }
  header.mixmode .g-xxl-5,
  header.mixmode .gy-xxl-5,
  footer.mixmode .g-xxl-5,
  footer.mixmode .gy-xxl-5 {
    --fes-gutter-y: 3.75rem;
  }
  header.mixmode .g-xxl-6,
  header.mixmode .gx-xxl-6,
  footer.mixmode .g-xxl-6,
  footer.mixmode .gx-xxl-6 {
    --fes-gutter-x: 5rem;
  }
  header.mixmode .g-xxl-6,
  header.mixmode .gy-xxl-6,
  footer.mixmode .g-xxl-6,
  footer.mixmode .gy-xxl-6 {
    --fes-gutter-y: 5rem;
  }
  header.mixmode .g-xxl-7,
  header.mixmode .gx-xxl-7,
  footer.mixmode .g-xxl-7,
  footer.mixmode .gx-xxl-7 {
    --fes-gutter-x: 7.5rem;
  }
  header.mixmode .g-xxl-7,
  header.mixmode .gy-xxl-7,
  footer.mixmode .g-xxl-7,
  footer.mixmode .gy-xxl-7 {
    --fes-gutter-y: 7.5rem;
  }
  header.mixmode .g-xxl-9,
  header.mixmode .gx-xxl-9,
  footer.mixmode .g-xxl-9,
  footer.mixmode .gx-xxl-9 {
    --fes-gutter-x: 15rem;
  }
  header.mixmode .g-xxl-9,
  header.mixmode .gy-xxl-9,
  footer.mixmode .g-xxl-9,
  footer.mixmode .gy-xxl-9 {
    --fes-gutter-y: 15rem;
  }
}
header.mixmode *,
header.mixmode *::before,
header.mixmode *::after,
footer.mixmode *,
footer.mixmode *::before,
footer.mixmode *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  header.mixmode :root,
  footer.mixmode :root {
    scroll-behavior: smooth;
  }
}
header.mixmode body,
footer.mixmode body {
  margin: 0;
  font-family: var(--fes-body-font-family);
  font-size: var(--fes-body-font-size);
  font-weight: var(--fes-body-font-weight);
  line-height: var(--fes-body-line-height);
  color: var(--fes-body-color);
  text-align: var(--fes-body-text-align);
  background-color: var(--fes-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header.mixmode hr,
footer.mixmode hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--fes-border-width) solid;
  opacity: 0.25;
}
header.mixmode h6, header.mixmode .h6, header.mixmode h5, header.mixmode .h5, header.mixmode h4, header.mixmode .h4, header.mixmode h3, header.mixmode .h3, header.mixmode h2, header.mixmode .h2, header.mixmode h1, header.mixmode .h1,
footer.mixmode h6,
footer.mixmode .h6,
footer.mixmode h5,
footer.mixmode .h5,
footer.mixmode h4,
footer.mixmode .h4,
footer.mixmode h3,
footer.mixmode .h3,
footer.mixmode h2,
footer.mixmode .h2,
footer.mixmode h1,
footer.mixmode .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Ebert", "Noto-Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--fes-heading-color);
}
header.mixmode h1, header.mixmode .h1,
footer.mixmode h1,
footer.mixmode .h1 {
  font-size: 3.375rem;
}
header.mixmode h2, header.mixmode .h2,
footer.mixmode h2,
footer.mixmode .h2 {
  font-size: 2.625rem;
}
header.mixmode h3, header.mixmode .h3,
footer.mixmode h3,
footer.mixmode .h3 {
  font-size: 1.75rem;
}
header.mixmode h4, header.mixmode .h4,
footer.mixmode h4,
footer.mixmode .h4 {
  font-size: 1.5rem;
}
header.mixmode h5, header.mixmode .h5,
footer.mixmode h5,
footer.mixmode .h5 {
  font-size: 1.375rem;
}
header.mixmode h6, header.mixmode .h6,
footer.mixmode h6,
footer.mixmode .h6 {
  font-size: 1rem;
}
header.mixmode p,
footer.mixmode p {
  margin-top: 0;
  margin-bottom: 1rem;
}
header.mixmode abbr[title],
footer.mixmode abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
header.mixmode address,
footer.mixmode address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
header.mixmode ol,
header.mixmode ul,
footer.mixmode ol,
footer.mixmode ul {
  padding-left: 2rem;
}
header.mixmode ol,
header.mixmode ul,
header.mixmode dl,
footer.mixmode ol,
footer.mixmode ul,
footer.mixmode dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
header.mixmode ol ol,
header.mixmode ul ul,
header.mixmode ol ul,
header.mixmode ul ol,
footer.mixmode ol ol,
footer.mixmode ul ul,
footer.mixmode ol ul,
footer.mixmode ul ol {
  margin-bottom: 0;
}
header.mixmode dt,
footer.mixmode dt {
  font-weight: 700;
}
header.mixmode dd,
footer.mixmode dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
header.mixmode blockquote,
footer.mixmode blockquote {
  margin: 0 0 1rem;
}
header.mixmode b,
header.mixmode strong,
footer.mixmode b,
footer.mixmode strong {
  font-weight: bolder;
}
header.mixmode small, header.mixmode .small,
footer.mixmode small,
footer.mixmode .small {
  font-size: 0.875em;
}
header.mixmode mark, header.mixmode .mark,
footer.mixmode mark,
footer.mixmode .mark {
  padding: 0.1875em;
  color: var(--fes-highlight-color);
  background-color: var(--fes-highlight-bg);
}
header.mixmode sub,
header.mixmode sup,
footer.mixmode sub,
footer.mixmode sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
header.mixmode sub,
footer.mixmode sub {
  bottom: -0.25em;
}
header.mixmode sup,
footer.mixmode sup {
  top: -0.5em;
}
header.mixmode a,
footer.mixmode a {
  color: rgba(var(--fes-link-color-rgb), var(--fes-link-opacity, 1));
  text-decoration: none;
}
header.mixmode a:hover,
footer.mixmode a:hover {
  --fes-link-color-rgb: var(--fes-link-hover-color-rgb);
}
header.mixmode a:not([href]):not([class]), header.mixmode a:not([href]):not([class]):hover,
footer.mixmode a:not([href]):not([class]),
footer.mixmode a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
header.mixmode pre,
header.mixmode code,
header.mixmode kbd,
header.mixmode samp,
footer.mixmode pre,
footer.mixmode code,
footer.mixmode kbd,
footer.mixmode samp {
  font-family: var(--fes-font-monospace);
  font-size: 1em;
}
header.mixmode pre,
footer.mixmode pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
header.mixmode pre code,
footer.mixmode pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
header.mixmode code,
footer.mixmode code {
  font-size: 0.875em;
  color: var(--fes-code-color);
  word-wrap: break-word;
}
a > header.mixmode code,
a > footer.mixmode code {
  color: inherit;
}
header.mixmode kbd,
footer.mixmode kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--fes-body-bg);
  background-color: var(--fes-body-color);
}
header.mixmode kbd kbd,
footer.mixmode kbd kbd {
  padding: 0;
  font-size: 1em;
}
header.mixmode figure,
footer.mixmode figure {
  margin: 0 0 1rem;
}
header.mixmode img,
header.mixmode svg,
footer.mixmode img,
footer.mixmode svg {
  vertical-align: middle;
}
header.mixmode table,
footer.mixmode table {
  caption-side: bottom;
  border-collapse: collapse;
}
header.mixmode caption,
footer.mixmode caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--fes-secondary-color);
  text-align: left;
}
header.mixmode th,
footer.mixmode th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
header.mixmode thead,
header.mixmode tbody,
header.mixmode tfoot,
header.mixmode tr,
header.mixmode td,
header.mixmode th,
footer.mixmode thead,
footer.mixmode tbody,
footer.mixmode tfoot,
footer.mixmode tr,
footer.mixmode td,
footer.mixmode th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
header.mixmode label,
footer.mixmode label {
  display: inline-block;
}
header.mixmode button,
footer.mixmode button {
  border-radius: 0;
}
header.mixmode button:focus:not(:focus-visible),
footer.mixmode button:focus:not(:focus-visible) {
  outline: 0;
}
header.mixmode input,
header.mixmode button,
header.mixmode select,
header.mixmode optgroup,
header.mixmode textarea,
footer.mixmode input,
footer.mixmode button,
footer.mixmode select,
footer.mixmode optgroup,
footer.mixmode textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
header.mixmode button,
header.mixmode select,
footer.mixmode button,
footer.mixmode select {
  text-transform: none;
}
header.mixmode [role=button],
footer.mixmode [role=button] {
  cursor: pointer;
}
header.mixmode select,
footer.mixmode select {
  word-wrap: normal;
}
header.mixmode select:disabled,
footer.mixmode select:disabled {
  opacity: 1;
}
header.mixmode [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator,
footer.mixmode [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
header.mixmode button,
header.mixmode [type=button],
header.mixmode [type=reset],
header.mixmode [type=submit],
footer.mixmode button,
footer.mixmode [type=button],
footer.mixmode [type=reset],
footer.mixmode [type=submit] {
  -webkit-appearance: button;
}
header.mixmode button:not(:disabled),
header.mixmode [type=button]:not(:disabled),
header.mixmode [type=reset]:not(:disabled),
header.mixmode [type=submit]:not(:disabled),
footer.mixmode button:not(:disabled),
footer.mixmode [type=button]:not(:disabled),
footer.mixmode [type=reset]:not(:disabled),
footer.mixmode [type=submit]:not(:disabled) {
  cursor: pointer;
}
header.mixmode ::-moz-focus-inner,
footer.mixmode ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
header.mixmode textarea,
footer.mixmode textarea {
  resize: vertical;
}
header.mixmode fieldset,
footer.mixmode fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
header.mixmode legend,
footer.mixmode legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.25rem;
  font-weight: 500;
  line-height: inherit;
  font-size: 1.25rem;
}
header.mixmode legend + *,
footer.mixmode legend + * {
  clear: left;
}
header.mixmode ::-webkit-datetime-edit-fields-wrapper,
header.mixmode ::-webkit-datetime-edit-text,
header.mixmode ::-webkit-datetime-edit-minute,
header.mixmode ::-webkit-datetime-edit-hour-field,
header.mixmode ::-webkit-datetime-edit-day-field,
header.mixmode ::-webkit-datetime-edit-month-field,
header.mixmode ::-webkit-datetime-edit-year-field,
footer.mixmode ::-webkit-datetime-edit-fields-wrapper,
footer.mixmode ::-webkit-datetime-edit-text,
footer.mixmode ::-webkit-datetime-edit-minute,
footer.mixmode ::-webkit-datetime-edit-hour-field,
footer.mixmode ::-webkit-datetime-edit-day-field,
footer.mixmode ::-webkit-datetime-edit-month-field,
footer.mixmode ::-webkit-datetime-edit-year-field {
  padding: 0;
}
header.mixmode ::-webkit-inner-spin-button,
footer.mixmode ::-webkit-inner-spin-button {
  height: auto;
}
header.mixmode [type=search],
footer.mixmode [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
header.mixmode ::-webkit-search-decoration,
footer.mixmode ::-webkit-search-decoration {
  -webkit-appearance: none;
}
header.mixmode ::-webkit-color-swatch-wrapper,
footer.mixmode ::-webkit-color-swatch-wrapper {
  padding: 0;
}
header.mixmode ::file-selector-button,
footer.mixmode ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
header.mixmode output,
footer.mixmode output {
  display: inline-block;
}
header.mixmode iframe,
footer.mixmode iframe {
  border: 0;
}
header.mixmode summary,
footer.mixmode summary {
  display: list-item;
  cursor: pointer;
}
header.mixmode progress,
footer.mixmode progress {
  vertical-align: baseline;
}
header.mixmode [hidden],
footer.mixmode [hidden] {
  display: none !important;
}
.alert {
  --fes-alert-bg: transparent;
  --fes-alert-padding-x: 1rem;
  --fes-alert-padding-y: 1rem;
  --fes-alert-margin-bottom: 1rem;
  --fes-alert-color: inherit;
  --fes-alert-border-color: transparent;
  --fes-alert-border: var(--fes-border-width) solid var(--fes-alert-border-color);
  --fes-alert-border-radius: var(--fes-border-radius);
  --fes-alert-link-color: inherit;
  position: relative;
  padding: var(--fes-alert-padding-y) var(--fes-alert-padding-x);
  margin-bottom: var(--fes-alert-margin-bottom);
  color: var(--fes-alert-color);
  background-color: var(--fes-alert-bg);
  border: var(--fes-alert-border);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--fes-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --fes-alert-color: var(--fes-primary-text-emphasis);
  --fes-alert-bg: var(--fes-primary-bg-subtle);
  --fes-alert-border-color: var(--fes-primary-border-subtle);
  --fes-alert-link-color: var(--fes-primary-text-emphasis);
}
.alert-yellow {
  --fes-alert-color: var(--fes-yellow-text-emphasis);
  --fes-alert-bg: var(--fes-yellow-bg-subtle);
  --fes-alert-border-color: var(--fes-yellow-border-subtle);
  --fes-alert-link-color: var(--fes-yellow-text-emphasis);
}
.alert-orange {
  --fes-alert-color: var(--fes-orange-text-emphasis);
  --fes-alert-bg: var(--fes-orange-bg-subtle);
  --fes-alert-border-color: var(--fes-orange-border-subtle);
  --fes-alert-link-color: var(--fes-orange-text-emphasis);
}
.alert-red {
  --fes-alert-color: var(--fes-red-text-emphasis);
  --fes-alert-bg: var(--fes-red-bg-subtle);
  --fes-alert-border-color: var(--fes-red-border-subtle);
  --fes-alert-link-color: var(--fes-red-text-emphasis);
}
.alert-dark-red {
  --fes-alert-color: var(--fes-dark-red-text-emphasis);
  --fes-alert-bg: var(--fes-dark-red-bg-subtle);
  --fes-alert-border-color: var(--fes-dark-red-border-subtle);
  --fes-alert-link-color: var(--fes-dark-red-text-emphasis);
}
.alert-dark-red-200 {
  --fes-alert-color: var(--fes-dark-red-200-text-emphasis);
  --fes-alert-bg: var(--fes-dark-red-200-bg-subtle);
  --fes-alert-border-color: var(--fes-dark-red-200-border-subtle);
  --fes-alert-link-color: var(--fes-dark-red-200-text-emphasis);
}
.alert-violet {
  --fes-alert-color: var(--fes-violet-text-emphasis);
  --fes-alert-bg: var(--fes-violet-bg-subtle);
  --fes-alert-border-color: var(--fes-violet-border-subtle);
  --fes-alert-link-color: var(--fes-violet-text-emphasis);
}
.alert-violet-200 {
  --fes-alert-color: var(--fes-violet-200-text-emphasis);
  --fes-alert-bg: var(--fes-violet-200-bg-subtle);
  --fes-alert-border-color: var(--fes-violet-200-border-subtle);
  --fes-alert-link-color: var(--fes-violet-200-text-emphasis);
}
.alert-blue {
  --fes-alert-color: var(--fes-blue-text-emphasis);
  --fes-alert-bg: var(--fes-blue-bg-subtle);
  --fes-alert-border-color: var(--fes-blue-border-subtle);
  --fes-alert-link-color: var(--fes-blue-text-emphasis);
}
.alert-blue-light {
  --fes-alert-color: var(--fes-blue-light-text-emphasis);
  --fes-alert-bg: var(--fes-blue-light-bg-subtle);
  --fes-alert-border-color: var(--fes-blue-light-border-subtle);
  --fes-alert-link-color: var(--fes-blue-light-text-emphasis);
}
.alert-petrol {
  --fes-alert-color: var(--fes-petrol-text-emphasis);
  --fes-alert-bg: var(--fes-petrol-bg-subtle);
  --fes-alert-border-color: var(--fes-petrol-border-subtle);
  --fes-alert-link-color: var(--fes-petrol-text-emphasis);
}
.alert-mint-green {
  --fes-alert-color: var(--fes-mint-green-text-emphasis);
  --fes-alert-bg: var(--fes-mint-green-bg-subtle);
  --fes-alert-border-color: var(--fes-mint-green-border-subtle);
  --fes-alert-link-color: var(--fes-mint-green-text-emphasis);
}
.alert-mint-green-200 {
  --fes-alert-color: var(--fes-mint-green-200-text-emphasis);
  --fes-alert-bg: var(--fes-mint-green-200-bg-subtle);
  --fes-alert-border-color: var(--fes-mint-green-200-border-subtle);
  --fes-alert-link-color: var(--fes-mint-green-200-text-emphasis);
}
.alert-green-dark {
  --fes-alert-color: var(--fes-green-dark-text-emphasis);
  --fes-alert-bg: var(--fes-green-dark-bg-subtle);
  --fes-alert-border-color: var(--fes-green-dark-border-subtle);
  --fes-alert-link-color: var(--fes-green-dark-text-emphasis);
}
.alert-green-dark-200 {
  --fes-alert-color: var(--fes-green-dark-200-text-emphasis);
  --fes-alert-bg: var(--fes-green-dark-200-bg-subtle);
  --fes-alert-border-color: var(--fes-green-dark-200-border-subtle);
  --fes-alert-link-color: var(--fes-green-dark-200-text-emphasis);
}
.alert-success {
  --fes-alert-color: var(--fes-success-text-emphasis);
  --fes-alert-bg: var(--fes-success-bg-subtle);
  --fes-alert-border-color: var(--fes-success-border-subtle);
  --fes-alert-link-color: var(--fes-success-text-emphasis);
}
.alert-danger {
  --fes-alert-color: var(--fes-danger-text-emphasis);
  --fes-alert-bg: var(--fes-danger-bg-subtle);
  --fes-alert-border-color: var(--fes-danger-border-subtle);
  --fes-alert-link-color: var(--fes-danger-text-emphasis);
}
.alert-light {
  --fes-alert-color: var(--fes-light-text-emphasis);
  --fes-alert-bg: var(--fes-light-bg-subtle);
  --fes-alert-border-color: var(--fes-light-border-subtle);
  --fes-alert-link-color: var(--fes-light-text-emphasis);
}
.alert-dark {
  --fes-alert-color: var(--fes-dark-text-emphasis);
  --fes-alert-bg: var(--fes-dark-bg-subtle);
  --fes-alert-border-color: var(--fes-dark-border-subtle);
  --fes-alert-link-color: var(--fes-dark-text-emphasis);
}
.alert-black {
  --fes-alert-color: var(--fes-black-text-emphasis);
  --fes-alert-bg: var(--fes-black-bg-subtle);
  --fes-alert-border-color: var(--fes-black-border-subtle);
  --fes-alert-link-color: var(--fes-black-text-emphasis);
}
.btn-close {
  --fes-btn-close-color: #000;
  --fes-btn-close-bg: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='Close'%3e%3cpath id='Vector' d='M28 28L4 4' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3e%3cpath id='Vector_2' d='M28 4L4 28' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3e%3c/g%3e%3c/svg%3e");
  --fes-btn-close-opacity: 1;
  --fes-btn-close-hover-opacity: 0.75;
  --fes-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  --fes-btn-close-focus-opacity: 1;
  --fes-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  padding: 0.75rem 0.625rem;
  color: var(--fes-btn-close-color);
  background: transparent var(--fes-btn-close-bg) center/2em auto no-repeat;
  filter: var(--fes-btn-close-filter);
  border: 0;
  opacity: var(--fes-btn-close-opacity);
}
.btn-close:hover {
  color: var(--fes-btn-close-color);
  text-decoration: none;
  opacity: var(--fes-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--fes-btn-close-focus-shadow);
  opacity: var(--fes-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--fes-btn-close-disabled-opacity);
}
.btn-close-white {
  --fes-btn-close-filter: none;
}
:root,
[data-bs-theme=light] {
  --fes-btn-close-filter: ;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--fes-primary-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-yellow {
  color: #000 !important;
  background-color: RGBA(var(--fes-yellow-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-orange {
  color: #000 !important;
  background-color: RGBA(var(--fes-orange-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-red {
  color: #fff !important;
  background-color: RGBA(var(--fes-red-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-dark-red {
  color: #fff !important;
  background-color: RGBA(var(--fes-dark-red-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-dark-red-200 {
  color: #000 !important;
  background-color: RGBA(var(--fes-dark-red-200-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-violet {
  color: #fff !important;
  background-color: RGBA(var(--fes-violet-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-violet-200 {
  color: #000 !important;
  background-color: RGBA(var(--fes-violet-200-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-blue {
  color: #fff !important;
  background-color: RGBA(var(--fes-blue-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-blue-light {
  color: #000 !important;
  background-color: RGBA(var(--fes-blue-light-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-petrol {
  color: #fff !important;
  background-color: RGBA(var(--fes-petrol-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-mint-green {
  color: #000 !important;
  background-color: RGBA(var(--fes-mint-green-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-mint-green-200 {
  color: #000 !important;
  background-color: RGBA(var(--fes-mint-green-200-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-green-dark {
  color: #fff !important;
  background-color: RGBA(var(--fes-green-dark-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-green-dark-200 {
  color: #000 !important;
  background-color: RGBA(var(--fes-green-dark-200-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--fes-success-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--fes-danger-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--fes-light-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--fes-dark-rgb), var(--fes-bg-opacity, 1)) !important;
}
.text-bg-black {
  color: #fff !important;
  background-color: RGBA(var(--fes-black-rgb), var(--fes-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--fes-primary-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-primary-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(215, 0, 0, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(215, 0, 0, var(--fes-link-underline-opacity, 1)) !important;
}
.link-yellow {
  color: RGBA(var(--fes-yellow-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-yellow-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-yellow:hover, .link-yellow:focus {
  color: RGBA(255, 204, 0, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 204, 0, var(--fes-link-underline-opacity, 1)) !important;
}
.link-orange {
  color: RGBA(var(--fes-orange-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-orange-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-orange:hover, .link-orange:focus {
  color: RGBA(242, 150, 38, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 150, 38, var(--fes-link-underline-opacity, 1)) !important;
}
.link-red {
  color: RGBA(var(--fes-red-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-red-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-red:hover, .link-red:focus {
  color: RGBA(215, 0, 0, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(215, 0, 0, var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark-red {
  color: RGBA(var(--fes-dark-red-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-dark-red-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark-red:hover, .link-dark-red:focus {
  color: RGBA(141, 4, 73, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(141, 4, 73, var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark-red-200 {
  color: RGBA(var(--fes-dark-red-200-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-dark-red-200-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark-red-200:hover, .link-dark-red-200:focus {
  color: RGBA(232, 205, 219, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(232, 205, 219, var(--fes-link-underline-opacity, 1)) !important;
}
.link-violet {
  color: RGBA(var(--fes-violet-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-violet-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-violet:hover, .link-violet:focus {
  color: RGBA(91, 8, 90, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(91, 8, 90, var(--fes-link-underline-opacity, 1)) !important;
}
.link-violet-200 {
  color: RGBA(var(--fes-violet-200-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-violet-200-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-violet-200:hover, .link-violet-200:focus {
  color: RGBA(222, 206, 222, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(222, 206, 222, var(--fes-link-underline-opacity, 1)) !important;
}
.link-blue {
  color: RGBA(var(--fes-blue-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-blue-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-blue:hover, .link-blue:focus {
  color: RGBA(0, 85, 151, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 85, 151, var(--fes-link-underline-opacity, 1)) !important;
}
.link-blue-light {
  color: RGBA(var(--fes-blue-light-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-blue-light-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-blue-light:hover, .link-blue-light:focus {
  color: RGBA(91, 197, 242, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(91, 197, 242, var(--fes-link-underline-opacity, 1)) !important;
}
.link-petrol {
  color: RGBA(var(--fes-petrol-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-petrol-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-petrol:hover, .link-petrol:focus {
  color: RGBA(0, 124, 157, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 124, 157, var(--fes-link-underline-opacity, 1)) !important;
}
.link-mint-green {
  color: RGBA(var(--fes-mint-green-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-mint-green-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-mint-green:hover, .link-mint-green:focus {
  color: RGBA(207, 235, 234, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(207, 235, 234, var(--fes-link-underline-opacity, 1)) !important;
}
.link-mint-green-200 {
  color: RGBA(var(--fes-mint-green-200-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-mint-green-200-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-mint-green-200:hover, .link-mint-green-200:focus {
  color: RGBA(207, 235, 234, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(207, 235, 234, var(--fes-link-underline-opacity, 1)) !important;
}
.link-green-dark {
  color: RGBA(var(--fes-green-dark-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-green-dark-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-green-dark:hover, .link-green-dark:focus {
  color: RGBA(0, 96, 95, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 96, 95, var(--fes-link-underline-opacity, 1)) !important;
}
.link-green-dark-200 {
  color: RGBA(var(--fes-green-dark-200-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-green-dark-200-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-green-dark-200:hover, .link-green-dark-200:focus {
  color: RGBA(153, 194, 187, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(153, 194, 187, var(--fes-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--fes-success-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-success-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(0, 96, 95, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 96, 95, var(--fes-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--fes-danger-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-danger-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(141, 4, 73, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(141, 4, 73, var(--fes-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--fes-light-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-light-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(230, 230, 230, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(230, 230, 230, var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--fes-dark-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-dark-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(51, 51, 51, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 51, 51, var(--fes-link-underline-opacity, 1)) !important;
}
.link-black {
  color: RGBA(var(--fes-black-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-black-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-black:hover, .link-black:focus {
  color: RGBA(0, 0, 0, var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--fes-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--fes-emphasis-color-rgb), var(--fes-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fes-emphasis-color-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--fes-emphasis-color-rgb), var(--fes-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--fes-emphasis-color-rgb), var(--fes-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--fes-focus-ring-x, 0) var(--fes-focus-ring-y, 0) var(--fes-focus-ring-blur, 0) var(--fes-focus-ring-width) var(--fes-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--fes-link-color-rgb), var(--fes-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--fes-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--fes-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --fes-aspect-ratio: 100%;
}
.ratio-3x2 {
  --fes-aspect-ratio: 66.6666666667%;
}
.ratio-4x3 {
  --fes-aspect-ratio: 75%;
}
.ratio-4x5 {
  --fes-aspect-ratio: 125%;
}
.ratio-16x9 {
  --fes-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --fes-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 640px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1536px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--fes-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--fes-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--fes-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--fes-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --fes-focus-ring-color: rgba(var(--fes-primary-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-yellow {
  --fes-focus-ring-color: rgba(var(--fes-yellow-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-orange {
  --fes-focus-ring-color: rgba(var(--fes-orange-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-red {
  --fes-focus-ring-color: rgba(var(--fes-red-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-dark-red {
  --fes-focus-ring-color: rgba(var(--fes-dark-red-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-dark-red-200 {
  --fes-focus-ring-color: rgba(var(--fes-dark-red-200-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-violet {
  --fes-focus-ring-color: rgba(var(--fes-violet-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-violet-200 {
  --fes-focus-ring-color: rgba(var(--fes-violet-200-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-blue {
  --fes-focus-ring-color: rgba(var(--fes-blue-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-blue-light {
  --fes-focus-ring-color: rgba(var(--fes-blue-light-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-petrol {
  --fes-focus-ring-color: rgba(var(--fes-petrol-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-mint-green {
  --fes-focus-ring-color: rgba(var(--fes-mint-green-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-mint-green-200 {
  --fes-focus-ring-color: rgba(var(--fes-mint-green-200-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-green-dark {
  --fes-focus-ring-color: rgba(var(--fes-green-dark-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-green-dark-200 {
  --fes-focus-ring-color: rgba(var(--fes-green-dark-200-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-success {
  --fes-focus-ring-color: rgba(var(--fes-success-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-danger {
  --fes-focus-ring-color: rgba(var(--fes-danger-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-light {
  --fes-focus-ring-color: rgba(var(--fes-light-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-dark {
  --fes-focus-ring-color: rgba(var(--fes-dark-rgb), var(--fes-focus-ring-opacity));
}
.focus-ring-black {
  --fes-focus-ring-color: rgba(var(--fes-black-rgb), var(--fes-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--fes-border-width) var(--fes-border-style) var(--fes-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--fes-border-width) var(--fes-border-style) var(--fes-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--fes-border-width) var(--fes-border-style) var(--fes-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--fes-border-width) var(--fes-border-style) var(--fes-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--fes-border-width) var(--fes-border-style) var(--fes-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-primary-rgb), var(--fes-border-opacity)) !important;
}
.border-yellow {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-yellow-rgb), var(--fes-border-opacity)) !important;
}
.border-orange {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-orange-rgb), var(--fes-border-opacity)) !important;
}
.border-red {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-red-rgb), var(--fes-border-opacity)) !important;
}
.border-dark-red {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-dark-red-rgb), var(--fes-border-opacity)) !important;
}
.border-dark-red-200 {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-dark-red-200-rgb), var(--fes-border-opacity)) !important;
}
.border-violet {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-violet-rgb), var(--fes-border-opacity)) !important;
}
.border-violet-200 {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-violet-200-rgb), var(--fes-border-opacity)) !important;
}
.border-blue {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-blue-rgb), var(--fes-border-opacity)) !important;
}
.border-blue-light {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-blue-light-rgb), var(--fes-border-opacity)) !important;
}
.border-petrol {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-petrol-rgb), var(--fes-border-opacity)) !important;
}
.border-mint-green {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-mint-green-rgb), var(--fes-border-opacity)) !important;
}
.border-mint-green-200 {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-mint-green-200-rgb), var(--fes-border-opacity)) !important;
}
.border-green-dark {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-green-dark-rgb), var(--fes-border-opacity)) !important;
}
.border-green-dark-200 {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-green-dark-200-rgb), var(--fes-border-opacity)) !important;
}
.border-success {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-success-rgb), var(--fes-border-opacity)) !important;
}
.border-danger {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-danger-rgb), var(--fes-border-opacity)) !important;
}
.border-light {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-light-rgb), var(--fes-border-opacity)) !important;
}
.border-dark {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-dark-rgb), var(--fes-border-opacity)) !important;
}
.border-black {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-black-rgb), var(--fes-border-opacity)) !important;
}
.border-white {
  --fes-border-opacity: 1;
  border-color: rgba(var(--fes-white-rgb), var(--fes-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--fes-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--fes-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--fes-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--fes-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--fes-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--fes-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--fes-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--fes-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 {
  --fes-border-opacity: 0.1;
}
.border-opacity-25 {
  --fes-border-opacity: 0.25;
}
.border-opacity-50 {
  --fes-border-opacity: 0.5;
}
.border-opacity-75 {
  --fes-border-opacity: 0.75;
}
.border-opacity-100 {
  --fes-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-n2 {
  margin: 0.75rem !important;
}
.m-n1 {
  margin: 0.875rem !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 1.25rem !important;
}
.m-2 {
  margin: 1.5rem !important;
}
.m-3 {
  margin: 2.5rem !important;
}
.m-4 {
  margin: 3rem !important;
}
.m-5 {
  margin: 3.75rem !important;
}
.m-6 {
  margin: 5rem !important;
}
.m-7 {
  margin: 7.5rem !important;
}
.m-9 {
  margin: 15rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-n2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.mx-n1 {
  margin-right: 0.875rem !important;
  margin-left: 0.875rem !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-3 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-4 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}
.mx-6 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-7 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}
.mx-9 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-n2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-n1 {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-3 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-4 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-5 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.my-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-7 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}
.my-9 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-n2 {
  margin-top: 0.75rem !important;
}
.mt-n1 {
  margin-top: 0.875rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1.25rem !important;
}
.mt-2 {
  margin-top: 1.5rem !important;
}
.mt-3 {
  margin-top: 2.5rem !important;
}
.mt-4 {
  margin-top: 3rem !important;
}
.mt-5 {
  margin-top: 3.75rem !important;
}
.mt-6 {
  margin-top: 5rem !important;
}
.mt-7 {
  margin-top: 7.5rem !important;
}
.mt-9 {
  margin-top: 15rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-n2 {
  margin-right: 0.75rem !important;
}
.me-n1 {
  margin-right: 0.875rem !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 1.25rem !important;
}
.me-2 {
  margin-right: 1.5rem !important;
}
.me-3 {
  margin-right: 2.5rem !important;
}
.me-4 {
  margin-right: 3rem !important;
}
.me-5 {
  margin-right: 3.75rem !important;
}
.me-6 {
  margin-right: 5rem !important;
}
.me-7 {
  margin-right: 7.5rem !important;
}
.me-9 {
  margin-right: 15rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-n2 {
  margin-bottom: 0.75rem !important;
}
.mb-n1 {
  margin-bottom: 0.875rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1.25rem !important;
}
.mb-2 {
  margin-bottom: 1.5rem !important;
}
.mb-3 {
  margin-bottom: 2.5rem !important;
}
.mb-4 {
  margin-bottom: 3rem !important;
}
.mb-5 {
  margin-bottom: 3.75rem !important;
}
.mb-6 {
  margin-bottom: 5rem !important;
}
.mb-7 {
  margin-bottom: 7.5rem !important;
}
.mb-9 {
  margin-bottom: 15rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-n2 {
  margin-left: 0.75rem !important;
}
.ms-n1 {
  margin-left: 0.875rem !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 1.25rem !important;
}
.ms-2 {
  margin-left: 1.5rem !important;
}
.ms-3 {
  margin-left: 2.5rem !important;
}
.ms-4 {
  margin-left: 3rem !important;
}
.ms-5 {
  margin-left: 3.75rem !important;
}
.ms-6 {
  margin-left: 5rem !important;
}
.ms-7 {
  margin-left: 7.5rem !important;
}
.ms-9 {
  margin-left: 15rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-n2 {
  padding: 0.75rem !important;
}
.p-n1 {
  padding: 0.875rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1.25rem !important;
}
.p-2 {
  padding: 1.5rem !important;
}
.p-3 {
  padding: 2.5rem !important;
}
.p-4 {
  padding: 3rem !important;
}
.p-5 {
  padding: 3.75rem !important;
}
.p-6 {
  padding: 5rem !important;
}
.p-7 {
  padding: 7.5rem !important;
}
.p-9 {
  padding: 15rem !important;
}
.px-n2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.px-n1 {
  padding-right: 0.875rem !important;
  padding-left: 0.875rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-3 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-4 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}
.px-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-7 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}
.px-9 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}
.py-n2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-n1 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-3 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-4 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-5 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-7 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
.py-9 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.pt-n2 {
  padding-top: 0.75rem !important;
}
.pt-n1 {
  padding-top: 0.875rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 1.25rem !important;
}
.pt-2 {
  padding-top: 1.5rem !important;
}
.pt-3 {
  padding-top: 2.5rem !important;
}
.pt-4 {
  padding-top: 3rem !important;
}
.pt-5 {
  padding-top: 3.75rem !important;
}
.pt-6 {
  padding-top: 5rem !important;
}
.pt-7 {
  padding-top: 7.5rem !important;
}
.pt-9 {
  padding-top: 15rem !important;
}
.pe-n2 {
  padding-right: 0.75rem !important;
}
.pe-n1 {
  padding-right: 0.875rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 1.25rem !important;
}
.pe-2 {
  padding-right: 1.5rem !important;
}
.pe-3 {
  padding-right: 2.5rem !important;
}
.pe-4 {
  padding-right: 3rem !important;
}
.pe-5 {
  padding-right: 3.75rem !important;
}
.pe-6 {
  padding-right: 5rem !important;
}
.pe-7 {
  padding-right: 7.5rem !important;
}
.pe-9 {
  padding-right: 15rem !important;
}
.pb-n2 {
  padding-bottom: 0.75rem !important;
}
.pb-n1 {
  padding-bottom: 0.875rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 1.25rem !important;
}
.pb-2 {
  padding-bottom: 1.5rem !important;
}
.pb-3 {
  padding-bottom: 2.5rem !important;
}
.pb-4 {
  padding-bottom: 3rem !important;
}
.pb-5 {
  padding-bottom: 3.75rem !important;
}
.pb-6 {
  padding-bottom: 5rem !important;
}
.pb-7 {
  padding-bottom: 7.5rem !important;
}
.pb-9 {
  padding-bottom: 15rem !important;
}
.ps-n2 {
  padding-left: 0.75rem !important;
}
.ps-n1 {
  padding-left: 0.875rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 1.25rem !important;
}
.ps-2 {
  padding-left: 1.5rem !important;
}
.ps-3 {
  padding-left: 2.5rem !important;
}
.ps-4 {
  padding-left: 3rem !important;
}
.ps-5 {
  padding-left: 3.75rem !important;
}
.ps-6 {
  padding-left: 5rem !important;
}
.ps-7 {
  padding-left: 7.5rem !important;
}
.ps-9 {
  padding-left: 15rem !important;
}
.gap-n2 {
  gap: 0.75rem !important;
}
.gap-n1 {
  gap: 0.875rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 1.25rem !important;
}
.gap-2 {
  gap: 1.5rem !important;
}
.gap-3 {
  gap: 2.5rem !important;
}
.gap-4 {
  gap: 3rem !important;
}
.gap-5 {
  gap: 3.75rem !important;
}
.gap-6 {
  gap: 5rem !important;
}
.gap-7 {
  gap: 7.5rem !important;
}
.gap-9 {
  gap: 15rem !important;
}
.row-gap-n2 {
  row-gap: 0.75rem !important;
}
.row-gap-n1 {
  row-gap: 0.875rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 1.25rem !important;
}
.row-gap-2 {
  row-gap: 1.5rem !important;
}
.row-gap-3 {
  row-gap: 2.5rem !important;
}
.row-gap-4 {
  row-gap: 3rem !important;
}
.row-gap-5 {
  row-gap: 3.75rem !important;
}
.row-gap-6 {
  row-gap: 5rem !important;
}
.row-gap-7 {
  row-gap: 7.5rem !important;
}
.row-gap-9 {
  row-gap: 15rem !important;
}
.column-gap-n2 {
  column-gap: 0.75rem !important;
}
.column-gap-n1 {
  column-gap: 0.875rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 1.25rem !important;
}
.column-gap-2 {
  column-gap: 1.5rem !important;
}
.column-gap-3 {
  column-gap: 2.5rem !important;
}
.column-gap-4 {
  column-gap: 3rem !important;
}
.column-gap-5 {
  column-gap: 3.75rem !important;
}
.column-gap-6 {
  column-gap: 5rem !important;
}
.column-gap-7 {
  column-gap: 7.5rem !important;
}
.column-gap-9 {
  column-gap: 15rem !important;
}
.font-monospace {
  font-family: var(--fes-font-monospace) !important;
}
.fs-base {
  font-size: 1rem !important;
}
.fs-sm {
  font-size: 1.25rem !important;
}
.fs-lg {
  font-size: 1.5rem !important;
}
.fs-title {
  font-size: 4.5rem !important;
}
.fs-1 {
  font-size: 3.375rem !important;
}
.fs-2 {
  font-size: 2.625rem !important;
}
.fs-3 {
  font-size: 1.75rem !important;
}
.fs-4 {
  font-size: 1.5rem !important;
}
.fs-5 {
  font-size: 1.375rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fs-body {
  font-size: 1.5rem !important;
}
.fs-body-2 {
  font-size: 1.375rem !important;
}
.fs-body-3 {
  font-size: 1.75rem !important;
}
.fs-body-5 {
  font-size: 2.75rem !important;
}
.fs-body-7 {
  font-size: 4.25rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.2 !important;
}
.lh-base {
  line-height: 1.4 !important;
}
.lh-lg {
  line-height: 1.5 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-primary-rgb), var(--fes-text-opacity)) !important;
}
.text-yellow {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-yellow-rgb), var(--fes-text-opacity)) !important;
}
.text-orange {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-orange-rgb), var(--fes-text-opacity)) !important;
}
.text-red {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-red-rgb), var(--fes-text-opacity)) !important;
}
.text-dark-red {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-dark-red-rgb), var(--fes-text-opacity)) !important;
}
.text-dark-red-200 {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-dark-red-200-rgb), var(--fes-text-opacity)) !important;
}
.text-violet {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-violet-rgb), var(--fes-text-opacity)) !important;
}
.text-violet-200 {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-violet-200-rgb), var(--fes-text-opacity)) !important;
}
.text-blue {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-blue-rgb), var(--fes-text-opacity)) !important;
}
.text-blue-light {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-blue-light-rgb), var(--fes-text-opacity)) !important;
}
.text-petrol {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-petrol-rgb), var(--fes-text-opacity)) !important;
}
.text-mint-green {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-mint-green-rgb), var(--fes-text-opacity)) !important;
}
.text-mint-green-200 {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-mint-green-200-rgb), var(--fes-text-opacity)) !important;
}
.text-green-dark {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-green-dark-rgb), var(--fes-text-opacity)) !important;
}
.text-green-dark-200 {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-green-dark-200-rgb), var(--fes-text-opacity)) !important;
}
.text-success {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-success-rgb), var(--fes-text-opacity)) !important;
}
.text-danger {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-danger-rgb), var(--fes-text-opacity)) !important;
}
.text-light {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-light-rgb), var(--fes-text-opacity)) !important;
}
.text-dark {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-dark-rgb), var(--fes-text-opacity)) !important;
}
.text-black {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-black-rgb), var(--fes-text-opacity)) !important;
}
.text-white {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-white-rgb), var(--fes-text-opacity)) !important;
}
.text-body {
  --fes-text-opacity: 1;
  color: rgba(var(--fes-body-color-rgb), var(--fes-text-opacity)) !important;
}
.text-muted {
  --fes-text-opacity: 1;
  color: var(--fes-secondary-color) !important;
}
.text-black-50 {
  --fes-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --fes-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --fes-text-opacity: 1;
  color: var(--fes-secondary-color) !important;
}
.text-body-tertiary {
  --fes-text-opacity: 1;
  color: var(--fes-tertiary-color) !important;
}
.text-body-emphasis {
  --fes-text-opacity: 1;
  color: var(--fes-emphasis-color) !important;
}
.text-reset {
  --fes-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --fes-text-opacity: 0.25;
}
.text-opacity-50 {
  --fes-text-opacity: 0.5;
}
.text-opacity-75 {
  --fes-text-opacity: 0.75;
}
.text-opacity-100 {
  --fes-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--fes-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--fes-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--fes-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--fes-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--fes-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--fes-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--fes-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--fes-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --fes-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --fes-link-opacity: 0.1;
}
.link-opacity-25 {
  --fes-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --fes-link-opacity: 0.25;
}
.link-opacity-50 {
  --fes-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --fes-link-opacity: 0.5;
}
.link-opacity-75 {
  --fes-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --fes-link-opacity: 0.75;
}
.link-opacity-100 {
  --fes-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --fes-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-primary-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-yellow {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-yellow-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-orange {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-orange-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-red {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-red-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-dark-red {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-dark-red-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-dark-red-200 {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-dark-red-200-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-violet {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-violet-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-violet-200 {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-violet-200-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-blue {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-blue-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-blue-light {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-blue-light-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-petrol {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-petrol-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-mint-green {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-mint-green-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-mint-green-200 {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-mint-green-200-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-green-dark {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-green-dark-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-green-dark-200 {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-green-dark-200-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-success {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-success-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-danger {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-danger-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-light {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-light-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-dark {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-dark-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline-black {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-black-rgb), var(--fes-link-underline-opacity)) !important;
}
.link-underline {
  --fes-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fes-link-color-rgb), var(--fes-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --fes-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --fes-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --fes-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --fes-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --fes-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --fes-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --fes-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --fes-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --fes-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --fes-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --fes-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --fes-link-underline-opacity: 1;
}
.bg-primary {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-primary-rgb), var(--fes-bg-opacity)) !important;
}
.bg-yellow {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-yellow-rgb), var(--fes-bg-opacity)) !important;
}
.bg-orange {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-orange-rgb), var(--fes-bg-opacity)) !important;
}
.bg-red {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-red-rgb), var(--fes-bg-opacity)) !important;
}
.bg-dark-red {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-dark-red-rgb), var(--fes-bg-opacity)) !important;
}
.bg-dark-red-200 {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-dark-red-200-rgb), var(--fes-bg-opacity)) !important;
}
.bg-violet {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-violet-rgb), var(--fes-bg-opacity)) !important;
}
.bg-violet-200 {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-violet-200-rgb), var(--fes-bg-opacity)) !important;
}
.bg-blue {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-blue-rgb), var(--fes-bg-opacity)) !important;
}
.bg-blue-light {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-blue-light-rgb), var(--fes-bg-opacity)) !important;
}
.bg-petrol {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-petrol-rgb), var(--fes-bg-opacity)) !important;
}
.bg-mint-green {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-mint-green-rgb), var(--fes-bg-opacity)) !important;
}
.bg-mint-green-200 {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-mint-green-200-rgb), var(--fes-bg-opacity)) !important;
}
.bg-green-dark {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-green-dark-rgb), var(--fes-bg-opacity)) !important;
}
.bg-green-dark-200 {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-green-dark-200-rgb), var(--fes-bg-opacity)) !important;
}
.bg-success {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-success-rgb), var(--fes-bg-opacity)) !important;
}
.bg-danger {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-danger-rgb), var(--fes-bg-opacity)) !important;
}
.bg-light {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-light-rgb), var(--fes-bg-opacity)) !important;
}
.bg-dark {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-dark-rgb), var(--fes-bg-opacity)) !important;
}
.bg-black {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-black-rgb), var(--fes-bg-opacity)) !important;
}
.bg-white {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-white-rgb), var(--fes-bg-opacity)) !important;
}
.bg-body {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-body-bg-rgb), var(--fes-bg-opacity)) !important;
}
.bg-transparent {
  --fes-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-secondary-bg-rgb), var(--fes-bg-opacity)) !important;
}
.bg-body-tertiary {
  --fes-bg-opacity: 1;
  background-color: rgba(var(--fes-tertiary-bg-rgb), var(--fes-bg-opacity)) !important;
}
.bg-opacity-10 {
  --fes-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --fes-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --fes-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --fes-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --fes-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--fes-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--fes-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--fes-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--fes-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--fes-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--fes-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--fes-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--fes-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--fes-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--fes-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--fes-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--fes-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--fes-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--fes-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--fes-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--fes-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--fes-border-radius) !important;
  border-top-right-radius: var(--fes-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(--fes-border-radius-sm) !important;
  border-top-right-radius: var(--fes-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--fes-border-radius) !important;
  border-top-right-radius: var(--fes-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--fes-border-radius-lg) !important;
  border-top-right-radius: var(--fes-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--fes-border-radius-xl) !important;
  border-top-right-radius: var(--fes-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--fes-border-radius-xxl) !important;
  border-top-right-radius: var(--fes-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(--fes-border-radius-pill) !important;
  border-top-right-radius: var(--fes-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--fes-border-radius) !important;
  border-bottom-right-radius: var(--fes-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(--fes-border-radius-sm) !important;
  border-bottom-right-radius: var(--fes-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--fes-border-radius) !important;
  border-bottom-right-radius: var(--fes-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--fes-border-radius-lg) !important;
  border-bottom-right-radius: var(--fes-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--fes-border-radius-xl) !important;
  border-bottom-right-radius: var(--fes-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--fes-border-radius-xxl) !important;
  border-bottom-right-radius: var(--fes-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(--fes-border-radius-pill) !important;
  border-bottom-right-radius: var(--fes-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--fes-border-radius) !important;
  border-bottom-left-radius: var(--fes-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(--fes-border-radius-sm) !important;
  border-bottom-left-radius: var(--fes-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--fes-border-radius) !important;
  border-bottom-left-radius: var(--fes-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--fes-border-radius-lg) !important;
  border-bottom-left-radius: var(--fes-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--fes-border-radius-xl) !important;
  border-bottom-left-radius: var(--fes-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--fes-border-radius-xxl) !important;
  border-bottom-left-radius: var(--fes-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(--fes-border-radius-pill) !important;
  border-bottom-left-radius: var(--fes-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--fes-border-radius) !important;
  border-top-left-radius: var(--fes-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--fes-border-radius-sm) !important;
  border-top-left-radius: var(--fes-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--fes-border-radius) !important;
  border-top-left-radius: var(--fes-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--fes-border-radius-lg) !important;
  border-top-left-radius: var(--fes-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--fes-border-radius-xl) !important;
  border-top-left-radius: var(--fes-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--fes-border-radius-xxl) !important;
  border-top-left-radius: var(--fes-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--fes-border-radius-pill) !important;
  border-top-left-radius: var(--fes-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;
}
.z-1100 {
  z-index: 1100 !important;
}
.z-1101 {
  z-index: 1101 !important;
}
@media (min-width: 640px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-n2 {
    margin: 0.75rem !important;
  }
  .m-sm-n1 {
    margin: 0.875rem !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 1.25rem !important;
  }
  .m-sm-2 {
    margin: 1.5rem !important;
  }
  .m-sm-3 {
    margin: 2.5rem !important;
  }
  .m-sm-4 {
    margin: 3rem !important;
  }
  .m-sm-5 {
    margin: 3.75rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .m-sm-7 {
    margin: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 15rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-n2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-n1 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-n2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-n1 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-9 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-n2 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-n1 {
    margin-top: 0.875rem !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 15rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-n2 {
    margin-right: 0.75rem !important;
  }
  .me-sm-n1 {
    margin-right: 0.875rem !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 1.25rem !important;
  }
  .me-sm-2 {
    margin-right: 1.5rem !important;
  }
  .me-sm-3 {
    margin-right: 2.5rem !important;
  }
  .me-sm-4 {
    margin-right: 3rem !important;
  }
  .me-sm-5 {
    margin-right: 3.75rem !important;
  }
  .me-sm-6 {
    margin-right: 5rem !important;
  }
  .me-sm-7 {
    margin-right: 7.5rem !important;
  }
  .me-sm-9 {
    margin-right: 15rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-n2 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: 0.875rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-n2 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-n1 {
    margin-left: 0.875rem !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 3rem !important;
  }
  .ms-sm-5 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-7 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 15rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-n2 {
    padding: 0.75rem !important;
  }
  .p-sm-n1 {
    padding: 0.875rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 1.25rem !important;
  }
  .p-sm-2 {
    padding: 1.5rem !important;
  }
  .p-sm-3 {
    padding: 2.5rem !important;
  }
  .p-sm-4 {
    padding: 3rem !important;
  }
  .p-sm-5 {
    padding: 3.75rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-7 {
    padding: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 15rem !important;
  }
  .px-sm-n2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-n1 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-9 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-sm-n2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-n1 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-3 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-9 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-sm-n2 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-n1 {
    padding-top: 0.875rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 15rem !important;
  }
  .pe-sm-n2 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-n1 {
    padding-right: 0.875rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 3rem !important;
  }
  .pe-sm-5 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-7 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 15rem !important;
  }
  .pb-sm-n2 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-n1 {
    padding-bottom: 0.875rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 15rem !important;
  }
  .ps-sm-n2 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-n1 {
    padding-left: 0.875rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 3rem !important;
  }
  .ps-sm-5 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-7 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 15rem !important;
  }
  .gap-sm-n2 {
    gap: 0.75rem !important;
  }
  .gap-sm-n1 {
    gap: 0.875rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 1.25rem !important;
  }
  .gap-sm-2 {
    gap: 1.5rem !important;
  }
  .gap-sm-3 {
    gap: 2.5rem !important;
  }
  .gap-sm-4 {
    gap: 3rem !important;
  }
  .gap-sm-5 {
    gap: 3.75rem !important;
  }
  .gap-sm-6 {
    gap: 5rem !important;
  }
  .gap-sm-7 {
    gap: 7.5rem !important;
  }
  .gap-sm-9 {
    gap: 15rem !important;
  }
  .row-gap-sm-n2 {
    row-gap: 0.75rem !important;
  }
  .row-gap-sm-n1 {
    row-gap: 0.875rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 7.5rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 15rem !important;
  }
  .column-gap-sm-n2 {
    column-gap: 0.75rem !important;
  }
  .column-gap-sm-n1 {
    column-gap: 0.875rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 1.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3.75rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 5rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 7.5rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 15rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-n2 {
    margin: 0.75rem !important;
  }
  .m-md-n1 {
    margin: 0.875rem !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 1.25rem !important;
  }
  .m-md-2 {
    margin: 1.5rem !important;
  }
  .m-md-3 {
    margin: 2.5rem !important;
  }
  .m-md-4 {
    margin: 3rem !important;
  }
  .m-md-5 {
    margin: 3.75rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .m-md-7 {
    margin: 7.5rem !important;
  }
  .m-md-9 {
    margin: 15rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-n2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-n1 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-3 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-9 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-n2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-n1 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-9 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-n2 {
    margin-top: 0.75rem !important;
  }
  .mt-md-n1 {
    margin-top: 0.875rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 1.25rem !important;
  }
  .mt-md-2 {
    margin-top: 1.5rem !important;
  }
  .mt-md-3 {
    margin-top: 2.5rem !important;
  }
  .mt-md-4 {
    margin-top: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3.75rem !important;
  }
  .mt-md-6 {
    margin-top: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 7.5rem !important;
  }
  .mt-md-9 {
    margin-top: 15rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-n2 {
    margin-right: 0.75rem !important;
  }
  .me-md-n1 {
    margin-right: 0.875rem !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 1.25rem !important;
  }
  .me-md-2 {
    margin-right: 1.5rem !important;
  }
  .me-md-3 {
    margin-right: 2.5rem !important;
  }
  .me-md-4 {
    margin-right: 3rem !important;
  }
  .me-md-5 {
    margin-right: 3.75rem !important;
  }
  .me-md-6 {
    margin-right: 5rem !important;
  }
  .me-md-7 {
    margin-right: 7.5rem !important;
  }
  .me-md-9 {
    margin-right: 15rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-n2 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-n1 {
    margin-bottom: 0.875rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 15rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-n2 {
    margin-left: 0.75rem !important;
  }
  .ms-md-n1 {
    margin-left: 0.875rem !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 1.25rem !important;
  }
  .ms-md-2 {
    margin-left: 1.5rem !important;
  }
  .ms-md-3 {
    margin-left: 2.5rem !important;
  }
  .ms-md-4 {
    margin-left: 3rem !important;
  }
  .ms-md-5 {
    margin-left: 3.75rem !important;
  }
  .ms-md-6 {
    margin-left: 5rem !important;
  }
  .ms-md-7 {
    margin-left: 7.5rem !important;
  }
  .ms-md-9 {
    margin-left: 15rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-n2 {
    padding: 0.75rem !important;
  }
  .p-md-n1 {
    padding: 0.875rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 1.25rem !important;
  }
  .p-md-2 {
    padding: 1.5rem !important;
  }
  .p-md-3 {
    padding: 2.5rem !important;
  }
  .p-md-4 {
    padding: 3rem !important;
  }
  .p-md-5 {
    padding: 3.75rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-7 {
    padding: 7.5rem !important;
  }
  .p-md-9 {
    padding: 15rem !important;
  }
  .px-md-n2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-n1 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-9 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-md-n2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-n1 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-3 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-9 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-md-n2 {
    padding-top: 0.75rem !important;
  }
  .pt-md-n1 {
    padding-top: 0.875rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 1.25rem !important;
  }
  .pt-md-2 {
    padding-top: 1.5rem !important;
  }
  .pt-md-3 {
    padding-top: 2.5rem !important;
  }
  .pt-md-4 {
    padding-top: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3.75rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 7.5rem !important;
  }
  .pt-md-9 {
    padding-top: 15rem !important;
  }
  .pe-md-n2 {
    padding-right: 0.75rem !important;
  }
  .pe-md-n1 {
    padding-right: 0.875rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 1.25rem !important;
  }
  .pe-md-2 {
    padding-right: 1.5rem !important;
  }
  .pe-md-3 {
    padding-right: 2.5rem !important;
  }
  .pe-md-4 {
    padding-right: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 3.75rem !important;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-7 {
    padding-right: 7.5rem !important;
  }
  .pe-md-9 {
    padding-right: 15rem !important;
  }
  .pb-md-n2 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-n1 {
    padding-bottom: 0.875rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 15rem !important;
  }
  .ps-md-n2 {
    padding-left: 0.75rem !important;
  }
  .ps-md-n1 {
    padding-left: 0.875rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 1.25rem !important;
  }
  .ps-md-2 {
    padding-left: 1.5rem !important;
  }
  .ps-md-3 {
    padding-left: 2.5rem !important;
  }
  .ps-md-4 {
    padding-left: 3rem !important;
  }
  .ps-md-5 {
    padding-left: 3.75rem !important;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-7 {
    padding-left: 7.5rem !important;
  }
  .ps-md-9 {
    padding-left: 15rem !important;
  }
  .gap-md-n2 {
    gap: 0.75rem !important;
  }
  .gap-md-n1 {
    gap: 0.875rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 1.25rem !important;
  }
  .gap-md-2 {
    gap: 1.5rem !important;
  }
  .gap-md-3 {
    gap: 2.5rem !important;
  }
  .gap-md-4 {
    gap: 3rem !important;
  }
  .gap-md-5 {
    gap: 3.75rem !important;
  }
  .gap-md-6 {
    gap: 5rem !important;
  }
  .gap-md-7 {
    gap: 7.5rem !important;
  }
  .gap-md-9 {
    gap: 15rem !important;
  }
  .row-gap-md-n2 {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-n1 {
    row-gap: 0.875rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-4 {
    row-gap: 3rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-6 {
    row-gap: 5rem !important;
  }
  .row-gap-md-7 {
    row-gap: 7.5rem !important;
  }
  .row-gap-md-9 {
    row-gap: 15rem !important;
  }
  .column-gap-md-n2 {
    column-gap: 0.75rem !important;
  }
  .column-gap-md-n1 {
    column-gap: 0.875rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 1.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 2.5rem !important;
  }
  .column-gap-md-4 {
    column-gap: 3rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3.75rem !important;
  }
  .column-gap-md-6 {
    column-gap: 5rem !important;
  }
  .column-gap-md-7 {
    column-gap: 7.5rem !important;
  }
  .column-gap-md-9 {
    column-gap: 15rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-n2 {
    margin: 0.75rem !important;
  }
  .m-lg-n1 {
    margin: 0.875rem !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 1.25rem !important;
  }
  .m-lg-2 {
    margin: 1.5rem !important;
  }
  .m-lg-3 {
    margin: 2.5rem !important;
  }
  .m-lg-4 {
    margin: 3rem !important;
  }
  .m-lg-5 {
    margin: 3.75rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .m-lg-7 {
    margin: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 15rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-n2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-n1 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-n2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-n1 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-9 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-n2 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-n1 {
    margin-top: 0.875rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 15rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-n2 {
    margin-right: 0.75rem !important;
  }
  .me-lg-n1 {
    margin-right: 0.875rem !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 1.25rem !important;
  }
  .me-lg-2 {
    margin-right: 1.5rem !important;
  }
  .me-lg-3 {
    margin-right: 2.5rem !important;
  }
  .me-lg-4 {
    margin-right: 3rem !important;
  }
  .me-lg-5 {
    margin-right: 3.75rem !important;
  }
  .me-lg-6 {
    margin-right: 5rem !important;
  }
  .me-lg-7 {
    margin-right: 7.5rem !important;
  }
  .me-lg-9 {
    margin-right: 15rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-n2 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: 0.875rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-n2 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-n1 {
    margin-left: 0.875rem !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 3rem !important;
  }
  .ms-lg-5 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-7 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 15rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-n2 {
    padding: 0.75rem !important;
  }
  .p-lg-n1 {
    padding: 0.875rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 1.25rem !important;
  }
  .p-lg-2 {
    padding: 1.5rem !important;
  }
  .p-lg-3 {
    padding: 2.5rem !important;
  }
  .p-lg-4 {
    padding: 3rem !important;
  }
  .p-lg-5 {
    padding: 3.75rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-7 {
    padding: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 15rem !important;
  }
  .px-lg-n2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-n1 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-9 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-lg-n2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-n1 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-3 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-9 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-lg-n2 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-n1 {
    padding-top: 0.875rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 15rem !important;
  }
  .pe-lg-n2 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-n1 {
    padding-right: 0.875rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-7 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 15rem !important;
  }
  .pb-lg-n2 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-n1 {
    padding-bottom: 0.875rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 15rem !important;
  }
  .ps-lg-n2 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-n1 {
    padding-left: 0.875rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-7 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 15rem !important;
  }
  .gap-lg-n2 {
    gap: 0.75rem !important;
  }
  .gap-lg-n1 {
    gap: 0.875rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 1.25rem !important;
  }
  .gap-lg-2 {
    gap: 1.5rem !important;
  }
  .gap-lg-3 {
    gap: 2.5rem !important;
  }
  .gap-lg-4 {
    gap: 3rem !important;
  }
  .gap-lg-5 {
    gap: 3.75rem !important;
  }
  .gap-lg-6 {
    gap: 5rem !important;
  }
  .gap-lg-7 {
    gap: 7.5rem !important;
  }
  .gap-lg-9 {
    gap: 15rem !important;
  }
  .row-gap-lg-n2 {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-n1 {
    row-gap: 0.875rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 15rem !important;
  }
  .column-gap-lg-n2 {
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-n1 {
    column-gap: 0.875rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3.75rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 7.5rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 15rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-n2 {
    margin: 0.75rem !important;
  }
  .m-xl-n1 {
    margin: 0.875rem !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 1.25rem !important;
  }
  .m-xl-2 {
    margin: 1.5rem !important;
  }
  .m-xl-3 {
    margin: 2.5rem !important;
  }
  .m-xl-4 {
    margin: 3rem !important;
  }
  .m-xl-5 {
    margin: 3.75rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .m-xl-7 {
    margin: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 15rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-n2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-n1 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-9 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-n2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-n1 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-9 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-n2 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-n1 {
    margin-top: 0.875rem !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 15rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-n2 {
    margin-right: 0.75rem !important;
  }
  .me-xl-n1 {
    margin-right: 0.875rem !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 1.25rem !important;
  }
  .me-xl-2 {
    margin-right: 1.5rem !important;
  }
  .me-xl-3 {
    margin-right: 2.5rem !important;
  }
  .me-xl-4 {
    margin-right: 3rem !important;
  }
  .me-xl-5 {
    margin-right: 3.75rem !important;
  }
  .me-xl-6 {
    margin-right: 5rem !important;
  }
  .me-xl-7 {
    margin-right: 7.5rem !important;
  }
  .me-xl-9 {
    margin-right: 15rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-n2 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: 0.875rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-n2 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-n1 {
    margin-left: 0.875rem !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 3rem !important;
  }
  .ms-xl-5 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-7 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 15rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-n2 {
    padding: 0.75rem !important;
  }
  .p-xl-n1 {
    padding: 0.875rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 1.25rem !important;
  }
  .p-xl-2 {
    padding: 1.5rem !important;
  }
  .p-xl-3 {
    padding: 2.5rem !important;
  }
  .p-xl-4 {
    padding: 3rem !important;
  }
  .p-xl-5 {
    padding: 3.75rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-7 {
    padding: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 15rem !important;
  }
  .px-xl-n2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-n1 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-9 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-xl-n2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-n1 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-3 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-9 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-xl-n2 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-n1 {
    padding-top: 0.875rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 15rem !important;
  }
  .pe-xl-n2 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-n1 {
    padding-right: 0.875rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 3rem !important;
  }
  .pe-xl-5 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-7 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 15rem !important;
  }
  .pb-xl-n2 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-n1 {
    padding-bottom: 0.875rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 15rem !important;
  }
  .ps-xl-n2 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-n1 {
    padding-left: 0.875rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-7 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 15rem !important;
  }
  .gap-xl-n2 {
    gap: 0.75rem !important;
  }
  .gap-xl-n1 {
    gap: 0.875rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 1.25rem !important;
  }
  .gap-xl-2 {
    gap: 1.5rem !important;
  }
  .gap-xl-3 {
    gap: 2.5rem !important;
  }
  .gap-xl-4 {
    gap: 3rem !important;
  }
  .gap-xl-5 {
    gap: 3.75rem !important;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
  .gap-xl-7 {
    gap: 7.5rem !important;
  }
  .gap-xl-9 {
    gap: 15rem !important;
  }
  .row-gap-xl-n2 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-n1 {
    row-gap: 0.875rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 15rem !important;
  }
  .column-gap-xl-n2 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-n1 {
    column-gap: 0.875rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 7.5rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 15rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1536px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-n2 {
    margin: 0.75rem !important;
  }
  .m-xxl-n1 {
    margin: 0.875rem !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 1.25rem !important;
  }
  .m-xxl-2 {
    margin: 1.5rem !important;
  }
  .m-xxl-3 {
    margin: 2.5rem !important;
  }
  .m-xxl-4 {
    margin: 3rem !important;
  }
  .m-xxl-5 {
    margin: 3.75rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .m-xxl-7 {
    margin: 7.5rem !important;
  }
  .m-xxl-9 {
    margin: 15rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-n2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-n1 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-n2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-n1 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-n2 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-n1 {
    margin-top: 0.875rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 3rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 15rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-n2 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-n1 {
    margin-right: 0.875rem !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 3rem !important;
  }
  .me-xxl-5 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxl-7 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-9 {
    margin-right: 15rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-n2 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: 0.875rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-n2 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-n1 {
    margin-left: 0.875rem !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 3rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 15rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-n2 {
    padding: 0.75rem !important;
  }
  .p-xxl-n1 {
    padding: 0.875rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 1.25rem !important;
  }
  .p-xxl-2 {
    padding: 1.5rem !important;
  }
  .p-xxl-3 {
    padding: 2.5rem !important;
  }
  .p-xxl-4 {
    padding: 3rem !important;
  }
  .p-xxl-5 {
    padding: 3.75rem !important;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .p-xxl-7 {
    padding: 7.5rem !important;
  }
  .p-xxl-9 {
    padding: 15rem !important;
  }
  .px-xxl-n2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-n1 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-9 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-xxl-n2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-n1 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-9 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-xxl-n2 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-n1 {
    padding-top: 0.875rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 3rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 15rem !important;
  }
  .pe-xxl-n2 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-n1 {
    padding-right: 0.875rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 3rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 15rem !important;
  }
  .pb-xxl-n2 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-n1 {
    padding-bottom: 0.875rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 15rem !important;
  }
  .ps-xxl-n2 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-n1 {
    padding-left: 0.875rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 3rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 15rem !important;
  }
  .gap-xxl-n2 {
    gap: 0.75rem !important;
  }
  .gap-xxl-n1 {
    gap: 0.875rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 1.25rem !important;
  }
  .gap-xxl-2 {
    gap: 1.5rem !important;
  }
  .gap-xxl-3 {
    gap: 2.5rem !important;
  }
  .gap-xxl-4 {
    gap: 3rem !important;
  }
  .gap-xxl-5 {
    gap: 3.75rem !important;
  }
  .gap-xxl-6 {
    gap: 5rem !important;
  }
  .gap-xxl-7 {
    gap: 7.5rem !important;
  }
  .gap-xxl-9 {
    gap: 15rem !important;
  }
  .row-gap-xxl-n2 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xxl-n1 {
    row-gap: 0.875rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 15rem !important;
  }
  .column-gap-xxl-n2 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xxl-n1 {
    column-gap: 0.875rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 5rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 7.5rem !important;
  }
  .column-gap-xxl-9 {
    column-gap: 15rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !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;
  }
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
body {
  padding-top: 0 !important;
}
header.mixmode ul li {
  list-style-type: none;
}
header.mixmode .main-navigation-language-list {
  padding-left: 0;
}
header.mixmode .main-navigation {
  margin: 0;
}
header.mixmode .main-navigation ul {
  padding: 0;
}
@media (min-width: 1024px) {
  header.mixmode .main-navigation ul {
    padding: 0 1.5rem;
  }
}
header.mixmode .meta-navigation {
  border-bottom: none;
}
header.mixmode .meta-navigation li {
  border: none;
  margin: unset;
  line-height: unset;
}
header.mixmode .meta-navigation li a {
  font-weight: unset;
  margin: unset;
}
header.mixmode .meta-navigation button:focus {
  background-color: unset;
}
header.mixmode .navigation-actions #responsive-nav-toggle:focus {
  background-color: unset;
}
@media (min-width: 1024px) {
  header.mixmode .main-navigation {
    margin: unset;
  }
  header.mixmode .main-navigation .submenu-close-button {
    color: inherit;
  }
  header.mixmode .main-navigation .submenu-close-button:hover {
    color: inherit;
  }
  header.mixmode a.internal-link-icon {
    background-image: unset;
    background-size: unset;
    background-repeat: unset;
    background-position: unset;
    padding-left: unset;
    text-decoration: underline;
  }
  header.mixmode .icon {
    font-family: inherit !important;
  }
  header.mixmode .btn.btn-primary.btn-sm {
    padding: 0.5rem 0.25rem;
    background-color: #d70000;
    border-color: #d70000;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
  }
  header.mixmode .btn.btn-primary.btn-sm:hover {
    background-color: #ac0000 !important;
    border-color: #ac0000 !important;
    color: #fff !important;
  }
}
.menu_section {
  background-color: #8d0449;
  color: #fff;
  border: none;
}
.menu_section li {
  color: #fff;
  border-bottom: 0;
}
.menu_section li a {
  color: #fff;
}
.menu_section li a:hover, .menu_section li a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
footer.mixmode ul li {
  list-style-type: none;
}
a {
  color: #000;
}
.additional_information a {
  color: #000;
  font-weight: 700;
}
a.more,
a.startpageslider__link.button,
a.mail,
a.external-link-new-window,
a.download {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
a.more,
.slickSlideWrap div.teaser-text a,
a.external-link-internal-icon,
a.internal-link-icon,
a.icon {
  background-image: unset !important;
  padding-left: unset !important;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
a.more::after,
.slickSlideWrap div.teaser-text a::after,
a.external-link-internal-icon::after,
a.internal-link-icon::after,
a.icon::after {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.25rem;
  margin-bottom: 7px;
  background-image: unset !important;
  display: inline-block;
  vertical-align: middle;
}
#pageContent header a:hover {
  text-decoration: underline;
}
#pageContent .news .teaser-text a {
  background-image: unset !important;
  padding-left: unset;
}
#pageContent .news .teaser-text a:hover {
  background-image: unset !important;
}
#pageContent .news .teaser-text a:after {
  background-repeat: no-repeat;
}
#pageContent .ce-bodytext span.telefon-icon {
  padding-left: unset;
  background-image: unset;
}
#pageContent .ce-bodytext span.fax-icon {
  padding-left: unset;
  background-image: unset;
}
#pageContent .ce-bodytext a {
  font-weight: bold;
  text-decoration: underline;
}
#pageContent .ce-bodytext a:hover {
  text-decoration: none;
}
#pageContent .ce-bodytext a.mail {
  padding-left: unset;
  background-image: unset;
}
#pageContent .ce-bodytext a.telefon-icon {
  padding-left: unset;
  background-image: unset;
}
#pageContent .ce-bodytext a.internal-link-icon {
  background-image: unset !important;
  padding-left: unset !important;
}
#pageContent .ce-bodytext a.internal-link-icon::after {
  content: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.59%2016.3545L5.874%2014.6605L10.912%209.75449V9.71049H0V7.31249H10.912V7.26849L5.874%202.34048L7.59%200.646484L15.444%208.50048L7.59%2016.3545Z'%20fill='black'/%3e%3c/svg%3e");
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  margin-right: 3px;
}
#pageContent .ce-bodytext a.external-link-internal-icon, #pageContent .ce-bodytext a.external-link-new-window {
  background-image: unset;
  padding-left: unset;
}
#pageContent .ce-bodytext a.external-link-internal-icon::after, #pageContent .ce-bodytext a.external-link-new-window::after {
  content: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.59%2016.3545L5.874%2014.6605L10.912%209.75449V9.71049H0V7.31249H10.912V7.26849L5.874%202.34048L7.59%200.646484L15.444%208.50048L7.59%2016.3545Z'%20fill='black'/%3e%3c/svg%3e");
  display: inline-block;
  margin-left: 0.5rem;
  transform: rotate(-45deg);
  position: relative;
  margin-right: 3px;
}
#pageContent .ce-bodytext a[href^="tel:"]::before,
#pageContent .ce-bodytext span.telefon-icon::before,
#pageContent .ce-bodytext span.fax-icon::before,
#pageContent .ce-bodytext a[href^="mailto:"]::before,
#pageContent .ce-bodytext a[data-mailto-token]::before {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  margin-bottom: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
#pageContent .ce-bodytext a[href^="tel:"]::before,
#pageContent .ce-bodytext span.telefon-icon::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.3084%2013.1894L12.1674%2015.3014C11.0509%2014.6282%2010.0137%2013.8315%209.07538%2012.9264C8.17163%2011.9865%207.37508%2010.9492%206.70038%209.83339L8.81038%207.69239C8.93817%207.56262%209.02448%207.39777%209.05831%207.2188C9.09214%207.03984%209.07198%206.85486%209.00038%206.68739L6.80038%201.55939C6.71347%201.35719%206.5568%201.19295%206.35893%201.09658C6.16106%201.00022%205.93516%200.978145%205.72238%201.03439L1.68838%202.10139C1.48693%202.15362%201.30917%202.27267%201.18419%202.43907C1.0592%202.60547%200.9944%202.80937%201.00038%203.01739C1.25706%207.70916%203.20783%2012.1483%206.49038%2015.5104C9.85306%2018.794%2014.2934%2020.7452%2018.9864%2021.0014C19.1946%2021.0084%2019.399%2020.9441%2019.5657%2020.8192C19.7325%2020.6943%2019.8516%2020.5162%2019.9034%2020.3144L20.9694%2016.2784C21.0259%2016.0657%2021.0041%2015.8398%2020.9079%2015.6419C20.8117%2015.444%2020.6475%2015.2873%2020.4454%2015.2004L15.3164%2013.0014C15.1487%2012.9288%2014.9632%2012.9078%2014.7836%2012.9413C14.6041%2012.9748%2014.4386%2013.0612%2014.3084%2013.1894Z'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3c/svg%3e");
}
#pageContent .ce-bodytext span.telefon-icon a::before {
  content: none;
}
#pageContent .ce-bodytext span.fax-icon::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.3084%2013.1894L12.1674%2015.3014C11.0509%2014.6282%2010.0137%2013.8315%209.07538%2012.9264C8.17163%2011.9865%207.37508%2010.9492%206.70038%209.83339L8.81038%207.69239C8.93817%207.56262%209.02448%207.39777%209.05831%207.2188C9.09214%207.03984%209.07198%206.85486%209.00038%206.68739L6.80038%201.55939C6.71347%201.35719%206.5568%201.19295%206.35893%201.09658C6.16106%201.00022%205.93516%200.978145%205.72238%201.03439L1.68838%202.10139C1.48693%202.15362%201.30917%202.27267%201.18419%202.43907C1.0592%202.60547%200.9944%202.80937%201.00038%203.01739C1.25706%207.70916%203.20783%2012.1483%206.49038%2015.5104C9.85306%2018.794%2014.2934%2020.7452%2018.9864%2021.0014C19.1946%2021.0084%2019.399%2020.9441%2019.5657%2020.8192C19.7325%2020.6943%2019.8516%2020.5162%2019.9034%2020.3144L20.9694%2016.2784C21.0259%2016.0657%2021.0041%2015.8398%2020.9079%2015.6419C20.8117%2015.444%2020.6475%2015.2873%2020.4454%2015.2004L15.3164%2013.0014C15.1487%2012.9288%2014.9632%2012.9078%2014.7836%2012.9413C14.6041%2012.9748%2014.4386%2013.0612%2014.3084%2013.1894Z'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3c/svg%3e");
}
#pageContent .ce-bodytext a[href^="mailto:"]::before,
#pageContent .ce-bodytext a[data-mailto-token]::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.61328%204.05859L11.9993%2013.5006L22.3843%204.05959'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3cpath%20d='M21%203.5H3C1.89543%203.5%201%204.39543%201%205.5V19.5C1%2020.6046%201.89543%2021.5%203%2021.5H21C22.1046%2021.5%2023%2020.6046%2023%2019.5V5.5C23%204.39543%2022.1046%203.5%2021%203.5Z'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3c/svg%3e");
}
#pageContent .ce-bodytext a[href^="tel:"],
#pageContent .ce-bodytext a[href^="mailto:"],
#pageContent .ce-bodytext a[data-mailto-token] {
  text-decoration: none;
  font-weight: normal;
}
#pageContent .ce-bodytext a[href^="tel:"]:hover,
#pageContent .ce-bodytext a[href^="mailto:"]:hover,
#pageContent .ce-bodytext a[data-mailto-token]:hover {
  text-decoration: underline;
}
.button.button--digitales-lernen {
  background-color: #d70000;
  color: #fff;
}
.mail {
  background-image: unset;
}
.button {
  background-color: unset;
  border-color: #d70000;
  color: #d70000;
}
.button:focus {
  background-color: unset;
  color: unset;
}
.button:hover {
  background-color: #ac0000 !important;
  border-color: #ac0000 !important;
  color: #fff !important;
}
#pageContent {
  margin-top: 0;
  padding-top: 110px;
  scroll-padding-top: 110px;
}
#pageContent a.download.button {
  color: #d70000;
}
#pageContent a.download.button:hover {
  background-color: #d70000;
  color: #fff;
}
#pageContent .orbit-container .orbit-prev,
#pageContent .orbit-container .orbit-next,
#pageContent .ui-tabs .ui-tabs-nav li {
  z-index: 1;
}
@media (min-width: 1024px) {
  #pageContent {
    padding-top: 156px;
    scroll-padding-top: 156px;
  }
}
a#top-link span {
  background-color: #5b085a;
}
a#top-link:hover span::before, a#top-link:focus span::before {
  border-color: transparent transparent #fff;
}
a#top-link:focus, a#top-link:hover:focus {
  outline: 0.125rem solid #fff;
  outline-offset: 0;
}
.equalizer-watch-box .t3ddy-tabContainer-tabList {
  background-color: #fff;
}
.t3ddy-tabContainer.ui-tabs .ui-tabs-nav li {
  background-color: unset;
  color: #000;
}
.t3ddy-tabContainer.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #d70000 !important;
}
.t3ddy-tabContainer.ui-tabs .ui-tabs-nav li:hover {
  color: #d70000;
}
.t3ddy-tabContainer.ui-tabs .ui-tabs-nav li a:hover {
  color: #d70000;
}
.nav-breadcrumb li a:hover {
  color: #d70000;
}
.nav-breadcrumb li.current > a {
  color: #000 !important;
}
#helpNav {
  background-color: unset !important;
}
#helpNav nav.top-bar {
  background-color: unset !important;
}
#helpNav nav.top-bar .top-bar-section ul li.active {
  border-color: #d70000 !important;
}
#helpNav nav.top-bar .top-bar-section ul li.active a {
  color: #d70000 !important;
  background-color: unset !important;
}
#helpNav nav.top-bar .top-bar-section ul li a {
  color: #000 !important;
  background-color: unset !important;
}
#helpNav nav.top-bar .top-bar-section ul li a:hover {
  color: #d70000 !important;
}
#helpNav nav.top-bar .top-bar-section ul li a a:hover {
  color: #d70000 !important;
}
.startpageteaser .startpageteaser-content .startpageteaser-content-subheader {
  color: #d70000 !important;
}
.startpageteaser .startpageteaser-content .startpageteaser-content-header {
  color: #000 !important;
}
.chocolat-wrapper {
  z-index: 1101 !important;
}
.tx-fes_video .video__privacy__wrapper {
  z-index: 1;
}
.slick-next,
.slick-prev {
  z-index: 1 !important;
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
.content-block .tx-pwcomment-pi1 #comments .commentTrigger.active {
  background-color: #cfebea !important;
  color: #000;
}
.content-block .tx-pwcomment-pi1 #comments .commentTrigger.active .ui-icon {
  background-position: right -72px !important;
  transform: rotate(0);
}
.content-block .tx-pwcomment-pi1 #comments .commentTrigger.active:hover {
  color: #000;
}
.content-block .tx-pwcomment-pi1 #comments .commentTrigger.active:hover .ui-icon {
  background-position: right -72px !important;
}
.content-block .tx-pwcomment-pi1 #comments .commentTrigger.active:focus-within {
  color: #000;
}
.content-block .tx-pwcomment-pi1 #comments .commentTrigger.active:focus-within .ui-icon {
  background-position: right -72px !important;
  transform: rotate(180deg);
}
.content-block .tx-pwcomment-pi1 #comments .comment_list.list li.expert {
  background-color: #e7f5f4 !important;
}
.content-block .tx-pwcomment-pi1 #comments .comment_list.list li.expert .comment_body .comment_reply a {
  color: #000;
}
.content-block .tx-pwcomment-pi1 .form-section #writeComment .writeComment-Trigger.active {
  background-color: #cfebea !important;
  color: #000;
}
.content-block .tx-pwcomment-pi1 .form-section #writeComment .writeComment-Trigger.active .ui-icon {
  background-position: right -72px !important;
  transform: rotate(0);
}
.content-block .tx-pwcomment-pi1 .form-section #writeComment .writeComment-Trigger.active:hover {
  color: #000;
}
.content-block .tx-pwcomment-pi1 .form-section #writeComment .writeComment-Trigger.active:hover .ui-icon {
  background-position: right -72px !important;
}
.content-block .tx-pwcomment-pi1 .form-section #writeComment .writeComment-Form {
  background-color: #e7f5f4 !important;
}
.content-block .tx-pwcomment-pi1 .form-section #writeComment .writeComment-Form label.pw-comment-label a {
  color: #000;
}
.content-block .tx-pwcomment-pi1 .form-section #writeComment .writeComment-Form input.form-section-btn {
  background-color: #d70000;
}
.content-block .tx-pwcomment-pi1 .form-section #writeComment .writeComment-Form input.form-section-btn:hover {
  background-color: #ac0000;
  border-color: #ac0000;
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
.bg-primary {
  color: #fff;
}
.bg-primary svg path {
  stroke: #fff;
}
.bg-primary .fes-categories-item {
  border-color: #fff;
  color: #fff;
}
.bg-primary .image-caption__description {
  color: rgba(255, 255, 255, 0.7);
}
.bg-primary .image-caption__creator {
  color: rgba(255, 255, 255, 0.85);
}
.bg-dark-red {
  color: #fff;
}
.bg-dark-red svg path {
  stroke: #fff;
}
.bg-dark-red .fes-categories-item {
  border-color: #fff;
  color: #fff;
}
.bg-dark-red .image-caption__description {
  color: rgba(255, 255, 255, 0.7);
}
.bg-dark-red .image-caption__creator {
  color: rgba(255, 255, 255, 0.85);
}
.bg-dark-red-200 {
  color: #000;
}
.bg-dark-red-200 svg path {
  stroke: #000;
}
.bg-dark-red-200 .fes-categories-item {
  border-color: #000;
  color: #000;
}
.bg-dark-red-200 .image-caption__description {
  color: rgba(0, 0, 0, 0.7);
}
.bg-dark-red-200 .image-caption__creator {
  color: rgba(0, 0, 0, 0.74);
}
.bg-violet {
  color: #fff;
}
.bg-violet svg path {
  stroke: #fff;
}
.bg-violet .fes-categories-item {
  border-color: #fff;
  color: #fff;
}
.bg-violet .image-caption__description {
  color: rgba(255, 255, 255, 0.7);
}
.bg-violet .image-caption__creator {
  color: rgba(255, 255, 255, 0.85);
}
.bg-violet-200 {
  color: #000;
}
.bg-violet-200 svg path {
  stroke: #000;
}
.bg-violet-200 .fes-categories-item {
  border-color: #000;
  color: #000;
}
.bg-violet-200 .image-caption__description {
  color: rgba(0, 0, 0, 0.7);
}
.bg-violet-200 .image-caption__creator {
  color: rgba(0, 0, 0, 0.74);
}
.bg-blue {
  color: #fff;
}
.bg-blue svg path {
  stroke: #fff;
}
.bg-blue .fes-categories-item {
  border-color: #fff;
  color: #fff;
}
.bg-blue .image-caption__description {
  color: rgba(255, 255, 255, 0.7);
}
.bg-blue .image-caption__creator {
  color: rgba(255, 255, 255, 0.85);
}
.bg-petrol {
  color: #fff;
}
.bg-petrol svg path {
  stroke: #fff;
}
.bg-petrol .fes-categories-item {
  border-color: #fff;
  color: #fff;
}
.bg-petrol .image-caption__description {
  color: rgba(255, 255, 255, 0.7);
}
.bg-petrol .image-caption__creator {
  color: rgba(255, 255, 255, 0.85);
}
.bg-mint-green {
  color: #000;
}
.bg-mint-green svg path {
  stroke: #000;
}
.bg-mint-green .fes-categories-item {
  border-color: #000;
  color: #000;
}
.bg-mint-green .image-caption__description {
  color: rgba(0, 0, 0, 0.7);
}
.bg-mint-green .image-caption__creator {
  color: rgba(0, 0, 0, 0.74);
}
.bg-green-dark {
  color: #fff;
}
.bg-green-dark svg path {
  stroke: #fff;
}
.bg-green-dark .fes-categories-item {
  border-color: #fff;
  color: #fff;
}
.bg-green-dark .image-caption__description {
  color: rgba(255, 255, 255, 0.7);
}
.bg-green-dark .image-caption__creator {
  color: rgba(255, 255, 255, 0.85);
}
.bg-success {
  color: #fff;
}
.bg-success svg path {
  stroke: #fff;
}
.bg-success .fes-categories-item {
  border-color: #fff;
  color: #fff;
}
.bg-success .image-caption__description {
  color: rgba(255, 255, 255, 0.7);
}
.bg-success .image-caption__creator {
  color: rgba(255, 255, 255, 0.85);
}
.bg-danger {
  color: #fff;
}
.bg-danger svg path {
  stroke: #fff;
}
.bg-danger .fes-categories-item {
  border-color: #fff;
  color: #fff;
}
.bg-danger .image-caption__description {
  color: rgba(255, 255, 255, 0.7);
}
.bg-danger .image-caption__creator {
  color: rgba(255, 255, 255, 0.85);
}
.bg-dark {
  color: #fff;
}
.bg-dark svg path {
  stroke: #fff;
}
.bg-dark .fes-categories-item {
  border-color: #fff;
  color: #fff;
}
.bg-dark .image-caption__description {
  color: rgba(255, 255, 255, 0.7);
}
.bg-dark .image-caption__creator {
  color: rgba(255, 255, 255, 0.85);
}
.frame-space-before-n2 {
  margin-top: 0.75rem;
}
.frame-space-before-n1 {
  margin-top: 0.875rem;
}
.frame-space-before-0 {
  margin-top: 0;
}
.frame-space-before-1 {
  margin-top: 1.25rem;
}
.frame-space-before-2 {
  margin-top: 1.5rem;
}
.frame-space-before-3 {
  margin-top: 2.5rem;
}
.frame-space-before-4 {
  margin-top: 3rem;
}
.frame-space-before-5 {
  margin-top: 3.75rem;
}
.frame-space-before-6 {
  margin-top: 5rem;
}
.frame-space-before-7 {
  margin-top: 7.5rem;
}
.frame-space-before-9 {
  margin-top: 15rem;
}
.frame-space-after-n2 {
  margin-bottom: 0.75rem;
}
.frame-space-after-n1 {
  margin-bottom: 0.875rem;
}
.frame-space-after-0 {
  margin-bottom: 0;
}
.frame-space-after-1 {
  margin-bottom: 1.25rem;
}
.frame-space-after-2 {
  margin-bottom: 1.5rem;
}
.frame-space-after-3 {
  margin-bottom: 2.5rem;
}
.frame-space-after-4 {
  margin-bottom: 3rem;
}
.frame-space-after-5 {
  margin-bottom: 3.75rem;
}
.frame-space-after-6 {
  margin-bottom: 5rem;
}
.frame-space-after-7 {
  margin-bottom: 7.5rem;
}
.frame-space-after-9 {
  margin-bottom: 15rem;
}
/*
This was added because in the Layout from Content Elements there is an empty div with "c{data.uid}", which is used as Anchor Link and it messes up the structure from Bootstrap and the auto equalizer from column heights does not work.

Layout path: EXT:fes_theme/Resources/Private/Layouts/Content/Default.html
*/
[class*=col-] {
  display: flex;
}
.newsletter-registration [class*=col-] {
  display: unset;
}
.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
.btn {
  width: fit-content;
  font-weight: 700;
}
.btn.expand {
  width: 100%;
}
.btn.arrow-right {
  display: inline-flex;
  align-items: center;
}
.btn.arrow-right.expand {
  justify-content: center;
}
.btn.arrow-right::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-inline-start: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.59%2016.3545L5.874%2014.6605L10.912%209.75449V9.71049H0V7.31249H10.912V7.26849L5.874%202.34048L7.59%200.646484L15.444%208.50048L7.59%2016.3545Z'%20fill='white'/%3e%3c/svg%3e");
  transition: transform 0.15s ease;
}
:root[dir=rtl] .btn.arrow-right::after {
  transform: rotate(180deg);
}
.btn.arrow-right:hover::after {
  transform: translateX(6px);
}
:root[dir=rtl] .btn.arrow-right:hover::after {
  transform: translateX(-6px) rotate(180deg);
}
.btn.arrow-right.btn-mint-green::after, .btn.arrow-right.btn-dark-red-200::after, .btn.arrow-right.btn-violet-200::after {
  filter: brightness(0);
}
.btn.arrow-right.btn-white {
  background-color: #fff;
  border: 1px solid #b3b3b3;
}
.btn.arrow-right.btn-white::after {
  filter: brightness(0);
}
.btn.arrow-right.btn-lg::after {
  width: 24px;
  height: 24px;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 20px;
  }
  .btn.btn-lg {
    font-size: 24px;
  }
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
:root {
  --fes-header-side-padding: 1.25rem;
}
@media (min-width: 1024px) {
  :root {
    --fes-header-side-padding: 3.75rem;
  }
}
html {
  scroll-padding-top: 110px;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 156px;
  }
}
#main-content {
  padding-top: 110px;
}
@media (min-width: 1024px) {
  #main-content {
    padding-top: 156px;
  }
}
#page-header {
  height: 110px;
  padding: 1.25rem var(--fes-header-side-padding) 0 var(--fes-header-side-padding);
  z-index: 1030;
  display: grid;
  grid-gap: 0;
  grid-template: "logo navigation-actions" 70px "meta-navigation meta-navigation" minmax(auto, 68px) "navigation navigation" 1fr "language-navigation language-navigation" minmax(auto, 85px)/auto 1fr;
  transition: 0.5s height cubic-bezier(0.25, 0.8, 0.25, 1);
  border-bottom: 2px solid #e6e6e6;
}
@media (prefers-reduced-motion) {
  #page-header {
    transition: none;
  }
}
#page-header.open {
  height: 100%;
  z-index: 2;
}
#page-header.open .meta-navigation, #page-header.open .main-navigation {
  visibility: visible;
  opacity: 1;
}
#page-header.open::before, #page-header.open::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 156px;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: -1;
}
#page-header .logo {
  place-self: start start;
  grid-area: logo;
  max-width: 80px;
  z-index: 31;
}
#page-header .logo img {
  width: 100%;
  max-height: 100%;
  height: auto;
}
#page-header.bg-primary .logo {
  border: 1px solid #fff;
}
#page-header.bg-primary #responsive-nav-toggle line,
#page-header.bg-primary #responsive-nav-toggle path, #page-header.bg-dark-red #responsive-nav-toggle line,
#page-header.bg-dark-red #responsive-nav-toggle path, #page-header.bg-black #responsive-nav-toggle line,
#page-header.bg-black #responsive-nav-toggle path, #page-header.bg-violet #responsive-nav-toggle line,
#page-header.bg-violet #responsive-nav-toggle path, #page-header.bg-dark #responsive-nav-toggle line,
#page-header.bg-dark #responsive-nav-toggle path {
  stroke: #fff;
}
#page-header .navigation-actions {
  place-self: start end;
  grid-area: navigation-actions;
  display: flex;
  flex-flow: row nowrap;
}
#page-header .navigation-actions #responsive-nav-toggle svg {
  pointer-events: none;
}
@media (min-width: 1024px) {
  #page-header .navigation-actions #responsive-nav-toggle {
    display: none;
  }
}
#page-header .navigation-actions #responsive-search-toggle {
  padding-block: 0.25rem;
  padding-inline: 0.25rem 0.65rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2rem;
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
#page-header .navigation-actions #responsive-search-toggle:focus {
  border: 2px solid #000;
  outline: 2px solid #fff;
}
#page-header .navigation-actions #responsive-search-toggle .icon-markup {
  display: flex;
}
#page-header .navigation-actions #responsive-search-toggle svg {
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}
#page-header .navigation-actions #responsive-search-toggle svg path {
  stroke: #000;
  stroke-width: 1;
}
#page-header .navigation-actions #responsive-search-toggle .search-text {
  display: none;
}
@media (min-width: 1024px) {
  #page-header .navigation-actions #responsive-search-toggle {
    background-color: #cfebea;
  }
  #page-header .navigation-actions #responsive-search-toggle svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  #page-header .navigation-actions #responsive-search-toggle .search-text {
    display: block;
  }
}
#page-header .meta-navigation,
#page-header .main-navigation {
  transition: 0.6s opacity ease-in-out;
}
#page-header .meta-navigation {
  position: relative;
  visibility: collapse;
  opacity: 0;
  grid-area: meta-navigation;
}
@media (max-width: 1023.98px) {
  #page-header .meta-navigation {
    border-bottom: 2px solid #ccc;
    /* Hack to make border span whole screen and not have to rewrite all markup and grid areas */
  }
  #page-header .meta-navigation::after, #page-header .meta-navigation::before {
    position: absolute;
    content: "";
    height: calc(100% + 2px);
    width: 1.25rem;
    border-bottom: 2px solid #ccc;
  }
  #page-header .meta-navigation::before {
    left: -1.25rem;
  }
  #page-header .meta-navigation::after {
    right: -1.25rem;
    top: 0;
  }
}
#page-header .main-navigation {
  grid-area: navigation;
  visibility: collapse;
  opacity: 0;
}
#page-header .main-navigation.mobile {
  display: flex;
}
@media (min-width: 1024px) {
  #page-header .main-navigation.mobile {
    display: none;
  }
}
#page-header .main-navigation.desktop {
  display: none;
}
@media (min-width: 1024px) {
  #page-header .main-navigation.desktop {
    display: flex;
  }
}
#page-header.bg-default {
  background-color: #fff;
}
#page-header.bg-primary .meta-navigation .icons .icon svg, #page-header.bg-dark-red .meta-navigation .icons .icon svg, #page-header.bg-violet .meta-navigation .icons .icon svg, #page-header.bg-black .meta-navigation .icons .icon svg {
  fill: #fff;
}
@media (max-width: 1023.98px) {
  #page-header.bg-primary #responsive-search-toggle svg path, #page-header.bg-dark-red #responsive-search-toggle svg path, #page-header.bg-violet #responsive-search-toggle svg path, #page-header.bg-black #responsive-search-toggle svg path {
    stroke: #fff;
  }
}
@media (min-width: 1024px) {
  #page-header {
    height: 156px;
    grid-template: "logo meta-navigation navigation-actions" 40px "navigation navigation navigation" minmax(88px, auto)/auto 1fr;
  }
  #page-header.open {
    height: 100vh;
  }
  #page-header .logo {
    max-width: 140px;
  }
  #page-header .meta-navigation {
    place-self: center end;
    display: flex;
    flex-flow: row nowrap;
    visibility: visible;
    opacity: 1;
  }
  #page-header .main-navigation {
    place-self: start;
    display: flex;
    flex-flow: row nowrap;
    border-top: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
    padding-block-start: clamp(2rem, 4.359rem - 3.265vw, 2.4rem);
  }
  #page-header .main-navigation > ul {
    padding-inline-start: 140px;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  #page-header {
    padding-top: 1.875rem;
  }
}
@media (min-width: 1280px) {
  #page-header {
    padding-block: 1.75rem 0;
    padding-inline: var(--fes-header-side-padding);
  }
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
.main-navigation {
  position: relative;
  overflow: hidden scroll;
}
.main-navigation .submenu {
  z-index: 4;
}
.main-navigation .submenu > .has-children > .submenu .submenu {
  z-index: 5;
}
.main-navigation .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu {
  z-index: 6;
}
.main-navigation .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu {
  z-index: 7;
}
.main-navigation .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu {
  z-index: 8;
}
.main-navigation .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu {
  z-index: 9;
}
.main-navigation .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu {
  z-index: 10;
}
.main-navigation .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu {
  z-index: 11;
}
.main-navigation .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu {
  z-index: 12;
}
.main-navigation .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu > .has-children > .submenu .submenu {
  z-index: 13;
}
@media (min-width: 1024px) {
  .main-navigation {
    overflow: visible;
  }
}
.main-navigation ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 0;
  list-style: "";
  margin: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-navigation ul {
    border-top: 3px solid #d70000;
    padding: 0 1.5rem;
    max-width: 25%;
    position: relative;
  }
}
.main-navigation ul li {
  padding-block: 0.625rem;
  padding-inline: 0;
  border-bottom: 2px solid #e6e6e6;
}
.main-navigation ul li a {
  position: relative;
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  padding-block: 0.625rem;
  padding-inline: 0;
  transition: padding 0.3s ease-in-out;
}
.main-navigation ul li a.close-submenu {
  font-weight: 700;
}
.main-navigation ul li a.close-submenu::before {
  content: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.59%2016.3545L5.874%2014.6605L10.912%209.75449V9.71049H0V7.31249H10.912V7.26849L5.874%202.34048L7.59%200.646484L15.444%208.50048L7.59%2016.3545Z'%20fill='black'/%3e%3c/svg%3e");
  display: inline-block;
  transform: rotate(180deg);
  margin-inline-end: 0.5em;
  height: 1.8rem;
}
:root[dir=rtl] .main-navigation ul li a.close-submenu::before {
  transform: rotate(0);
}
.main-navigation ul li a.overview {
  font-weight: bold;
}
.main-navigation ul li.has-children a {
  padding-inline-end: 3rem;
}
.main-navigation ul li.has-children > a::after {
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  border-block-end: 0.125rem solid #000;
  border-inline-end: 0.125rem solid #000;
  transform: rotate(-45deg) translateY(-50%);
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
}
:root[dir=rtl] .main-navigation ul li.has-children > a::after {
  transform: rotate(45deg) translateY(-50%);
  left: 1.5rem;
  right: unset;
}
.main-navigation ul li.has-children > a:hover::after, .main-navigation ul li.has-children > a:focus::after, .main-navigation ul li.has-children > a[aria-expanded=true]::after {
  right: 0.5rem;
}
:root[dir=rtl] .main-navigation ul li.has-children > a:hover::after, :root[dir=rtl] .main-navigation ul li.has-children > a:focus::after, :root[dir=rtl] .main-navigation ul li.has-children > a[aria-expanded=true]::after {
  left: 0.5rem;
  right: unset;
}
.main-navigation ul li:hover, .main-navigation ul li:focus, .main-navigation ul li:has(a[aria-expanded=true]), .main-navigation ul li:has(a:focus) {
  border-bottom-color: #000;
}
@media (min-width: 1024px) {
  .main-navigation ul.root-level {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    gap: 2.5rem;
    padding: 0;
    border: none;
    max-width: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .main-navigation ul.root-level {
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .main-navigation ul.root-level > li {
    padding: 0;
    border-bottom: none;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .main-navigation ul.root-level > li > a:focus {
    padding-left: 0;
    font-weight: 400;
    background-color: transparent;
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .main-navigation ul.root-level > li > .submenu {
    padding: 5rem 0 0 0;
  }
}
@media (min-width: 1024px) {
  .main-navigation ul.root-level > li.has-children a {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .main-navigation ul.root-level > li.has-children > ::after {
    content: none;
    border: none;
    display: none;
  }
}
@media (min-width: 1024px) {
  .main-navigation ul.root-level > li > a {
    font-size: clamp(1.075rem, -1.001rem + 3.243vw, 1.375rem);
    line-height: 1.4;
    padding: 0 0 1.125rem;
    border-bottom: 6px solid transparent;
  }
  .main-navigation ul.root-level > li > a:focus, .main-navigation ul.root-level > li > a:hover, .main-navigation ul.root-level > li > a:active, .main-navigation ul.root-level > li > a[aria-current=page] {
    border-bottom-color: #d70000;
  }
  #page-header.bg-violet .main-navigation ul.root-level > li > a:focus, #page-header.bg-primary .main-navigation ul.root-level > li > a:focus, #page-header.bg-dark-red .main-navigation ul.root-level > li > a:focus, #page-header.bg-violet .main-navigation ul.root-level > li > a:hover, #page-header.bg-primary .main-navigation ul.root-level > li > a:hover, #page-header.bg-dark-red .main-navigation ul.root-level > li > a:hover, #page-header.bg-violet .main-navigation ul.root-level > li > a:active, #page-header.bg-primary .main-navigation ul.root-level > li > a:active, #page-header.bg-dark-red .main-navigation ul.root-level > li > a:active, #page-header.bg-violet .main-navigation ul.root-level > li > a[aria-current=page], #page-header.bg-primary .main-navigation ul.root-level > li > a[aria-current=page], #page-header.bg-dark-red .main-navigation ul.root-level > li > a[aria-current=page] {
    border-bottom-color: #fff;
  }
}
@media (min-width: 1024px) {
  .main-navigation ul.root-level > li:has(a[aria-expanded=true]) a {
    border-bottom-color: #d70000;
  }
  #page-header.bg-violet .main-navigation ul.root-level > li:has(a[aria-expanded=true]) a, #page-header.bg-primary .main-navigation ul.root-level > li:has(a[aria-expanded=true]) a, #page-header.bg-dark-red .main-navigation ul.root-level > li:has(a[aria-expanded=true]) a {
    border-bottom-color: #fff;
  }
}
.main-navigation .submenu-wrapper {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #fff #fff;
  /*
   * Subtract the height of the header, the height of the submenu title and the spacing of the submenu
   * to get the height of the submenu wrapper. Spacing is multiplied by 2 because of bottom spacing that is not
   * achieved by padding or margin.
   */
  height: calc(100vh - 156px - 10rem - 80px);
}
.main-navigation .submenu-wrapper:hover {
  scrollbar-color: #d70000 #fff;
}
.main-navigation .submenu {
  position: absolute;
  top: 0;
  right: -100vw;
  visibility: hidden;
  width: 100%;
  transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.1s;
  opacity: 0;
  background-color: #fff;
  height: 100svh;
  display: none;
}
.main-navigation .submenu ul > li a:hover, .main-navigation .submenu ul > li a:focus, .main-navigation .submenu ul > li a[aria-expanded=true] {
  outline: none;
  font-weight: 700;
  padding-inline-start: 0.5rem;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
}
@media (min-width: 1024px) {
  .main-navigation .submenu ul > li.has-children a {
    padding-inline-end: 2.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .main-navigation .submenu ul > li.has-children a {
    font-size: 15px;
    line-height: 30px;
  }
}
.main-navigation .submenu ul > li.has-children > .submenu ul {
  max-width: 100%;
}
.main-navigation .submenu.open {
  visibility: visible;
  right: 0;
  opacity: 1;
  display: block;
}
@media (min-width: 1024px) {
  .main-navigation .submenu.open {
    top: 88px;
    width: 100%;
  }
  .main-navigation .submenu.open .submenu-close-button {
    display: flex;
  }
}
.main-navigation .submenu.closing {
  right: -100vw;
  opacity: 0;
  transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0s;
  display: block;
}
.main-navigation .submenu .submenu-title-wrapper {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  max-width: 75%;
  padding: 0.625rem 0;
  max-height: 80px;
}
.main-navigation .submenu .submenu-title-wrapper .submenu-title {
  font-size: 1.75rem;
  line-height: 2.1;
  font-weight: 700;
  padding-right: 0.5rem;
}
.main-navigation .submenu .submenu-title-wrapper .submenu-title-icon::after {
  content: url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.044%2018.02L14.456%2011.776V11.72H0.568V8.668H14.456V8.612L8.044%202.34L10.228%200.183999L20.224%2010.18L10.228%2020.176L8.044%2018.02Z'%20fill='black'/%3e%3c/svg%3e");
  display: inline-block;
  margin-left: 0.5rem;
}
.main-navigation .submenu .submenu-title-wrapper .submenu-title:focus {
  padding-left: 0.5rem;
}
.main-navigation .submenu .submenu-close-button {
  position: absolute;
  right: 0;
  top: 1rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  display: none;
  flex-flow: row nowrap;
  gap: 0.5rem;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 11;
}
:root[dir=rtl] .main-navigation .submenu .submenu-close-button {
  left: 0;
  right: unset;
}
.main-navigation .submenu .submenu-close-button:hover, .main-navigation .submenu .submenu-close-button:focus {
  outline: 2px solid #000;
  outline-offset: 0.25rem;
}
.main-navigation .submenu .submenu-close-button::after {
  content: url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M28%2028L4%204'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3cpath%20d='M28%204L4%2028'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3c/g%3e%3c/svg%3e");
  width: 2rem;
  height: 2rem;
}
.main-navigation .submenu .submenu-close-button svg {
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .main-navigation .submenu {
    z-index: 10;
    height: 100%;
  }
  .main-navigation .submenu .submenu .submenu {
    z-index: 9;
  }
  .main-navigation .submenu .submenu .submenu .submenu .submenu {
    z-index: 8;
  }
  .main-navigation .submenu .submenu .submenu .submenu .submenu .submenu .submenu {
    z-index: 7;
  }
  .main-navigation .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu {
    z-index: 6;
  }
  .main-navigation .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu {
    z-index: 5;
  }
  .main-navigation .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu {
    z-index: 4;
  }
  .main-navigation .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu .submenu {
    z-index: 3;
  }
  .main-navigation .submenu .submenu {
    right: 0;
    top: -3px;
  }
  :root[dir=ltr] .main-navigation .submenu .submenu.open {
    right: -100%;
  }
  :root[dir=rtl] .main-navigation .submenu .submenu.open {
    right: 100%;
  }
}
.bg-primary > .main-navigation *,
.bg-dark-red > .main-navigation *,
.bg-violet > .main-navigation *,
.bg-black > .main-navigation * {
  color: #000;
}
.bg-primary > .main-navigation > ul.root-level > li > a,
.bg-dark-red > .main-navigation > ul.root-level > li > a,
.bg-violet > .main-navigation > ul.root-level > li > a,
.bg-black > .main-navigation > ul.root-level > li > a {
  color: #fff;
}
.bg-primary > .main-navigation.mobile > ul.root-level > li > a,
.bg-dark-red > .main-navigation.mobile > ul.root-level > li > a,
.bg-violet > .main-navigation.mobile > ul.root-level > li > a,
.bg-black > .main-navigation.mobile > ul.root-level > li > a {
  color: #000;
}
.bg-primary .language-switch__text,
.bg-dark-red .language-switch__text,
.bg-violet .language-switch__text,
.bg-black .language-switch__text {
  color: #fff;
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
.main-navigation-language {
  display: none;
  grid-area: language-navigation;
}
.main-navigation-language .dropdown-toggle {
  font-size: 1.5rem;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .main-navigation-language .dropdown-toggle {
    text-transform: uppercase;
  }
  .main-navigation-language .dropdown-toggle:focus {
    border: 2px solid #000;
    outline: 2px solid #fff;
  }
}
.main-navigation-language svg {
  max-width: 32px;
  max-height: 32px;
  fill: currentcolor;
}
.main-navigation-language .dropdown-menu {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .main-navigation-language .dropdown-menu {
    --fes-dropdown-min-width: 10rem;
  }
}
.main-navigation-language .dropdown-menu li a {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .main-navigation-language .dropdown-menu li a {
    font-size: 1rem;
  }
}
.main-navigation-language .dropdown-menu li a.current {
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  #page-header.open .main-navigation-language.mobile {
    display: block;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .main-navigation-language.desktop {
    display: block;
  }
  .main-navigation-language.desktop .dropdown-toggle::after {
    display: none;
    content: none;
  }
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
.meta-navigation {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .meta-navigation {
    margin-inline-end: 2rem;
  }
}
.meta-navigation .icons li {
  list-style-type: none;
}
.meta-navigation .icons .icon {
  display: flex;
  gap: 2px;
}
.meta-navigation .icons .icon svg {
  max-width: 32px;
  max-height: 32px;
}
.meta-navigation .icons .icon-link {
  padding-inline: 0.75rem;
  padding-block: 0.625rem;
  margin-right: 0;
}
.meta-navigation .icons .icon-link:focus {
  border: 2px solid #000;
  outline: 2px solid #fff;
}
.meta-navigation .icons .language-switch {
  display: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .meta-navigation .icons .language-switch {
    display: inline-flex;
  }
}
.meta-navigation .icons .language-switch .language-switch__text {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.meta-navigation .icons .language-switch ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 1023.98px) {
  .meta-navigation .icons {
    margin-right: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.meta-navigation #language-switch__available-languages {
  display: none;
  top: 50px;
  background-color: white;
  padding: 0.75rem;
  border: 1px solid #e6e6e6;
  z-index: 1;
}
.meta-navigation #language-switch__available-languages.open {
  display: block;
}
.meta-navigation #language-switch__available-languages ul li {
  margin-bottom: 0.75rem;
}
.meta-navigation #language-switch__available-languages ul li.current {
  font-weight: 700;
}
.meta-navigation #language-switch__available-languages ul li:hover a {
  color: #d70000;
}
.meta-navigation #language-switch__available-languages ul li:last-child {
  margin-bottom: 0;
}
.meta-navigation #language-switch__available-languages.collapsed {
  display: block;
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
.meta-navigatin-login-dropdown-btn {
  position: relative;
}
.meta-navigatin-login-dropdown-btn:focus {
  border: 2px solid #000;
  outline: 2px solid #fff;
}
.meta-navigatin-login-dropdown-btn[aria-expanded=true] .meta-navigatin-login-dropdown-state {
  display: flex;
}
.meta-navigatin-login-dropdown {
  width: 21.25rem;
  background-color: #fff;
  text-align: center;
  height: max-content;
}
@media (max-width: 1023.98px) {
  .meta-navigatin-login-dropdown {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    left: calc(-1 * var(--fes-header-side-padding)) !important;
    position: absolute;
    padding: 0;
  }
}
.meta-navigatin-login-dropdown-wrapper {
  padding: 1.25rem;
}
@media (max-width: 1023.98px) {
  .meta-navigatin-login-dropdown-wrapper {
    height: 100%;
    overflow-y: auto;
    padding-bottom: calc(156px + 1.25rem);
  }
}
.meta-navigatin-login-dropdown .ce-felogin_login .container,
.meta-navigatin-login-dropdown .ce-felogin_login .row,
.meta-navigatin-login-dropdown .ce-felogin_login .col {
  all: revert !important;
}
.meta-navigatin-login-dropdown-links {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
}
.meta-navigatin-login-dropdown-links a {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  line-height: 1.4 !important;
  padding: 0 !important;
  font-size: 1rem !important;
}
.meta-navigatin-login-dropdown-state {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #d70000;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none;
}
.meta-navigatin-login-dropdown-state svg {
  width: 1rem;
  height: 1rem;
}
.meta-navigatin-login-dropdown-state svg path {
  stroke: #fff;
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
.page-footer {
  margin-block-start: 7.5rem;
  height: 456px;
  background-color: #e6e6e6;
}
@media (max-width: 1023.98px) {
  .page-footer {
    height: auto;
  }
}
.page-footer-container {
  height: 100%;
  padding-block: 5.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .page-footer-container {
    padding-block: 3.5rem;
  }
}
.page-footer-list {
  margin-block-end: 0;
  padding-inline: 0;
  column-count: 3;
  column-gap: 3rem;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .page-footer-list {
    column-count: 1;
  }
}
.page-footer-list-item {
  margin-block-end: 1rem;
}
@media (min-width: 768px) {
  .page-footer-list-item:nth-child(5n+1) {
    break-before: column;
  }
}
@media (max-width: 767.98px) {
  .page-footer-list-item:nth-child(5n) {
    border-bottom: 1px solid #b3b3b3;
  }
  .page-footer-list-item:nth-child(5n+1)::before {
    content: "";
    margin-block-start: 2.5rem;
    display: block;
  }
  .page-footer-list-item:nth-child(5n)::after {
    content: "";
    margin-block-end: 2.5rem;
    display: block;
  }
}
.page-footer-list-item-text {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .page-footer-list-item-text {
    font-size: 1.25rem;
  }
}
.page-footer-list-item-text:hover,
.page-footer-list-item-text:focus {
  text-decoration: underline;
}
.page-footer-copyright-text {
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .page-footer-copyright-text {
    display: block;
    font-size: 1.25rem;
  }
}
.page-footer-media-list {
  margin-bottom: 0;
  padding-inline: 0;
  display: inline-flex;
  gap: calc(1rem * 1.5);
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.page-footer-media-list-link {
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d4d4d;
  line-height: 0;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.page-footer-media-list-link:hover,
.page-footer-media-list-link:focus {
  background-color: #d70000;
}
.page-footer-media-list-link svg {
  width: 1.25rem;
  height: 1.375rem;
  fill: #fff;
}
.page-footer-logo {
  background-color: #d70000;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
:root[dir=ltr] .page-footer-logo {
  right: 1.5rem;
}
:root[dir=rtl] .page-footer-logo {
  left: 1.5rem;
}
@media (min-width: 768px) {
  :root[dir=ltr] .page-footer-logo {
    right: calc(2.5rem / 2);
  }
  :root[dir=rtl] .page-footer-logo {
    left: calc(2.5rem / 2);
  }
}
.page-footer-logo svg {
  width: 11rem;
  height: 7.5rem;
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
body > .global-notification {
  top: 110px;
}
@media (min-width: 1024px) {
  body > .global-notification {
    top: 156px;
  }
}
.global-notification {
  padding: 10px 0;
  font-size: 18px;
}
.global-notification a {
  color: inherit;
}
.global-notification a.arrow-right::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -1px;
  margin-left: 10px;
  background: url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.59%2016.3545L5.874%2014.6605L10.912%209.75449V9.71049H0V7.31249H10.912V7.26849L5.874%202.34048L7.59%200.646484L15.444%208.50048L7.59%2016.3545Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center/contain;
}
.global-notification a.arrow-right.btn-lg::after {
  width: 24px;
  height: 24px;
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
.tx-a11y-eyeable {
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 1100;
}
.tx-a11y-eyeable-icon {
  width: 4.125rem;
  height: 4.125rem;
  background-color: #5b085a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.25));
  transition: all 0.2s ease-in-out;
}
.tx-a11y-eyeable-icon:hover,
.tx-a11y-eyeable-icon:focus {
  background-color: #5b085a;
  transform: scale(1.1);
}
.tx-a11y-eyeable-icon svg {
  width: 1.625rem;
  height: 2rem;
}
/* Desktop */
/* Mobile */
/*
   Except from https://getbootstrap.com/docs/5.3/components/accordion/
   Everything else is defined in ./elements/_accordion.scss as css vars
 */
.skip-link a {
  color: #fff;
  background-color: #000;
  border-bottom-right-radius: 6px;
  padding: 1rem 3.25rem;
  position: absolute;
  display: block;
  z-index: 9999;
  top: -100vh;
  left: 0;
}
.skip-link a:hover, .skip-link a:focus {
  top: 0;
  outline: 2px solid #fff;
}
header.mixmode,
footer.mixmode {
  /* Desktop */
  /* Mobile */
  /*
     Except from https://getbootstrap.com/docs/5.3/components/accordion/
     Everything else is defined in ./elements/_accordion.scss as css vars
   */
  /* stylelint-disable scss/at-extend-no-missing-placeholder -- We Override Bootstrap _type.scss and cant change the placeholder */
  /* stylelint-enable scss/at-extend-no-missing-placeholder */
  /*
   * RTE Easy Language Settings
   * ToDo: Find a better way to implement this with the FES
   */
}
header.mixmode .title-alt, header.mixmode .title,
footer.mixmode .title-alt,
footer.mixmode .title {
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  header.mixmode .title-alt, header.mixmode .title,
  footer.mixmode .title-alt,
  footer.mixmode .title {
    font-size: 2.25rem;
  }
}
header.mixmode .title,
footer.mixmode .title {
  font-family: "Ebert Headline", Noto-Sans, sans-serif;
}
header.mixmode .title-alt,
footer.mixmode .title-alt {
  font-family: "Ebert Bold", Noto-Sans, sans-serif;
}
header.mixmode .h1,
footer.mixmode .h1 {
  font-family: "Ebert Headline", Noto-Sans, sans-serif;
}
@media (max-width: 767.98px) {
  header.mixmode .h1,
  footer.mixmode .h1 {
    font-size: 2rem;
  }
}
header.mixmode .h2,
footer.mixmode .h2 {
  font-family: "Ebert Headline", Noto-Sans, sans-serif;
}
@media (max-width: 767.98px) {
  header.mixmode .h2,
  footer.mixmode .h2 {
    font-size: 1.75rem;
  }
}
header.mixmode .h3,
footer.mixmode .h3 {
  font-feature-settings: "ss01" on;
}
@media (max-width: 767.98px) {
  header.mixmode .h3,
  footer.mixmode .h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  header.mixmode .h4,
  footer.mixmode .h4 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  header.mixmode .h5,
  footer.mixmode .h5 {
    font-size: 1.25rem;
  }
}
header.mixmode .body-text-n1,
footer.mixmode .body-text-n1 {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  header.mixmode .body-text-n1,
  footer.mixmode .body-text-n1 {
    font-size: 0.875rem;
  }
}
header.mixmode .body-text-1,
footer.mixmode .body-text-1 {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  header.mixmode .body-text-1,
  footer.mixmode .body-text-1 {
    font-size: 1.25rem;
  }
}
header.mixmode .body-text-2,
header.mixmode .page-footer-list-item-text,
header.mixmode .page-footer-copyright-text,
footer.mixmode .body-text-2,
footer.mixmode .page-footer-list-item-text,
footer.mixmode .page-footer-copyright-text {
  font-size: 1.375rem;
}
@media (max-width: 767.98px) {
  header.mixmode .body-text-2,
  header.mixmode .page-footer-list-item-text,
  header.mixmode .page-footer-copyright-text,
  footer.mixmode .body-text-2,
  footer.mixmode .page-footer-list-item-text,
  footer.mixmode .page-footer-copyright-text {
    font-size: 1.3125rem;
  }
}
header.mixmode .body-text-3,
footer.mixmode .body-text-3 {
  font-size: 1.75rem;
}
@media (max-width: 767.98px) {
  header.mixmode .body-text-3,
  footer.mixmode .body-text-3 {
    font-size: 1.75rem;
  }
}
header.mixmode .body-text-5,
footer.mixmode .body-text-5 {
  font-size: 2.75rem;
}
@media (max-width: 767.98px) {
  header.mixmode .body-text-5,
  footer.mixmode .body-text-5 {
    font-size: 1.85rem;
  }
}
header.mixmode .body-text-7,
footer.mixmode .body-text-7 {
  font-size: 4.25rem;
}
@media (max-width: 767.98px) {
  header.mixmode .body-text-7,
  footer.mixmode .body-text-7 {
    font-size: 2.25rem;
  }
}
header.mixmode .lead,
footer.mixmode .lead {
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  header.mixmode .lead,
  footer.mixmode .lead {
    font-size: 1.375rem;
  }
}
header.mixmode .display-1,
footer.mixmode .display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}
header.mixmode .display-2,
footer.mixmode .display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
header.mixmode .display-3,
footer.mixmode .display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}
header.mixmode .display-4,
footer.mixmode .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
header.mixmode .display-5,
footer.mixmode .display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
header.mixmode .display-6,
footer.mixmode .display-6 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
header.mixmode .list-unstyled,
footer.mixmode .list-unstyled {
  padding-left: 0;
  list-style: none;
}
header.mixmode .list-inline,
footer.mixmode .list-inline {
  padding-left: 0;
  list-style: none;
}
header.mixmode .list-inline-item,
footer.mixmode .list-inline-item {
  display: inline-block;
}
header.mixmode .list-inline-item:not(:last-child),
footer.mixmode .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
header.mixmode .initialism,
footer.mixmode .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
header.mixmode .blockquote,
footer.mixmode .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
header.mixmode .blockquote > :last-child,
footer.mixmode .blockquote > :last-child {
  margin-bottom: 0;
}
header.mixmode .blockquote-footer,
footer.mixmode .blockquote-footer {
  margin-bottom: 1rem;
}
header.mixmode .blockquote-footer::before,
footer.mixmode .blockquote-footer::before {
  content: "— ";
}
header.mixmode #main-content header a,
footer.mixmode #main-content header a {
  color: currentcolor;
}
header.mixmode #main-content header a:hover,
footer.mixmode #main-content header a:hover {
  text-decoration: underline;
}
header.mixmode #main-content .ce-bodytext a,
footer.mixmode #main-content .ce-bodytext a {
  font-weight: bold;
  text-decoration: underline;
  color: currentcolor;
}
header.mixmode #main-content .ce-bodytext a:hover,
footer.mixmode #main-content .ce-bodytext a:hover {
  text-decoration: none;
}
header.mixmode #main-content .ce-bodytext a.internal-link-icon::after, header.mixmode #main-content .ce-bodytext a.external-link-new-window::after,
footer.mixmode #main-content .ce-bodytext a.internal-link-icon::after,
footer.mixmode #main-content .ce-bodytext a.external-link-new-window::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentcolor;
  mask-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.59%2016.3545L5.874%2014.6605L10.912%209.75449V9.71049H0V7.31249H10.912V7.26849L5.874%202.34048L7.59%200.646484L15.444%208.50048L7.59%2016.3545Z'%20fill='black'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-size: contain;
  margin-inline-start: 0.5rem;
}
:root[dir=rtl] header.mixmode #main-content .ce-bodytext a.internal-link-icon::after, :root[dir=rtl] header.mixmode #main-content .ce-bodytext a.external-link-new-window::after,
:root[dir=rtl] footer.mixmode #main-content .ce-bodytext a.internal-link-icon::after,
:root[dir=rtl] footer.mixmode #main-content .ce-bodytext a.external-link-new-window::after {
  transform: rotate(-180deg);
}
header.mixmode #main-content .ce-bodytext a.external-link-new-window::after,
footer.mixmode #main-content .ce-bodytext a.external-link-new-window::after {
  transform: rotate(-45deg);
}
:root[dir=rtl] header.mixmode #main-content .ce-bodytext a.external-link-new-window::after,
:root[dir=rtl] footer.mixmode #main-content .ce-bodytext a.external-link-new-window::after {
  transform: rotate(-135deg);
}
header.mixmode #main-content .ce-bodytext a[href^="tel:"]::before,
header.mixmode #main-content .ce-bodytext span.telefon-icon::before,
footer.mixmode #main-content .ce-bodytext a[href^="tel:"]::before,
footer.mixmode #main-content .ce-bodytext span.telefon-icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentcolor;
  mask-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.3084%2013.1894L12.1674%2015.3014C11.0509%2014.6282%2010.0137%2013.8315%209.07538%2012.9264C8.17163%2011.9865%207.37508%2010.9492%206.70038%209.83339L8.81038%207.69239C8.93817%207.56262%209.02448%207.39777%209.05831%207.2188C9.09214%207.03984%209.07198%206.85486%209.00038%206.68739L6.80038%201.55939C6.71347%201.35719%206.5568%201.19295%206.35893%201.09658C6.16106%201.00022%205.93516%200.978145%205.72238%201.03439L1.68838%202.10139C1.48693%202.15362%201.30917%202.27267%201.18419%202.43907C1.0592%202.60547%200.9944%202.80937%201.00038%203.01739C1.25706%207.70916%203.20783%2012.1483%206.49038%2015.5104C9.85306%2018.794%2014.2934%2020.7452%2018.9864%2021.0014C19.1946%2021.0084%2019.399%2020.9441%2019.5657%2020.8192C19.7325%2020.6943%2019.8516%2020.5162%2019.9034%2020.3144L20.9694%2016.2784C21.0259%2016.0657%2021.0041%2015.8398%2020.9079%2015.6419C20.8117%2015.444%2020.6475%2015.2873%2020.4454%2015.2004L15.3164%2013.0014C15.1487%2012.9288%2014.9632%2012.9078%2014.7836%2012.9413C14.6041%2012.9748%2014.4386%2013.0612%2014.3084%2013.1894Z'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-size: contain;
}
header.mixmode #main-content .ce-bodytext span.telefon-icon a::before,
footer.mixmode #main-content .ce-bodytext span.telefon-icon a::before {
  content: none;
}
header.mixmode #main-content .ce-bodytext span.fax-icon::before,
footer.mixmode #main-content .ce-bodytext span.fax-icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentcolor;
  mask-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.3084%2013.1894L12.1674%2015.3014C11.0509%2014.6282%2010.0137%2013.8315%209.07538%2012.9264C8.17163%2011.9865%207.37508%2010.9492%206.70038%209.83339L8.81038%207.69239C8.93817%207.56262%209.02448%207.39777%209.05831%207.2188C9.09214%207.03984%209.07198%206.85486%209.00038%206.68739L6.80038%201.55939C6.71347%201.35719%206.5568%201.19295%206.35893%201.09658C6.16106%201.00022%205.93516%200.978145%205.72238%201.03439L1.68838%202.10139C1.48693%202.15362%201.30917%202.27267%201.18419%202.43907C1.0592%202.60547%200.9944%202.80937%201.00038%203.01739C1.25706%207.70916%203.20783%2012.1483%206.49038%2015.5104C9.85306%2018.794%2014.2934%2020.7452%2018.9864%2021.0014C19.1946%2021.0084%2019.399%2020.9441%2019.5657%2020.8192C19.7325%2020.6943%2019.8516%2020.5162%2019.9034%2020.3144L20.9694%2016.2784C21.0259%2016.0657%2021.0041%2015.8398%2020.9079%2015.6419C20.8117%2015.444%2020.6475%2015.2873%2020.4454%2015.2004L15.3164%2013.0014C15.1487%2012.9288%2014.9632%2012.9078%2014.7836%2012.9413C14.6041%2012.9748%2014.4386%2013.0612%2014.3084%2013.1894Z'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-size: contain;
}
header.mixmode #main-content .ce-bodytext a[href^="mailto:"]::before,
header.mixmode #main-content .ce-bodytext a[data-mailto-token]::before,
footer.mixmode #main-content .ce-bodytext a[href^="mailto:"]::before,
footer.mixmode #main-content .ce-bodytext a[data-mailto-token]::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentcolor;
  mask-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.61328%204.05859L11.9993%2013.5006L22.3843%204.05959'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3cpath%20d='M21%203.5H3C1.89543%203.5%201%204.39543%201%205.5V19.5C1%2020.6046%201.89543%2021.5%203%2021.5H21C22.1046%2021.5%2023%2020.6046%2023%2019.5V5.5C23%204.39543%2022.1046%203.5%2021%203.5Z'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-size: contain;
}
header.mixmode #main-content .ce-bodytext span.telefon-icon,
header.mixmode #main-content .ce-bodytext span.fax-icon,
header.mixmode #main-content .ce-bodytext a[href^="tel:"],
header.mixmode #main-content .ce-bodytext a[href^="mailto:"],
header.mixmode #main-content .ce-bodytext a[data-mailto-token],
footer.mixmode #main-content .ce-bodytext span.telefon-icon,
footer.mixmode #main-content .ce-bodytext span.fax-icon,
footer.mixmode #main-content .ce-bodytext a[href^="tel:"],
footer.mixmode #main-content .ce-bodytext a[href^="mailto:"],
footer.mixmode #main-content .ce-bodytext a[data-mailto-token] {
  text-decoration: none;
  font-weight: normal;
}
header.mixmode #main-content .ce-bodytext span.telefon-icon::before,
header.mixmode #main-content .ce-bodytext span.fax-icon::before,
header.mixmode #main-content .ce-bodytext a[href^="tel:"]::before,
header.mixmode #main-content .ce-bodytext a[href^="mailto:"]::before,
header.mixmode #main-content .ce-bodytext a[data-mailto-token]::before,
footer.mixmode #main-content .ce-bodytext span.telefon-icon::before,
footer.mixmode #main-content .ce-bodytext span.fax-icon::before,
footer.mixmode #main-content .ce-bodytext a[href^="tel:"]::before,
footer.mixmode #main-content .ce-bodytext a[href^="mailto:"]::before,
footer.mixmode #main-content .ce-bodytext a[data-mailto-token]::before {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-inline-end: 0.5rem;
}
header.mixmode #main-content .ce-bodytext span.telefon-icon::after,
header.mixmode #main-content .ce-bodytext span.fax-icon::after,
header.mixmode #main-content .ce-bodytext a[href^="tel:"]::after,
header.mixmode #main-content .ce-bodytext a[href^="mailto:"]::after,
header.mixmode #main-content .ce-bodytext a[data-mailto-token]::after,
footer.mixmode #main-content .ce-bodytext span.telefon-icon::after,
footer.mixmode #main-content .ce-bodytext span.fax-icon::after,
footer.mixmode #main-content .ce-bodytext a[href^="tel:"]::after,
footer.mixmode #main-content .ce-bodytext a[href^="mailto:"]::after,
footer.mixmode #main-content .ce-bodytext a[data-mailto-token]::after {
  content: "";
  display: none;
}
header.mixmode .rte-easy-language,
footer.mixmode .rte-easy-language {
  font-size: 1.75rem;
  line-height: 1.5;
}
header.mixmode h2.rte-easy-language, header.mixmode .rte-easy-language.h2,
footer.mixmode h2.rte-easy-language,
footer.mixmode .rte-easy-language.h2 {
  font-size: 2.825rem;
}
header.mixmode h3.rte-easy-language, header.mixmode .rte-easy-language.h3,
footer.mixmode h3.rte-easy-language,
footer.mixmode .rte-easy-language.h3 {
  font-size: 2rem;
}
header.mixmode h4.rte-easy-language, header.mixmode .rte-easy-language.h4,
footer.mixmode h4.rte-easy-language,
footer.mixmode .rte-easy-language.h4 {
  font-size: 1.75rem;
}
header.mixmode li.rte-easy-language,
footer.mixmode li.rte-easy-language {
  padding-block: 0.3rem;
}
:root {
  --legacy-primary: #d70000;
  --legacy-grey: #b3b3b3;
  --blue-line: #b3b3b3;
  --csc-header: #8d0449;
  --site-background: #fff;
}
h1, header.mixmode .h1,
footer.mixmode .h1,
h2,
header.mixmode .h2,
footer.mixmode .h2,
h3,
header.mixmode .h3,
footer.mixmode .h3,
h4,
header.mixmode .h4,
footer.mixmode .h4,
h5,
header.mixmode .h5,
footer.mixmode .h5,
h6,
header.mixmode .h6,
footer.mixmode .h6,
body,
.news {
  font-family: ebert, "Noto Sans", calibri, helvetica, arial, sans-serif;
}
.tx-a11y-eyeable {
  position: fixed;
  top: unset;
  right: 15px;
  bottom: -10px;
  width: 66px;
  height: auto;
  z-index: 999;
  transform: unset;
}
a#top-link {
  right: 95px !important;
}