@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap);:root{--c-bg:#f7f7f8;--c-card:#fff;--c-white:#fff;--c-text:#505050;--c-border:#c4c4c4;--header-height:50px;--wrapper-height:calc(100vh - var(--header-height))}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--c-bg);color:var(--c-text);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;height:100%;margin:0;padding:0;width:100%}*{box-sizing:border-box}#app{height:100%}button{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid var(--c-border);border-radius:999rem;color:var(--c-text);display:-ms-flexbox;display:flex;justify-content:center;margin-bottom:5px;padding:.5rem 1rem;width:auto}button:hover{background-color:var(--c-white)}.headerContainer__rUBFI{-ms-flex-pack:justify;background-color:#fff;border-bottom:1px solid #f0f0f0;display:-ms-flexbox;display:flex;height:var(--header-height);justify-content:space-between;padding:10px 2rem;width:100vw}.headerContainer__rUBFI span{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;font-size:16px;justify-content:center}.headerImg__w\+caF{max-height:100%}