/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-sm: 640px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --breakpoint-2xl: 1536px;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.625rem;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.25rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --breakpoint-xxs: 320px;
    --breakpoint-xs: 480px;
    --breakpoint-3xl: 1920px;
    --width-screen-xs: var(--breakpoint-xs);
    --width-sm: var(--breakpoint-sm);
    --width-md: var(--breakpoint-md);
    --width-lg: var(--breakpoint-lg);
    --width-xl: var(--breakpoint-xl);
    --color-roze-light: #fbebec;
    --color-roze: #fbdbdb;
    --color-rood: #e84961;
    --color-rood-dark: #da002f;
    --color-blauw-light: #f0f5f8;
    --color-blauw: #dae7ed;
    --color-geel: #ffeed3;
    --color-geel-dark: #f5dc98;
    --color-groen-light: #edf5f3;
    --color-groen: #d1e7e2;
    --color-groen-dark: #9dcdc3;
    --color-paars-light: #e4e3f1;
    --color-paars: #bcbadc;
    --color-paars-dark: #7d7bb6;
    --color-grey-50: #f4f4f4;
    --color-grey-100: #e6e6e6;
    --color-grey-200: #cccccc;
    --color-grey-300: #b3b3b3;
    --color-grey-400: #999999;
    --color-grey-600: #666666;
    --color-grey-700: #4d4d4d;
    --color-grey-800: #333333;
    --color-grey-900: #1a1a1a;
    --color-link: #006ce0;
    --color-link-hover: #004c9e;
    --color-link-visited: #c822a6;
    --color-link-focus: #0d80f2;
    --radius-none: 0;
    --radius-full: 9999px;
    --font-body: Open Sans, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    --font-header: Agenda, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    --font-icon: bootstrap-icons, Segoe UI Symbol, Apple Color Emoji,
		Noto Color Emoji, sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .inside-border-3xl {
    position: relative;
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    &::after {
      content: var(--tw-content);
      border-color: color-mix(in srgb, #000 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
      }
    }
    &:after {
      border-radius: var(--radius-3xl);
    }
  }
  .inside-border-xl {
    position: relative;
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    &::after {
      content: var(--tw-content);
      border-color: color-mix(in srgb, #000 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
      }
    }
    &:after {
      border-radius: var(--radius-xl);
    }
  }
  .relative {
    position: relative;
  }
  .z-50 {
    z-index: 50;
  }
  .z-90 {
    z-index: 90;
  }
  .order-1 {
    order: 1;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 320px) {
      max-width: 320px;
    }
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
  }
  .m-auto {
    margin: auto;
  }
  .-my-10 {
    margin-block: calc(var(--spacing) * -10);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .-ml-10 {
    margin-left: calc(var(--spacing) * -10);
  }
  .ml-auto {
    margin-left: auto;
  }
  .btn_icon {
    aspect-ratio: 1 / 1;
    height: 100%;
    padding: calc(var(--spacing) * 2.5);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    i {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .btn {
    display: inline-block;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    border-radius: var(--radius-full);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-rood);
    background-color: var(--color-rood);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-wrap: nowrap;
    color: var(--color-white);
    --tw-outline-style: none;
    outline-style: none;
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus-visible {
      --tw-ring-color: var(--color-link-focus);
    }
    &:focus-visible {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-rood-dark);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-rood-dark);
      }
    }
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-lg {
    max-width: var(--width-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-md {
    max-width: var(--width-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-sm {
    max-width: var(--width-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xl {
    max-width: var(--width-xl);
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-solid {
    :where(& > :not(:last-child)) {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .divide-grey-100 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-grey-100);
    }
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .btn_secondary {
    border-color: var(--color-grey-300);
    background-color: var(--color-white);
    color: var(--color-black);
    --tw-shadow: 0px 0.07px 0.28px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.33px 0.57px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.8px 1.14px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 1.54px 2.23px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 2.59px 4.1px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 4px 7px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.03));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-grey-300);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-grey-50);
      }
    }
  }
  .border-grey-300\/20 {
    border-color: color-mix(in srgb, #b3b3b3 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-grey-300) 20%, transparent);
    }
  }
  .bg-grey-50 {
    background-color: var(--color-grey-50);
  }
  .bg-roze-light {
    background-color: var(--color-roze-light);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-65 {
    --tw-gradient-position: 65deg;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: 65deg in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-geel {
    --tw-gradient-from: var(--color-geel);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-groen-light {
    --tw-gradient-from: var(--color-groen-light);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-roze-light {
    --tw-gradient-from: var(--color-roze-light);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-blauw-light {
    --tw-gradient-to: var(--color-blauw-light);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-geel {
    --tw-gradient-to: var(--color-geel);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-paars-light {
    --tw-gradient-to: var(--color-paars-light);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-top {
    object-position: top;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .font-header {
    font-family: var(--font-header);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-grey-600 {
    color: var(--color-grey-600);
  }
  .text-grey-800 {
    color: var(--color-grey-800);
  }
  .normal-case {
    text-transform: none;
  }
  .shadow-xs {
    --tw-shadow: 0px 0.07px 0.28px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.33px 0.57px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.8px 1.14px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 1.54px 2.23px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 2.59px 4.1px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 4px 7px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.03));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:block {
    &::before {
      content: var(--tw-content);
      display: block;
    }
  }
  .before\:h-2 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 2);
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-2 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 2);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:bg-black {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
  }
  .before\:bg-rood {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-rood);
    }
  }
  .before\:font-icon {
    &::before {
      content: var(--tw-content);
      font-family: var(--font-icon);
    }
  }
  .before\:text-2xl {
    &::before {
      content: var(--tw-content);
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .before\:leading-none {
    &::before {
      content: var(--tw-content);
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .group-\[\:nth-child\(1\)\]\:before\:text-rood {
    &:is(:where(.group):is(:nth-child(1)) *) {
      &::before {
        content: var(--tw-content);
        color: var(--color-rood);
      }
    }
  }
  .group-\[\:nth-child\(1\)\]\:before\:content-\[\'\\F1F2\'\] {
    &:is(:where(.group):is(:nth-child(1)) *) {
      &::before {
        content: var(--tw-content);
        --tw-content: '\F1F2';
        content: var(--tw-content);
      }
    }
  }
  .group-\[\:nth-child\(2\)\]\:before\:text-groen-dark {
    &:is(:where(.group):is(:nth-child(2)) *) {
      &::before {
        content: var(--tw-content);
        color: var(--color-groen-dark);
      }
    }
  }
  .group-\[\:nth-child\(2\)\]\:before\:content-\[\'\\F8FE\'\] {
    &:is(:where(.group):is(:nth-child(2)) *) {
      &::before {
        content: var(--tw-content);
        --tw-content: '\F8FE';
        content: var(--tw-content);
      }
    }
  }
  .group-\[\:nth-child\(3\)\]\:before\:text-paars-dark {
    &:is(:where(.group):is(:nth-child(3)) *) {
      &::before {
        content: var(--tw-content);
        color: var(--color-paars-dark);
      }
    }
  }
  .group-\[\:nth-child\(3\)\]\:before\:content-\[\'\\F504\'\] {
    &:is(:where(.group):is(:nth-child(3)) *) {
      &::before {
        content: var(--tw-content);
        --tw-content: '\F504';
        content: var(--tw-content);
      }
    }
  }
  .group-\[\:nth-child\(4\)\]\:before\:text-geel-dark {
    &:is(:where(.group):is(:nth-child(4)) *) {
      &::before {
        content: var(--tw-content);
        color: var(--color-geel-dark);
      }
    }
  }
  .group-\[\:nth-child\(4\)\]\:before\:content-\[\'\\F77B\'\] {
    &:is(:where(.group):is(:nth-child(4)) *) {
      &::before {
        content: var(--tw-content);
        --tw-content: '\F77B';
        content: var(--tw-content);
      }
    }
  }
  .hover\:text-grey-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-grey-600);
      }
    }
  }
  .nth-1\:before\:bg-roze {
    &:nth-child(1) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-roze);
      }
    }
  }
  .nth-2\:before\:bg-groen {
    &:nth-child(2) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-groen);
      }
    }
  }
  .nth-3\:before\:bg-paars {
    &:nth-child(3) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-paars);
      }
    }
  }
  .nth-4\:before\:bg-geel {
    &:nth-child(4) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-geel);
      }
    }
  }
  .sm\:order-2 {
    @media (width >= 640px) {
      order: 2;
    }
  }
  .sm\:row-span-2 {
    @media (width >= 640px) {
      grid-row: span 2 / span 2;
    }
  }
  .sm\:flex {
    @media (width >= 640px) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (width >= 640px) {
      display: grid;
    }
  }
  .sm\:inline-block {
    @media (width >= 640px) {
      display: inline-block;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:order-1 {
    @media (width >= 768px) {
      order: 1;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:grid {
    @media (width >= 768px) {
      display: grid;
    }
  }
  .md\:h-\[340px\] {
    @media (width >= 768px) {
      height: 340px;
    }
  }
  .md\:max-h-full {
    @media (width >= 768px) {
      max-height: 100%;
    }
  }
  .md\:w-2\/5 {
    @media (width >= 768px) {
      width: calc(2/5 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 768px) {
      width: calc(3/5 * 100%);
    }
  }
  .md\:w-3\/7 {
    @media (width >= 768px) {
      width: calc(3/7 * 100%);
    }
  }
  .md\:w-4\/7 {
    @media (width >= 768px) {
      width: calc(4/7 * 100%);
    }
  }
  .md\:max-w-md {
    @media (width >= 768px) {
      max-width: var(--container-md);
    }
  }
  .md\:max-w-md {
    @media (width >= 768px) {
      max-width: var(--width-md);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:gap-8 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-12 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-20 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:py-10 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:order-1 {
    @media (width >= 1024px) {
      order: 1;
    }
  }
  .lg\:order-none {
    @media (width >= 1024px) {
      order: 0;
    }
  }
  .lg\:col-auto {
    @media (width >= 1024px) {
      grid-column: auto;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 1024px) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:row-auto {
    @media (width >= 1024px) {
      grid-row: auto;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 1024px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:h-12 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 1024px) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 1024px) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-3\/7 {
    @media (width >= 1024px) {
      width: calc(3/7 * 100%);
    }
  }
  .lg\:w-4\/7 {
    @media (width >= 1024px) {
      width: calc(4/7 * 100%);
    }
  }
  .lg\:grow {
    @media (width >= 1024px) {
      flex-grow: 1;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 1024px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 1024px) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 1024px) {
      justify-content: flex-start;
    }
  }
  .lg\:justify-items-start {
    @media (width >= 1024px) {
      justify-items: start;
    }
  }
  .lg\:gap-8 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-16 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-24 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .lg\:gap-40 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 40);
    }
  }
  .lg\:self-end {
    @media (width >= 1024px) {
      align-self: flex-end;
    }
  }
  .lg\:self-start {
    @media (width >= 1024px) {
      align-self: flex-start;
    }
  }
  .lg\:rounded-full {
    @media (width >= 1024px) {
      border-radius: calc(infinity * 1px);
    }
  }
  .lg\:rounded-full {
    @media (width >= 1024px) {
      border-radius: var(--radius-full);
    }
  }
  .lg\:p-16 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-6 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-16 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-8 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-10 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:text-left {
    @media (width >= 1024px) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 1024px) {
      text-align: right;
    }
  }
  .xl\:block {
    @media (width >= 1280px) {
      display: block;
    }
  }
  .xl\:h-\[440px\] {
    @media (width >= 1280px) {
      height: 440px;
    }
  }
}
@layer components {
  .link_stretched {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      z-index: 90;
    }
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
    &::before {
      content: var(--tw-content);
      cursor: pointer;
    }
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .link_footer {
    color: var(--color-grey-700);
    --tw-outline-style: none;
    outline-style: none;
    &:visited {
      color: var(--color-grey-700);
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
    &:active {
      color: var(--color-grey-900);
    }
  }
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    .card-img {
      position: relative;
      display: flex;
      aspect-ratio: var(--aspect-video);
      flex-direction: row;
      align-items: flex-start;
      gap: calc(var(--spacing) * 2);
      overflow: hidden;
      border-radius: var(--radius-xl);
      background-size: cover;
      background-position: top;
      padding: calc(var(--spacing) * 4);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 700ms;
      transition-duration: 700ms;
      img {
        position: absolute;
        top: calc(var(--spacing) * 0);
        left: calc(var(--spacing) * 0);
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 700ms;
        transition-duration: 700ms;
        &:is(:where(.group):hover *) {
          @media (hover: hover) {
            --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,);
          }
        }
      }
    }
    .card-title {
      display: flex;
      flex-direction: column;
      gap: calc(var(--spacing) * 1);
    }
    .card-body {
      display: flex;
      flex-direction: column;
      gap: calc(var(--spacing) * 3);
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .card_ring {
    .card-img {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-ring-color: var(--color-blue-100);
        }
      }
    }
  }
  .tile {
    position: relative;
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    &::after {
      content: var(--tw-content);
      border-color: color-mix(in srgb, #000 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
      }
    }
    &:after {
      border-radius: var(--radius-xl);
    }
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    border-radius: var(--radius-xl);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 3);
    --tw-shadow: 0px 0.07px 0.28px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.33px 0.57px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.8px 1.14px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 1.54px 2.23px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 2.59px 4.1px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 4px 7px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.03));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 700ms;
    transition-duration: 700ms;
    .tile-body {
      display: flex;
      flex-grow: 1;
      flex-direction: column;
      gap: calc(var(--spacing) * 1);
    }
    .tile-meta {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .tile-icon {
    aspect-ratio: 1 / 1;
    width: calc(var(--spacing) * 12.5);
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-grey-100);
    background-color: var(--color-grey-50);
    padding: calc(var(--spacing) * 3);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    color: var(--color-grey-600);
    i {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .tile_hover {
    &:hover {
      @media (hover: hover) {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-ring-color: var(--color-blue-100);
      }
    }
  }
  .tile-icon_blue {
    border-color: var(--color-blue-100);
    background-color: var(--color-blue-50);
    color: var(--color-blue-600);
  }
  .tile-icon_yellow {
    border-color: var(--color-yellow-100);
    background-color: var(--color-yellow-50);
    color: var(--color-yellow-600);
  }
  .tile-icon_emerald {
    border-color: var(--color-emerald-100);
    background-color: var(--color-emerald-50);
    color: var(--color-emerald-600);
  }
  .tile-icon_premie {
    height: calc(var(--spacing) * 40);
    width: calc(var(--spacing) * 40);
  }
  .tag {
    position: relative;
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    &::after {
      content: var(--tw-content);
      border-color: color-mix(in srgb, #000 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
      }
    }
    &:after {
      border-radius: var(--radius-lg);
    }
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    gap: calc(var(--spacing) * 1);
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 6);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    white-space: nowrap;
    color: var(--color-grey-900);
  }
  .tag_locatie {
    background-color: var(--color-blauw);
    i {
      color: var(--color-paars-dark);
    }
  }
  .tag_vorming {
    background-color: var(--color-blauw);
    i {
      color: var(--color-paars-dark);
    }
  }
  .tag_praatgroep {
    background-color: var(--color-blauw);
    i {
      color: var(--color-paars-dark);
    }
  }
  .tag_thema {
    background-color: var(--color-roze);
    i {
      color: var(--color-rood-dark);
    }
  }
  .meta {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-grey-600);
    text-transform: uppercase;
  }
}
body, html {
  height: 100%;
  min-height: 100%;
  font-family: var(--font-body);
}
body {
  display: flex;
  flex-direction: column;
  main {
    flex-grow: 1;
  }
}
header nav a {
  border-radius: calc(infinity * 1px);
  border-radius: var(--radius-full);
  padding: calc(var(--spacing) * 2.5);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-outline-style: none;
  outline-style: none;
  &:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus-visible {
    --tw-ring-color: var(--color-link-focus);
  }
  &:focus-visible {
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  --tw-outline-style: none;
  outline-style: none;
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus {
    --tw-ring-color: var(--color-link-focus);
  }
  &:focus {
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-roze-light);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-rood);
    }
  }
}
h1, h2, .h2, h3, .h3, h4, .h4 h5, .h5 {
  text-wrap: balance;
  -webkit-hyphens: auto;
  hyphens: auto;
}
h1 {
  font-family: var(--font-header);
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 1024px) {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
}
h2 {
  font-family: var(--font-header);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 1024px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
h3 {
  font-family: var(--font-header);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
h4 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
h5 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.lead {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  color: var(--color-grey-700);
}
.caption {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-grey-600);
}
.pager {
  .pager__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    .pager__item a {
      display: flex;
      aspect-ratio: 1 / 1;
      height: calc(var(--spacing) * 10);
      list-style-type: none;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-md);
      padding: calc(var(--spacing) * 0);
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
      color: var(--color-gray-700);
      --tw-outline-style: none;
      outline-style: none;
      &:focus-visible {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
      &:focus-visible {
        --tw-ring-color: var(--color-link-focus);
      }
      &:focus-visible {
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      }
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-grey-100);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-black);
        }
      }
    }
    .pager__item--first,	.pager__item--previous,	.pager__item--next,	.pager__item--last {
      a {
        &::before {
          content: var(--tw-content);
          display: block;
        }
        &::before {
          content: var(--tw-content);
          font-family: var(--font-icon);
        }
        &::before {
          content: var(--tw-content);
          font-size: var(--text-xl);
          line-height: var(--tw-leading, var(--text-xl--line-height));
        }
        &::before {
          content: var(--tw-content);
          --tw-font-weight: var(--font-weight-normal);
          font-weight: var(--font-weight-normal);
        }
      }
      span {
        display: none;
      }
    }
    .pager__item--first a {
      &::before {
        content: var(--tw-content);
        --tw-content: '\F276';
        content: var(--tw-content);
      }
    }
    .pager__item--previous a {
      &::before {
        content: var(--tw-content);
        --tw-content: '\F284';
        content: var(--tw-content);
      }
    }
    .pager__item--next a {
      &::before {
        content: var(--tw-content);
        --tw-content: '\F285';
        content: var(--tw-content);
      }
    }
    .pager__item--last a {
      &::before {
        content: var(--tw-content);
        --tw-content: '\F277';
        content: var(--tw-content);
      }
    }
  }
  .pagination-item_active {
    background-color: var(--color-grey-100);
  }
}
a.drupal-btn {
  display: inline-block;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  border-radius: var(--radius-full);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-rood);
  background-color: var(--color-rood);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  text-wrap: nowrap;
  color: var(--color-white);
  --tw-outline-style: none;
  outline-style: none;
  &:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus-visible {
    --tw-ring-color: var(--color-link-focus);
  }
  &:focus-visible {
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-rood-dark);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-rood-dark);
    }
  }
}
a.drupal-btn-cta {
  display: inline-block;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  border-radius: var(--radius-full);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-rood);
  background-color: var(--color-rood);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  text-wrap: nowrap;
  color: var(--color-white);
  --tw-outline-style: none;
  outline-style: none;
  &:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus-visible {
    --tw-ring-color: var(--color-link-focus);
  }
  &:focus-visible {
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-rood-dark);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-rood-dark);
    }
  }
  border-color: var(--color-grey-300);
  background-color: var(--color-white);
  color: var(--color-black);
  --tw-shadow: 0px 0.07px 0.28px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.33px 0.57px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.8px 1.14px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 1.54px 2.23px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 2.59px 4.1px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 4px 7px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.03));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-grey-300);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-grey-50);
    }
  }
}
.content-styles {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  & > * {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  h1,	h2,	h3,	h4 {
    color: var(--color-black);
    &:first-child {
      padding-top: calc(var(--spacing) * 0) !important;
    }
  }
  h2 {
    padding-top: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 4);
  }
  h3 {
    padding-top: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 2);
  }
  h4 {
    padding-top: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 2);
  }
  .lead {
    padding-top: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 4);
  }
  a:not([class]) {
    cursor: pointer;
    color: var(--color-link);
    --tw-outline-style: none;
    outline-style: none;
    &:visited {
      color: var(--color-link-visited);
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-link-hover);
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
    &:focus-visible {
      background-color: var(--color-link);
    }
    &:focus-visible {
      color: var(--color-white);
    }
  }
  p,	table,	small,	.media-inline_file {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .media-inline_img,	.media-inline_video {
    margin-block: calc(var(--spacing) * 8);
  }
  .media-inline_file {
    span ~ span {
      margin-left: calc(var(--spacing) * 2);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  img {
    border-radius: var(--radius-xl);
  }
  figcaption {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-grey-600);
  }
  .media-oembed-content {
    margin-block: calc(var(--spacing) * 8);
    aspect-ratio: var(--aspect-video);
    height: auto;
    border-radius: var(--radius-xl);
  }
  blockquote {
    margin: auto;
    max-width: var(--container-sm);
    max-width: var(--width-sm);
    padding-block: calc(var(--spacing) * 8);
    text-align: center;
    font-family: var(--font-header);
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-paars-dark);
  }
  ul,	ol {
    position: relative;
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 4);
    li {
      position: relative;
      padding-left: calc(var(--spacing) * 6);
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
      &::before {
        content: var(--tw-content);
        border-radius: 0.25rem;
      }
      ul,	ol {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  ul {
    li {
      &::before {
        content: var(--tw-content);
        top: 0.625em;
      }
      &::before {
        content: var(--tw-content);
        left: 0.25em;
      }
      &::before {
        content: var(--tw-content);
        display: block;
      }
      &::before {
        content: var(--tw-content);
        height: 0.5em;
      }
      &::before {
        content: var(--tw-content);
        width: 0.5em;
      }
      &::before {
        content: var(--tw-content);
        border-radius: calc(infinity * 1px);
      }
      &::before {
        content: var(--tw-content);
        border-radius: var(--radius-full);
      }
      &::before {
        content: var(--tw-content);
        background-color: var(--color-black);
      }
      &::before {
        content: var(--tw-content);
        --tw-content: '';
        content: var(--tw-content);
      }
      ul {
        li {
          &::before {
            content: var(--tw-content);
            box-sizing: border-box;
          }
          &::before {
            content: var(--tw-content);
            border-style: var(--tw-border-style);
            border-width: 1px;
          }
          &::before {
            content: var(--tw-content);
            border-color: var(--color-black);
          }
          &::before {
            content: var(--tw-content);
            background-color: transparent;
          }
        }
      }
    }
  }
  ol {
    li {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
      &::before {
        content: var(--tw-content);
        font-family: var(--font-body);
      }
      &::before {
        content: var(--tw-content);
        font-size: var(--text-sm);
        line-height: calc(var(--spacing) * 6);
      }
      &::before {
        content: var(--tw-content);
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
      counter-increment: ol-item;
      &:before {
        content: counter(ol-item) ".";
      }
      li {
        counter-increment: ol-ol-item;
        &:before {
          content: counter(ol-ol-item, lower-alpha) ")";
        }
      }
    }
  }
  .btn {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.user-login-form, .webform-submission-form {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 6);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  .js-form-item {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 1.5);
  }
  label,	legend {
    width: 100%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .form-required {
    &::after {
      content: var(--tw-content);
      margin-left: calc(var(--spacing) * 1);
    }
    &::after {
      content: var(--tw-content);
      color: var(--color-rood-dark);
    }
    &::after {
      content: var(--tw-content);
      --tw-content: '*';
      content: var(--tw-content);
    }
  }
  fieldset {
    margin: calc(var(--spacing) * 0);
  }
  .js-form-submit {
    display: inline-block;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    border-radius: var(--radius-full);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-rood);
    background-color: var(--color-rood);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-wrap: nowrap;
    color: var(--color-white);
    --tw-outline-style: none;
    outline-style: none;
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus-visible {
      --tw-ring-color: var(--color-link-focus);
    }
    &:focus-visible {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-rood-dark);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-rood-dark);
      }
    }
  }
  input[type="text"],	input[type="password"],	input[type="email"],	input[type="number"],	input[type="date"],	textarea {
    width: 100%;
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-grey-200);
    color: var(--color-grey-900);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-grey-400);
      }
    }
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    --tw-outline-style: none;
    outline-style: none;
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus-visible {
      --tw-ring-color: var(--color-link-focus);
    }
    &:focus-visible {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
    --tw-outline-style: none;
    outline-style: none;
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-ring-color: var(--color-link-focus);
    }
    &:focus {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  input[type="text"],	input[type="email"],	textarea {
    max-width: 600px;
  }
  input[type="password"],	input[type="number"],	input[type="date"] {
    max-width: 200px;
  }
  .js-form-type-radio,	.js-form-type-checkbox {
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: calc(var(--spacing) * 2.5);
  }
  input[type="checkbox"],	input[type="radio"] {
    position: relative;
    margin-block: calc(var(--spacing) * 3);
    aspect-ratio: 1 / 1;
    width: calc(var(--spacing) * 5);
    min-width: calc(var(--spacing) * 5);
    cursor: pointer;
    appearance: none;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-grey-400);
    background-color: var(--color-white);
    --tw-outline-style: none;
    outline-style: none;
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus-visible {
      --tw-ring-color: var(--color-link-focus);
    }
    &:focus-visible {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
    --tw-outline-style: none;
    outline-style: none;
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-ring-color: var(--color-link-focus);
    }
    &:focus {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
    --tw-outline-style: none;
    outline-style: none;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-grey-600);
      }
    }
  }
  input[type="radio"] {
    border-radius: calc(infinity * 1px);
    border-radius: var(--radius-full);
    &:checked {
      border-style: var(--tw-border-style);
      border-width: 6px;
    }
    &:checked {
      border-color: var(--color-rood);
    }
    &:checked {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-rood-dark);
        }
      }
    }
  }
  input[type="checkbox"] {
    border-radius: var(--radius-sm);
    &:checked {
      border-color: var(--color-rood);
    }
    &:checked {
      background-color: var(--color-rood);
    }
    &:checked {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
    &:checked {
      &::before {
        content: var(--tw-content);
        top: calc(1/2 * 100%);
      }
    }
    &:checked {
      &::before {
        content: var(--tw-content);
        left: calc(1/2 * 100%);
      }
    }
    &:checked {
      &::before {
        content: var(--tw-content);
        --tw-translate-x: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:checked {
      &::before {
        content: var(--tw-content);
        --tw-translate-y: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:checked {
      &::before {
        content: var(--tw-content);
        font-family: var(--font-icon);
      }
    }
    &:checked {
      &::before {
        content: var(--tw-content);
        color: var(--color-white);
      }
    }
    &:checked {
      &::before {
        content: var(--tw-content);
        --tw-content: '\F633';
        content: var(--tw-content);
      }
    }
    &:checked {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-rood-dark);
        }
      }
    }
    &:checked {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-rood-dark);
        }
      }
    }
    &:disabled {
      border-color: var(--color-grey-200);
    }
    &:disabled {
      &:checked {
        background-color: var(--color-grey-200);
      }
    }
    &:disabled {
      &:checked {
        &::before {
          content: var(--tw-content);
          color: var(--color-grey-100);
        }
      }
    }
    &:disabled {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-grey-200);
        }
      }
    }
  }
  input[type="checkbox"] ~ label,	input[type="radio"] ~ label {
    position: relative;
    z-index: 10;
    display: flex;
    flex-grow: 1;
    cursor: pointer;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 2.5);
    padding-right: calc(var(--spacing) * 0);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .js-form-type-checkbox > label {
    width: 100%;
  }
  input[type="checkbox"] ~ .description {
    padding-block: calc(var(--spacing) * 2.5);
  }
}
.search {
  form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: calc(var(--spacing) * 0.5);
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-grey-200);
    color: var(--color-grey-900);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-grey-400);
      }
    }
    border-radius: calc(infinity * 1px);
    border-radius: var(--radius-full);
    --tw-outline-style: none;
    outline-style: none;
    &:focus-within {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus-within {
      --tw-ring-color: var(--color-link-focus);
    }
    &:focus-within {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
    .form-item-search-api-fulltext {
      display: flex;
      flex-grow: 1;
      flex-direction: row;
      align-items: center;
      gap: calc(var(--spacing) * 0.5);
      &::before {
        content: var(--tw-content);
        display: block;
      }
      &::before {
        content: var(--tw-content);
        aspect-ratio: 1 / 1;
      }
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
      &::before {
        content: var(--tw-content);
        padding: calc(var(--spacing) * 2.5);
      }
      &::before {
        content: var(--tw-content);
        font-family: var(--font-icon);
      }
      &::before {
        content: var(--tw-content);
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
      &::before {
        content: var(--tw-content);
        --tw-leading: 1;
        line-height: 1;
      }
      &::before {
        content: var(--tw-content);
        --tw-content: none;
        content: none;
      }
      @media (width >= 768px) {
        &::before {
          content: var(--tw-content);
          --tw-content: '\F52A';
          content: var(--tw-content);
        }
      }
      input {
        width: 100%;
      }
    }
    .form-text {
      flex-grow: 1;
      --tw-outline-style: none;
      outline-style: none;
      &:focus {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
      &:focus-visible {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
    .form-submit {
      display: inline-block;
      cursor: pointer;
      border-radius: calc(infinity * 1px);
      border-radius: var(--radius-full);
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-rood);
      background-color: var(--color-rood);
      padding-inline: calc(var(--spacing) * 4);
      padding-block: calc(var(--spacing) * 2);
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
      text-wrap: nowrap;
      color: var(--color-white);
      --tw-outline-style: none;
      outline-style: none;
      &:focus-visible {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
      &:focus-visible {
        --tw-ring-color: var(--color-link-focus);
      }
      &:focus-visible {
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      }
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-rood-dark);
        }
      }
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-rood-dark);
        }
      }
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: var(--radius-none);
      border-bottom-left-radius: var(--radius-none);
    }
  }
}
.premie-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing) * 0.5);
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-grey-200);
  color: var(--color-grey-900);
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-grey-400);
    }
  }
  border-radius: calc(infinity * 1px);
  border-radius: var(--radius-full);
  --tw-outline-style: none;
  outline-style: none;
  &:focus-within {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus-within {
    --tw-ring-color: var(--color-link-focus);
  }
  &:focus-within {
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  &::before {
    content: var(--tw-content);
    display: block;
  }
  &::before {
    content: var(--tw-content);
    aspect-ratio: 1 / 1;
  }
  &::before {
    content: var(--tw-content);
    height: 100%;
  }
  &::before {
    content: var(--tw-content);
    padding: calc(var(--spacing) * 2.5);
  }
  &::before {
    content: var(--tw-content);
    font-family: var(--font-icon);
  }
  &::before {
    content: var(--tw-content);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  &::before {
    content: var(--tw-content);
    --tw-leading: 1;
    line-height: 1;
  }
  &::before {
    content: var(--tw-content);
    --tw-content: '\F52A';
    content: var(--tw-content);
  }
  .form-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: calc(var(--spacing) * 2);
    .form-text {
      --tw-outline-style: none;
      outline-style: none;
      &:focus {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
      &:focus-visible {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
    .ajax-progress {
      text-wrap: nowrap;
    }
  }
  .form-submit {
    display: inline-block;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    border-radius: var(--radius-full);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-rood);
    background-color: var(--color-rood);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-wrap: nowrap;
    color: var(--color-white);
    --tw-outline-style: none;
    outline-style: none;
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus-visible {
      --tw-ring-color: var(--color-link-focus);
    }
    &:focus-visible {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-rood-dark);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-rood-dark);
      }
    }
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: var(--radius-none);
    border-bottom-left-radius: var(--radius-none);
  }
}
.ui-menu-item-wrapper {
  display: block;
}
#zoek-premie {
  margin: auto;
  display: flex;
  max-width: var(--container-md);
  max-width: var(--width-md);
  flex-direction: column;
  align-items: stretch;
  gap: calc(var(--spacing) * 6);
  .search {
    --tw-shadow: 0px 0.13px 0.28px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0x 0.57px 0.57px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 1.4px 1.14px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 2.7px 2.23px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 4.54px 4.1px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.03)), 0px 7px 7px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .js-form-item-naam {
    flex-grow: 1;
  }
}
div#sliding-popup {
  z-index: 90;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, #000 25%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-black) 25%, transparent);
  }
  padding: calc(var(--spacing) * 6);
  .eu-cookie-compliance-banner,	.eu-cookie-withdraw-banner {
    margin: auto;
    max-width: var(--breakpoint-xs);
    max-width: var(--width-screen-xs);
    border-radius: var(--radius-xl);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0px 0.17px 1.14px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.73px 2.36px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 1.8px 4.71px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.03)), 0px 3.47px 9.24px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.04)), 0px 5.83px 16.98px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.05)), 0px 9px 29px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    .eu-cookie-compliance-content {
      display: flex;
      max-width: 100%;
      flex-direction: column;
      gap: calc(var(--spacing) * 2);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      .eu-cookie-compliance-message {
        float: none;
        max-width: 100%;
        a {
          cursor: pointer;
          color: var(--color-link);
          --tw-outline-style: none;
          outline-style: none;
          &:visited {
            color: var(--color-link-visited);
          }
          &:hover {
            @media (hover: hover) {
              color: var(--color-link-hover);
            }
          }
          &:hover {
            @media (hover: hover) {
              text-decoration-line: underline;
            }
          }
          &:focus-visible {
            background-color: var(--color-link);
          }
          &:focus-visible {
            color: var(--color-white);
          }
        }
      }
      .eu-cookie-compliance-categories {
        display: flex;
        flex-direction: column;
        gap: calc(var(--spacing) * 2);
        .eu-cookie-compliance-category {
          position: relative;
          display: flex;
          flex-direction: column;
          gap: calc(var(--spacing) * 1.5);
          input[type="checkbox"] {
            position: absolute;
            top: calc(var(--spacing) * 0.5);
            left: calc(var(--spacing) * 0);
            height: calc(var(--spacing) * 4) !important;
            width: calc(var(--spacing) * 4);
          }
          input[type="checkbox"] ~ label {
            padding-block: calc(var(--spacing) * 0) !important;
            padding-right: calc(var(--spacing) * 0);
            padding-left: calc(var(--spacing) * 6);
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height));
            --tw-font-weight: var(--font-weight-semibold);
            font-weight: var(--font-weight-semibold);
          }
        }
        .eu-cookie-compliance-categories-buttons {
          display: flex;
        }
      }
      .eu-cookie-compliance-buttons {
        float: none;
        display: flex;
        max-width: 100%;
        flex-direction: column;
        gap: calc(var(--spacing) * 2);
        button {
          max-width: fit-content;
        }
      }
    }
  }
  .eu-cookie-withdraw-tab {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: var(--color-black);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-white);
    --tw-shadow-alpha: 50%;
    --tw-shadow: 0px 0.13px 0.28px 0px var(--tw-shadow-color, oklab(from rgba(0, 0, 0, 0.01) l a b / 50%)), 0x 0.57px 0.57px 0px var(--tw-shadow-color, oklab(from rgba(0, 0, 0, 0.02) l a b / 50%)), 0px 1.4px 1.14px 0px var(--tw-shadow-color, oklab(from rgba(0, 0, 0, 0.02) l a b / 50%)), 0px 2.7px 2.23px 0px var(--tw-shadow-color, oklab(from rgba(0, 0, 0, 0.02) l a b / 50%)), 0px 4.54px 4.1px 0px var(--tw-shadow-color, oklab(from rgba(0, 0, 0, 0.03) l a b / 50%)), 0px 7px 7px 0px var(--tw-shadow-color, oklab(from rgba(0, 0, 0, 0.04) l a b / 50%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-700);
      }
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
}
.openid-connect-login-form .js-form-submit {
  display: inline-block;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  border-radius: var(--radius-full);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-rood);
  background-color: var(--color-rood);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  text-wrap: nowrap;
  color: var(--color-white);
  --tw-outline-style: none;
  outline-style: none;
  &:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus-visible {
    --tw-ring-color: var(--color-link-focus);
  }
  &:focus-visible {
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-rood-dark);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-rood-dark);
    }
  }
  border-color: var(--color-grey-300);
  background-color: var(--color-white);
  color: var(--color-black);
  --tw-shadow: 0px 0.07px 0.28px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.33px 0.57px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 0.8px 1.14px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.01)), 0px 1.54px 2.23px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 2.59px 4.1px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 4px 7px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.03));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-grey-300);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-grey-50);
    }
  }
}
.wrapper-authors {
  background-color: var(--color-link);
  #block-coponcho-tabbladen {
    margin: auto;
    max-width: var(--container-xl);
    max-width: var(--width-xl);
    padding: calc(var(--spacing) * 4);
  }
  ul {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
    li {
      color: var(--color-white);
    }
  }
}
.user-login-form {
  margin: auto;
  max-width: var(--container-xl);
  max-width: var(--width-xl);
  padding: calc(var(--spacing) * 4);
}
.dialog-off-canvas-main-canvas {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  main {
    flex-grow: 1;
  }
}
.openid-connect-login-form {
  height: 100%;
  background-color: var(--color-roze-light);
}
.openid-connect-login-form > div {
  margin: auto;
  height: 100%;
  max-width: var(--container-xl);
  max-width: var(--width-xl);
  padding: calc(var(--spacing) * 4);
}
#sliding-popup, header, footer {
  @media print {
    display: none;
  }
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus-within {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
.invisible {
  visibility: hidden;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-content: "";
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-x-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-duration: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
