@layer foundation {
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Fedra Sans Pro", Arial, sans-serif;
    --font-mono: "Fedra Sans Pro";
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --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);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand-500: #12385f;
    --color-brand-700: #081b2f;
    --color-accent-100: #d9e8f8;
    --color-accent-500: #084f9e;
  }
}
@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);
    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);
    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;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .container {
    width: 100%;
    @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;
    }
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .flex-none {
    flex: none;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--ui-rotate-x,) var(--ui-rotate-y,) var(--ui-rotate-z,) var(--ui-skew-x,) var(--ui-skew-y,);
  }
  .resize {
    resize: both;
  }
  .scroll-mt-20 {
    scroll-margin-top: calc(var(--spacing) * 20);
  }
  .scroll-mt-24 {
    scroll-margin-top: calc(var(--spacing) * 24);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --ui-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--ui-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--ui-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --ui-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--ui-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--ui-space-y-reverse)));
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .border {
    border-style: var(--ui-border-style);
    border-width: 1px;
  }
  .border-l {
    border-left-style: var(--ui-border-style);
    border-left-width: 1px;
  }
  .bg-\[\#f5faff\] {
    background-color: #f5faff;
  }
  .bg-brand-700 {
    background-color: var(--color-brand-700);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--ui-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--ui-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--ui-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--ui-leading, var(--text-xl--line-height));
  }
  .leading-tight {
    --ui-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-extrabold {
    --ui-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --ui-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-brand-500 {
    color: var(--color-brand-500);
  }
  .text-brand-700 {
    color: var(--color-brand-700);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-slate-950 {
    color: var(--color-slate-950);
  }
  .italic {
    font-style: italic;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .outline {
    outline-style: var(--ui-outline-style);
    outline-width: 1px;
  }
  .blur {
    --ui-blur: blur(8px);
    filter: var(--ui-blur,) var(--ui-brightness,) var(--ui-contrast,) var(--ui-grayscale,) var(--ui-hue-rotate,) var(--ui-invert,) var(--ui-saturate,) var(--ui-sepia,) var(--ui-drop-shadow,);
  }
  .filter {
    filter: var(--ui-blur,) var(--ui-brightness,) var(--ui-contrast,) var(--ui-grayscale,) var(--ui-hue-rotate,) var(--ui-invert,) var(--ui-saturate,) var(--ui-sepia,) var(--ui-drop-shadow,);
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--ui-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--ui-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--ui-leading, var(--text-base--line-height));
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:my-6 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .md\:ml-4 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 48rem) {
      height: 200px;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 48rem) {
      height: 400px;
    }
  }
  .md\:scroll-mt-24 {
    @media (width >= 48rem) {
      scroll-margin-top: calc(var(--spacing) * 24);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:gap-9 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --ui-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--ui-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--ui-space-y-reverse)));
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--ui-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--ui-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--ui-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:gap-9 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:pl-9 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 9);
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--ui-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--ui-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--ui-leading, var(--text-lg--line-height));
    }
  }
}
@layer base {
  html, :host {
    font-family: var(--font-sans);
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum" 1;
  }
  code, kbd, samp, pre {
    font-family: var(--font-mono);
  }
}
@layer components {
  .form-input {
    width: 100%;
    height: 2.75rem;
    border: 1px solid var(--color-slate-200);
    border-radius: 0.95rem;
    background: #ffffff;
    padding: 0 0.85rem;
    color: var(--color-slate-950);
    font-size: 0.875rem;
    font-weight: 600;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
  }
  .form-input:focus, .form-textarea:focus {
    border-color: color-mix(in srgb, #084f9e 42%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-accent-500) 42%, transparent);
    }
    box-shadow: 0 0 0 3px color-mix(in srgb, #d9e8f8 56%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent-100) 56%, transparent);
    }
  }
  .form-textarea {
    width: 100%;
    resize: vertical;
    border: 1px solid var(--color-slate-200);
    border-radius: 0.95rem;
    background: #ffffff;
    padding: 0.75rem 0.85rem;
    color: var(--color-slate-950);
    font-size: 0.875rem;
    line-height: 1.5rem;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
  }
}
@property --ui-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --ui-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --ui-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --ui-skew-x {
  syntax: "*";
  inherits: false;
}
@property --ui-skew-y {
  syntax: "*";
  inherits: false;
}
@property --ui-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --ui-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --ui-leading {
  syntax: "*";
  inherits: false;
}
@property --ui-font-weight {
  syntax: "*";
  inherits: false;
}
@property --ui-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --ui-blur {
  syntax: "*";
  inherits: false;
}
@property --ui-brightness {
  syntax: "*";
  inherits: false;
}
@property --ui-contrast {
  syntax: "*";
  inherits: false;
}
@property --ui-grayscale {
  syntax: "*";
  inherits: false;
}
@property --ui-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --ui-invert {
  syntax: "*";
  inherits: false;
}
@property --ui-opacity {
  syntax: "*";
  inherits: false;
}
@property --ui-saturate {
  syntax: "*";
  inherits: false;
}
@property --ui-sepia {
  syntax: "*";
  inherits: false;
}
@property --ui-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --ui-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --ui-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --ui-drop-shadow-size {
  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 {
      --ui-rotate-x: initial;
      --ui-rotate-y: initial;
      --ui-rotate-z: initial;
      --ui-skew-x: initial;
      --ui-skew-y: initial;
      --ui-space-y-reverse: 0;
      --ui-border-style: solid;
      --ui-leading: initial;
      --ui-font-weight: initial;
      --ui-outline-style: solid;
      --ui-blur: initial;
      --ui-brightness: initial;
      --ui-contrast: initial;
      --ui-grayscale: initial;
      --ui-hue-rotate: initial;
      --ui-invert: initial;
      --ui-opacity: initial;
      --ui-saturate: initial;
      --ui-sepia: initial;
      --ui-drop-shadow: initial;
      --ui-drop-shadow-color: initial;
      --ui-drop-shadow-alpha: 100%;
      --ui-drop-shadow-size: initial;
    }
  }
}


}
