@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";:root{--primary: #b20101;--primary-hover: #8e0101;--secondary: #222222;--accent: #f4f4f4;--text-main: #111111;--text-muted: #666666;--white: #ffffff;--black: #000000;font-family:Manrope,system-ui,sans-serif;line-height:1.6;font-weight:400;color:var(--text-main);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background-color:var(--white);overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary)}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;font-weight:800;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 24px}button{font-family:Manrope,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.gap-2{gap:8px}.gap-4{gap:16px}.gap-8{gap:32px}.gap-12{gap:48px}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.md\:flex{display:none}.md\:hidden{display:flex}.md\:grid-cols-3,.md\:grid-cols-4{grid-template-columns:1fr}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.inset-0{inset:0}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.w-full{width:100%}.h-full{height:100%}.h-20{height:80px}.h-10{height:40px}.w-10{width:40px}.h-12{height:48px}.w-12{width:48px}.p-2{padding:8px}.p-8{padding:32px}.px-4{padding-left:16px;padding-right:16px}.px-6{padding-left:24px;padding-right:24px}.px-8{padding-left:32px;padding-right:32px}.py-2{padding-top:8px;padding-bottom:8px}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-16{padding-top:64px;padding-bottom:64px}.py-24{padding-top:96px;padding-bottom:96px}.pt-8{padding-top:32px}.pt-20{padding-top:80px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-12{margin-bottom:48px}.mt-16{margin-top:64px}.text-white{color:var(--white)}.text-gray-200{color:#e5e7eb}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-800{color:#1f2937}.text-sm{font-size:14px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-5xl{font-size:48px}.text-7xl{font-size:72px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-black{font-weight:900}.bg-white{background-color:var(--white)}.rounded{border-radius:4px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-3xl{border-radius:24px}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.border-t{border-top:1px solid #e5e7eb}.border-gray-800{border-color:#1f2937}.hidden{display:none}.md\:flex{display:flex}.tracking-tighter{letter-spacing:-.05em}.bg-cover{background-size:cover}.bg-center{background-position:center}.focus\:outline-none:focus{outline:none}.line-height-relaxed{line-height:1.8}
