html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--primary-color: #B7F349;--primary-color-light: #c6f47c;--bg-color: #F5F5F5;--text-color: #000000;--body-text-color: #666666;--invert-text-color: var(--white);--white: #FFFFFF;--black: #000000;--light-gray: #F5F5F5;--gray: #BDBDBD;--dark-gray: #565656;--shadow-lg-color: hsla(0, 0%, 0%, .015);--shadow-md-color: hsla(0, 0%, 0%, .05);--shadow-sm-color: hsla(0, 0%, 0%, .1);--disabled-opacity: .3}:root{--title-font: sans-serif;--text-font: sans-serif;--text-size: 14px}body{font-family:var(--text-font);font-size:var(--text-size);line-height:1.5;color:var(--text-color)}h1,h2,h3,h4,h5,h6{font-family:var(--title-font);font-weight:400;line-height:1.25}h1{font-size:1.25em;font-weight:600}h2{font-size:1.125em;font-weight:600}h3,h4{font-size:1em}h5{font-size:.85em}h6{font-size:.75em}p{color:var(--body-text-color);font-size:1em}.container{display:flex;flex-direction:column;width:90%;margin-left:auto;margin-right:auto}.row{position:relative;width:100%}.row [class^=col]{float:left;margin:.5rem 2%;min-height:.125rem}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{width:96%}.col-1-sm{width:4.33%}.col-2-sm{width:12.66%}.col-3-sm{width:21%}.col-4-sm{width:29.33%}.col-5-sm{width:37.66%}.col-6-sm{width:46%}.col-7-sm{width:54.33%}.col-8-sm{width:62.66%}.col-9-sm{width:71%}.col-10-sm{width:79.33%}.col-11-sm{width:87.66%}.col-12-sm{width:96%}.row:after{content:"";display:table;clear:both}.hidden-sm{display:none}@media only screen and (min-width: 33.75em){.container{width:80%}}@media only screen and (min-width: 45em){.hidden-sm{display:block}}@media only screen and (min-width: 60em){.container{width:85%;max-width:75rem}.col-1{width:4.33%}.col-2{width:12.66%}.col-3{width:21%}.col-4{width:29.33%}.col-5{width:37.66%}.col-6{width:46%}.col-7{width:54.33%}.col-8{width:62.66%}.col-9{width:71%}.col-10{width:79.33%}.col-11{width:87.66%}.col-12{width:96%}}.hidden-md,.hidden-lg{display:none}@media only screen and (min-width: 48em){.hidden-md{display:block}}@media only screen and (min-width: 64em){.hidden-lg{display:block}}.flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-start{justify-content:flex-start}.flex-end{justify-content:flex-end}.flex-center{justify-content:center}.flex-space-between{justify-content:space-between}.flex-space-around{justify-content:space-around}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.gap-0\.5{gap:.5rem}.gap-1{gap:1rem}.pl-0\.5{padding-left:.5rem}.pr-0\.5{padding-right:.5rem}:root{--border-radius: .75em;--border-radius-sm: calc(var(--border-radius) * .5);--border-radius-lg: calc(var(--border-radius) * 1.5);--horizontal-padding: var(--border-radius);--vertical-padding: calc(var(--border-radius) * .75);--screen-sm: 33.75em;--screen-md: 48em;--screen-lg: 64em;--z-index-toast: 110}form{display:flex;flex-direction:column;width:100%;min-height:100%;margin:0 auto;gap:1rem}::-webkit-scrollbar{width:.75em}::-webkit-scrollbar-track{background:var(--white);border-radius:var(--border-radius-sm)}::-webkit-scrollbar-thumb{background:var(--gray);border-radius:var(--border-radius-sm);border:solid 2px var(--white)}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}:root{--shadow-lg: 1px 2px 2px var(--shadow-lg-color), 2px 4px 4px var(--shadow-lg-color), 4px 8px 8px var(--shadow-lg-color), 8px 16px 16px var(--shadow-lg-color), 16px 32px 32px var(--shadow-lg-color);--shadow-md: 1px 2px 2px var(--shadow-md-color), 2px 4px 4px var(--shadow-md-color), 3px 6px 6px var(--shadow-md-color);--shadow-sm: .5px 1px 1px var(--shadow-sm-color)}.shadow,.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-none{box-shadow:none}*{box-sizing:border-box}body{background-color:var(--bg-color)}
