*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    --color-brand: 0, 47, 86;
    --color-brand-text: 0, 47, 86;
    --color-dark: 0, 48, 94;
    --color-medium: 102, 131, 158;
    --color-light: 179, 193, 207;
    --color-lighter: 230, 235, 239;
    --color-lightest: 247, 248, 250;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 230, 235, 239;
    --color-brand-h: 207;
    --color-brand-s: 100%;
    --color-brand-l: 34%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-brand-l-xs: 17%;
    --color-brand-l-s: 18%;
    --color-brand-l-m: 22%;
    --color-brand-l-l: 26%;
    --color-on-color: 255, 255, 255;
  }

  .theme-aaa /*mit .theme-grey*/ {
    --color-brand: 226, 0, 32;
    --color-brand-dark: 205, 0, 29;
    --color-brand-text: 226, 0, 32;
    --color-brand-highlight: 226, 0, 32;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 352;
    --color-brand-s: 100%;
    --color-brand-l: 44%;
    --color-brand-l-l: 44%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-brand-l-s: 36%;
    --color-on-color: 255, 255, 255;
  }

  .theme-aa {
    --color-brand: 56, 55, 139;
    --color-brand-text: 56, 55, 139;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 235, 235, 243;
    --color-brand-h: 241;
    --color-brand-s: 43%;
    --color-brand-l: 38%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-aaz {
    --color-brand: 0, 126, 178;
    --color-brand-text: 0, 126, 178;
    --color-brand-highlight: 0, 126, 178;
    --color-brand-background: 229, 242, 247;
    --color-brand-h: 198;
    --color-brand-s: 100%;
    --color-brand-l: 35%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-ah /*mit .theme-grey*/ {
    --color-brand: 226, 0, 32;
    --color-brand-text: 226, 0, 32;
    --color-brand-highlight: 226, 0, 32;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 352;
    --color-brand-s: 100%;
    --color-brand-l: 44%;
    --color-brand-l-l: 44%;
    --color-brand-l-s: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-ak /*mit .theme-grey*/ {
    --color-brand: 137, 35, 54;
    --color-brand-text: 137, 35, 54;
    --color-brand-highlight: 137, 35, 54;
    --color-brand-background: 243, 233, 235;
    --color-brand-h: 349;
    --color-brand-s: 59%;
    --color-brand-l: 34%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-as {
    --color-brand: 193, 0, 93;
    --color-brand-dark: 168, 0, 81;
    --color-brand-text: 193, 0, 93;
    --color-brand-highlight: 193, 0, 93;
    --color-brand-background: 249, 229, 238;
    --color-brand-h: 331;
    --color-brand-s: 100%;
    --color-brand-l: 38%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
    --hero-background-image: url("../img/hero-bg_pink--darkened.png");
  }

  .theme-asr /*mit .theme-grey*/ {
    --color-brand: 226, 0, 32;
    --color-brand-text: 226, 0, 32;
    --color-brand-highlight: 226, 0, 32;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 352;
    --color-brand-s: 100%;
    --color-brand-l: 44%;
    --color-brand-l-l: 44%;
    --color-brand-l-s: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-astw /*mit .theme-grey*/ {
    --color-brand: 182, 0, 3;
    --color-brand-text: 182, 0, 3;
    --color-brand-highlight: 182, 0, 3;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 359;
    --color-brand-s: 100%;
    --color-brand-l: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-cb /*mit .theme-grey*/ {
    --color-brand: 182, 0, 3;
    --color-brand-text: 182, 0, 3;
    --color-brand-highlight: 182, 0, 3;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 359;
    --color-brand-s: 100%;
    --color-brand-l: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-ce {
    --color-brand: 0, 47, 86;
    --color-brand-text: 0, 47, 86;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 230, 235, 239;
    --color-brand-h: 207;
    --color-brand-s: 100%;
    --color-brand-l: 17%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-ea {
    --color-brand: 56, 55, 139;
    --color-brand-text: 56, 55, 139;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 235, 235, 243;
    --color-brand-h: 241;
    --color-brand-s: 43%;
    --color-brand-l: 38%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-ee /*mit .theme-grey*/ {
    --color-brand: 181, 21, 43;
    --color-brand-text: 181, 21, 43;
    --color-brand-highlight: 181, 21, 43;
    --color-brand-background: 248, 232, 234;
    --color-brand-h: 352;
    --color-brand-s: 79%;
    --color-brand-l: 40%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-erbbstg /*mit .theme-grey*/ {
    --color-brand: 216, 64, 20;
    --color-brand-text: 216, 64, 20;
    --color-brand-highlight: 216, 64, 20;
    --color-brand-background: 251, 236, 231;
    --color-brand-h: 11;
    --color-brand-s: 77%;
    --color-brand-l: 48%;
    --color-brand-l-l: 48%;
    --color-brand-l-s: 40%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-esa {
    --color-brand: 0, 126, 178;
    --color-brand-text: 0, 126, 178;
    --color-brand-highlight: 0, 126, 178;
    --color-brand-background: 229, 242, 247;
    --color-brand-h: 198;
    --color-brand-s: 100%;
    --color-brand-l: 35%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-fk {
    --color-brand: 56, 55, 139;
    --color-brand-text: 56, 55, 139;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 235, 235, 243;
    --color-brand-h: 241;
    --color-brand-s: 43%;
    --color-brand-l: 38%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-fmp {
    --color-brand: 0, 48, 93;
    --color-brand-text: 0, 48, 93;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 229, 234, 239;
    --color-brand-h: 209;
    --color-brand-s: 100%;
    --color-brand-l: 18%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-gstb {
    --color-brand: 0, 47, 86;
    --color-brand-text: 0, 47, 86;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 230, 235, 239;
    --color-brand-h: 207;
    --color-brand-s: 100%;
    --color-brand-l: 17%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-kp /*mit .theme-grey*/ {
    --color-brand: 244, 158, 0;
    --color-brand-text: 164, 106, 0;
    --color-brand-highlight: 164, 106, 0;
    --color-brand-background: 246, 240, 229;
    --color-brand-h: 39;
    --color-brand-s: 100%;
    --color-brand-l: 48%;
    --color-brand-l-l: 48%;
    --color-brand-l-s: 40%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 95, 63, 6;
  }

  .theme-lgp /*mit .theme-grey*/ {
    --color-brand: 137, 35, 54;
    --color-brand-text: 137, 35, 54;
    --color-brand-highlight: 137, 35, 54;
    --color-brand-background: 243, 233, 235;
    --color-brand-h: 349;
    --color-brand-s: 59%;
    --color-brand-l: 34%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-mbp {
    --color-brand: 0, 111, 180;
    --color-brand-text: 0, 111, 180;
    --color-brand-highlight: 0, 111, 180;
    --color-brand-background: 229, 241, 247;
    --color-brand-h: 203;
    --color-brand-s: 100%;
    --color-brand-l: 35%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-mk /*mit .theme-grey*/ {
    --color-brand: 187, 92, 3;
    --color-brand-text: 187, 92, 3;
    --color-brand-highlight: 187, 92, 3;
    --color-brand-background: 248, 239, 230;
    --color-brand-h: 29;
    --color-brand-s: 97%;
    --color-brand-l: 37%;
    --color-brand-l-l: 37%;
    --color-brand-l-s: 29%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-mr {
    --color-brand: 0, 61, 143;
    --color-brand-text: 0, 61, 143;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 229, 236, 244;
    --color-brand-h: 214;
    --color-brand-s: 100%;
    --color-brand-l: 28%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-mrs {
    --color-brand: 0, 61, 143;
    --color-brand-text: 0, 61, 143;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 229, 236, 244;
    --color-brand-h: 214;
    --color-brand-s: 100%;
    --color-brand-l: 28%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-pa /*mit .theme-grey*/ {
    --color-brand: 226, 0, 32;
    --color-brand-text: 226, 0, 32;
    --color-brand-highlight: 226, 0, 32;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 352;
    --color-brand-s: 100%;
    --color-brand-l: 44%;
    --color-brand-l-l: 44%;
    --color-brand-l-s: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-pbp {
    --color-brand: 0, 61, 143;
    --color-brand-text: 0, 61, 143;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 229, 236, 244;
    --color-brand-h: 214;
    --color-brand-s: 100%;
    --color-brand-l: 28%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-pfb {
    --color-brand: 0, 106, 77;
    --color-brand-text: 0, 106, 77;
    --color-brand-highlight: 0, 106, 77;
    --color-brand-background: 229, 240, 237;
    --color-brand-h: 164;
    --color-brand-s: 100%;
    --color-brand-l: 21%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-pi {
    --color-brand: 0, 131, 139;
    --color-brand-text: 0, 131, 139;
    --color-brand-highlight: 0, 131, 139;
    --color-brand-background: 229, 243, 243;
    --color-brand-h: 183;
    --color-brand-s: 100%;
    --color-brand-l: 27%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-pistb {
    --color-brand: 56, 55, 139;
    --color-brand-text: 56, 55, 139;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 235, 235, 243;
    --color-brand-h: 241;
    --color-brand-s: 43%;
    --color-brand-l: 38%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-pp {
    --color-brand: 0, 111, 180;
    --color-brand-text: 0, 111, 180;
    --color-brand-highlight: 0, 111, 180;
    --color-brand-background: 229, 241, 247;
    --color-brand-h: 203;
    --color-brand-s: 100%;
    --color-brand-l: 35%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-ppz /*mit .theme-grey*/ {
    --color-brand: 182, 0, 3;
    --color-brand-text: 182, 0, 3;
    --color-brand-highlight: 182, 0, 3;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 359;
    --color-brand-s: 100%;
    --color-brand-l: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-pstr /*mit .theme-grey*/ {
    --color-brand: 182, 0, 3;
    --color-brand-text: 182, 0, 3;
    --color-brand-highlight: 182, 0, 3;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 359;
    --color-brand-s: 100%;
    --color-brand-l: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-pu {
    --color-brand: 0, 114, 176;
    --color-brand-text: 0, 114, 176;
    --color-brand-highlight: 0, 114, 176;
    --color-brand-background: 230, 241, 247;
    --color-brand-h: 201;
    --color-brand-s: 100%;
    --color-brand-l: 35%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-rvgprof /*mit .theme-grey*/ {
    --color-brand: 226, 0, 32;
    --color-brand-text: 226, 0, 32;
    --color-brand-highlight: 226, 0, 32;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 352;
    --color-brand-s: 100%;
    --color-brand-l: 44%;
    --color-brand-l-l: 44%;
    --color-brand-l-s: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-sb {
    --color-brand: 0, 48, 94;
    --color-brand-text: 0, 48, 94;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 230, 235, 239;
    --color-brand-h: 209;
    --color-brand-s: 100%;
    --color-brand-l: 18%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-sr {
    --color-brand: 56, 55, 139;
    --color-brand-text: 56, 55, 139;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 235, 235, 243;
    --color-brand-h: 241;
    --color-brand-s: 43%;
    --color-brand-l: 38%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-ssp {
    --color-brand: 0, 48, 93;
    --color-brand-text: 0, 48, 93;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 229, 234, 239;
    --color-brand-h: 209;
    --color-brand-s: 100%;
    --color-brand-l: 18%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }
  .theme-ue {
    --color-brand: 56, 55, 139;
    --color-brand-text: 56, 55, 139;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 235, 235, 243;
    --color-brand-h: 241;
    --color-brand-s: 43%;
    --color-brand-l: 38%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-va /*mit .theme-grey*/ {
    --color-brand: 244, 158, 0;
    --color-brand-text: 164, 106, 0;
    --color-brand-highlight: 164, 106, 0;
    --color-brand-background: 246, 240, 229;
    --color-brand-h: 39;
    --color-brand-s: 100%;
    --color-brand-l: 48%;
    --color-brand-l-l: 48%;
    --color-brand-l-s: 40%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-vb /*mit .theme-grey*/ {
    --color-brand: 226, 0, 32;
    --color-brand-text: 226, 0, 32;
    --color-brand-highlight: 226, 0, 32;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 352;
    --color-brand-s: 100%;
    --color-brand-l: 44%;
    --color-brand-l-l: 44%;
    --color-brand-l-s: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-vbm /*mit .theme-grey*/ {
    --color-brand: 226, 0, 32;
    --color-brand-text: 226, 0, 32;
    --color-brand-highlight: 226, 0, 32;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 352;
    --color-brand-s: 100%;
    --color-brand-l: 44%;
    --color-brand-l-l: 44%;
    --color-brand-l-s: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-ve {
    --color-brand: 0, 126, 178;
    --color-brand-text: 0, 126, 178;
    --color-brand-highlight: 0, 126, 178;
    --color-brand-background: 229, 242, 247;
    --color-brand-h: 198;
    --color-brand-s: 100%;
    --color-brand-l: 35%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-vk {
    --color-brand: 0, 111, 180;
    --color-brand-text: 0, 111, 180;
    --color-brand-highlight: 0, 111, 180;
    --color-brand-background: 229, 241, 247;
    --color-brand-h: 203;
    --color-brand-s: 100%;
    --color-brand-l: 35%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-vvp /*mit .theme-grey*/ {
    --color-brand: 182, 0, 3;
    --color-brand-text: 182, 0, 3;
    --color-brand-highlight: 182, 0, 3;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 359;
    --color-brand-s: 100%;
    --color-brand-l: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-wcr {
    --color-brand: 0, 111, 180;
    --color-brand-text: 0, 111, 180;
    --color-brand-highlight: 0, 111, 180;
    --color-brand-background: 229, 241, 247;
    --color-brand-h: 203;
    --color-brand-s: 100%;
    --color-brand-l: 35%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-wvm /*mit .theme-grey*/ {
    --color-brand: 182, 0, 3;
    --color-brand-text: 182, 0, 3;
    --color-brand-highlight: 182, 0, 3;
    --color-brand-background: 252, 229, 233;
    --color-brand-h: 359;
    --color-brand-s: 100%;
    --color-brand-l: 36%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-wvv {
    --color-brand: 0, 126, 178;
    --color-brand-text: 0, 126, 178;
    --color-brand-highlight: 0, 126, 178;
    --color-brand-background: 229, 242, 247;
    --color-brand-h: 198;
    --color-brand-s: 100%;
    --color-brand-l: 35%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-zp {
    --color-brand: 0, 111, 180;
    --color-brand-text: 0, 111, 180;
    --color-brand-highlight: 0, 111, 180;
    --color-brand-background: 229, 241, 247;
    --color-brand-h: 203;
    --color-brand-s: 100%;
    --color-brand-l: 35%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }

  .theme-zr {
    --color-brand: 56, 55, 139;
    --color-brand-text: 56, 55, 139;
    --color-brand-highlight: 0, 94, 172;
    --color-brand-background: 235, 235, 243;
    --color-brand-h: 241;
    --color-brand-s: 43%;
    --color-brand-l: 38%;
    --color-brand-l-darker: calc(var(--color-brand-l) - 5%);
    --color-on-color: 255, 255, 255;
  }
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-top-px {
  top: -1px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-\[-5px\] {
  top: -5px;
}
.z-10 {
  z-index: 10;
}
.z-100 {
  z-index: 100;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-\[34px\] {
  margin-top: -34px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[25px\] {
  height: 25px;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-full {
  max-height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[7px\] {
  --tw-translate-y: 7px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.scroll-mt-16 {
  scroll-margin-top: 4rem;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-neutral-10 {
  --tw-border-opacity: 1;
  border-color: rgb(230 234 239 / var(--tw-border-opacity, 1));
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(0 48 94 / var(--tw-border-opacity, 1));
}
.border-neutral-20 {
  --tw-border-opacity: 1;
  border-color: rgb(204 214 223 / var(--tw-border-opacity, 1));
}
.border-neutral-60 {
  --tw-border-opacity: 1;
  border-color: rgb(102 131 158 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-highlight-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 172 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 94 / var(--tw-bg-opacity, 1));
}
.bg-neutral-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
}
.bg-neutral-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 246 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-buttongradientlight {
  --tw-gradient-from: #0C5EA9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 94 169 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-buttongradientdark {
  --tw-gradient-to: #0A367A var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pe-3\.5 {
  padding-inline-end: 0.875rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-highlight-100 {
  --tw-text-opacity: 1;
  color: rgb(0 94 172 / var(--tw-text-opacity, 1));
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(0 48 94 / var(--tw-text-opacity, 1));
}
.text-neutral-40 {
  --tw-text-opacity: 1;
  color: rgb(153 172 191 / var(--tw-text-opacity, 1));
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(128 151 170 / var(--tw-text-opacity, 1));
}
.text-neutral-60 {
  --tw-text-opacity: 1;
  color: rgb(102 131 158 / var(--tw-text-opacity, 1));
}
.text-neutral-90 {
  --tw-text-opacity: 1;
  color: rgb(25 68 110 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-light {
  --tw-text-opacity: 1;
  color: rgb(181 5 15 / var(--tw-text-opacity, 1));
}
.text-skin-dark {
  --tw-text-opacity: 1;
  color: rgba(var(--color-dark), var(--tw-text-opacity, 1));
}
.text-skin-medium {
  --tw-text-opacity: 1;
  color: rgba(var(--color-medium), var(--tw-text-opacity, 1));
}
.text-skin-onColor {
  --tw-text-opacity: 1;
  color: rgba(var(--color-on-color), var(--tw-text-opacity, 1));
}
.text-skin-onColor\/65 {
  color: rgba(var(--color-on-color), .65);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-\[color\2c box-shadow\] {
  transition-property: color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
/* OVERPASS */
@font-face {
  font-family: "OverpassIWW";
  src: url("../fonts/Overpass/Overpass-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;

  ascent-override: 95%;
  descent-override: 21%;
  line-gap-override: 0%;
}
/* 1) Variable Font, italic */
@font-face {
  font-family: "OverpassIWW";
  src: url("../fonts/Overpass/Overpass-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src:  url('../fonts/Icomoon/icomoon.eot?v8kk5q');
  src:  url('../fonts/Icomoon/icomoon.eot?v8kk5q#iefix') format('embedded-opentype'),
  url('../fonts/Icomoon/icomoon.ttf?v8kk5q') format('truetype'),
  url('../fonts/Icomoon/icomoon.woff?v8kk5q') format('woff'),
  url('../fonts/Icomoon/icomoon.svg?v8kk5q#icomoon') format('svg');
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 246 / var(--tw-bg-opacity, 1));
  font-family: OverpassIWW, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 48 94 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
b,
strong {
  font-weight: 500;
}
/*.menu.hovered .group:hover .submenu {
  animation: dropdownAppear 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28)
  forwards;
  display: flex;
}

@keyframes dropdownAppear {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow: auto; /* Enable scrolling if content overflows */
  transition: opacity 0.3s ease-in-out; /* Optional: Add a fade-in/fade-out effect */
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Optional: Add a box shadow */
}
.iww-teaser-container:first-child .iww-teaser-container__title {
  display: none;
}
.iww-teaser-container:first-child .iww-teaser-container__title span {
  --tw-text-opacity: 1;
  color: rgba(var(--color-dark), var(--tw-text-opacity, 1));
}
.bg-gradient-left-focus {
  /* background-image is set via inline style in template.ftl using ${url.resourcesPath} */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-gradient-center-focus {
  /* background-image is set via inline style in template.ftl using ${url.resourcesPath} */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.file\:inline-flex::file-selector-button {
  display: inline-flex;
}
.file\:h-7::file-selector-button {
  height: 1.75rem;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button {
  font-weight: 500;
}
.file\:text-skin-dark::file-selector-button {
  --tw-text-opacity: 1;
  color: rgba(var(--color-dark), var(--tw-text-opacity, 1));
}
.before\:font-icomoon::before {
  content: var(--tw-content);
  font-family: icomoon, sans-serif;
}
.before\:text-\[20px\]::before {
  content: var(--tw-content);
  font-size: 20px;
}
.before\:text-\[25px\]::before {
  content: var(--tw-content);
  font-size: 25px;
}
.before\:text-base::before {
  content: var(--tw-content);
  font-size: 1rem;
  line-height: 1.5rem;
}
.before\:leading-none::before {
  content: var(--tw-content);
  line-height: 1;
}
.before\:text-neutral-40::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(153 172 191 / var(--tw-text-opacity, 1));
}
.before\:text-neutral-60::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(102 131 158 / var(--tw-text-opacity, 1));
}
.before\:content-checkmark::before {
  --tw-content: "\e90a";
  content: var(--tw-content);
}
.before\:content-chevron-down::before {
  --tw-content: "\e90c";
  content: var(--tw-content);
}
.before\:content-eye::before {
  --tw-content: "\e913";
  content: var(--tw-content);
}
.before\:content-eye-off::before {
  --tw-content: "\e938";
  content: var(--tw-content);
}
.before\:content-facebook::before {
  --tw-content: "\e91c";
  content: var(--tw-content);
}
.before\:content-x::before {
  --tw-content: "\e933";
  content: var(--tw-content);
}
.before\:content-youtube::before {
  --tw-content: "\e91f";
  content: var(--tw-content);
}
.last\:border-0:last-child {
  border-width: 0px;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-b:hover {
  border-bottom-width: 1px;
}
.hover\:border-neutral-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 48 94 / var(--tw-border-opacity, 1));
}
.hover\:border-neutral-100\/70:hover {
  border-color: rgb(0 48 94 / 0.7);
}
.hover\:bg-neutral-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:from-buttongradientdark:hover {
  --tw-gradient-from: #0A367A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 54 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-buttongradientdark:hover {
  --tw-gradient-to: #0A367A var(--tw-gradient-to-position);
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-100:hover {
  --tw-text-opacity: 1;
  color: rgb(0 48 94 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-100\/70:hover {
  color: rgb(0 48 94 / 0.7);
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.focus\:ring-highlight-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 94 172 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-\[3px\]:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-red-300:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

  .sm\:left-\[40px\] {
    left: 40px;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mt-\[38px\] {
    margin-top: -38px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:ml-\[160px\] {
    margin-left: 160px;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-\[38px\] {
    height: 38px;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-\[490px\] {
    width: 490px;
  }

  .sm\:w-\[500px\] {
    width: 500px;
  }

  .sm\:w-\[calc\(100\%-60px\)\] {
    width: calc(100% - 60px);
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }
}
@media (min-width: 768px) {

  .md\:max-w-none {
    max-width: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 900px) {

  .xmd\:w-3\/4 {
    width: 75%;
  }

  .xmd\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xmd\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:min-h-\[255px\] {
    min-height: 255px;
  }

  .lg\:w-\[1035px\] {
    width: 1035px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }
}
@media (min-width: 1035px) {

  .xlg\:w-\[1035px\] {
    width: 1035px;
  }
}
