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

@media (min-width: 40rem) {
  .sm\:inline-block {
  display: inline-block;
  }
}

.mr-6 {
  margin-right: calc(var(--spacing) * 6);
}

.flex {
  display: flex;
}

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

.mr-4 {
  margin-right: calc(var(--spacing) * 4);
}

.hidden {
  display: none;
}

@media (min-width: 48rem) {
  .md\:flex {
  display: flex;
  }
}

.ps-6 {
  padding-inline-start: calc(var(--spacing) * 6);
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.text-foreground\/60 {
  color: color-mix(in oklab, var(--foreground) 60%, transparent);
}

.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}

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

@media not (min-width: 48rem) {
  .max-md\:ps-6 {
  padding-inline-start: calc(var(--spacing) * 6);
  }
}

.container {
  width: 100%;
}

@media (min-width: 40rem) {
  .container {
  max-width: 40rem;
  }
}

@media (min-width: 48rem) {
  .container {
  max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .container {
  max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .container {
  max-width: 80rem;
  }
}

@media (min-width: 96rem) {
  .container {
  max-width: 96rem;
  }
}

.h-14 {
  height: calc(var(--spacing) * 14);
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0px;
}

.z-50 {
  z-index: 50;
}

.w-full {
  width: 100%;
}

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

.bg-background\/95 {
  background-color: color-mix(in oklab, var(--background) 95%, transparent);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur, );
  backdrop-filter: var(--tw-backdrop-blur, );
}

@supports (backdrop-filter: var(--tw)) {
  .supports-\[backdrop-filter\]\:bg-background\/60 {
  background-color: color-mix(in oklab, var(--background) 60%, transparent);
  }
}

.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}

.tracking-tighter {
  --tw-tracking: var(--tracking-tighter);
  letter-spacing: var(--tracking-tighter);
}

@media (min-width: 40rem) {
  .sm\:text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}

@media (min-width: 48rem) {
  .md\:text-5xl {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}

@media (min-width: 64rem) {
  .lg\:text-6xl\/none {
  font-size: var(--text-6xl);
  line-height: 1;
  }
}

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

.text-gray-500 {
  color: var(--color-gray-500);
}

@media (min-width: 48rem) {
  .md\:text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}

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

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

.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}

@media (min-width: 48rem) {
  .md\:px-6 {
  padding-inline: calc(var(--spacing) * 6);
  }
}

.py-12 {
  padding-block: calc(var(--spacing) * 12);
}

@media (min-width: 48rem) {
  .md\:py-24 {
  padding-block: calc(var(--spacing) * 24);
  }
}

@media (min-width: 64rem) {
  .lg\:py-32 {
  padding-block: calc(var(--spacing) * 32);
  }
}

@media (min-width: 80rem) {
  .xl\:py-48 {
  padding-block: calc(var(--spacing) * 48);
  }
}

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

@media (min-width: 40rem) {
  .sm\:text-5xl {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}

.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}

.h-8 {
  height: calc(var(--spacing) * 8);
}

.w-8 {
  width: calc(var(--spacing) * 8);
}

.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}

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

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

.gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}

.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}

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

.text-card-foreground {
  color: var(--card-foreground);
}

.gap-6 {
  gap: calc(var(--spacing) * 6);
}

.rounded-xl {
  border-radius: calc(var(--radius) + 4px);
}

.border {
  border-style: var(--tw-border-style);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.py-6 {
  padding-block: calc(var(--spacing) * 6);
}

.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.grid {
  display: grid;
}

@media (min-width: 40rem) {
  .sm\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@media (min-width: 64rem) {
  .lg\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}

.bg-gray-100 {
  background-color: var(--color-gray-100);
}

.mx-auto {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

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

@media (min-width: 48rem) {
  .md\:w-full {
  width: 100%;
  }
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.overflow-hidden {
  overflow-x: hidden;
  overflow-y: hidden;
}

.rounded-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.object-cover {
  object-fit: cover;
}

.object-center {
  object-position: center center;
}

.bg-\[var\(--brand-color\)\] {
  background-color: var(--brand-color);
}

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

@media (min-width: 48rem) {
  .md\:text-xl\/relaxed {
  font-size: var(--text-xl);
  line-height: var(--leading-relaxed);
  }
}

@media (min-width: 64rem) {
  .lg\:text-base\/relaxed {
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
  }
}

@media (min-width: 80rem) {
  .xl\:text-xl\/relaxed {
  font-size: var(--text-xl);
  line-height: var(--leading-relaxed);
  }
}

.mr-2 {
  margin-right: calc(var(--spacing) * 2);
}

.h-4 {
  height: calc(var(--spacing) * 4);
}

.w-4 {
  width: calc(var(--spacing) * 4);
}

.inline-flex {
  display: inline-flex;
}

.gap-2 {
  gap: calc(var(--spacing) * 2);
}

.whitespace-nowrap {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}

.transition-\[color\,box-shadow\] {
  transition-property: color, box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

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

.shadow-xs {
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.h-9 {
  height: calc(var(--spacing) * 9);
}

.py-2 {
  padding-block: calc(var(--spacing) * 2);
}

.w-fit {
  width: fit-content;
}

.bg-\[\#0A66C2\] {
  background-color: rgb(10, 102, 194);
}

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

@media (min-width: 48rem) {
  .md\:grid-cols-\[250px_1fr\] {
  grid-template-columns: 250px 1fr;
  }
}

@media (min-width: 64rem) {
  .lg\:grid-cols-\[300px_1fr\] {
  grid-template-columns: 300px 1fr;
  }
}

@media (min-width: 64rem) {
  .lg\:gap-12 {
  gap: calc(var(--spacing) * 12);
  }
}

@media (min-width: 80rem) {
  .xl\:grid-cols-\[400px_1fr\] {
  grid-template-columns: 400px 1fr;
  }
}

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

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

.text-primary-foreground {
  color: var(--primary-foreground);
}

.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}

.max-w-sm {
  max-width: var(--container-sm);
}

.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}

.flex-1 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}

.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}

.gap-4 {
  gap: calc(var(--spacing) * 4);
}

@media (min-width: 40rem) {
  .sm\:flex-row {
  flex-direction: row;
  }
}

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

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

.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}

.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}

.block {
  display: block;
}

.mb-1 {
  margin-bottom: var(--spacing);
}

.border-input {
  border-color: var(--input);
}

.min-w-0 {
  min-width: 0px;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}

.py-1 {
  padding-block: var(--spacing);
}

.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}

@media (min-width: 48rem) {
  .md\:text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}

.field-sizing-content {
  field-sizing: content;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.max-w-md {
  max-width: var(--container-md);
}

.min-h-screen {
  min-height: 100vh;
}

:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --color-gray-100: #f3f4f6;
  --color-gray-400: #99a1af;
  --color-gray-500: #6a7282;
  --color-gray-800: #1e2939;
  --color-white: #fff;
  --spacing: .25rem;
  --container-sm: 24rem;
  --container-md: 28rem;
  --text-xs: .75rem;
  --text-xs--line-height: calc(1 / .75);
  --text-sm: .875rem;
  --text-sm--line-height: calc(1.25 / .875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --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;
  --text-6xl: 3.75rem;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --tracking-tighter: -.05em;
  --leading-relaxed: 1.625;
  --default-transition-duration: .15s;
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --brand-color: #006680;
  --background: #fff;
  --foreground: #0a0a0a;
  --card: #fff;
  --card-foreground: #0a0a0a;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e40014;
  --destructive-foreground: #e40014;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #d4d4d4;
  --radius: .625rem;
}

*, ::after, ::before, ::backdrop {
  box-sizing: border-box;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  margin: 0px;
  padding: 0px;
  --tw-space-y-reverse: 0;
  --tw-space-x-reverse: 0;
  --tw-border-style: solid;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-color: initial;
  --tw-inset-shadow: 0 0 #0000;
  --tw-ring-color: initial;
  --tw-ring-shadow: 0 0 #0000;
  --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-backdrop-blur: initial;
}

html, :host {
  text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.5;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif);
  -webkit-tap-highlight-color: transparent;
}

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

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

a {
  color: inherit;
  text-decoration-line: inherit;
  text-decoration-thickness: inherit;
  text-decoration-style: inherit;
  text-decoration-color: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);
  font-size: 1em;
}

small {
  font-size: 80%;
}

table {
  text-indent: 0px;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-collapse: collapse;
}

summary {
  display: list-item;
}

ol, ul, menu {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

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

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

button, input, select, optgroup, textarea {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

::placeholder {
  opacity: 1;
  color: color-mix(currentcolor, transparent);
}

textarea {
  resize: vertical;
}

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

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

:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}

:where(.space-y-4 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}

:where(.space-x-2 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
}

:where(.space-x-6 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
}

.selection\:bg-primary ::selection, .selection\:bg-primary::selection {
  background-color: var(--primary);
}

.selection\:text-primary-foreground ::selection, .selection\:text-primary-foreground::selection {
  color: var(--primary-foreground);
}

.placeholder\:text-muted-foreground::placeholder {
  color: var(--muted-foreground);
}

@media (hover: hover) {
  .hover\:bg-\[\#004182\]:hover {
  background-color: rgb(0, 65, 130);
  }
}

@media (hover: hover) {
  .hover\:bg-primary\/90:hover {
  background-color: color-mix(in oklab, var(--primary) 90%, transparent);
  }
}

@media (hover: hover) {
  .hover\:text-foreground\/80:hover {
  color: color-mix(in oklab, var(--foreground) 80%, transparent);
  }
}

.focus-visible\:border-ring:focus-visible {
  border-color: var(--ring);
}

.focus-visible\:ring-\[3px\]:focus-visible {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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);
}

.focus-visible\:ring-ring\/50:focus-visible {
  --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
}

.dark\:bg-gray-800:is(.dark *) {
  background-color: var(--color-gray-800);
}

.dark\:text-gray-400:is(.dark *) {
  color: var(--color-gray-400);
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
}

body {
  background-color: var(--background);
  min-height: 100vh;
  font-family: var(--font-sans);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
}

* {
  border-color: var(--border);
  outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
}