@keyframes fadeMoveAndFade{0%{opacity:1;transform:scale(1)}25%{opacity:0;transform:scale(1)}75%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(.55)}}.animate-fade-move-fade{animation:fadeMoveAndFade .7s ease-in-out}.signature-container{width:100%;max-width:800px;margin:0 auto}.signature-path{fill:none;stroke:#0249dd;stroke-width:5;stroke-miterlimit:10;stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawSignature 3s ease forwards}@keyframes drawSignature{to{stroke-dashoffset:0}}.signature-path:first-child{animation-delay:0s}.signature-path:nth-child(2){animation-delay:.25s}.signature-path:nth-child(3){animation-delay:.5s}.signature-path:nth-child(4){animation-delay:.75s}.signature-path:nth-child(5){animation-delay:1s}.signature-path:nth-child(6){animation-delay:1.25s}.signature-path:nth-child(7){animation-delay:1.5s}.signature-path:nth-child(8){animation-delay:1.75s}.signature-path:nth-child(9){animation-delay:2s}.signature-path:nth-child(10){animation-delay:2.5s}