/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --aur-font-sans: 'Lexend Deca', sans-serif;
    --aur-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --aur-color-red-50: oklch(97.1% 0.013 17.38);
    --aur-color-red-200: oklch(88.5% 0.062 18.334);
    --aur-color-red-600: oklch(57.7% 0.245 27.325);
    --aur-color-emerald-50: oklch(97.9% 0.021 166.113);
    --aur-color-emerald-200: oklch(90.5% 0.093 164.15);
    --aur-color-emerald-600: oklch(59.6% 0.145 163.225);
    --aur-color-slate-50: oklch(98.4% 0.003 247.858);
    --aur-color-slate-100: oklch(96.8% 0.007 247.896);
    --aur-color-slate-200: oklch(92.9% 0.013 255.508);
    --aur-color-slate-300: oklch(86.9% 0.022 252.894);
    --aur-color-slate-400: oklch(70.4% 0.04 256.788);
    --aur-color-slate-500: oklch(55.4% 0.046 257.417);
    --aur-color-slate-600: oklch(44.6% 0.043 257.281);
    --aur-color-slate-700: oklch(37.2% 0.044 257.287);
    --aur-color-slate-800: oklch(27.9% 0.041 260.031);
    --aur-color-slate-900: oklch(20.8% 0.042 265.755);
    --aur-color-black: #000;
    --aur-color-white: #fff;
    --aur-spacing: 0.25rem;
    --aur-container-7xl: 80rem;
    --aur-text-xs: 0.75rem;
    --aur-text-xs--line-height: calc(1 / 0.75);
    --aur-text-sm: 0.875rem;
    --aur-text-sm--line-height: calc(1.25 / 0.875);
    --aur-text-base: 1rem;
    --aur-text-base--line-height: calc(1.5 / 1);
    --aur-text-lg: 1.125rem;
    --aur-text-lg--line-height: calc(1.75 / 1.125);
    --aur-text-xl: 1.25rem;
    --aur-text-xl--line-height: calc(1.75 / 1.25);
    --aur-text-2xl: 1.5rem;
    --aur-text-2xl--line-height: calc(2 / 1.5);
    --aur-text-4xl: 2.25rem;
    --aur-text-4xl--line-height: calc(2.5 / 2.25);
    --aur-text-5xl: 3rem;
    --aur-text-5xl--line-height: 1;
    --aur-font-weight-normal: 400;
    --aur-font-weight-medium: 500;
    --aur-font-weight-semibold: 600;
    --aur-font-weight-bold: 700;
    --aur-tracking-wide: 0.025em;
    --aur-leading-tight: 1.25;
    --aur-radius-md: 0.375rem;
    --aur-radius-lg: 0.5rem;
    --aur-radius-xl: 0.75rem;
    --aur-radius-2xl: 1rem;
    --aur-radius-3xl: 1.5rem;
    --aur-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aur-default-transition-duration: 150ms;
    --aur-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --aur-default-font-family: var(--aur-font-sans);
    --aur-default-mono-font-family: var(--aur-font-mono);
    --aur-color-primary: #1b98b9;
    --aur-color-secondary: #f17f51;
    --aur-color-accent: #254d60;
    --aur-color-table-row-alt: #f9f9f9;
  }
}
@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(--aur-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(--aur-default-font-feature-settings, normal);
    font-variation-settings: var(--aur-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(--aur-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--aur-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--aur-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 {
  .aur\:absolute {
    position: absolute;
  }
  .aur\:relative {
    position: relative;
  }
  .aur\:top-4 {
    top: calc(var(--aur-spacing) * 4);
  }
  .aur\:right-4 {
    right: calc(var(--aur-spacing) * 4);
  }
  .aur\:z-10 {
    z-index: 10;
  }
  .aur\:z-20 {
    z-index: 20;
  }
  .aur\:m-0 {
    margin: calc(var(--aur-spacing) * 0);
  }
  .aur\:mx-auto {
    margin-inline: auto;
  }
  .aur\:my-7 {
    margin-block: calc(var(--aur-spacing) * 7);
  }
  .aur\:mt-3 {
    margin-top: calc(var(--aur-spacing) * 3);
  }
  .aur\:mt-4 {
    margin-top: calc(var(--aur-spacing) * 4);
  }
  .aur\:mt-5 {
    margin-top: calc(var(--aur-spacing) * 5);
  }
  .aur\:mb-2 {
    margin-bottom: calc(var(--aur-spacing) * 2);
  }
  .aur\:mb-3 {
    margin-bottom: calc(var(--aur-spacing) * 3);
  }
  .aur\:mb-4 {
    margin-bottom: calc(var(--aur-spacing) * 4);
  }
  .aur\:mb-5 {
    margin-bottom: calc(var(--aur-spacing) * 5);
  }
  .aur\:mb-6 {
    margin-bottom: calc(var(--aur-spacing) * 6);
  }
  .aur\:mb-10 {
    margin-bottom: calc(var(--aur-spacing) * 10);
  }
  .aur\:block {
    display: block;
  }
  .aur\:flex {
    display: flex;
  }
  .aur\:flex\! {
    display: flex !important;
  }
  .aur\:grid {
    display: grid;
  }
  .aur\:hidden {
    display: none;
  }
  .aur\:inline-block {
    display: inline-block;
  }
  .aur\:inline-flex {
    display: inline-flex;
  }
  .aur\:h-2 {
    height: calc(var(--aur-spacing) * 2);
  }
  .aur\:h-4 {
    height: calc(var(--aur-spacing) * 4);
  }
  .aur\:w-2 {
    width: calc(var(--aur-spacing) * 2);
  }
  .aur\:w-4 {
    width: calc(var(--aur-spacing) * 4);
  }
  .aur\:w-fit {
    width: fit-content;
  }
  .aur\:w-full {
    width: 100%;
  }
  .aur\:max-w-7xl {
    max-width: var(--aur-container-7xl);
  }
  .aur\:max-w-130 {
    max-width: calc(var(--aur-spacing) * 130);
  }
  .aur\:max-w-180 {
    max-width: calc(var(--aur-spacing) * 180);
  }
  .aur\:max-w-320 {
    max-width: calc(var(--aur-spacing) * 320);
  }
  .aur\:min-w-40 {
    min-width: calc(var(--aur-spacing) * 40);
  }
  .aur\:min-w-65 {
    min-width: calc(var(--aur-spacing) * 65);
  }
  .aur\:flex-1 {
    flex: 1;
  }
  .aur\:flex-1\! {
    flex: 1 !important;
  }
  .aur\:flex-4 {
    flex: 4;
  }
  .aur\:border-collapse {
    border-collapse: collapse;
  }
  .aur\:list-disc {
    list-style-type: disc;
  }
  .aur\:flex-col {
    flex-direction: column;
  }
  .aur\:flex-row {
    flex-direction: row;
  }
  .aur\:flex-wrap {
    flex-wrap: wrap;
  }
  .aur\:flex-wrap\! {
    flex-wrap: wrap !important;
  }
  .aur\:place-items-end {
    place-items: end;
  }
  .aur\:items-center {
    align-items: center;
  }
  .aur\:items-center\! {
    align-items: center !important;
  }
  .aur\:items-end {
    align-items: flex-end;
  }
  .aur\:items-stretch {
    align-items: stretch;
  }
  .aur\:justify-between {
    justify-content: space-between;
  }
  .aur\:justify-between\! {
    justify-content: space-between !important;
  }
  .aur\:justify-center {
    justify-content: center;
  }
  .aur\:justify-end {
    justify-content: flex-end;
  }
  .aur\:justify-start {
    justify-content: flex-start;
  }
  .aur\:justify-items-end {
    justify-items: end;
  }
  .aur\:gap-2 {
    gap: calc(var(--aur-spacing) * 2);
  }
  .aur\:gap-3 {
    gap: calc(var(--aur-spacing) * 3);
  }
  .aur\:gap-4 {
    gap: calc(var(--aur-spacing) * 4);
  }
  .aur\:gap-4\! {
    gap: calc(var(--aur-spacing) * 4) !important;
  }
  .aur\:gap-5 {
    gap: calc(var(--aur-spacing) * 5);
  }
  .aur\:gap-6 {
    gap: calc(var(--aur-spacing) * 6);
  }
  .aur\:gap-8 {
    gap: calc(var(--aur-spacing) * 8);
  }
  .aur\:gap-15 {
    gap: calc(var(--aur-spacing) * 15);
  }
  .aur\:space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--aur-spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--aur-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .aur\:space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--aur-spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--aur-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .aur\:space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--aur-spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--aur-spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .aur\:space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--aur-spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--aur-spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .aur\:place-self-end {
    place-self: end;
  }
  .aur\:self-end {
    align-self: flex-end;
  }
  .aur\:justify-self-end {
    justify-self: flex-end;
  }
  .aur\:overflow-hidden {
    overflow: hidden;
  }
  .aur\:rounded-2xl {
    border-radius: var(--aur-radius-2xl);
  }
  .aur\:rounded-3xl {
    border-radius: var(--aur-radius-3xl);
  }
  .aur\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .aur\:rounded-lg {
    border-radius: var(--aur-radius-lg);
  }
  .aur\:rounded-md\! {
    border-radius: var(--aur-radius-md) !important;
  }
  .aur\:rounded-xl {
    border-radius: var(--aur-radius-xl);
  }
  .aur\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .aur\:border\! {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .aur\:border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .aur\:border-accent {
    border-color: var(--aur-color-accent);
  }
  .aur\:border-accent\! {
    border-color: var(--aur-color-accent) !important;
  }
  .aur\:border-emerald-200 {
    border-color: var(--aur-color-emerald-200);
  }
  .aur\:border-primary {
    border-color: var(--aur-color-primary);
  }
  .aur\:border-primary\! {
    border-color: var(--aur-color-primary) !important;
  }
  .aur\:border-red-200 {
    border-color: var(--aur-color-red-200);
  }
  .aur\:border-secondary {
    border-color: var(--aur-color-secondary);
  }
  .aur\:border-slate-200 {
    border-color: var(--aur-color-slate-200);
  }
  .aur\:border-slate-300 {
    border-color: var(--aur-color-slate-300);
  }
  .aur\:border-slate-900 {
    border-color: var(--aur-color-slate-900);
  }
  .aur\:bg-accent {
    background-color: var(--aur-color-accent);
  }
  .aur\:bg-accent\! {
    background-color: var(--aur-color-accent) !important;
  }
  .aur\:bg-emerald-50 {
    background-color: var(--aur-color-emerald-50);
  }
  .aur\:bg-primary {
    background-color: var(--aur-color-primary);
  }
  .aur\:bg-primary\! {
    background-color: var(--aur-color-primary) !important;
  }
  .aur\:bg-red-50 {
    background-color: var(--aur-color-red-50);
  }
  .aur\:bg-secondary {
    background-color: var(--aur-color-secondary);
  }
  .aur\:bg-secondary\! {
    background-color: var(--aur-color-secondary) !important;
  }
  .aur\:bg-slate-50 {
    background-color: var(--aur-color-slate-50);
  }
  .aur\:bg-slate-100 {
    background-color: var(--aur-color-slate-100);
  }
  .aur\:bg-table-row-alt {
    background-color: var(--aur-color-table-row-alt);
  }
  .aur\:bg-white {
    background-color: var(--aur-color-white);
  }
  .aur\:fill-white\! {
    fill: var(--aur-color-white) !important;
  }
  .aur\:p-4 {
    padding: calc(var(--aur-spacing) * 4);
  }
  .aur\:p-5 {
    padding: calc(var(--aur-spacing) * 5);
  }
  .aur\:p-6 {
    padding: calc(var(--aur-spacing) * 6);
  }
  .aur\:p-8 {
    padding: calc(var(--aur-spacing) * 8);
  }
  .aur\:px-2 {
    padding-inline: calc(var(--aur-spacing) * 2);
  }
  .aur\:px-4 {
    padding-inline: calc(var(--aur-spacing) * 4);
  }
  .aur\:px-7 {
    padding-inline: calc(var(--aur-spacing) * 7);
  }
  .aur\:py-2 {
    padding-block: calc(var(--aur-spacing) * 2);
  }
  .aur\:py-3 {
    padding-block: calc(var(--aur-spacing) * 3);
  }
  .aur\:py-3\! {
    padding-block: calc(var(--aur-spacing) * 3) !important;
  }
  .aur\:py-4 {
    padding-block: calc(var(--aur-spacing) * 4);
  }
  .aur\:py-5 {
    padding-block: calc(var(--aur-spacing) * 5);
  }
  .aur\:pt-6 {
    padding-top: calc(var(--aur-spacing) * 6);
  }
  .aur\:pb-6 {
    padding-bottom: calc(var(--aur-spacing) * 6);
  }
  .aur\:pl-5 {
    padding-left: calc(var(--aur-spacing) * 5);
  }
  .aur\:text-center {
    text-align: center;
  }
  .aur\:text-left {
    text-align: left;
  }
  .aur\:text-right {
    text-align: right;
  }
  .aur\:font-sans {
    font-family: var(--aur-font-sans);
  }
  .aur\:text-2xl {
    font-size: var(--aur-text-2xl);
    line-height: var(--tw-leading, var(--aur-text-2xl--line-height));
  }
  .aur\:text-2xl\! {
    font-size: var(--aur-text-2xl) !important;
    line-height: var(--tw-leading, var(--aur-text-2xl--line-height)) !important;
  }
  .aur\:text-5xl {
    font-size: var(--aur-text-5xl);
    line-height: var(--tw-leading, var(--aur-text-5xl--line-height));
  }
  .aur\:text-base {
    font-size: var(--aur-text-base);
    line-height: var(--tw-leading, var(--aur-text-base--line-height));
  }
  .aur\:text-base\! {
    font-size: var(--aur-text-base) !important;
    line-height: var(--tw-leading, var(--aur-text-base--line-height)) !important;
  }
  .aur\:text-lg {
    font-size: var(--aur-text-lg);
    line-height: var(--tw-leading, var(--aur-text-lg--line-height));
  }
  .aur\:text-sm {
    font-size: var(--aur-text-sm);
    line-height: var(--tw-leading, var(--aur-text-sm--line-height));
  }
  .aur\:text-xl {
    font-size: var(--aur-text-xl);
    line-height: var(--tw-leading, var(--aur-text-xl--line-height));
  }
  .aur\:text-xl\! {
    font-size: var(--aur-text-xl) !important;
    line-height: var(--tw-leading, var(--aur-text-xl--line-height)) !important;
  }
  .aur\:text-xs {
    font-size: var(--aur-text-xs);
    line-height: var(--tw-leading, var(--aur-text-xs--line-height));
  }
  .aur\:text-\[11\.5px\] {
    font-size: 11.5px;
  }
  .aur\:text-\[22px\] {
    font-size: 22px;
  }
  .aur\:leading-5 {
    --tw-leading: calc(var(--aur-spacing) * 5);
    line-height: calc(var(--aur-spacing) * 5);
  }
  .aur\:leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .aur\:leading-tight {
    --tw-leading: var(--aur-leading-tight);
    line-height: var(--aur-leading-tight);
  }
  .aur\:font-bold {
    --tw-font-weight: var(--aur-font-weight-bold);
    font-weight: var(--aur-font-weight-bold);
  }
  .aur\:font-bold\! {
    --tw-font-weight: var(--aur-font-weight-bold) !important;
    font-weight: var(--aur-font-weight-bold) !important;
  }
  .aur\:font-medium {
    --tw-font-weight: var(--aur-font-weight-medium);
    font-weight: var(--aur-font-weight-medium);
  }
  .aur\:font-normal {
    --tw-font-weight: var(--aur-font-weight-normal);
    font-weight: var(--aur-font-weight-normal);
  }
  .aur\:font-semibold {
    --tw-font-weight: var(--aur-font-weight-semibold);
    font-weight: var(--aur-font-weight-semibold);
  }
  .aur\:font-semibold\! {
    --tw-font-weight: var(--aur-font-weight-semibold) !important;
    font-weight: var(--aur-font-weight-semibold) !important;
  }
  .aur\:tracking-wide {
    --tw-tracking: var(--aur-tracking-wide);
    letter-spacing: var(--aur-tracking-wide);
  }
  .aur\:text-accent\! {
    color: var(--aur-color-accent) !important;
  }
  .aur\:text-black {
    color: var(--aur-color-black);
  }
  .aur\:text-emerald-600 {
    color: var(--aur-color-emerald-600);
  }
  .aur\:text-inherit\! {
    color: inherit !important;
  }
  .aur\:text-primary {
    color: var(--aur-color-primary);
  }
  .aur\:text-primary\! {
    color: var(--aur-color-primary) !important;
  }
  .aur\:text-red-600 {
    color: var(--aur-color-red-600);
  }
  .aur\:text-slate-500 {
    color: var(--aur-color-slate-500);
  }
  .aur\:text-slate-600 {
    color: var(--aur-color-slate-600);
  }
  .aur\:text-slate-700 {
    color: var(--aur-color-slate-700);
  }
  .aur\:text-slate-800 {
    color: var(--aur-color-slate-800);
  }
  .aur\:text-slate-900 {
    color: var(--aur-color-slate-900);
  }
  .aur\:text-slate-900\! {
    color: var(--aur-color-slate-900) !important;
  }
  .aur\:text-white {
    color: var(--aur-color-white);
  }
  .aur\:text-white\! {
    color: var(--aur-color-white) !important;
  }
  .aur\:uppercase {
    text-transform: uppercase;
  }
  .aur\:no-underline\! {
    text-decoration-line: none !important;
  }
  .aur\:shadow-\[0_2px_6px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 2px 6px var(--tw-shadow-color, rgba(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);
  }
  .aur\:shadow-\[0_4px_10px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 4px 10px var(--tw-shadow-color, rgba(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);
  }
  .aur\:shadow-\[0_4px_16px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, rgba(0,0,0,0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .aur\:shadow-\[0_4px_20px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 4px 20px var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .aur\:shadow-\[0_8px_24px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(0,0,0,0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .aur\:transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--aur-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--aur-default-transition-duration));
  }
  .aur\:ease-in-out {
    --tw-ease: var(--aur-ease-in-out);
    transition-timing-function: var(--aur-ease-in-out);
  }
  .aur\:group-hover\:bg-primary\! {
    &:is(:where(.aur\:group):hover *) {
      @media (hover: hover) {
        background-color: var(--aur-color-primary) !important;
      }
    }
  }
  .aur\:group-hover\:bg-secondary\! {
    &:is(:where(.aur\:group):hover *) {
      @media (hover: hover) {
        background-color: var(--aur-color-secondary) !important;
      }
    }
  }
  .aur\:group-hover\:text-white\! {
    &:is(:where(.aur\:group):hover *) {
      @media (hover: hover) {
        color: var(--aur-color-white) !important;
      }
    }
  }
  .aur\:placeholder\:text-slate-400 {
    &::placeholder {
      color: var(--aur-color-slate-400);
    }
  }
  .aur\:hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .aur\:hover\:border-accent\! {
    &:hover {
      @media (hover: hover) {
        border-color: var(--aur-color-accent) !important;
      }
    }
  }
  .aur\:hover\:border-secondary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--aur-color-secondary);
      }
    }
  }
  .aur\:hover\:border-secondary\! {
    &:hover {
      @media (hover: hover) {
        border-color: var(--aur-color-secondary) !important;
      }
    }
  }
  .aur\:hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--aur-color-white);
      }
    }
  }
  .aur\:hover\:bg-white\! {
    &:hover {
      @media (hover: hover) {
        background-color: var(--aur-color-white) !important;
      }
    }
  }
  .aur\:hover\:fill-secondary\! {
    &:hover {
      @media (hover: hover) {
        fill: var(--aur-color-secondary) !important;
      }
    }
  }
  .aur\:hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--aur-color-accent);
      }
    }
  }
  .aur\:hover\:text-accent\! {
    &:hover {
      @media (hover: hover) {
        color: var(--aur-color-accent) !important;
      }
    }
  }
  .aur\:hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--aur-color-primary);
      }
    }
  }
  .aur\:hover\:text-secondary\! {
    &:hover {
      @media (hover: hover) {
        color: var(--aur-color-secondary) !important;
      }
    }
  }
  .aur\:hover\:text-white\! {
    &:hover {
      @media (hover: hover) {
        color: var(--aur-color-white) !important;
      }
    }
  }
  .aur\:focus\:border-primary {
    &:focus {
      border-color: var(--aur-color-primary);
    }
  }
  .aur\:focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .aur\:sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .aur\:sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .aur\:sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .aur\:sm\:gap-8 {
    @media (width >= 40rem) {
      gap: calc(var(--aur-spacing) * 8);
    }
  }
  .aur\:sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--aur-spacing) * 6);
    }
  }
  .aur\:sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--aur-spacing) * 6);
    }
  }
  .aur\:md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .aur\:md\:max-w-90 {
    @media (width >= 48rem) {
      max-width: calc(var(--aur-spacing) * 90);
    }
  }
  .aur\:md\:max-w-95 {
    @media (width >= 48rem) {
      max-width: calc(var(--aur-spacing) * 95);
    }
  }
  .aur\:md\:max-w-100 {
    @media (width >= 48rem) {
      max-width: calc(var(--aur-spacing) * 100);
    }
  }
  .aur\:md\:max-w-120 {
    @media (width >= 48rem) {
      max-width: calc(var(--aur-spacing) * 120);
    }
  }
  .aur\:md\:max-w-130 {
    @media (width >= 48rem) {
      max-width: calc(var(--aur-spacing) * 130);
    }
  }
  .aur\:md\:max-w-150 {
    @media (width >= 48rem) {
      max-width: calc(var(--aur-spacing) * 150);
    }
  }
  .aur\:md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .aur\:md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .aur\:lg\:min-h-155 {
    @media (width >= 64rem) {
      min-height: calc(var(--aur-spacing) * 155);
    }
  }
  .aur\:lg\:max-w-80 {
    @media (width >= 64rem) {
      max-width: calc(var(--aur-spacing) * 80);
    }
  }
  .aur\:lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .aur\:lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .aur\:lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-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-space-y-reverse: 0;
      --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-ease: initial;
    }
  }
}
