
*,*::before,*::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{margin:0;line-height:inherit}
h1,h2,h3,p{margin:0}
a{color:inherit;text-decoration:inherit}
button,input,textarea,select{font:inherit;color:inherit}
button{background:transparent;padding:0}
img,svg,video,canvas,iframe{display:block;max-width:100%}
img,video{height:auto}

.absolute{position:absolute}
.relative{position:relative}
.fixed{position:fixed}
.sticky{position:sticky}
.block{display:block}
.hidden{display:none}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.overflow-hidden{overflow:hidden}
.inset-0{inset:0}
.right-0{right:0}
.right-5{right:1.25rem}
.top-0{top:0}
.top-10{top:2.5rem}
.bottom-5{bottom:1.25rem}
.-left-20{left:-5rem}
.z-40{z-index:40}
.z-50{z-index:50}
.w-full{width:100%}
.w-auto{width:auto}
.w-72{width:18rem}
.w-80{width:20rem}
.h-full{height:100%}
.h-auto{height:auto}
.h-28{height:7rem}
.h-72{height:18rem}
.h-80{height:20rem}
.max-w-none{max-width:none}
.max-w-\[520px\]{max-width:520px}
.mx-auto{margin-left:auto;margin-right:auto}
.text-center{text-align:center}
.uppercase{text-transform:uppercase}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-black{font-weight:900}
.tracking-tight{letter-spacing:-.025em}
.tracking-\[0\.2em\]{letter-spacing:.2em}
.leading-7{line-height:1.75rem}
.leading-8{line-height:2rem}
.leading-tight{line-height:1.25}
.rounded-full{border-radius:9999px}
.rounded-2xl{border-radius:1rem}
.rounded-\[1\.5rem\]{border-radius:1.5rem}
.rounded-\[1\.75rem\]{border-radius:1.75rem}
.rounded-\[2rem\]{border-radius:2rem}
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.opacity-20{opacity:.2}
.transition{transition-property:color,background-color,border-color,box-shadow,transform,filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.mt-1{margin-top:0.25rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.mt-2{margin-top:0.5rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.mt-3{margin-top:0.75rem}
.gap-3{gap:0.75rem}
.p-4{padding:1rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.mt-4{margin-top:1rem}
.mb-4{margin-bottom:1rem}
.gap-4{gap:1rem}
.p-5{padding:1.25rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.mt-5{margin-top:1.25rem}
.gap-5{gap:1.25rem}
.p-6{padding:1.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.mt-6{margin-top:1.5rem}
.gap-6{gap:1.5rem}
.p-7{padding:1.75rem}
.mt-7{margin-top:1.75rem}
.p-8{padding:2rem}
.mt-8{margin-top:2rem}
.mb-8{margin-bottom:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.mt-10{margin-top:2.5rem}
.gap-10{gap:2.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.-mt-6{margin-top:-1.5rem}
.pb-4{padding-bottom:1rem}
.pt-4{padding-top:1rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-5xl{max-width:64rem}
.max-w-7xl{max-width:80rem}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.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}
.text-white{color:#fff}
.text-neutral-200{color:#e5e5e5}
.text-neutral-300{color:#d4d4d4}
.text-neutral-500{color:#737373}
.text-neutral-600{color:#525252}
.text-neutral-700{color:#404040}
.text-neutral-900{color:#171717}
.text-red-700{color:#b91c1c}
.bg-white{background-color:#fff}
.bg-white\/95{background-color:rgba(255,255,255,.95)}
.bg-white\/10{background-color:rgba(255,255,255,.10)}
.bg-white\/5{background-color:rgba(255,255,255,.05)}
.bg-neutral-50{background-color:#fafafa}
.bg-neutral-900{background-color:#171717}
.bg-red-500{background-color:#ef4444}
.bg-red-600{background-color:#dc2626}
.bg-green-500{background-color:#22c55e}
.bg-green-700{background-color:#15803d}
.bg-green-800{background-color:#166534}
.border-neutral-200{border-color:#e5e5e5}
.border-neutral-300{border-color:#d4d4d4}
.border-white\/10{border-color:rgba(255,255,255,.10)}
.border-white\/20{border-color:rgba(255,255,255,.20)}
.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}
.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgb(0 0 0/.25)}
.blur-3xl{filter:blur(64px)}
.backdrop-blur{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.backdrop-blur-xl{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-neutral-950{--tw-gradient-from:#0a0a0a;--tw-gradient-to:rgb(10 10 10/0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.via-neutral-900{--tw-gradient-to:rgb(23 23 23/0);--tw-gradient-stops:var(--tw-gradient-from),#171717,var(--tw-gradient-to)}
.to-red-900{--tw-gradient-to:#7f1d1d}
.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}
.hover\:scale-105:hover{transform:scale(1.05)}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}
.hover\:bg-green-400:hover{background-color:#4ade80}
.hover\:bg-green-600:hover{background-color:#16a34a}
.hover\:bg-green-700:hover{background-color:#15803d}
.hover\:bg-red-500:hover{background-color:#ef4444}
.hover\:bg-white\/20:hover{background-color:rgba(255,255,255,.20)}
.hover\:text-green-400:hover{color:#4ade80}
.hover\:text-red-700:hover{color:#b91c1c}
.space-y-4 > :not([hidden]) ~ :not([hidden]){margin-top:1rem}
@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:768px){.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:h-32{height:8rem}.md\:items-center{align-items:center}.md\:items-stretch{align-items:stretch}.md\:justify-between{justify-content:space-between}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:col-span-2{grid-column:span 2/span 2}}
@media(min-width:1024px){.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-\[1\.05fr\,0\.95fr\]{grid-template-columns:1.05fr .95fr}.lg\:items-start{align-items:flex-start}}
@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))}.xl\:col-span-3{grid-column:span 3/span 3}}