/*! Tailwind subset tw- (local) */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); .tw-font-inter{font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial,sans-serif} .tw-text-center{text-align:center}.tw-inline-block{display:inline-block}.tw-w-full{width:100%} .tw-mx-auto{margin-left:auto;margin-right:auto}.tw-mt-1{margin-top:.25rem}.tw-mt-2{margin-top:.5rem}.tw-mt-3{margin-top:.75rem}.tw-mt-4{margin-top:1rem}.tw-mt-6{margin-top:1.5rem}.tw-mt-8{margin-top:2rem}.tw-mb-2{margin-bottom:.5rem}.tw-mb-3{margin-bottom:.75rem}.tw-mb-4{margin-bottom:1rem}.tw-mb-10{margin-bottom:2.5rem}.tw-mb-12{margin-bottom:3rem} .tw-px-3{padding-left:.75rem;padding-right:.75rem}.tw-px-4{padding-left:1rem;padding-right:1rem}.tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-py-2{padding-top:.5rem;padding-bottom:.5rem}.tw-py-3{padding-top:.75rem;padding-bottom:.75rem}.tw-py-16{padding-top:4rem;padding-bottom:4rem}.tw-py-20{padding-top:5rem;padding-bottom:5rem}.tw-p-6{padding:1.5rem} .tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-text-lg{font-size:1.125rem;line-height:1.75rem}.tw-text-xl{font-size:1.25rem;line-height:1.75rem}.tw-text-3xl{font-size:1.875rem;line-height:2.25rem}.tw-text-4xl{font-size:2.25rem;line-height:2.5rem}.tw-text-5xl{font-size:3rem;line-height:1} .tw-font-medium{font-weight:500}.tw-font-semibold{font-weight:600}.tw-italic{font-style:italic} .tw-text-white{color:#fff}.tw-text-slate-500{color:#64748b}.tw-text-slate-600{color:#475569}.tw-text-slate-800{color:#1f2937}.tw-text-slate-900{color:#0f172a}.tw-text-emerald-700{color:#047857}.tw-text-emerald-900{color:#064e3b}.tw-text-green-700{color:#047857}.tw-text-red-700{color:#b91c1c} .tw-bg-white{background:#fff}.tw-bg-black{background:#000}.tw-bg-slate-50{background:#f8fafc}.tw-bg-emerald-50{background:#ecfdf5} .tw-border{border:1px solid #cbd5e1}.tw-border-y{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.tw-border-b{border-bottom:1px solid #e2e8f0}.tw-border-slate-200{border-color:#e2e8f0}.tw-border-emerald-100{border-color:#d1fae5} .tw-rounded-xl{border-radius:.75rem}.tw-rounded-2xl{border-radius:1rem}.tw-rounded-3xl{border-radius:1.5rem} .tw-shadow{box-shadow:0 1px 2px rgba(0,0,0,.05)}.tw-shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.04),0 1px 1px -1px rgba(0,0,0,.04)} .tw-grid{display:grid}.tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tw-gap-6{grid-gap:1.5rem}.tw-gap-8{grid-gap:2rem}.tw-gap-10{grid-gap:2.5rem} @media(min-width:768px){.md\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:tw-text-5xl{font-size:3rem;line-height:1}.md\:tw-col-span-2{grid-column:span 2 / span 2}} .hover\:tw-underline:hover{text-decoration:underline}.hover\:tw-opacity-90:hover{opacity:.9}.hover\:tw-bg-slate-800:hover{background:#1f2937} .tw-list-disc{list-style:disc}.tw-list-inside{list-style-position:inside} .tw-overflow-hidden{overflow:hidden}