@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap";.h-auto{height:auto}.w-auto{width:auto}.h-screen{height:100vh}.w-screen{width:100vw}.h-fit{height:fit-content}.w-fit{width:fit-content}.h-full{height:100%}.w-full{width:100%}.h-max{height:max-content}.w-max{width:max-content}.rounded-xs{border-radius:.125rem}.rounded-sm{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-4xl{border-radius:2rem}.text-center{text-align:center}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.inline-flex{display:inline-flex}.block{display:block}.inline-block{display:inline-block}.grid{display:grid}@media (width>=48rem){.md\:flex-row{flex-direction:row}}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-cols-none{grid-template-columns:none}.grid-rows-none{grid-template-rows:none}.auto-rows-auto{grid-auto-rows:auto}.col-span-2{grid-column:span 2/span 2}.row-span-2{grid-row:span 2/span 2}@media (width>=48rem){.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-none{grid-template-columns:none}.md\:grid-rows-none{grid-template-rows:none}.md\:row-span-2{grid-row:span 2/span 2}}.absolute{position:absolute}.relative{position:relative}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.underline{text-decoration:underline}.overline{text-decoration:overline}.line-through{text-decoration:line-through}.no-underline{text-decoration:none}.bg-lavender{background-color:var(--lavender)}.bg-surface0{background-color:var(--surface0)}.bg-base{background-color:var(--base)}.bg-mantle{background-color:var(--mantle)}.bg-crust{background-color:var(--crust)}.color-lavender{color:var(--lavender)}.color-text{color:var(--text)}.color-subtext0{color:var(--subtext0)}:root{--surface0:#313244;--lavender:#b4befe;--text:#cdd6f4;--subtext0:#a6adc8;--base:#1e1e2e;--mantle:#181825;--crust:#11111b;background-color:var(--crust);color:var(--text);font-optical-sizing:auto;font-family:Open Sans,sans-serif;font-style:normal;font-weight:400}#root{flex-direction:column;width:100vw;height:100vh;display:flex}.open-sans-regular{font-optical-sizing:auto;font-family:Open Sans,sans-serif;font-style:normal;font-weight:400}.open-sans-bold{font-optical-sizing:auto;font-family:Open Sans,sans-serif;font-style:normal;font-weight:700}@media (width<=47.999rem){.grid-layout-home{grid-template-columns:repeat(2,1fr);display:grid}}@media (width>=48rem){.grid-layout-home{grid-template-rows:repeat(2,1fr);grid-auto-flow:column;display:grid}}*,:before,:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}
