.button{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;height:40px;padding:0 24px;background-color:#faf9f9;color:#a6817e;border:none;border-radius:999px;font-family:Quicksand,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.01em;line-height:20px;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;overflow:hidden;isolation:isolate;-webkit-tap-highlight-color:transparent;transition:background-color .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1)}.button:before{content:"";position:absolute;inset:0;background-color:currentColor;opacity:0;z-index:1;transition:opacity .28s linear;pointer-events:none}.button:hover:before{opacity:.08}.button:focus-visible{outline:2px solid #a6817e;outline-offset:2px}.button>*{position:relative;z-index:2;pointer-events:none}.ripple{position:absolute;border-radius:50%;background-color:currentColor;opacity:.12;transform:scale(0);z-index:0;pointer-events:none;transition:opacity .15s linear,transform 1s cubic-bezier(.25,.8,.25,1)}.ripple-active{transform:scale(1)}.ripple-fading{opacity:0!important;transition:opacity .3s ease-out}.button.icon-button{padding:0;width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:inherit}.button.icon-button:hover{background-color:#00000014}.button.icon-button:active{background-color:#0000001f}.button.icon-button .ripple{border-radius:50%}@font-face{font-family:Quicksand;src:url(/fonts/Quicksand-VariableFont_wght.woff2) format("woff2-variations");font-weight:300 700;font-display:swap}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;font-family:Quicksand,sans-serif;-webkit-font-smoothing:antialiased;scrollbar-gutter:stable}body::-webkit-scrollbar{width:8px!important}body::-webkit-scrollbar-track{background:#a6817e1a}body::-webkit-scrollbar-thumb{background:#a6817e;border-radius:999px}h1,h2,h3,h4,h5,h6,p,span{margin:0}
