*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}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"}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}:root{min-width:320px;--h-screen: calc(100 * var(--vh, 1vh))}@page{size:A4;margin:0}html{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(31,41,55,var(--un-text-opacity))}html.dark{--un-bg-opacity:1;background-color:rgba(24,24,27,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity))}@media print{#app{width:210mm;height:297mm;padding:5mm 5mm 5mm 20mm}}@media screen{body{height:var(--h-screen)}@media (min-width: 640px){body{padding:2rem}}#app{margin-left:auto;margin-right:auto;height:100%;max-width:768px}}@font-face{font-family:Founders Grotesk;src:url(/fonts/FoundersGrotesk-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gauthier FY;src:url(/fonts/GauthierFY-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gauthier FY;src:url(/fonts/GauthierFY-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}.un-divide>:not([hidden])~:not([hidden]){--un-divide-y-reverse:0;border-top-width:calc(4px * calc(1 - var(--un-divide-y-reverse)));border-bottom-width:calc(4px * var(--un-divide-y-reverse));--un-divide-opacity:1;border-color:rgba(0,0,0,var(--un-divide-opacity));}.dark .un-divide>:not([hidden])~:not([hidden]){--un-divide-opacity:1;border-color:rgba(255,255,255,var(--un-divide-opacity));}.heading{font-family:"Founders Grotesk",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-size:1.125rem;line-height:1.75rem;font-weight:500;line-height:1.25;}.subheading{font-family:"Gauthier FY",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;line-height:1.25;font-style:italic;}.absolute{position:absolute;}.relative{position:relative;}.bottom-3{bottom:0.75rem;}.right-3{right:0.75rem;}.top-3{top:0.75rem;}.grid{display:grid;}.row-span-2{grid-row:span 2/span 2;}.auto-rows-fr{grid-auto-rows:minmax(0,1fr);}.grid-flow-row{grid-auto-flow:row;}.grid-rows-\[1fr_2fr\]{grid-template-rows:1fr 2fr;}.hidden{display:none;}.aspect-\[1\/1\]{aspect-ratio:1/1;}.h-5{height:1.25rem;}.h-8{height:2rem;}.h-full{height:100%;}.w-1\/3{width:33.3333333333%;}.w-2{width:0.5rem;}.w-5{width:1.25rem;}.w-8{width:2rem;}.w-full{width:100%;}.flex{display:flex;}.flex-1{flex:1 1 0%;}.shrink-0{flex-shrink:0;}.flex-col{flex-direction:column;}.items-center{align-items:center;}.justify-between{justify-content:space-between;}.gap-2{grid-gap:0.5rem;gap:0.5rem;}.border-4{border-width:4px;border-style:solid;}.border-l-4{border-left-width:4px;border-left-style:solid;}.border-r-4{border-right-width:4px;border-right-style:solid;}.border-black{--un-border-opacity:1;border-color:rgba(0,0,0,var(--un-border-opacity));}.dark .dark\:border-white{--un-border-opacity:1;border-color:rgba(255,255,255,var(--un-border-opacity));}.rounded{border-radius:0.25rem;}.bg-zinc-100{--un-bg-opacity:1;background-color:rgba(244,244,245,var(--un-bg-opacity));}.dark .dark\:bg-zinc-800{--un-bg-opacity:1;background-color:rgba(39,39,42,var(--un-bg-opacity));}.p-3{padding:0.75rem;}.px-2{padding-left:0.5rem;padding-right:0.5rem;}.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.text-right{text-align:right;}.align-middle{vertical-align:middle;}.text-xs{font-size:0.75rem;line-height:1rem;}.dark .dark\:text-white{--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity));}.text-black{--un-text-opacity:1;color:rgba(0,0,0,var(--un-text-opacity));}@media (min-width: 768px){.md\:block{display:block;}}
