*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
  line-height: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button,
input,
select,
textarea {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}

button,
select {
  text-transform: none;
}

button {
  cursor: pointer;
  background: transparent;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

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

ul {
  margin: 0;
  padding: 0;
}

.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.inset-x-0 { left: 0; right: 0; }
.top-0 { top: 0; }
.top-8 { top: 2rem; }
.top-14 { top: 3.5rem; }
.top-32 { top: 8rem; }
.top-1\/2 { top: 50%; }
.bottom-8 { bottom: 2rem; }
.bottom-24 { bottom: 6rem; }
.left-8 { left: 2rem; }
.left-1\/3 { left: 33.333333%; }
.right-8 { right: 2rem; }
.right-10 { right: 2.5rem; }
.right-12 { right: 3rem; }
.-z-10 { z-index: -10; }
.z-50 { z-index: 50; }
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-24 { height: 6rem; }
.h-28 { height: 7rem; }
.h-40 { height: 10rem; }
.h-52 { height: 13rem; }
.h-56 { height: 14rem; }
.h-64 { height: 16rem; }
.min-h-36 { min-height: 9rem; }
.min-h-80 { min-height: 20rem; }
[class~="min-h-[86svh]"] { min-height: 86svh; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-24 { width: 6rem; }
.w-28 { width: 7rem; }
.w-40 { width: 10rem; }
.w-52 { width: 13rem; }
.w-56 { width: 14rem; }
.w-full { width: 100%; }
.min-w-10 { min-width: 2.5rem; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.shrink-0 { flex-shrink: 0; }
.resize-y { resize: vertical; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.place-items-center { place-items: center; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-7 { gap: 1.75rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.rounded-full { border-radius: 9999px; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
[class~="rounded-[2rem]"] { border-radius: 2rem; }
.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }
.border-slate-900\/10 { border-color: rgba(15, 23, 42, 0.1); }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/30 { border-color: rgba(255, 255, 255, 0.3); }
.border-sky-300\/30 { border-color: rgba(125, 211, 252, 0.3); }
.border-sky-300\/40 { border-color: rgba(125, 211, 252, 0.4); }
.border-sky-400 { border-color: #38bdf8; }
.bg-white { background-color: #fff; }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-white\/44 { background-color: rgba(255, 255, 255, 0.44); }
.bg-white\/50 { background-color: rgba(255, 255, 255, 0.5); }
.bg-white\/60 { background-color: rgba(255, 255, 255, 0.6); }
.bg-white\/70 { background-color: rgba(255, 255, 255, 0.7); }
.bg-white\/72 { background-color: rgba(255, 255, 255, 0.72); }
.bg-white\/80 { background-color: rgba(255, 255, 255, 0.8); }
.bg-white\/95 { background-color: rgba(255, 255, 255, 0.95); }
.bg-slate-950 { background-color: #193a5f; }
.bg-slate-900\/70 { background-color: rgba(15, 23, 42, 0.7); }
.bg-slate-900\/80 { background-color: rgba(15, 23, 42, 0.8); }
.bg-sky-50 { background-color: #f0f9ff; }
.bg-sky-300\/10 { background-color: rgba(125, 211, 252, 0.1); }
.bg-sky-400\/15 { background-color: rgba(56, 189, 248, 0.15); }
.bg-sky-500 { background-color: #0ea5e9; }
.bg-sky-500\/10 { background-color: rgba(14, 165, 233, 0.1); }
.bg-sky-600 { background-color: #0284c7; }
.object-contain { object-fit: contain; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.p-12 { padding: 3rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-4 { padding-top: 1rem; }
.pt-28 { padding-top: 7rem; }
.pt-32 { padding-top: 8rem; }
.pb-10 { padding-bottom: 2.5rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-24 { padding-bottom: 6rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-9 { margin-top: 2.25rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.text-start { text-align: start; }
.text-center { text-align: center; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.leading-tight { line-height: 1.15; }
.leading-7 { line-height: 1.75rem; }
.leading-8 { line-height: 2rem; }
.tracking-normal { letter-spacing: 0; }
.text-white { color: #fff; }
.text-slate-100 { color: #f1f5f9; }
.text-slate-200 { color: #e2e8f0; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-800 { color: #1e293b; }
.text-slate-900 { color: #0f172a; }
.text-slate-950 { color: #020617; }
.text-sky-50 { color: #f0f9ff; }
.text-sky-200 { color: #bae6fd; }
.text-sky-300 { color: #7dd3fc; }
.text-sky-600 { color: #0284c7; }
.text-sky-700 { color: #0369a1; }
.opacity-60 { opacity: 0.6; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.1), 0 4px 6px -4px rgba(15, 23, 42, 0.1); }
.shadow-glow { box-shadow: 0 24px 70px rgba(56, 189, 248, 0.28); }
.shadow-sky-900\/5 { box-shadow: 0 10px 20px rgba(12, 74, 110, 0.05); }
.drop-shadow-2xl { filter: drop-shadow(0 25px 25px rgba(15, 23, 42, 0.15)); }
.blur-xl { filter: blur(24px); }
.backdrop-blur-2xl { backdrop-filter: blur(40px); }
.transition { transition-property: color, background-color, border-color, opacity, box-shadow, transform, filter, backdrop-filter; transition-duration: 150ms; transition-timing-function: ease; }
.hover\:bg-sky-50:hover { background-color: #f0f9ff; }
.hover\:bg-sky-400:hover { background-color: #38bdf8; }
.hover\:bg-sky-500:hover { background-color: #0ea5e9; }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1); }
.hover\:border-sky-300:hover { border-color: #7dd3fc; }

.dark .dark\:hidden { display: none; }
.dark .dark\:block { display: block; }
.dark .dark\:flex { display: flex; }
.dark .dark\:border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.dark .dark\:bg-slate-950\/30 { background-color: rgb(2 6 23 / 6%); }
.dark .dark\:bg-slate-950\/50 { background-color: rgba(2, 6, 23, 0.5); }
.dark .dark\:bg-slate-950\/62 { background-color: rgba(2, 6, 23, 0.62); }
.dark .dark\:bg-slate-950\/95 { background-color: rgba(2, 6, 23, 0.95); }
.dark .dark\:bg-slate-900\/70 { background-color: rgba(15, 23, 42, 0.7); }
.dark .dark\:bg-slate-900\/80 { background-color: rgba(15, 23, 42, 0.8); }
.dark .dark\:text-white { color: #fff; }
.dark .dark\:text-slate-100 { color: #f1f5f9; }
.dark .dark\:text-slate-200 { color: #e2e8f0; }
.dark .dark\:text-slate-300 { color: #cbd5e1; }
.dark .dark\:text-slate-400 { color: #94a3b8; }
.dark .dark\:text-sky-200 { color: #bae6fd; }
.dark .dark\:text-sky-300 { color: #7dd3fc; }
.dark .dark\:hover\:bg-sky-950\/50:hover { background-color: rgba(8, 47, 73, 0.5); }

@media (min-width: 640px) {
  .sm\:w-auto { width: auto; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:items-center { align-items: center; }
  .sm\:justify-between { justify-content: space-between; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1.08; }
  .sm\:text-6xl { font-size: 3.75rem; line-height: 1.04; }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  [class~="md:grid-cols-[1.2fr_.8fr_.8fr]"] { grid-template-columns: 1.2fr 0.8fr 0.8fr; }
  .md\:block { display: block; }
  .md\:flex-row { flex-direction: row; }
  .md\:items-center { align-items: center; }
  .md\:items-end { align-items: flex-end; }
  .md\:justify-between { justify-content: space-between; }
  .md\:p-8 { padding: 2rem; }
  .md\:p-12 { padding: 3rem; }
}

@media (min-width: 1024px) {
  .lg\:hidden { display: none; }
  .lg\:block { display: block; }
  .lg\:flex { display: flex; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  [class~="lg:grid-cols-[.9fr_1.1fr]"] { grid-template-columns: 0.9fr 1.1fr; }
  [class~="lg:grid-cols-[1fr_.8fr]"] { grid-template-columns: 1fr 0.8fr; }
  [class~="lg:grid-cols-[.8fr_1.2fr]"] { grid-template-columns: 0.8fr 1.2fr; }
  [class~="lg:grid-cols-[.85fr_1.15fr]"] { grid-template-columns: 0.85fr 1.15fr; }
  [class~="lg:grid-cols-[1fr_1fr]"] { grid-template-columns: 1fr 1fr; }
  [class~="lg:grid-cols-[1.2fr_.8fr]"] { grid-template-columns: 1.2fr 0.8fr; }
  .lg\:items-center { align-items: center; }
  .lg\:items-start { align-items: flex-start; }
  .lg\:justify-end { justify-content: flex-end; }
  .lg\:justify-self-end { justify-self: end; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

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