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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1681px) {
  .container {
    max-width: 1681px;
  }
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-\[2\.6rem\] {
  right: 2.6rem;
}

.right-\[20px\] {
  right: 20px;
}

.top-0 {
  top: 0px;
}

.top-16 {
  top: 4rem;
}

.top-\[5px\] {
  top: 5px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[1100\] {
  z-index: 1100;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!ml-4 {
  margin-left: 1rem !important;
}

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

.mb-12 {
  margin-bottom: 3rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mt-0 {
  margin-top: 0px;
}

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

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

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

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.mt-\[-5rem\] {
  margin-top: -5rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0 {
  height: 0px;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

.h-\[calc\(100vh-13\.5rem\)\] {
  height: calc(100vh - 13.5rem);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-\[calc\(100vh-4rem\)\] {
  max-height: calc(100vh - 4rem);
}

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

.\!w-\[88\%\] {
  width: 88% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-12 {
  width: 3rem;
}

.w-2\/3 {
  width: 66.666667%;
}

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

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

.w-\[90\%\] {
  width: 90%;
}

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.shrink-0 {
  flex-shrink: 0;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-2\/4 {
  flex-basis: 50%;
}

.basis-3\/5 {
  flex-basis: 60%;
}

.basis-4\/12 {
  flex-basis: 33.333333%;
}

.basis-8\/12 {
  flex-basis: 66.666667%;
}

.basis-full {
  flex-basis: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-start {
  align-content: flex-start;
}

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

.items-end {
  align-items: flex-end;
}

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

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

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

.justify-center {
  justify-content: center;
}

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

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

.self-stretch {
  align-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

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

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.border-\[1px\] {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-darkgreen {
  --tw-border-opacity: 1;
  border-color: rgb(14 83 81 / var(--tw-border-opacity, 1));
}

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(184 181 181 / var(--tw-border-opacity, 1));
}

.border-lightgrey {
  --tw-border-opacity: 1;
  border-color: rgb(229 234 230 / var(--tw-border-opacity, 1));
}

.border-b-lightgrey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 234 230 / var(--tw-border-opacity, 1));
}

.\!bg-darkgreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-lightgrey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 234 230 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-salmon {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 171 182 / var(--tw-bg-opacity, 1)) !important;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-darkgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1));
}

.bg-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 243 / var(--tw-bg-opacity, 1));
}

.bg-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(229 234 230 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-salmon {
  --tw-bg-opacity: 1;
  background-color: rgb(243 171 182 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[14px\] {
  padding: 14px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

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

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

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

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.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-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.tracking-\[-13px\] {
  letter-spacing: -13px;
}

.tracking-\[-5px\] {
  letter-spacing: -5px;
}

.text-darkgreen {
  --tw-text-opacity: 1;
  color: rgb(14 83 81 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-lightgrey {
  --tw-text-opacity: 1;
  color: rgb(229 234 230 / var(--tw-text-opacity, 1));
}

.text-salmon {
  --tw-text-opacity: 1;
  color: rgb(243 171 182 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-darkgreen-hover {
  text-decoration-color: #0A6561;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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 {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.filter {
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 243 / var(--tw-bg-opacity, 1));
}

body {
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(229 234 230 / var(--tw-bg-opacity, 1));
  font-family: lexend;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(14 83 81 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1681px) {
  body {
    max-width: 1440px;
  }
}

/* Typography */

h1 {
  padding-bottom: 3rem;
  font-size: 42px;
  line-height: 110%;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 78px;
  }
}

h2 {
  margin-bottom: 2rem;
  font-size: 28px;
  line-height: 110%;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 42px;
  }
}

h3 {
  overflow-wrap: break-word;
  font-size: 26px;
  line-height: 110%;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  padding-bottom: 1rem;
  font-size: 24px;
  line-height: 110%;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 28px;
  }
}

h5,
h5 p {
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 1024px) {
  h5,
h5 p {
    font-size: 24px;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 110%;
}

@media (min-width: 1024px) {
  h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.headline_margin {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .headline_margin {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

p {
  -webkit-hyphens: auto;
          hyphens: auto;
  padding-bottom: 1rem;
}

a:hover {
  text-decoration-line: underline;
}

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

p > a {
  text-decoration-line: underline;
}

.nav_item {
  z-index: 9999;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.nav_item:focus {
  outline-width: 2px;
  outline-offset: 8px;
  outline-color: #000;
}

.active {
  position: relative;
  margin-bottom: 3px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.navigation .active::after {
  position: absolute;
  bottom: -1.25rem;
  left: 0px;
  top: -0.5rem;
  z-index: -1;
  height: 0.25rem;
  height: auto;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-width: 1px;
  border-bottom-width: 0px;
  border-color: rgb(229 234 230 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(14 83 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
  padding-bottom: 1rem;
}

ol li {
  padding-bottom: 1rem;
}

ul {
  list-style-position: inside;
  padding-bottom: 1rem;
}

ul li {
  position: relative;
  padding-left: 2rem;
  /* Platz für das Pseudo-Element */
  padding-bottom: 1rem;
}

ul.list-none li::before {
  display: none !important;
}

ul.list-none {
  padding-left: 0rem !important;
}

ul.list-none li,
li.list-dark,
li.list-light {
  padding-left: 0 !important;
}

li.list-dark::before,
li.list-light::before {
  display: none !important;
  padding-left: 0rem;
}

ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0rem;
  top: 7px;
  width: 0.75rem;
  height: 0.75rem;
  background: #0E5351;
  /* deine darkgreen */
  border-radius: 3px;
}

ul li p, ol li p {
  margin-bottom: 0px;
  display: inline;
}

/* Grid */

.wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px) {
  .wrapper {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.width-col-4 {
  flex-basis: 33.333333%;
}

.width-col-5 {
  flex-basis: 41.666667%;
}

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

.width-col-8 {
  flex-basis: 66.666667%;
}

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

/* Components */

.list-dark {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 234 230 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .list-dark {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

.list-light {
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .list-light {
    margin-bottom: 0.75rem;
  }
}

.list-box {
  margin-left: 1rem;
  margin-right: 1rem;
  height: 0.75rem;
  width: 0.75rem;
  flex-shrink: 0;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .list-box {
    margin-left: 0.5rem;
    margin-right: 2rem;
  }
}

.number-sm {
  margin-right: 1.25rem;
  margin-left: 0.5rem;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1));
  padding-top: 2px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(229 234 230 / var(--tw-text-opacity, 1));
}

.number-lg {
  margin-right: 1.25rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media print {
  .number-lg {
    margin-right: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.tab {
  position: relative;
  display: inline-block;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: bottom;
}

.tab-content {
  margin-top: -1.5px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 5px 5px 8px 0 rgba(30,30,30,0.10);
  --tw-shadow-colored: 5px 5px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#options {
}

#drag-container #drag:nth-child(2) {
  width: 100%;
}

@media (min-width: 1024px) {
  #drag-container #drag:nth-child(2) {
    margin-top: -7rem;
    margin-left: -4rem;
  }
}

#drag-container #drag:nth-child(3) {
  width: 100%;
}

@media (min-width: 1024px) {
  #drag-container #drag:nth-child(3) {
    margin-left: -2.5rem;
  }
}

/* Icons */

.icon {
  padding-right: 0.25rem;
}

.icon > img {
  max-width: none;
}

.tab_grid {
  height: 52px;
  width: 52px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 234 230 / var(--tw-border-opacity, 1));
  background-image: url("/assets/images/tab_Tiles_lightgrey.svg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .tab_grid {
    height: 60px;
    width: 60px;
  }
}

.tab_grid_active {
  height: 52px;
  width: 52px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 234 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 234 230 / var(--tw-bg-opacity, 1));
  background-image: url("/assets/images/tab_Tiles_darkgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .tab_grid_active {
    height: 60px;
    width: 60px;
  }
}

.tab_list {
  height: 52px;
  width: 52px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 234 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1));
  background-image: url("/assets/images/tab_Play_lightgrey.svg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .tab_list {
    height: 60px;
    width: 60px;
  }
}

.tab_list_active {
  height: 52px;
  width: 52px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 234 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 234 230 / var(--tw-bg-opacity, 1));
  background-image: url("/assets/images/tab_Play_darkgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .tab_list_active {
    height: 60px;
    width: 60px;
  }
}

/* Accordeon block */

details summary::-webkit-details-marker {
  display: none;
}

.scroll-offset-section {
  scroll-margin-top: 260px;
  /* Höhe deines Sticky-Headers */
}

.scroll-offset {
  scroll-margin-top: 200px;
  /* Höhe deines Sticky-Headers */
}

.acc-title:not(:first-of-type) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
}

.acc-custom {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-right: 1.75rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.acc-custom::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: var(--tw-content);
  margin-left: 1rem;
}

.acc-custom:hover {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .acc-custom {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.chevron-light::after {
  --tw-content: url("/assets/images/Chevron-down-lightgrey.svg");
  content: var(--tw-content);
}

.chevron-dark::after {
  --tw-content: url("/assets/images/Chevron-down-green.svg");
  content: var(--tw-content);
}

/* Chevron-Animation für Accordion */

details[open] .chevron-dark::after,
details[open] .chevron-light::after {
  --tw-rotate: 180deg;
  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));
}

.chevron-dark::after {
  content: url("/assets/images/Chevron-down-green.svg");
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform-origin: center;
}

details[open] .chevron-dark::after {
  --tw-rotate: 180deg;
  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));
}

.chevron-light::after {
  content: url("/assets/images/Chevron-down-lightgrey.svg");
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform-origin: center;
}

details[open] .chevron-light::after {
  --tw-rotate: 180deg;
  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));
}

/* Full-width YouTube video */

.youtube-video {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.youtube-video iframe {
  height: 100%;
  width: 100%;
}

/* plyr */

.video-container {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0px;
  border-radius: 1rem;
}

.video-container svg {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.video-container:hover svg {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.play-icon,
.pause-icon {
  pointer-events: none;
  position: absolute;
  z-index: 30;
  display: none;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.grid-project-video {
  position: relative;
}

.grid-video-cover-img {
  position: relative;
  z-index: 10;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-project-video:hover {
  cursor: pointer;
}

.grid-video-cover-img.active {
  display: block !important;
  opacity: 0 !important;
}

@media (max-width: 768px) {
  .play-icon,
  .pause-icon {
    display: none !important;
  }
}

/* Stimulus.js interactions */

/* Sticky Header */

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

/* Text ausblenden */

.header-text-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

/* shrinked header */

body.is-shrinked .main-content {
  margin-top: 440px;
  /* Höhe des geshrinkten Headers */
}

.shrink {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.shrink-anim {
  max-height: 500px;
  overflow: hidden;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.shrunk {
  pointer-events: none;
  max-height: 0px;
  opacity: 0;
}

/* horizontal scrollbar*/

#progress-bar {
  z-index: 10;
  height: 0.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1));
}

.progress {
  bottom: 0px;
  left: 0px;
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 171 182 / var(--tw-bg-opacity, 1));
}

/* popup */

.popup {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  top: 0px;
  z-index: 9999;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .popup {
    top: 60px;
  }
}

.popup.active {
  visibility: visible;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-width: 0px;
  background-color: rgb(229 234 230 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6;
  padding: 0px !important;
  --tw-text-opacity: 1;
  color: rgb(14 83 81 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  opacity: 1;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.popup_url_print {
  display: none;
}

/* Prevent background scroll when popup is open */

.no-scroll {
  overflow: hidden !important;
}

/* cookie banner */

.cky-consent-bar {
  font-family: lexend !important;
}

@media (min-width: 1024px) {
  .cky-consent-container {
    width: 476px !important;
  }
}

.cky-consent-container .cky-consent-bar {
  border-radius: 0.75rem !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 234 230 / var(--tw-text-opacity, 1)) !important;
}

.cky-notice-btn-wrapper {
  gap: 0.5rem !important;
}

.cky-notice-btn-wrapper .cky-btn, .cky-prefrence-btn-wrapper .cky-btn {
  border-radius: 10px !important;
  border-width: 1.5px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 234 230 / var(--tw-border-opacity, 1)) !important;
  padding: 18px !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 234 230 / var(--tw-text-opacity, 1)) !important;
}

.cky-notice .cky-title {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 234 230 / var(--tw-text-opacity, 1)) !important;
}

.cky-notice-des {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 234 230 / var(--tw-text-opacity, 1)) !important;
}

button.cky-btn.cky-btn-customize {
  margin: 0px !important;
}

button.cky-btn.cky-btn-reject {
  margin: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 234 230 / var(--tw-text-opacity, 1)) !important;
}

button.cky-btn.cky-btn-preferences {
  margin: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 234 230 / var(--tw-text-opacity, 1)) !important;
}

button.cky-btn.cky-btn-accept {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 234 230 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(14 83 81 / var(--tw-text-opacity, 1)) !important;
}

.cky-preference-header {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1)) !important;
}

span.cky-preference-title {
  --tw-text-opacity: 1 !important;
  color: rgb(229 234 230 / var(--tw-text-opacity, 1)) !important;
}

.cky-preference-header .cky-btn-close img {
  height: 15px !important;
  width: 30px !important;
}

@media (min-width: 1024px) {
  .cky-preference-header .cky-btn-close img {
    width: 25px !important;
  }
}

.cky-preference-header .cky-btn-close {
  width: 30px !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 234 230 / var(--tw-bg-opacity, 1)) !important;
  padding: 0.25rem !important;
}

@media (min-width: 1024px) {
  .cky-preference-header .cky-btn-close {
    width: 25px !important;
  }
}

button.cky-show-desc-btn:not(:hover):not(:active), .cky-preference-content-wrapper .cky-show-desc-btn {
  --tw-text-opacity: 1 !important;
  color: rgb(14 83 81 / var(--tw-text-opacity, 1)) !important;
}

.cky-prefrence-btn-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:bg-darkgreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-darkgreen-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 101 97 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lightgrey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 234 230 / var(--tw-bg-opacity, 1));
}

.hover\:text-darkgreen:hover {
  --tw-text-opacity: 1;
  color: rgb(14 83 81 / var(--tw-text-opacity, 1));
}

.hover\:text-darkgreen-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(10 101 97 / var(--tw-text-opacity, 1));
}

.hover\:text-lightgrey:hover {
  --tw-text-opacity: 1;
  color: rgb(229 234 230 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.focus\:border-l:focus {
  border-left-width: 1px;
}

.focus\:outline-1:focus {
  outline-width: 1px;
}

.focus\:outline-offset-4:focus {
  outline-offset: 4px;
}

.focus\:outline-darkgreen:focus {
  outline-color: #0E5351;
}

@media (min-width: 768px) {
  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:\!w-\[90\.5\%\] {
    width: 90.5% !important;
  }

  .md\:w-\[195px\] {
    width: 195px;
  }

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:top-\[-15px\] {
    top: -15px;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-\[-22px\] {
    margin-left: -22px;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:rounded-\[3rem\] {
    border-radius: 3rem;
  }

  .lg\:border-r-\[1px\] {
    border-right-width: 1px;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:tracking-\[-25px\] {
    letter-spacing: -25px;
  }

  .lg\:tracking-\[-5px\] {
    letter-spacing: -5px;
  }
}

@media (min-width: 1280px) {
  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:\!w-\[89\%\] {
    width: 89% !important;
  }

  .xl\:w-\[175px\] {
    width: 175px;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:\!w-\[90\.5\%\] {
    width: 90.5% !important;
  }

  .\32xl\:w-\[240px\] {
    width: 240px;
  }
}

@media (min-width: 1681px) {
  .\33xl\:\!w-\[89\.5\%\] {
    width: 89.5% !important;
  }

  .\33xl\:w-\[215px\] {
    width: 215px;
  }
}

@media print {
  .print\:block {
    display: block;
  }

  .print\:hidden {
    display: none;
  }

  .print\:pb-0 {
    padding-bottom: 0px;
  }

  .print\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .print\:pt-5 {
    padding-top: 1.25rem;
  }

  .print\:font-\[24px\] {
    font-weight: 24px;
  }
}
