*, *::before, *::after { box-sizing: border-box; margin: 0; }
html, body { margin: 0; }
ul, ol { padding-left: 0; }
.absolute { position: absolute; }
.bg-stone-50 { background-color: #fafaf9; }
.bg-stone-50\/95 { background-color: rgba(250, 250, 249, 0.95); }
.bg-stone-900 { background-color: #1c1917; }
.bg-transparent { background-color: transparent; }
.bg-white { background-color: #ffffff; }
.block { display: block; }
.border { border: 1px solid currentColor; }
.border-0 { border: 0; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-stone-200 { border-color: #e7e5e4; }
.border-stone-300 { border-color: #d6d3d1; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.contents { display: contents; }
.cursor-pointer { cursor: pointer; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.font-bold { font-weight: 700; }
.font-sans { font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif; }
.font-semibold { font-weight: 600; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.grow { flex-grow: 1; }
.h-16 { height: 4rem; }
.h-full { height: 100%; }
.hidden { display: none; }
.hover\:text-stone-900:hover { color: #1c1917; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.leading-none { line-height: 1; }
.list-none { list-style-type: none; }
.m-0 { margin: 0; }
.max-w-7xl { max-width: 80rem; }
.min-h-screen { min-height: 100vh; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.no-underline { text-decoration: none; }
.object-cover { object-fit: cover; }
.overflow-hidden { overflow: hidden; }
.p-0 { padding: 0; }
.p-4 { padding: 1rem; }
.pl-3 { padding-left: 0.75rem; }
.pr-4 { padding-right: 1rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.relative { position: relative; }
.right-0 { right: 0; }
.right-4 { right: 1rem; }
.rounded-full { border-radius: 9999px; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }
.shadow-none { box-shadow: 0 0 #0000; }
.shrink-0 { flex-shrink: 0; }
.sticky { position: sticky; }
.text-\[11px\] { font-size: 11px; line-height: 15px; }
.text-amber-50 { color: #fffbeb; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-center { text-align: center; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-stone-600 { color: #57534e; }
.text-stone-700 { color: #44403c; }
.text-stone-800 { color: #292524; }
.text-stone-900 { color: #1c1917; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.top-0 { top: 0; }
.top-4 { top: 1rem; }
.tracking-\[0\.14em\] { letter-spacing: 0.14em; }
.uppercase { text-transform: uppercase; }
.w-16 { width: 4rem; }
.w-80 { width: 20rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
@media (min-width: 768px) { .md\:flex-row { flex-direction: row; } }
@media (min-width: 768px) { .md\:items-center { align-items: center; } }
@media (min-width: 768px) { .md\:justify-between { justify-content: space-between; } }
@media (min-width: 768px) { .md\:text-left { text-align: left; } }