/*! tailwindcss v4.1.17 | 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-gray-400: oklch(70.7% 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --page-max-width: 1440px;
    --element-max-width: 800px;
    --color-red: #d2363c;
    --color-dark-red: #a3242a;
    --color-content: #333c41;
    --color-light-gray: #f9fafa;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[25\%\] {
    top: 25%;
  }
  .top-\[75\%\] {
    top: 75%;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .z-10000 {
    z-index: 10000;
  }
  .order-last {
    order: 9999;
  }
  .container {
    width: 100%;
    @media (width >= 800px) {
      max-width: 800px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @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);
  }
  .m-auto {
    margin: auto;
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-\[var\(--mx-h2\)\] {
    margin-inline: var(--mx-h2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-\[72px\] {
    margin-top: calc(72px * -1);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-29 {
    margin-top: calc(var(--spacing) * 29);
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[72px\] {
    margin-top: 72px;
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mb-4\.5 {
    margin-bottom: calc(var(--spacing) * 4.5);
  }
  .-ml-\[60px\] {
    margin-left: calc(60px * -1);
  }
  .-ml-\[260px\] {
    margin-left: calc(260px * -1);
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-grid {
    display: inline-grid;
  }
  .table {
    display: table;
  }
  .aspect-2\/1 {
    aspect-ratio: 2/1;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[59px\] {
    height: 59px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[179px\] {
    height: 179px;
  }
  .h-\[187\.5px\] {
    height: 187.5px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[275px\] {
    height: 275px;
  }
  .h-\[410px\] {
    height: 410px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[120px\] {
    min-height: 120px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[353px\] {
    width: 353px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\(--element-max-width\) {
    max-width: var(--element-max-width);
  }
  .max-w-\(--page-max-width\) {
    max-width: var(--page-max-width);
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[346px\] {
    max-width: 346px;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-\[var\(--page-max-width\)\] {
    max-width: var(--page-max-width);
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-center {
    transform-origin: center;
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    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;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1\.75 {
    gap: calc(var(--spacing) * 1.75);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-light-gray {
    border-color: var(--color-light-gray);
  }
  .border-red {
    border-color: var(--color-red);
  }
  .border-t-red {
    border-top-color: var(--color-red);
  }
  .border-b-red {
    border-bottom-color: var(--color-red);
  }
  .bg-dark-red {
    background-color: var(--color-dark-red);
  }
  .bg-light-gray {
    background-color: var(--color-light-gray);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-18 {
    padding-inline: calc(var(--spacing) * 18);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-18 {
    padding-block: calc(var(--spacing) * 18);
  }
  .py-\[var\(--py-h2\)\] {
    padding-block: var(--py-h2);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-18 {
    padding-top: calc(var(--spacing) * 18);
  }
  .pt-\[72px\] {
    padding-top: 72px;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12\.5 {
    padding-bottom: calc(var(--spacing) * 12.5);
  }
  .pb-\[72px\] {
    padding-bottom: 72px;
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .font-\[23px\] {
    --tw-font-weight: 23px;
    font-weight: 23px;
  }
  .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);
  }
  .text-content {
    color: var(--color-content);
  }
  .text-red {
    color: var(--color-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .no-underline\! {
    text-decoration-line: none !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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-section {
    --tw-shadow: 0px 0px 15px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .drop-shadow-2xl {
    --tw-drop-shadow-size: drop-shadow(0 25px 25px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
    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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-\[\.open\]\:top-1\/2 {
    &:is(:where(.group):is(.open) *) {
      top: calc(1/2 * 100%);
    }
  }
  .group-\[\.open\]\:-rotate-45 {
    &:is(:where(.group):is(.open) *) {
      rotate: calc(45deg * -1);
    }
  }
  .group-\[\.open\]\:rotate-45 {
    &:is(:where(.group):is(.open) *) {
      rotate: 45deg;
    }
  }
  .group-\[\.open\]\:opacity-0 {
    &:is(:where(.group):is(.open) *) {
      opacity: 0%;
    }
  }
  .hover\:no-underline {
    &:hover {
      text-decoration-line: none;
    }
  }
  .hover\:underline\! {
    &:hover {
      text-decoration-line: underline !important;
    }
  }
  .hover\:decoration-2\! {
    &:hover {
      text-decoration-thickness: 2px !important;
    }
  }
  .hover\:underline-offset-20\! {
    &:hover {
      text-underline-offset: 20px !important;
    }
  }
  .md\:order-first {
    @media (width >= 800px) {
      order: -9999;
    }
  }
  .md\:mt-0 {
    @media (width >= 800px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:-ml-\[75px\] {
    @media (width >= 800px) {
      margin-left: calc(75px * -1);
    }
  }
  .md\:-ml-\[233px\] {
    @media (width >= 800px) {
      margin-left: calc(233px * -1);
    }
  }
  .md\:aspect-1375\/479 {
    @media (width >= 800px) {
      aspect-ratio: 1375/479;
    }
  }
  .md\:h-\[120px\] {
    @media (width >= 800px) {
      height: 120px;
    }
  }
  .md\:max-w-\[33\%\] {
    @media (width >= 800px) {
      max-width: 33%;
    }
  }
  .md\:flex-row {
    @media (width >= 800px) {
      flex-direction: row;
    }
  }
  .md\:px-0 {
    @media (width >= 800px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:py-\[var\(--py-h2-md\)\] {
    @media (width >= 800px) {
      padding-block: var(--py-h2-md);
    }
  }
  .md\:text-lg {
    @media (width >= 800px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 800px) {
      font-size: 20px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 800px) {
      font-size: 30px;
    }
  }
  .lg\:h-\[240px\] {
    @media (width >= 64rem) {
      height: 240px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[240px\] {
    @media (width >= 64rem) {
      width: 240px;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 64rem) {
      width: 250px;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 64rem) {
      flex-direction: row-reverse;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 64rem) {
      overflow: hidden;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-9 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[var\(--py-h2-lg\)\] {
    @media (width >= 64rem) {
      padding-block: var(--py-h2-lg);
    }
  }
  .lg\:pt-18 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 18);
    }
  }
  .lg\:pr-6 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .lg\:text-\[21px\] {
    @media (width >= 64rem) {
      font-size: 21px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .xl\:mt-55 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 55);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:shadow-xl {
    @media (width >= 80rem) {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
    }
  }
  .selection\:xl\:py-\[var\(--py-h2-xl\)\] {
    & *::selection {
      @media (width >= 80rem) {
        padding-block: var(--py-h2-xl);
      }
    }
    &::selection {
      @media (width >= 80rem) {
        padding-block: var(--py-h2-xl);
      }
    }
  }
  .\32 xl\:-mt-\[-100px\] {
    @media (width >= 96rem) {
      margin-top: calc(-100px * -1);
    }
  }
  .\32 xl\:py-\[var\(--py-h2-2xl\)\] {
    @media (width >= 96rem) {
      padding-block: var(--py-h2-2xl);
    }
  }
}
@font-face {
  font-family: "KlavikaWeb";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/KlavikaWebLight.woff") format("woff");
}
@font-face {
  font-family: "KlavikaWeb";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/KlavikaWebLightItalic.woff") format("woff");
}
@font-face {
  font-family: "KlavikaWeb";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/KlavikaWebRegular.woff") format("woff");
}
@font-face {
  font-family: "KlavikaWeb";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/KlavikaWebRegularItalic.woff") format("woff");
}
@font-face {
  font-family: "KlavikaWeb";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/KlavikaWebMedium.woff") format("woff");
}
@font-face {
  font-family: "KlavikaWeb";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/KlavikaWebMediumItalic.woff") format("woff");
}
@font-face {
  font-family: "KlavikaWeb";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/KlavikaWebBold.woff") format("woff");
}
@font-face {
  font-family: "KlavikaWeb";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/KlavikaWebBoldItalic.woff") format("woff");
}
body {
  font-family: "KlavikaWeb";
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  font-style: normal;
  color: var(--color-content);
}
h1, h2, h3, h4 {
  line-height: 130%;
  font-weight: 500;
  font-style: medium;
  color: var(--color-red);
}
a {
  text-decoration: underline;
}
.ck-editor h1 {
  font-size: 36px;
  margin-bottom: 8px;
}
.ck-editor h2 {
  font-size: 28px;
  margin-bottom: 8px;
}
.ck-editor h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.ck-editor h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
.ck-editor p {
  font-size: 18px;
}
.ck-editor ul, .ck-editor ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ck-editor ol {
  list-style-position: inside;
  list-style: decimal;
  margin-left: 20px;
}
.ck-editor ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  color: var(--color-content);
}
.ck-editor ol li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 8px;
  color: var(--color-content);
}
.ck-editor ol li:last-child, .ck-editor ul li:last-child {
  margin-bottom: 0;
}
.ck-editor ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../icons/arrow.svg");
}
@media screen {
  .ck-editor h1 {
    font-size: 32px;
  }
  .ck-editor h2 {
    font-size: 28px;
  }
  .ck-editor h3 {
    font-size: 24px;
  }
  .ck-editor h4 {
    font-size: 18px;
  }
}
.navlist-small, .navlist-big {
  margin: 18px;
}
.navlist-big {
  margin-top: 30px;
  margin-bottom: 30px;
}
.navlist-big:last-child, .navlist-small:last-child {
  margin-right: 40px;
}
.headerLogo--large-aktive {
  opacity: 1;
  transition-delay: 1000ms;
}
.headerLogo--small {
  opacity: 0;
}
.headerLogo--large {
  opacity: 0;
}
.headerLogo--small-aktiv {
  opacity: 1;
  transform: translateY(-145px);
}
.logoLink-big {
  height: 148px;
  margin-bottom: 24px;
}
.logoLink-small {
  height: 55px;
  margin-bottom: 8px;
}
.slider-wrapper {
  width: 100%;
  max-width: var(--page-max-width);
  overflow: hidden;
}
.slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.slide {
  flex: 0 0 80%;
  max-width: 346px;
  scroll-snap-align: start;
}
.dot {
  width: 18px;
  height: 18px;
  background: #ccd5da;
  transition: background 0.2s, transform 0.2s;
}
.dot.active {
  width: 34px;
  height: 34px;
  background: #8097a2;
  transition: background 0.2s, transform 0.2s;
}
.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive {
  background-color: transparent;
  border: none;
}
.leaflet-popup-content {
  font-family: "Univers-LT-Std-45-Light";
  font-size: 15px;
}
.leaflet-bottom.leaflet-right {
  background: white;
}
.leaflet-container:focus {
  border: 1px solid black;
}
a.leaflet-control-zoom-out:focus-visible, a.leaflet-control-zoom-in:focus-visible, .leaflet-marker-icon:focus-visible, .leaflet-navigation .leaflet-navigation-button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
.leaflet-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.leaflet-navigation .leaflet-navigation-button {
  width: 30px;
  height: 30px;
  color: black;
  font: bold 18px "Lucida Console", Monaco, monospace;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: white;
}
.leaflet-navigation .leaflet-navigation-button.leaflet-navigation-button-horizontal {
  font: bold 22px "Lucida Console", Monaco, monospace;
}
.leaflet-control-navigation {
  border: 0 !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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-duration {
  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-outline-style: solid;
      --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-duration: initial;
      --tw-ease: initial;
    }
  }
}
