/* 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}

.container{width:100%}
.flex{display:flex}
.gap-3{gap:.75rem}
.gap-6{gap:1.5rem}
.h-auto{height:auto}
.hidden{display:none}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.max-w-full{max-width:100%}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.ml-6{margin-left:1.5rem}
.mt-12{margin-top:3rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mx-auto{margin-left:auto;margin-right:auto}
.my-6{margin-top:1.5rem;margin-bottom:1.5rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.relative{position:relative}
.rounded-2xl{border-radius:1rem}
.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.text-center{text-align:center}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.z-10{z-index:10}
@media (min-width: 768px) {
.md\:flex{display:flex}
}