@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap";:root{--white:#fff;--black:#1d1d1d;--grey:#f7f9fd;--greyDark:#dde2ee;--blue:#52b4ff;--purpledark:#48527b;--bluelight:#c9d9f2;--fontFamily:"Nunito", sans-serif;--fontWeightRegular:400;--fontWeightBold:700;--br10:12px;--br15:15px;--br20:20px;--brRound:999px;--fontH1:48px;--fontH2:32px;--fontH3:24px;--fontH4:20px;--fontParagraphLarge:18px;--fontParagraph:16px;--fontParagraphSmall:14px;--fontCaption:12px;--spacing2:2px;--spacing4:4px;--spacing5:5px;--spacing8:8px;--spacing10:10px;--spacing12:12px;--spacing15:15px;--spacing20:20px;--spacing25:25px;--spacing30:30px;--spacing35:35px;--spacing40:40px;--spacing50:50px;--spacing60:60px;--spacing70:70px;--spacing80:80px;--spacing90:90px;--box-shadow:0 0px 10px #0000000d;--border-radius:7px}svg{display:block}html,body,#root{min-height:100%}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0}p,ul,ol,dl,address,button{padding:0}input,textarea{resize:vertical;width:100%}input:focus-visible,textarea:focus-visible{outline:none}button{color:var(--black);cursor:pointer;outline:inherit;background:0 0;border:none;padding:0;font-family:inherit}pre{white-space:pre-wrap}hr{border:.5px solid}ol{padding-left:var(--spacing4)}a{color:var(--black);text-decoration:none}img{word-break:break-all}img,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}img{border-style:none}body{font-family:var(--fontFamily);font-weight:var(--fontWeightRegular);color:var(--black)}h1{font-size:var(--fontH1);font-weight:var(--fontWeightBold)}h2{font-size:var(--fontH2);font-weight:var(--fontWeightBold)}h3{font-size:var(--fontH3);font-weight:var(--fontWeightBold)}h4{font-size:var(--fontH4);font-weight:var(--fontWeightBold)}p,a,strong,li,input,textarea,button{font-size:var(--fontParagraph);font-family:var(--fontFamily)}small{font-size:var(--fontParagraphSmall)}.paragraphLarge{font-size:var(--fontParagraphLarge);font-weight:var(--fontWeightRegular)}.paragraph{font-size:var(--fontParagraph);font-weight:var(--fontWeightRegular)}.paragraphSmall{font-size:var(--fontParagraphSmall);font-weight:var(--fontWeightRegular)}.caption{font-size:var(--fontCaption);font-weight:var(--fontWeightRegular)}input,textarea,select{font-family:var(--fontFamily);border-radius:var(--border-radius)}
