/*! tailwindcss v4.3.0 | 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-red-600: oklch(57.7% 0.245 27.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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);
    --font-weight-thin: 100;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-normal: 0em;
    --tracking-widest: 0.1em;
    --leading-normal: 1.5;
    --radius-2xl: 1rem;
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-lg: 16px;
    --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-light-black: #232323;
    --color-light-grey: #767676;
    --color-red: rgb(255, 70, 90);
    --color-15y-red: #ff0000;
    --color-15y-blue: #0000ff;
    --color-gray: rgb(153, 153, 153);
    --font-if: "IF", Georgia, "Times New Roman", Times, serif;
    --font-caveat: "Caveat Brush", cursive;
    --font-sofia: "Sofia Sans Condensed", sans-serif;
    --font-source-serif: "Source Serif 4", Georgia, 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-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .relative\! {
    position: relative !important;
  }
  .static\! {
    position: static !important;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[160px\] {
    top: 160px;
  }
  .top-auto\! {
    top: auto !important;
  }
  .right-auto\! {
    right: auto !important;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-auto\! {
    left: auto !important;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-100 {
    z-index: 100;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .clear-both {
    clear: both;
  }
  .container {
    width: 100%;
    @media (width >= 420px) {
      max-width: 420px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1350px) {
      max-width: 1350px;
    }
    @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;
    }
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .mt-4\.5 {
    margin-top: calc(var(--spacing) * 4.5);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[130px\] {
    margin-top: 130px;
  }
  .-mr-5 {
    margin-right: calc(var(--spacing) * -5);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .-mb-\[12px\] {
    margin-bottom: calc(12px * -1);
  }
  .-mb-\[18px\] {
    margin-bottom: calc(18px * -1);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-4\.5 {
    margin-bottom: calc(var(--spacing) * 4.5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7\.5 {
    margin-bottom: calc(var(--spacing) * 7.5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-12\.5 {
    margin-bottom: calc(var(--spacing) * 12.5);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-23 {
    margin-bottom: calc(var(--spacing) * 23);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .-ml-5 {
    margin-left: calc(var(--spacing) * -5);
  }
  .-ml-\[max\(20px\,calc\(\(100vw-1290px\)\/2\)\)\] {
    margin-left: calc(max(20px, calc((100vw - 1290px) / 2)) * -1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-\[max\(20px\,calc\(\(100vw-1290px\)\/2\)\)\] {
    margin-left: max(20px, calc((100vw - 1290px) / 2));
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12\! {
    height: calc(var(--spacing) * 12) !important;
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-75 {
    height: calc(var(--spacing) * 75);
  }
  .h-135 {
    height: calc(var(--spacing) * 135);
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[720px\] {
    height: 720px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[700px\] {
    max-height: 700px;
  }
  .max-h-\[720px\] {
    max-height: 720px;
  }
  .min-h-\[calc\(100vh_-_131px\)\] {
    min-height: calc(100vh - 131px);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7\.5 {
    width: calc(var(--spacing) * 7.5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-72\.5 {
    width: calc(var(--spacing) * 72.5);
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[100px\]\! {
    width: 100px !important;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[143px\] {
    width: 143px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[630px\] {
    max-width: 630px;
  }
  .max-w-\[690px\] {
    max-width: 690px;
  }
  .max-w-\[1290px\] {
    max-width: 1290px;
  }
  .max-w-none {
    max-width: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0\! {
    --tw-translate-y: calc(var(--spacing) * 0) !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-none\! {
    transform: none !important;
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-\[360px_360px_auto\] {
    grid-template-rows: 360px 360px auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4\.5 {
    gap: calc(var(--spacing) * 4.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6\.25 {
    gap: calc(var(--spacing) * 6.25);
  }
  .gap-7\.5 {
    gap: calc(var(--spacing) * 7.5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .gap-27 {
    gap: calc(var(--spacing) * 27);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-x-7\.5 {
    column-gap: calc(var(--spacing) * 7.5);
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-15y-blue {
    background-color: var(--color-15y-blue);
  }
  .bg-15y-red {
    background-color: var(--color-15y-red);
  }
  .bg-\[\#FB0327\] {
    background-color: #FB0327;
  }
  .bg-\[rgb\(245\,245\,247\)\] {
    background-color: rgb(245,245,247);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-gray {
    background-color: var(--color-gray);
  }
  .bg-transparent\! {
    background-color: transparent !important;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/40 {
    background-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-14 {
    padding-inline: calc(var(--spacing) * 14);
  }
  .px-\[10vw\] {
    padding-inline: 10vw;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pr-\[10vw\]\! {
    padding-right: 10vw !important;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-\[10vw\]\! {
    padding-left: 10vw !important;
  }
  .pl-\[max\(20px\,calc\(\(100vw-1290px\)\/2\)\)\] {
    padding-left: max(20px, calc((100vw - 1290px) / 2));
  }
  .text-center {
    text-align: center;
  }
  .font-caveat {
    font-family: var(--font-caveat);
  }
  .font-sofia {
    font-family: var(--font-sofia);
  }
  .font-source-serif {
    font-family: var(--font-source-serif);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[52px\] {
    --tw-leading: 52px;
    line-height: 52px;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .-tracking-\[0\.01em\] {
    --tw-tracking: calc(0.01em * -1);
    letter-spacing: calc(0.01em * -1);
  }
  .tracking-\[0\.01em\] {
    --tw-tracking: 0.01em;
    letter-spacing: 0.01em;
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.075em\] {
    --tw-tracking: 0.075em;
    letter-spacing: 0.075em;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-15y-red {
    color: var(--color-15y-red);
  }
  .text-\[\#05D6FD\] {
    color: #05D6FD;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/70 {
    color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-100\! {
    opacity: 100% !important;
  }
  .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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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,);
  }
  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:bg-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .group-hover\:bg-red {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-red);
      }
    }
  }
  .hover\:border-15y-red\! {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-15y-red) !important;
      }
    }
  }
  .hover\:border-\[\#0A66C2\]\! {
    &:hover {
      @media (hover: hover) {
        border-color: #0A66C2 !important;
      }
    }
  }
  .hover\:border-\[\#1877F2\]\! {
    &:hover {
      @media (hover: hover) {
        border-color: #1877F2 !important;
      }
    }
  }
  .hover\:border-\[\#7360F2\]\! {
    &:hover {
      @media (hover: hover) {
        border-color: #7360F2 !important;
      }
    }
  }
  .hover\:border-black\! {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-black) !important;
      }
    }
  }
  .hover\:bg-\[\#FB0327\]\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #FB0327 60%, transparent);
      }
    }
  }
  .hover\:text-15y-red {
    &:hover {
      @media (hover: hover) {
        color: var(--color-15y-red);
      }
    }
  }
  .hover\:text-\[\#0A66C2\] {
    &:hover {
      @media (hover: hover) {
        color: #0A66C2;
      }
    }
  }
  .hover\:text-\[\#1877F2\] {
    &:hover {
      @media (hover: hover) {
        color: #1877F2;
      }
    }
  }
  .hover\:text-\[\#7360F2\] {
    &:hover {
      @media (hover: hover) {
        color: #7360F2;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-red {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .disabled\:opacity-30\! {
    &:disabled {
      opacity: 30% !important;
    }
  }
  .mob\:w-37\.5 {
    @media (width >= 420px) {
      width: calc(var(--spacing) * 37.5);
    }
  }
  .mob\:w-\[180px\] {
    @media (width >= 420px) {
      width: 180px;
    }
  }
  .mob\:max-w-\[180px\] {
    @media (width >= 420px) {
      max-width: 180px;
    }
  }
  .mob\:gap-15 {
    @media (width >= 420px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .mob\:px-\[15vw\] {
    @media (width >= 420px) {
      padding-inline: 15vw;
    }
  }
  .mob\:px-\[30px\] {
    @media (width >= 420px) {
      padding-inline: 30px;
    }
  }
  .mob\:py-\[10px\] {
    @media (width >= 420px) {
      padding-block: 10px;
    }
  }
  .mob\:pt-\[150px\] {
    @media (width >= 420px) {
      padding-top: 150px;
    }
  }
  .mob\:pr-\[15vw\]\! {
    @media (width >= 420px) {
      padding-right: 15vw !important;
    }
  }
  .mob\:pl-\[15vw\]\! {
    @media (width >= 420px) {
      padding-left: 15vw !important;
    }
  }
  .mob\:text-\[13px\] {
    @media (width >= 420px) {
      font-size: 13px;
    }
  }
  .mob\:text-\[16px\] {
    @media (width >= 420px) {
      font-size: 16px;
    }
  }
  .mob\:text-\[52px\] {
    @media (width >= 420px) {
      font-size: 52px;
    }
  }
  .tab\:sticky {
    @media (width >= 768px) {
      position: sticky;
    }
  }
  .tab\:top-\[90px\] {
    @media (width >= 768px) {
      top: 90px;
    }
  }
  .tab\:col-start-2 {
    @media (width >= 768px) {
      grid-column-start: 2;
    }
  }
  .tab\:col-end-3 {
    @media (width >= 768px) {
      grid-column-end: 3;
    }
  }
  .tab\:mx-auto {
    @media (width >= 768px) {
      margin-inline: auto;
    }
  }
  .tab\:my-4 {
    @media (width >= 768px) {
      margin-block: calc(var(--spacing) * 4);
    }
  }
  .tab\:mt-6 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .tab\:mt-11 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 11);
    }
  }
  .tab\:mt-\[90px\] {
    @media (width >= 768px) {
      margin-top: 90px;
    }
  }
  .tab\:mr-0 {
    @media (width >= 768px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .tab\:-mb-\[12px\] {
    @media (width >= 768px) {
      margin-bottom: calc(12px * -1);
    }
  }
  .tab\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .tab\:mb-6 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .tab\:mb-7\.5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .tab\:mb-10 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .tab\:mb-12 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .tab\:mb-20 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .tab\:mb-\[15px\] {
    @media (width >= 768px) {
      margin-bottom: 15px;
    }
  }
  .tab\:mb-\[35px\] {
    @media (width >= 768px) {
      margin-bottom: 35px;
    }
  }
  .tab\:mb-\[70px\] {
    @media (width >= 768px) {
      margin-bottom: 70px;
    }
  }
  .tab\:mb-\[100px\] {
    @media (width >= 768px) {
      margin-bottom: 100px;
    }
  }
  .tab\:-ml-\[260px\] {
    @media (width >= 768px) {
      margin-left: calc(260px * -1);
    }
  }
  .tab\:ml-6 {
    @media (width >= 768px) {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .tab\:ml-auto {
    @media (width >= 768px) {
      margin-left: auto;
    }
  }
  .tab\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .tab\:flex\! {
    @media (width >= 768px) {
      display: flex !important;
    }
  }
  .tab\:aspect-auto {
    @media (width >= 768px) {
      aspect-ratio: auto;
    }
  }
  .tab\:h-3\.5 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 3.5);
    }
  }
  .tab\:h-11 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 11);
    }
  }
  .tab\:h-87\.5 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 87.5);
    }
  }
  .tab\:h-\[35px\] {
    @media (width >= 768px) {
      height: 35px;
    }
  }
  .tab\:h-\[700px\] {
    @media (width >= 768px) {
      height: 700px;
    }
  }
  .tab\:h-auto {
    @media (width >= 768px) {
      height: auto;
    }
  }
  .tab\:max-h-\[700px\] {
    @media (width >= 768px) {
      max-height: 700px;
    }
  }
  .tab\:w-8\.5 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 8.5);
    }
  }
  .tab\:w-45 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 45);
    }
  }
  .tab\:w-\[60px\] {
    @media (width >= 768px) {
      width: 60px;
    }
  }
  .tab\:w-\[200px\] {
    @media (width >= 768px) {
      width: 200px;
    }
  }
  .tab\:w-\[210px\] {
    @media (width >= 768px) {
      width: 210px;
    }
  }
  .tab\:w-\[220px\] {
    @media (width >= 768px) {
      width: 220px;
    }
  }
  .tab\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .tab\:max-w-\[200px\] {
    @media (width >= 768px) {
      max-width: 200px;
    }
  }
  .tab\:max-w-\[300px\] {
    @media (width >= 768px) {
      max-width: 300px;
    }
  }
  .tab\:max-w-\[520px\] {
    @media (width >= 768px) {
      max-width: 520px;
    }
  }
  .tab\:max-w-\[960px\] {
    @media (width >= 768px) {
      max-width: 960px;
    }
  }
  .tab\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .tab\:grid-cols-\[300px_1fr\] {
    @media (width >= 768px) {
      grid-template-columns: 300px 1fr;
    }
  }
  .tab\:grid-cols-\[auto_700px\] {
    @media (width >= 768px) {
      grid-template-columns: auto 700px;
    }
  }
  .tab\:grid-rows-\[800px_auto\] {
    @media (width >= 768px) {
      grid-template-rows: 800px auto;
    }
  }
  .tab\:flex-col {
    @media (width >= 768px) {
      flex-direction: column;
    }
  }
  .tab\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .tab\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .tab\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .tab\:justify-start {
    @media (width >= 768px) {
      justify-content: flex-start;
    }
  }
  .tab\:gap-0 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .tab\:gap-7\.5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 7.5);
    }
  }
  .tab\:gap-25 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 25);
    }
  }
  .tab\:gap-\[135px\] {
    @media (width >= 768px) {
      gap: 135px;
    }
  }
  .tab\:object-fill {
    @media (width >= 768px) {
      object-fit: fill;
    }
  }
  .tab\:p-\[30px\] {
    @media (width >= 768px) {
      padding: 30px;
    }
  }
  .tab\:px-0 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .tab\:px-7\.5 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 7.5);
    }
  }
  .tab\:px-\[20vw\] {
    @media (width >= 768px) {
      padding-inline: 20vw;
    }
  }
  .tab\:px-\[35px\] {
    @media (width >= 768px) {
      padding-inline: 35px;
    }
  }
  .tab\:px-\[50px\] {
    @media (width >= 768px) {
      padding-inline: 50px;
    }
  }
  .tab\:py-10 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .tab\:pt-0 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .tab\:pt-7\.5 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 7.5);
    }
  }
  .tab\:pt-\[40px\] {
    @media (width >= 768px) {
      padding-top: 40px;
    }
  }
  .tab\:pt-\[120px\] {
    @media (width >= 768px) {
      padding-top: 120px;
    }
  }
  .tab\:pt-\[170px\] {
    @media (width >= 768px) {
      padding-top: 170px;
    }
  }
  .tab\:pr-\[20vw\]\! {
    @media (width >= 768px) {
      padding-right: 20vw !important;
    }
  }
  .tab\:pb-6\.25 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 6.25);
    }
  }
  .tab\:pb-9 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 9);
    }
  }
  .tab\:pb-15 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 15);
    }
  }
  .tab\:pl-\[20vw\]\! {
    @media (width >= 768px) {
      padding-left: 20vw !important;
    }
  }
  .tab\:pl-\[50px\] {
    @media (width >= 768px) {
      padding-left: 50px;
    }
  }
  .tab\:text-start {
    @media (width >= 768px) {
      text-align: start;
    }
  }
  .tab\:text-\[14px\] {
    @media (width >= 768px) {
      font-size: 14px;
    }
  }
  .tab\:text-\[16px\] {
    @media (width >= 768px) {
      font-size: 16px;
    }
  }
  .tab\:text-\[17px\] {
    @media (width >= 768px) {
      font-size: 17px;
    }
  }
  .tab\:text-\[18px\] {
    @media (width >= 768px) {
      font-size: 18px;
    }
  }
  .tab\:text-\[22px\] {
    @media (width >= 768px) {
      font-size: 22px;
    }
  }
  .tab\:text-\[24px\] {
    @media (width >= 768px) {
      font-size: 24px;
    }
  }
  .tab\:text-\[30px\] {
    @media (width >= 768px) {
      font-size: 30px;
    }
  }
  .tab\:text-\[36px\] {
    @media (width >= 768px) {
      font-size: 36px;
    }
  }
  .tab\:text-\[42px\] {
    @media (width >= 768px) {
      font-size: 42px;
    }
  }
  .tab\:text-\[60px\] {
    @media (width >= 768px) {
      font-size: 60px;
    }
  }
  .tab\:text-\[64px\] {
    @media (width >= 768px) {
      font-size: 64px;
    }
  }
  .tab\:leading-\[24px\] {
    @media (width >= 768px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .tab\:leading-\[27px\] {
    @media (width >= 768px) {
      --tw-leading: 27px;
      line-height: 27px;
    }
  }
  .tab\:leading-\[28px\] {
    @media (width >= 768px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .tab\:leading-\[32px\] {
    @media (width >= 768px) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .tab\:leading-\[38px\] {
    @media (width >= 768px) {
      --tw-leading: 38px;
      line-height: 38px;
    }
  }
  .tab\:leading-\[42px\] {
    @media (width >= 768px) {
      --tw-leading: 42px;
      line-height: 42px;
    }
  }
  .tab\:leading-\[52px\] {
    @media (width >= 768px) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }
  .tab\:leading-\[60px\] {
    @media (width >= 768px) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .tab\:tracking-\[0\.1em\] {
    @media (width >= 768px) {
      --tw-tracking: 0.1em;
      letter-spacing: 0.1em;
    }
  }
  .desk\:w-52\.5 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 52.5);
    }
  }
  .desk\:w-\[230px\] {
    @media (width >= 1024px) {
      width: 230px;
    }
  }
  .desk\:w-\[260px\] {
    @media (width >= 1024px) {
      width: 260px;
    }
  }
  .desk\:gap-\[100px\] {
    @media (width >= 1024px) {
      gap: 100px;
    }
  }
  .desk\:px-\[100px\] {
    @media (width >= 1024px) {
      padding-inline: 100px;
    }
  }
  .desk\:pl-\[100px\] {
    @media (width >= 1024px) {
      padding-left: 100px;
    }
  }
  .desk\:text-\[76px\] {
    @media (width >= 1024px) {
      font-size: 76px;
    }
  }
  .wide\:order-first {
    @media (width >= 1350px) {
      order: -9999;
    }
  }
  .wide\:order-last {
    @media (width >= 1350px) {
      order: 9999;
    }
  }
  .wide\:mr-\[150px\] {
    @media (width >= 1350px) {
      margin-right: 150px;
    }
  }
  .wide\:ml-\[315px\] {
    @media (width >= 1350px) {
      margin-left: 315px;
    }
  }
  .wide\:max-w-\[480px\] {
    @media (width >= 1350px) {
      max-width: 480px;
    }
  }
  .wide\:grid-cols-2 {
    @media (width >= 1350px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .wide\:grid-cols-3 {
    @media (width >= 1350px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .wide\:pr-30 {
    @media (width >= 1350px) {
      padding-right: calc(var(--spacing) * 30);
    }
  }
  .\[\&_\.contextual\]\:top-\[130px\] {
    & .contextual {
      top: 130px;
    }
  }
  .\[\&_\.field-travel-plus-description\]\:text-center {
    & .field-travel-plus-description {
      text-align: center;
    }
  }
  .\[\&_\.img-wrapper\]\:transition-transform {
    & .img-wrapper {
      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));
    }
  }
  .\[\&_\.img-wrapper\]\:duration-300 {
    & .img-wrapper {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .\[\&_\.paragraph\:last-of-type\]\:col-span-1 {
    & .paragraph:last-of-type {
      grid-column: span 1 / span 1;
    }
  }
  .\[\&_\.paragraph\:last-of-type\]\:mx-auto {
    & .paragraph:last-of-type {
      margin-inline: auto;
    }
  }
  .\[\&_\.paragraph\:last-of-type\]\:max-w-full {
    & .paragraph:last-of-type {
      max-width: 100%;
    }
  }
  .tab\:\[\&_\.paragraph\:last-of-type\]\:col-span-2 {
    @media (width >= 768px) {
      & .paragraph:last-of-type {
        grid-column: span 2 / span 2;
      }
    }
  }
  .tab\:\[\&_\.paragraph\:last-of-type\]\:max-w-1\/2 {
    @media (width >= 768px) {
      & .paragraph:last-of-type {
        max-width: calc(1 / 2 * 100%);
      }
    }
  }
  .wide\:\[\&_\.paragraph\:last-of-type\]\:col-span-1 {
    @media (width >= 1350px) {
      & .paragraph:last-of-type {
        grid-column: span 1 / span 1;
      }
    }
  }
  .wide\:\[\&_\.paragraph\:last-of-type\]\:max-w-full {
    @media (width >= 1350px) {
      & .paragraph:last-of-type {
        max-width: 100%;
      }
    }
  }
  .\[\&_a\]\:flex {
    & a {
      display: flex;
    }
  }
  .\[\&_a\]\:aspect-square {
    & a {
      aspect-ratio: 1 / 1;
    }
  }
  .\[\&_a\]\:w-\[50px\] {
    & a {
      width: 50px;
    }
  }
  .\[\&_a\]\:items-center {
    & a {
      align-items: center;
    }
  }
  .\[\&_a\]\:justify-center {
    & a {
      justify-content: center;
    }
  }
  .\[\&_a\]\:rounded-full {
    & a {
      border-radius: calc(infinity * 1px);
    }
  }
  .\[\&_a\]\:border {
    & a {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\[\&_a\]\:border-gray {
    & a {
      border-color: var(--color-gray);
    }
  }
  .\[\&_a\]\:bg-white {
    & a {
      background-color: var(--color-white);
    }
  }
  .\[\&_a\]\:text-black {
    & a {
      color: var(--color-black);
    }
  }
  .\[\&_a\]\:transition-colors {
    & a {
      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));
    }
  }
  .\[\&_a\]\:duration-300 {
    & a {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .\[\&_a_path\]\:transition-colors {
    & a path {
      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));
    }
  }
  .\[\&_a_path\]\:duration-300 {
    & a path {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .\[\&_a\:hover\]\:text-red-600 {
    & a:hover {
      color: var(--color-red-600);
    }
  }
  .\[\&_a\:hover_path\]\:fill-red-600 {
    & a:hover path {
      fill: var(--color-red-600);
    }
  }
  .\[\&_img\]\:absolute {
    & img {
      position: absolute;
    }
  }
  .\[\&_img\]\:inset-0 {
    & img {
      inset: calc(var(--spacing) * 0);
    }
  }
  .\[\&_img\]\:aspect-square {
    & img {
      aspect-ratio: 1 / 1;
    }
  }
  .\[\&_img\]\:h-\[400px\] {
    & img {
      height: 400px;
    }
  }
  .\[\&_img\]\:h-full {
    & img {
      height: 100%;
    }
  }
  .\[\&_img\]\:w-\[200px\]\! {
    & img {
      width: 200px !important;
    }
  }
  .\[\&_img\]\:w-full {
    & img {
      width: 100%;
    }
  }
  .\[\&_img\]\:rounded-\[15px\] {
    & img {
      border-radius: 15px;
    }
  }
  .\[\&_img\]\:rounded-\[30px\] {
    & img {
      border-radius: 30px;
    }
  }
  .\[\&_img\]\:object-cover {
    & img {
      object-fit: cover;
    }
  }
  .\[\&_img\]\:transition-transform {
    & img {
      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));
    }
  }
  .\[\&_img\]\:duration-0 {
    & img {
      --tw-duration: 0ms;
      transition-duration: 0ms;
    }
  }
  .\[\&_img\]\:duration-300 {
    & img {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .\[\&_img\]\:duration-700 {
    & img {
      --tw-duration: 700ms;
      transition-duration: 700ms;
    }
  }
  .\[\&_img\]\:ease-out {
    & img {
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }
  }
  .hover\:\[\&_img\]\:scale-105 {
    &:hover {
      @media (hover: hover) {
        & img {
          --tw-scale-x: 105%;
          --tw-scale-y: 105%;
          --tw-scale-z: 105%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .hover\:\[\&_img\]\:scale-110 {
    &:hover {
      @media (hover: hover) {
        & img {
          --tw-scale-x: 110%;
          --tw-scale-y: 110%;
          --tw-scale-z: 110%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .tab\:\[\&_img\]\:h-screen {
    @media (width >= 768px) {
      & img {
        height: 100vh;
      }
    }
  }
  .\[\&_img\]\:wide\:w-full\! {
    & img {
      @media (width >= 1350px) {
        width: 100% !important;
      }
    }
  }
  .\[\&_p\]\:m-0 {
    & p {
      margin: calc(var(--spacing) * 0);
    }
  }
  .\[\&_p\]\:mb-\[35px\] {
    & p {
      margin-bottom: 35px;
    }
  }
  .\[\&_p\]\:text-\[18px\] {
    & p {
      font-size: 18px;
    }
  }
  .\[\&_p\]\:leading-\[24px\] {
    & p {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .\[\&_p\]\:font-semibold {
    & p {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .tab\:\[\&_p\]\:text-\[22px\] {
    @media (width >= 768px) {
      & p {
        font-size: 22px;
      }
    }
  }
  .tab\:\[\&_p\]\:leading-\[28px\] {
    @media (width >= 768px) {
      & p {
        --tw-leading: 28px;
        line-height: 28px;
      }
    }
  }
  .\[\&_p\:\:after\]\:ml-1 {
    & p::after {
      margin-left: calc(var(--spacing) * 1);
    }
  }
  .\[\&_p\:\:after\]\:inline-block {
    & p::after {
      display: inline-block;
    }
  }
  .\[\&_p\:\:after\]\:align-top {
    & p::after {
      vertical-align: top;
    }
  }
  .\[\&_p\:\:after\]\:text-\[60px\] {
    & p::after {
      font-size: 60px;
    }
  }
  .\[\&_p\:\:after\]\:leading-0 {
    & p::after {
      --tw-leading: calc(var(--spacing) * 0);
      line-height: calc(var(--spacing) * 0);
    }
  }
  .\[\&_p\:\:after\]\:content-\[\'„\'\] {
    & p::after {
      --tw-content: '„';
      content: var(--tw-content);
    }
  }
  .\[\&_p\:\:before\]\:mr-1 {
    & p::before {
      margin-right: calc(var(--spacing) * 1);
    }
  }
  .\[\&_p\:\:before\]\:inline-block {
    & p::before {
      display: inline-block;
    }
  }
  .\[\&_p\:\:before\]\:align-bottom {
    & p::before {
      vertical-align: bottom;
    }
  }
  .\[\&_p\:\:before\]\:text-\[60px\] {
    & p::before {
      font-size: 60px;
    }
  }
  .\[\&_p\:\:before\]\:leading-\[8px\] {
    & p::before {
      --tw-leading: 8px;
      line-height: 8px;
    }
  }
  .\[\&_p\:\:before\]\:content-\[\'“\'\] {
    & p::before {
      --tw-content: '“';
      content: var(--tw-content);
    }
  }
  .\[\&_svg\]\:hidden {
    & svg {
      display: none;
    }
  }
  .\[\&_svg_path\]\:fill-current {
    & svg path {
      fill: currentcolor;
    }
  }
  .\[\&_video\]\:h-\[400px\] {
    & video {
      height: 400px;
    }
  }
  .\[\&_video\]\:w-full {
    & video {
      width: 100%;
    }
  }
  .\[\&_video\]\:object-cover {
    & video {
      object-fit: cover;
    }
  }
  .tab\:\[\&_video\]\:h-screen {
    @media (width >= 768px) {
      & video {
        height: 100vh;
      }
    }
  }
  .\[\&\.dragging\]\:cursor-grabbing {
    &.dragging {
      cursor: grabbing;
    }
  }
  .\[\&\.scrolled\]\:bg-black {
    &.scrolled {
      background-color: var(--color-black);
    }
  }
  .\[\&\.scrolled\]\:py-3 {
    &.scrolled {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>\*\:nth-child\(even\)_\.img-wrapper\]\:rotate-3 {
    &>*:nth-child(even) .img-wrapper {
      rotate: 3deg;
    }
  }
  .\[\&\>\*\:nth-child\(even\)\:hover_\.img-wrapper\]\:rotate-6 {
    &>*:nth-child(even):hover .img-wrapper {
      rotate: 6deg;
    }
  }
  .\[\&\>\*\:nth-child\(odd\)_\.img-wrapper\]\:-rotate-3 {
    &>*:nth-child(odd) .img-wrapper {
      rotate: calc(3deg * -1);
    }
  }
  .\[\&\>\*\:nth-child\(odd\)\:hover_\.img-wrapper\]\:-rotate-6 {
    &>*:nth-child(odd):hover .img-wrapper {
      rotate: calc(6deg * -1);
    }
  }
  .\[\&\>\.field\>\.field-item\:first-of-type_p\:first-of-type\]\:text-\[20px\] {
    &>.field>.field-item:first-of-type p:first-of-type {
      font-size: 20px;
    }
  }
  .tab\:\[\&\>\.field\>\.field-item\:first-of-type_p\:first-of-type\]\:text-\[26px\] {
    @media (width >= 768px) {
      &>.field>.field-item:first-of-type p:first-of-type {
        font-size: 26px;
      }
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
@font-face {
  font-family: "IF";
  src: url("../../fonts/text-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IF";
  src: url("../../fonts/text-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../../fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ocean";
  src: url("../../fonts/ocean/Ocean-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ocean";
  src: url("../../fonts/ocean/Ocean-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../../fonts/ocean/JetBrainsMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Voga";
  src: url("../../fonts/ocean/Voga-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("../../fonts/SofiaSansCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("../../fonts/SofiaSansCondensed-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("../../fonts/SofiaSansCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("../../fonts/SofiaSansCondensed-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../../fonts/SourceSerif4_48pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../../fonts/SourceSerif4_48pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@layer base {
  body {
    font-family: var(--font-if);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 1.1;
    line-height: 1.1;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-light-black);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ul, li {
    margin: calc(var(--spacing) * 0);
    list-style-type: none;
    padding: calc(var(--spacing) * 0);
  }
  a {
    text-decoration-line: none;
    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: 200ms;
    transition-duration: 200ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  a:hover, a:active, a:focus {
    text-decoration-line: none;
  }
}
@layer components {
  .vertical-align {
    position: absolute;
    top: calc(1 / 2 * 100%);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .container-wrapper {
    padding-inline: 15px;
    @media (width >= 768px) {
      margin-inline: auto;
    }
    @media (width >= 768px) {
      width: 720px;
    }
    @media (width >= 1024px) {
      width: 960px;
    }
    @media (width >= 1350px) {
      width: 1140px;
    }
  }
  .container-fluid {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .col-25 {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: calc(1 / 4 * 100%);
  }
  .col-50 {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: calc(1 / 2 * 100%);
  }
  .col-58 {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 58.3333%;
  }
  .col-41 {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 41.66667%;
  }
  .col-100 {
    flex-basis: 100%;
  }
  .h1 {
    font-size: 38px;
    @media (width >= 768px) {
      font-size: 3.4375rem;
    }
  }
  .h2 {
    padding-bottom: 25px;
    font-size: 33px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-light-grey);
    @media (width >= 768px) {
      font-size: 36px;
    }
    @media (width >= 1024px) {
      font-size: 40px;
    }
  }
  .h2-small {
    font-size: 33px;
    @media (width >= 768px) {
      font-size: 36px;
    }
    @media (width >= 1024px) {
      font-size: 40px;
    }
  }
  .h3 {
    font-size: 20px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    @media (width >= 768px) {
      font-size: 22px;
    }
    @media (width >= 1024px) {
      font-size: 24px;
    }
  }
  .h4 {
    margin-bottom: calc(var(--spacing) * 3);
    font-size: 1.3rem;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 768px) {
      font-size: 1.65rem;
    }
  }
  .big-heading {
    font-size: 40px;
    @media (width >= 768px) {
      font-size: 45px;
    }
    @media (width >= 1024px) {
      font-size: 50px;
    }
  }
  .heading-paddings {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .font-size {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .small-fonts {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .drupal-blue-button {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    appearance: none;
    border-radius: 20em;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #1e5c90;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 1);
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    text-decoration-line: none;
    transition: all 0.1s;
    background-color: #0071b8;
    background-image: linear-gradient(to bottom, #007bc6, #0071b8);
    text-shadow: 0 1px hsl(0 0% 0% / 0.5);
    -webkit-font-smoothing: antialiased;
  }
  .drupal-blue-button:hover {
    border-color: #1e5c90;
    background-color: #2369a6;
    background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
    box-shadow: 0 1px 2px hsl(203 10% 10% / 0.25);
  }
  .drupal-grey-button {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    appearance: none;
    border-radius: 20em;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #a6a6a6;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 1);
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #333;
    text-decoration-line: none;
    transition: all 0.1s;
    background-color: #f2f1eb;
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    text-shadow: 0 1px hsl(0 0% 100% / 0.6);
    -webkit-font-smoothing: antialiased;
  }
  .drupal-grey-button:hover {
    box-shadow: 0 1px 2px hsl(0 0% 0% / 0.125);
  }
  #block-on-local-tasks {
    padding-inline: 15px;
    text-align: center;
  }
  #block-on-local-tasks ul {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-black);
    padding-block: 15px;
  }
  #block-on-local-tasks ul li {
    margin-inline: 5px;
    margin-block: calc(var(--spacing) * 0);
    display: inline-block;
  }
  #block-on-local-tasks ul li a {
    display: block;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
    border-color: var(--color-black);
    background-color: var(--color-black);
    padding-inline: 10px;
    padding-block: calc(var(--spacing) * 0);
    font-size: 18px;
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    color: var(--color-white);
    text-transform: uppercase;
  }
  #block-on-local-tasks ul li a:hover {
    background-color: var(--color-white);
    color: var(--color-black);
  }
  .messages-wrapper {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .messages-wrapper .message.message-error {
    background-color: #ff9494;
    color: var(--color-white);
  }
  .messages-wrapper .message.message-status {
    background-color: #4bb543;
    color: var(--color-white);
  }
  .messages-wrapper .message ul.messages-list {
    padding-inline: 15px;
  }
  .messages-wrapper .message ul.messages-list li {
    padding: 10px;
    --tw-leading: 25px;
    line-height: 25px;
  }
  form.user-login-form {
    text-align: center;
    padding: 20px 20px !important;
  }
  form.user-login-form label {
    display: block;
  }
  .page-404 #block-on-content, .page-403 #block-on-content {
    padding: 20px 20px !important;
    text-align: center;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    @media (width >= 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    @media (width >= 1024px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    @media (width >= 1350px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  @media (min-width: 1024px) {
    .page-404 #block-on-content, .page-403 #block-on-content {
      padding: 40px 20px !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-tracking {
  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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@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-tracking: 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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
