/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind html, .tailwind :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

  .tailwind table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

  .tailwind img, .tailwind video {
    max-width: 100%;
    height: auto;
  }

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  .tailwind :-moz-ui-invalid {
    box-shadow: none;
  }

  .tailwind button, .tailwind input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  .tailwind ::file-selector-button {
    appearance: button;
  }

  .tailwind ::-webkit-inner-spin-button {
    height: auto;
  }

  .tailwind ::-webkit-outer-spin-button {
    height: auto;
  }

  .tailwind [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .tailwind .pointer-events-none {
    pointer-events: none;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .tailwind .top-1\/2 {
    top: 50%;
  }

  .tailwind .top-\[-0\.29px\] {
    top: -.29px;
  }

  .tailwind .top-\[-100\.14px\] {
    top: -100.14px;
  }

  .tailwind .top-\[0\.27px\] {
    top: .27px;
  }

  .tailwind .top-\[calc\(50\%\+0\.13px\)\] {
    top: calc(50% + .13px);
  }

  .tailwind .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .tailwind .left-1\/2 {
    left: 50%;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .size-\[16px\] {
    width: 16px;
    height: 16px;
  }

  .tailwind .size-full {
    width: 100%;
    height: 100%;
  }

  .tailwind .h-\[5\.701px\] {
    height: 5.701px;
  }

  .tailwind .h-\[10px\] {
    height: 10px;
  }

  .tailwind .h-\[38px\] {
    height: 38px;
  }

  .tailwind .h-\[39px\] {
    height: 39px;
  }

  .tailwind .h-\[40px\] {
    height: 40px;
  }

  .tailwind .h-\[42px\] {
    height: 42px;
  }

  .tailwind .h-\[169px\] {
    height: 169px;
  }

  .tailwind .h-\[176px\] {
    height: 176px;
  }

  .tailwind .h-\[256px\] {
    height: 256px;
  }

  .tailwind .h-\[346px\] {
    height: 346px;
  }

  .tailwind .h-\[598px\] {
    height: 598px;
  }

  .tailwind .h-full {
    height: 100%;
  }

  .tailwind .min-h-px {
    min-height: 1px;
  }

  .tailwind .w-\[5\.701px\] {
    width: 5.701px;
  }

  .tailwind .w-\[10px\] {
    width: 10px;
  }

  .tailwind .w-\[139px\] {
    width: 139px;
  }

  .tailwind .w-\[363px\] {
    width: 363px;
  }

  .tailwind .w-\[555px\] {
    width: 555px;
  }

  .tailwind .w-\[906px\] {
    width: 906px;
  }

  .tailwind .w-\[1392px\] {
    width: 1392px;
  }

  .tailwind .w-\[min-content\] {
    width: min-content;
  }

  .tailwind .w-full {
    width: 100%;
  }

  .tailwind .max-w-\[536px\] {
    max-width: 536px;
  }

  .tailwind .max-w-\[600px\] {
    max-width: 600px;
  }

  .tailwind .max-w-\[660px\] {
    max-width: 660px;
  }

  .tailwind .max-w-\[1080px\] {
    max-width: 1080px;
  }

  .tailwind .max-w-\[1280px\] {
    max-width: 1280px;
  }

  .tailwind .max-w-\[inherit\] {
    max-width: inherit;
  }

  .tailwind .min-w-full {
    min-width: 100%;
  }

  .tailwind .min-w-px {
    min-width: 1px;
  }

  .tailwind .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

  .tailwind .flex-none {
    flex: none;
  }

  .tailwind .shrink-0 {
    flex-shrink: 0;
  }

  .tailwind .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-scale-y-100 {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .rotate-90 {
    rotate: 90deg;
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .resize-none {
    resize: none;
  }

  .tailwind .appearance-none {
    appearance: none;
  }

  .tailwind .flex-col {
    flex-direction: column;
  }

  .tailwind .flex-row {
    flex-direction: row;
  }

  .tailwind .content-stretch {
    align-content: stretch;
  }

  .tailwind .items-center {
    align-items: center;
  }

  .tailwind .items-end {
    align-items: flex-end;
  }

  .tailwind .items-start {
    align-items: flex-start;
  }

  .tailwind .justify-center {
    justify-content: center;
  }

  .tailwind .justify-end {
    justify-content: flex-end;
  }

  .tailwind .gap-\[2px\] {
    gap: 2px;
  }

  .tailwind .gap-\[6px\] {
    gap: 6px;
  }

  .tailwind .gap-\[10px\] {
    gap: 10px;
  }

  .tailwind .gap-\[12px\] {
    gap: 12px;
  }

  .tailwind .gap-\[20px\] {
    gap: 20px;
  }

  .tailwind .gap-\[30px\] {
    gap: 30px;
  }

  .tailwind .gap-\[40px\] {
    gap: 40px;
  }

  .tailwind .self-stretch {
    align-self: stretch;
  }

  .tailwind .overflow-clip {
    overflow: clip;
  }

  .tailwind .rounded-\[20px\] {
    border-radius: 20px;
  }

  .tailwind .rounded-\[30px\] {
    border-radius: 30px;
  }

  .tailwind .rounded-\[1000px\] {
    border-radius: 1000px;
  }

  .tailwind .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .tailwind .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .tailwind .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .tailwind .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .tailwind .border-\[\#1b99dc\] {
    border-color: #1b99dc;
  }

  .tailwind .border-\[\#a1a1aa\] {
    border-color: #a1a1aa;
  }

  .tailwind .bg-\[\#0d77b7\] {
    background-color: #0d77b7;
  }

  .tailwind .bg-\[\#02837d\] {
    background-color: #02837d;
  }

  .tailwind .bg-\[\#fafafa\] {
    background-color: #fafafa;
  }

  .tailwind .bg-transparent {
    background-color: #0000;
  }

  .tailwind .bg-white {
    background-color: var(--color-white);
  }

  .tailwind .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .tailwind .p-\[20px\] {
    padding: 20px;
  }

  .tailwind .p-\[30px\] {
    padding: 30px;
  }

  .tailwind .px-\[14px\] {
    padding-inline: 14px;
  }

  .tailwind .px-\[20px\] {
    padding-inline: 20px;
  }

  .tailwind .px-\[30px\] {
    padding-inline: 30px;
  }

  .tailwind .px-\[80px\] {
    padding-inline: 80px;
  }

  .tailwind .px-\[100px\] {
    padding-inline: 100px;
  }

  .tailwind .px-\[104px\] {
    padding-inline: 104px;
  }

  .tailwind .px-\[200px\] {
    padding-inline: 200px;
  }

  .tailwind .py-\[6px\] {
    padding-block: 6px;
  }

  .tailwind .py-\[10px\] {
    padding-block: 10px;
  }

  .tailwind .py-\[11px\] {
    padding-block: 11px;
  }

  .tailwind .py-\[12px\] {
    padding-block: 12px;
  }

  .tailwind .py-\[18px\] {
    padding-block: 18px;
  }

  .tailwind .pt-\[6px\] {
    padding-top: 6px;
  }

  .tailwind .pt-\[50px\] {
    padding-top: 50px;
  }

  .tailwind .pt-\[60px\] {
    padding-top: 60px;
  }

  .tailwind .pt-\[80px\] {
    padding-top: 80px;
  }

  .tailwind .pt-\[90px\] {
    padding-top: 90px;
  }

  .tailwind .pt-\[120px\] {
    padding-top: 120px;
  }

  .tailwind .pr-\[20px\] {
    padding-right: 20px;
  }

  .tailwind .pr-\[28px\] {
    padding-right: 28px;
  }

  .tailwind .pb-\[10px\] {
    padding-bottom: 10px;
  }

  .tailwind .pb-\[30px\] {
    padding-bottom: 30px;
  }

  .tailwind .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .tailwind .pb-\[60px\] {
    padding-bottom: 60px;
  }

  .tailwind .pb-\[70px\] {
    padding-bottom: 70px;
  }

  .tailwind .text-center {
    text-align: center;
  }

  .tailwind .text-left {
    text-align: left;
  }

  .tailwind .font-\[\'Manrope\:Bold\'\,sans-serif\] {
    font-family: Manrope\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Manrope\:Regular\'\,sans-serif\] {
    font-family: Manrope\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Manrope\:SemiBold\'\,sans-serif\] {
    font-family: Manrope\:SemiBold, sans-serif;
  }

  .tailwind .font-\[\'Rufina\:Regular\'\,sans-serif\] {
    font-family: Rufina\:Regular, sans-serif;
  }

  .tailwind .text-\[12px\] {
    font-size: 12px;
  }

  .tailwind .text-\[15px\] {
    font-size: 15px;
  }

  .tailwind .text-\[16px\] {
    font-size: 16px;
  }

  .tailwind .text-\[18px\] {
    font-size: 18px;
  }

  .tailwind .text-\[54px\] {
    font-size: 54px;
  }

  .tailwind .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .tailwind .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .tailwind .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .tailwind .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .tailwind .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tailwind .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tailwind .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tailwind .tracking-\[-0\.12px\] {
    --tw-tracking: -.12px;
    letter-spacing: -.12px;
  }

  .tailwind .whitespace-nowrap {
    white-space: nowrap;
  }

  .tailwind .text-\[\#0c6198\] {
    color: #0c6198;
  }

  .tailwind .text-\[\#18181b\] {
    color: #18181b;
  }

  .tailwind .text-\[\#27272a\] {
    color: #27272a;
  }

  .tailwind .text-\[\#52525b\] {
    color: #52525b;
  }

  .tailwind .text-\[\#71717a\] {
    color: #71717a;
  }

  .tailwind .text-\[\#124668\] {
    color: #124668;
  }

  .tailwind .text-\[\#d4d4d8\] {
    color: #d4d4d8;
  }

  .tailwind .text-white {
    color: var(--color-white);
  }

  .tailwind .not-italic {
    font-style: normal;
  }

  .tailwind .opacity-80 {
    opacity: .8;
  }

  .tailwind .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .tailwind .placeholder\:text-\[\#d4d4d8\]::placeholder {
    color: #d4d4d8;
  }
}

@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-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-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
}
