/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Roboto', 'Arial', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-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;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --color-his-green-lighter: #EEF0D1;
    --color-his-green: #6D7F47;
    --color-his-green-dark: #3C4F3E;
    --color-his-blue-lighter: #E5E9EE;
    --color-his-blue: #556B8A;
    --color-his-black: #081426;
    --color-his-white: #ffffff;
    --color-links-default: #715D5E;
    --color-background-beige: #F1EEEE;
    --color-background-interactive-green: var(--color-his-green-lighter);
    --color-links-interactive-green: var(--color-his-green-dark);
    --font-display: 'Morl', 'Arial', 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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-\[50px\] {
    top: calc(50px * -1);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[8px\] {
    top: 8px;
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[5px\] {
    left: 5px;
  }
  .left-\[13px\] {
    left: 13px;
  }
  .col-6 {
    grid-column: 6;
  }
  .container {
    width: 100%;
    @media (width >= 1400px) {
      max-width: 1400px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .-mt-24 {
    margin-top: calc(var(--spacing) * -24);
  }
  .-mt-px {
    margin-top: -1px;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[392\/272\] {
    aspect-ratio: 392/272;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .divider-organic {
    width: 3rem;
    height: 3px;
    mask-image: url('../Icons/divider-organic.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('../Icons/divider-organic.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[57px\] {
    height: 57px;
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[62px\] {
    width: 62px;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-\[312px\] {
    width: 312px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[1016px\] {
    max-width: 1016px;
  }
  .max-w-\[1224px\] {
    max-width: 1224px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .\!bg-background-beige {
    background-color: var(--color-background-beige) !important;
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-background-beige {
    background-color: var(--color-background-beige);
  }
  .bg-background-interactive-green {
    background-color: var(--color-background-interactive-green);
  }
  .bg-his-blue {
    background-color: var(--color-his-blue);
  }
  .bg-his-green-dark {
    background-color: var(--color-his-green-dark);
  }
  .bg-his-white {
    background-color: var(--color-his-white);
  }
  .bg-links-interactive-green {
    background-color: var(--color-links-interactive-green);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .\!py-\[24px\] {
    padding-block: 24px !important;
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[3px\] {
    padding-top: 3px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-3\.5 {
    padding-bottom: calc(var(--spacing) * 3.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .\!text-\[14px\] {
    font-size: 14px !important;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .\!text-\[18px\] {
    font-size: 18px !important;
  }
  .\!text-\[20px\] {
    font-size: 20px !important;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .\!text-\[36px\] {
    font-size: 36px !important;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[300px\] {
    font-size: 300px;
  }
  .text-\[350px\] {
    font-size: 350px;
  }
  .\!leading-6 {
    --tw-leading: calc(var(--spacing) * 6) !important;
    line-height: calc(var(--spacing) * 6) !important;
  }
  .\!leading-7 {
    --tw-leading: calc(var(--spacing) * 7) !important;
    line-height: calc(var(--spacing) * 7) !important;
  }
  .\!leading-8 {
    --tw-leading: calc(var(--spacing) * 8) !important;
    line-height: calc(var(--spacing) * 8) !important;
  }
  .\!leading-10 {
    --tw-leading: calc(var(--spacing) * 10) !important;
    line-height: calc(var(--spacing) * 10) !important;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .\!text-his-white {
    color: var(--color-his-white) !important;
  }
  .text-his-black {
    color: var(--color-his-black);
  }
  .text-his-blue {
    color: var(--color-his-blue);
  }
  .text-his-green {
    color: var(--color-his-green);
  }
  .text-his-green-dark {
    color: var(--color-his-green-dark);
  }
  .text-links-default {
    color: var(--color-links-default);
  }
  .text-links-interactive-green {
    color: var(--color-links-interactive-green);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_20px_0px_rgba\(0\,0\,0\,0\.20\)\] {
    --tw-shadow: 0px 0px 20px 0px var(--tw-shadow-color, rgba(0,0,0,0.20));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .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,);
  }
  .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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:\!bg-his-blue-lighter {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-his-blue-lighter) !important;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-\[0px_0px_20px_0px_rgba\(0\,0\,0\,0\.30\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0px 0px 20px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .\33 xl\:px-\[108px\] {
    @media (width >= 1400px) {
      padding-inline: 108px;
    }
  }
  .min-\[1400px\]\:px-\[108px\] {
    @media (width >= 1400px) {
      padding-inline: 108px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-2\.5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-7 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 7);
    }
  }
  .md\:pt-12 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .md\:pb-6 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:\!text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px !important;
    }
  }
  .md\:\!text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px !important;
    }
  }
  .md\:\!leading-7 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 7) !important;
      line-height: calc(var(--spacing) * 7) !important;
    }
  }
  .md\:\!leading-8 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 8) !important;
      line-height: calc(var(--spacing) * 8) !important;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-96 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .lg\:w-\[704px\] {
    @media (width >= 64rem) {
      width: 704px;
    }
  }
  .lg\:w-\[1016px\] {
    @media (width >= 64rem) {
      width: 1016px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[1016px\] {
    @media (width >= 64rem) {
      max-width: 1016px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-12 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:\!text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px !important;
    }
  }
  .lg\:\!text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px !important;
    }
  }
  .lg\:text-\[70px\] {
    @media (width >= 64rem) {
      font-size: 70px;
    }
  }
  .lg\:\!leading-8 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 8) !important;
      line-height: calc(var(--spacing) * 8) !important;
    }
  }
  .lg\:\!leading-10 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 10) !important;
      line-height: calc(var(--spacing) * 10) !important;
    }
  }
  .lg\:leading-8 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .xl\:w-\[1016px\] {
    @media (width >= 80rem) {
      width: 1016px;
    }
  }
  .xl\:flex-none {
    @media (width >= 80rem) {
      flex: none;
    }
  }
  .\32 xl\:justify-center {
    @media (width >= 96rem) {
      justify-content: center;
    }
  }
  .\[\&_li\]\:\!text-his-white {
    & li {
      color: var(--color-his-white) !important;
    }
  }
  .\[\&_p\]\:\!text-his-white {
    & p {
      color: var(--color-his-white) !important;
    }
  }
}
.c-at-a-glance__list .c-rte__list, .c-at-a-glance__list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
}
.c-at-a-glance__list .c-rte__list-item, .c-at-a-glance__list li {
  display: block !important;
  position: relative !important;
  padding-left: 24px !important;
  padding-bottom: 0.375rem !important;
  margin-bottom: 0 !important;
  font-family: var(--font-sans) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  color: inherit !important;
}
.c-at-a-glance__list .c-rte__list-item::before, .c-at-a-glance__list li::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.625rem !important;
  width: 0.625rem !important;
  height: 0.625rem !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_970_2307)'%3E%3Cmask id='mask0_970_2307' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='10' height='10'%3E%3Cpath d='M0 0H10V10H0V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_970_2307)'%3E%3Cmask id='mask1_970_2307' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='10' height='10'%3E%3Cpath d='M0.916992 9.85193H9.67699V0.0289307H0.916992V9.85193Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_970_2307)'%3E%3Cpath d='M6.11914 0.408932C6.36778 0.802734 6.65449 1.17117 6.97514 1.50893C7.09914 1.26093 7.22314 1.00893 6.97514 0.889932C6.85214 0.656932 6.85214 0.656932 6.60514 0.656932C7.10514 0.893932 6.49214 0.532932 6.36814 0.532932C6.24414 0.408932 6.24414 0.408932 6.11914 0.408932H5.99614C5.69825 0.388525 5.39946 0.432338 5.11997 0.537405C4.84048 0.642472 4.58682 0.806343 4.37614 1.01793C3.73502 1.63128 3.19201 2.33955 2.76614 3.11793C2.15402 3.91595 1.65747 4.79628 1.29114 5.73293C1.09695 6.0895 0.975074 6.48091 0.932516 6.8847C0.889957 7.28849 0.927552 7.69671 1.04314 8.08593C1.32946 8.70168 1.81209 9.20495 2.41531 9.51679C3.01854 9.82862 3.70821 9.93138 4.37614 9.80893C5.58443 9.60773 6.70522 9.05065 7.59514 8.20893C8.36519 7.41405 8.99329 6.49304 9.45214 5.48593C9.66373 4.88277 9.71793 4.23559 9.60961 3.60564C9.50129 2.97568 9.23404 2.38378 8.83314 1.88593C8.38396 1.26959 7.78613 0.776927 7.09531 0.453809C6.40448 0.130691 5.64313-0.0123745 4.88214 0.0379317C4.19943-0.0468709 3.50912 0.118669 2.93912 0.503878C2.36912 0.889087 1.95808 1.46785 1.78214 2.13293C1.53914 3.12293 3.26214 3.74193 4.00514 3.24693C4.50514 2.99893 4.88214 2.63793 5.37714 2.39093C5.25314 2.39093 5.62514 2.26693 5.62514 2.26693C5.99614 2.14293 5.37714 2.26693 5.74914 2.26693H5.87314C5.62514 2.14293 5.50214 2.14293 5.74914 2.26693C5.50114 2.01893 6.12014 2.39093 5.74914 2.26693C6.12014 2.51493 5.62514 2.01893 5.87314 2.39093C5.87314 2.39093 6.12114 2.75193 5.99714 2.51493C6.24952 2.91847 6.37815 3.3871 6.36714 3.86293C6.18761 4.65129 5.79899 5.37671 5.24214 5.96293C4.99414 6.22093 4.37514 6.83993 4.25114 6.96293C4.00314 7.08693 3.88014 7.21093 3.63214 7.33393C3.50814 7.45793 3.38414 7.45793 3.38414 7.58193C3.01314 7.70593 3.63214 7.45793 3.26014 7.58193H3.01914C3.51914 7.45793 2.89514 7.58193 3.39014 7.58193C3.14214 7.58193 3.89014 7.70593 3.89014 7.82993C4.26114 7.95393 3.89014 7.70593 4.13814 7.95393C3.89014 7.70593 4.26214 8.20193 4.01414 7.95393V7.58993C4.01414 7.96093 4.01414 7.46593 4.13814 7.46593C4.11904 7.25196 4.16209 7.03703 4.26214 6.84693C4.37599 6.45062 4.54426 6.07201 4.76214 5.72193C5.129 4.91539 5.54098 4.13015 5.99614 3.36993C6.12014 3.12193 6.36714 2.75093 6.60514 2.37893C6.72914 2.25493 6.85314 2.00793 6.97614 1.87893C6.85214 2.00293 7.10014 1.63093 6.97614 1.87893C6.97614 1.75493 6.97614 1.75493 7.10014 1.75493C7.16188 1.66352 7.19486 1.55574 7.19486 1.44543C7.19486 1.33513 7.16188 1.22734 7.10014 1.13593V1.38393C7.21914 0.769932 6.60514 0.532932 6.11914 0.408932Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_970_2307'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.c-at-a-glance__list .c-rte__text, .c-at-a-glance__list p {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.c-at-a-glance__list strong, .c-at-a-glance__list b {
  font-weight: 700 !important;
}
.page-blog .c-textmedia .o-layout__item {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  text-align: left !important;
}
.page-blog .c-textmedia .u-h1, .page-blog .c-textmedia h1.u-h1, .page-blog .c-textmedia h1 {
  text-align: left !important;
}
.page-blog .c-textmedia__text, .page-blog .c-textmedia .c-rte__text {
  text-align: left !important;
}
.page-blog .c-blog-detail {
  text-align: left;
}
.page-blog .c-blog-detail h1, .page-blog .c-blog-detail h2, .page-blog .c-blog-detail h3, .page-blog .c-blog-detail h4, .page-blog .c-blog-detail h5, .page-blog .c-blog-detail h6, .page-blog .c-blog-detail p, .page-blog .c-blog-detail div {
  text-align: left;
}
.page-blog .c-blog-detail .o-layout, .page-blog .c-blog-detail .o-layout__item {
  justify-content: flex-start;
  align-items: flex-start;
}
.page-blog .c-blog-metadata, .page-blog .c-blog-metadata * {
  text-align: center !important;
}
.page-blog .c-blog-subtitle {
  font-family: var(--font-display) !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--color-his-blue) !important;
  line-height: 40px !important;
  text-align: left !important;
  margin: 0 !important;
}
.page-blog .c-blog-metadata__title {
  font-family: var(--font-display) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: var(--color-his-green-dark) !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin: 0 !important;
  line-height: 1.1 !important;
}
@media (min-width: 768px) {
  .page-blog .c-blog-metadata__title {
    font-size: 54px !important;
  }
}
@media (min-width: 1024px) {
  .page-blog .c-blog-metadata__title {
    font-size: 70px !important;
  }
}
.page-blog .c-blog-metadata__date {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  color: var(--color-his-green-dark) !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: 20px !important;
}
.page-blog .c-intro__h1 {
  margin-bottom: 0 !important;
}
.page-blog .c-intro {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}
.bg-background-interactive-green h3, .bg-background-interactive-green time, .bg-background-interactive-green .text-center {
  text-align: center !important;
}
.c-blog-teaser__grid {
  display: grid !important;
  gap: 24px !important;
  width: 100% !important;
  justify-items: center !important;
}
.c-blog-teaser__card {
  width: 100% !important;
  max-width: 392px !important;
}
.c-blog-teaser__grid--1 {
  grid-template-columns: 1fr !important;
  max-width: 392px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.c-blog-teaser__grid--2 {
  grid-template-columns: 1fr !important;
  max-width: 808px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .c-blog-teaser__grid--2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .c-blog-teaser__grid--2 .c-blog-teaser__card {
    max-width: none !important;
  }
}
.c-blog-teaser__grid--3 {
  grid-template-columns: 1fr !important;
}
@media (min-width: 1024px) {
  .c-blog-teaser__grid--3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .c-blog-teaser__grid--3 .c-blog-teaser__card {
    max-width: none !important;
  }
}
@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;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-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-ease {
  syntax: "*";
  inherits: false;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --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-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-ease: initial;
    }
  }
}
