/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */

/* Base styles */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
::before,::after{--tw-content:''}
html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}
body{margin:0;line-height:inherit}

/* Typography */
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
p{margin:0}

/* Layout */
.container{width:100%}
.fixed{position:fixed}
.relative{position:relative}
.absolute{position:absolute}
.top-0{top:0px}
.left-0{left:0px}
.right-0{right:0px}
.z-50{z-index:50}

/* Flexbox */
.flex{display:flex}
.flex-col{flex-direction:column}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}

/* Spacing */
.m-0{margin:0px}
.p-0{padding:0px}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.p-8{padding:2rem}
.p-5{padding:1.25rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-8{margin-bottom:2rem}
.mb-10{margin-bottom:2.5rem}
.my-8{margin-top:2rem;margin-bottom:2rem}
.my-5{margin-top:1.25rem;margin-bottom:1.25rem}
.mt-10{margin-top:2.5rem}
.mx-auto{margin-left:auto;margin-right:auto}
.mx-2\.5{margin-left:0.625rem;margin-right:0.625rem}

/* Sizing */
.w-full{width:100%}
.w-auto{width:auto}
.w-6{width:1.5rem}
.w-11\/12{width:91.666667%}
.h-12{height:3rem}
.h-10{height:2.5rem}
.h-6{height:1.5rem}
.h-14{height:3.5rem}
.h-auto{height:auto}
.h-96{height:24rem}
.max-w-4xl{max-width:56rem}
.max-w-24{max-width:6rem}
.max-h-12{max-height:3rem}

/* Colors */
.bg-gray-50{background-color:#f9fafb}
.bg-white{background-color:#fff}
.bg-black{background-color:#000}
.bg-blue-600{background-color:#2563eb}
.bg-blue-50{background-color:#eff6ff}
.text-white{color:#fff}
.text-gray-900{color:#111827}
.text-gray-600{color:#4b5563}
.text-gray-800{color:#1f2937}
.text-gray-400{color:#9ca3af}
.text-blue-600{color:#2563eb}
.text-cyan-400{color:#22d3ee}
.border-white\/10{border-color:rgb(255 255 255 / 0.1)}
.border-blue-600{border-color:#2563eb}
.border-gray-200{border-color:#e5e7eb}
.border-black{border-color:#000}

/* Typography */
.text-sm{font-size:0.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-2xl{font-size:1.5rem;line-height:2rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
.font-medium{font-weight:500}
.font-bold{font-weight:700}
.leading-relaxed{line-height:1.625}
.leading-tight{line-height:1.25}
.italic{font-style:italic}
.text-justify{text-align:justify}
.text-center{text-align:center}

/* Borders */
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-b-2{border-bottom-width:2px}
.border-t{border-top-width:1px}
.border-0{border-width:0px}
.rounded-md{border-radius:0.375rem}
.rounded-xl{border-radius:0.75rem}
.rounded-lg{border-radius:0.5rem}
.rounded-full{border-radius:9999px}

/* Display */
.hidden{display:none}
.inline-block{display:inline-block}
.block{display:block}

/* Misc */
.no-underline{text-decoration-line:none}
.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)}
.object-contain{object-fit:contain}
.object-scale-down{object-fit:scale-down}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.hover\:bg-white\/10:hover{background-color:rgb(255 255 255 / 0.1)}
.hover\:text-cyan-400:hover{color:#22d3ee}
.hover\:bg-blue-50:hover{background-color:#eff6ff}

/* Responsive */
@media (min-width: 768px) {
  .md\:h-10{height:2.5rem}
  .md\:h-80{height:20rem}
}

@media (min-width: 1024px) {
  .lg\:hidden{display:none}
  .lg\:flex{display:flex}
  .lg\:items-center{align-items:center}
  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){margin-left:0.25rem}
}

/* Space utilities */
.space-y-1 > :not([hidden]) ~ :not([hidden]){margin-top:0.25rem}

/* Inset utilities */
.inset-0{inset:0px}
/
* Additional premium styles for hamburger menu */
.p-3{padding:0.75rem}
.w-5{width:1.25rem}
.h-5{height:1.25rem}
