/* layer: preflights */
*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}
/* layer: shortcuts */
.container{width:100%;}
@media (min-width: 640px){
.container{max-width:640px;}
}
@media (min-width: 768px){
.container{max-width:768px;}
}
@media (min-width: 1024px){
.container{max-width:1024px;}
}
@media (min-width: 1280px){
.container{max-width:1280px;}
}
@media (min-width: 1536px){
.container{max-width:1536px;}
}
/* layer: default */
.absolute{position:absolute;}
.relative{position:relative;}
.bottom-0{bottom:0;}
.left-0{left:0;}
.right-0{right:0;}
.top-0{top:0;}
.grid{display:grid;}
.m-0{margin:0;}
.mx-auto{margin-left:auto;margin-right:auto;}
.my-12{margin-top:3rem;margin-bottom:3rem;}
.my-3{margin-top:0.75rem;margin-bottom:0.75rem;}
.mb-0{margin-bottom:0;}
.mb-1{margin-bottom:0.25rem;}
.mb-10{margin-bottom:2.5rem;}
.mb-12{margin-bottom:3rem;}
.mb-3{margin-bottom:0.75rem;}
.mb-6{margin-bottom:1.5rem;}
.mr-1{margin-right:0.25rem;}
.mr-2{margin-right:0.5rem;}
.mr-4{margin-right:1rem;}
.mt-0{margin-top:0;}
.mt-1{margin-top:0.25rem;}
.mt-4{margin-top:1rem;}
.mt-6{margin-top:1.5rem;}
.box-border{box-sizing:border-box;}
.block{display:block;}
.h-12{height:3rem;}
.h-14{height:3.5rem;}
.h-4{height:1rem;}
.h-5{height:1.25rem;}
.h-8{height:2rem;}
.h-full{height:100%;}
.max-w-4xl{max-width:56rem;}
.w-14{width:3.5rem;}
.w-4{width:1rem;}
.w-5{width:1.25rem;}
.w-full{width:100%;}
.before\:h-px::before{height:1px;}
.after\:h-px::after{height:1px;}
.flex{display:flex;}
.flex-1{flex:1 1 0%;}
.before\:flex-1::before{flex:1 1 0%;}
.after\:flex-1::after{flex:1 1 0%;}
.flex-initial{flex:0 1 auto;}
.flex-col{flex-direction:column;}
.items-start{align-items:flex-start;}
.items-center{align-items:center;}
.justify-start{justify-content:flex-start;}
.justify-center{justify-content:center;}
.justify-left{justify-content:left;}
.gap-6{gap:1.5rem;}
.overflow-hidden{overflow:hidden;}
.border{border-width:1px;}
.border-gray-300{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity));}
.rounded-full{border-radius:9999px;}
.rounded-lg{border-radius:0.5rem;}
.bg-\[hsla\(0\,0\%\,98\.4\%\,\.15\)\]{--un-bg-opacity:.15;background-color:hsla(0, 0%, 98.4%, var(--un-bg-opacity));}
.hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity));}
.before\:bg-gray-300::before{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity));}
.after\:bg-gray-300::after{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity));}
.bg-cover{background-size:cover;}
.bg-fixed{background-attachment:fixed;}
.bg-no-repeat{background-repeat:no-repeat;}
[stroke-width~="\32 "]{stroke-width:2px;}
.p-1{padding:0.25rem;}
.p-2{padding:0.5rem;}
.p-4{padding:1rem;}
.px-3{padding-left:0.75rem;padding-right:0.75rem;}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}
.pt-3{padding-top:0.75rem;}
.text-center{text-align:center;}
.text-3xl{font-size:1.875rem;line-height:2.25rem;}
.text-base{font-size:1rem;line-height:1.5rem;}
.text-lg{font-size:1.125rem;line-height:1.75rem;}
.text-sm{font-size:0.875rem;line-height:1.25rem;}
.text-xs{font-size:0.75rem;line-height:1rem;}
.dark .dark\:text-neutral-300,
.text-neutral-300{--un-text-opacity:1;color:rgb(212 212 212 / var(--un-text-opacity));}
.text-gray-400{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity));}
.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity));}
.text-gray-900{--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity));}
.text-neutral-500{--un-text-opacity:1;color:rgb(115 115 115 / var(--un-text-opacity));}
.text-slate-400{--un-text-opacity:1;color:rgb(148 163 184 / var(--un-text-opacity));}
.text-yellow-600{--un-text-opacity:1;color:rgb(202 138 4 / var(--un-text-opacity));}
.font-bold{font-weight:700;}
.font-medium{font-weight:500;}
.font-semibold{font-weight:600;}
.hover\:underline:hover{text-decoration-line:underline;}
.no-underline{text-decoration:none;}
.opacity-0{opacity:0;}
.hover\:opacity-100:hover{opacity:1;}
.dark .dark\:shadow-black\/20{--un-shadow-color:rgb(0 0 0 / 0.2);}
.shadow-lg{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}
.duration-300{transition-duration:300ms;}
.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}
.before\:content-\[\'\'\]::before{content:'';}
.after\:content-\[\'\'\]::after{content:'';}
.h-dvh{height:100dvh;}
@media (min-width: 768px){
.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.md\:h-10{height:2.5rem;}
.md\:px-6{padding-left:1.5rem;padding-right:1.5rem;}
.md\:text-5xl{font-size:3rem;line-height:1;}
.md\:text-lg{font-size:1.125rem;line-height:1.75rem;}
}
@media (min-width: 1024px){
.lg\:mb-0{margin-bottom:0;}
}
@media (min-width: 1280px){
.xl\:gap-x-12{column-gap:3rem;}
}