.shake{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.legal-scroll::-webkit-scrollbar{width:8px}.legal-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.legal-scroll::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.legal-scroll::-webkit-scrollbar-thumb:hover{background:#555}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
