.btn{cursor:pointer;background:#ffffffdb;border:none;border-radius:32px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.btn.white{color:#000;background:#ffffffdb}.btn.white:hover{color:#000;background:#b3b3b3}.btn:active{transform:scale(.9)translateZ(0)}.btn.nowrap{white-space:nowrap}.btn.default{color:#fff;background:#141414}.btn.primary{color:#fff;background:#8a00fc}.btn.lined{outline-offset:-1px;color:#000;background:0 0;outline:1px solid #000}.btn.secondary{color:#000;background:#1414141a;border:1px solid #0000001a}.btn.sized{height:54px}.btn.more-sized{height:56px}.btn.fill{width:100%}.btn:hover{opacity:.8}.btn.disabled{cursor:not-allowed;opacity:.6}
