/* Tailwind Preflight (minimal) */
*,::after,::before{box-sizing:border-box;border:0 solid #e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
img,video{max-width:100%;height:auto;display:block}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;padding:0}

.block{display:block}
.border-b{border-bottom-width:1px}
.flex{display:flex}
.font-bold{font-weight:700}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.grid{display:grid}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.hidden{display:none}
.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.max-w-7xl{max-width:80rem}
.mb-8{margin-bottom:2rem}
.mt-4{margin-top:1rem}
.mx-auto{margin-left:auto;margin-right:auto}
.px-4{padding-left:1rem;padding-right:1rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}
.text-center{text-align:center}
@media (min-width: 768px) {
.md\:flex{display:flex}
.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}