@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.rise{animation:.5s both rise}.rise-1{animation-delay:70ms}.rise-2{animation-delay:.14s}.rise-fast{animation:.3s both rise}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.check-anim{animation:.4s cubic-bezier(.34,1.56,.64,1) scaleIn}@keyframes pulseDot{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.pulse-dot{animation:1.2s ease-in-out infinite pulseDot}.consultation-noise:after{content:"";z-index:60;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px;position:fixed;inset:0}
