#flow{font:normal 10px Calibri,sans-serif!important}.wobble-hor-bottom{animation:wobble-hor-bottom 15s infinite both}@keyframes wobble-hor-bottom{0%,to{transform:translateX(0);transform-origin:100% 50%}15%{transform:translateX(-30px) rotate(-1.5deg)}30%{transform:translateX(15px) rotate(1.5deg)}45%{transform:translateX(-15px) rotate(-1.6deg)}60%{transform:translateX(9px) rotate(.8deg)}75%{transform:translateX(-6px) rotate(-.2deg)}}.slide-in-bottom-2{animation:slide-in-bottom 2s cubic-bezier(.25,.46,.45,.94) both}.slide-in-bottom-1{animation:slide-in-bottom 1.1s cubic-bezier(.25,.46,.45,.94) both}.slide-in-bottom{animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-out{animation:fadeOut .5s forwards}.animate-in{animation:fadeIn .5s forwards}