.fade-in-bottom{animation:fade-in-bottom .7s cubic-bezier(.39,.575,.565,1) both}@keyframes fade-in-bottom{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in{animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-right{0%{transform:translateX(1000px);opacity:0}to{transform:translateX(0);opacity:1}}.slide-in-right{animation:slide-in-right .4s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-left{0%{transform:translateX(-1000px);opacity:0}to{transform:translateX(0);opacity:1}}.slide-in-left{animation:slide-in-left .4s cubic-bezier(.25,.46,.45,.94) both}@keyframes pulse-selected{0%{box-shadow:0 0 0 0 rgba(91,211,219,.897)}to{box-shadow:0 0 0 20px rgba(0,0,0,0)}}@keyframes bounce-in-fwd{0%{transform:scale(0);animation-timing-function:ease-in;opacity:0}38%{transform:scale(1);animation-timing-function:ease-out;opacity:1}55%{transform:scale(.7);animation-timing-function:ease-in}72%{transform:scale(1);animation-timing-function:ease-out}81%{transform:scale(.84);animation-timing-function:ease-in}89%{transform:scale(1);animation-timing-function:ease-out}95%{transform:scale(.95);animation-timing-function:ease-in}to{transform:scale(1);animation-timing-function:ease-out}}@keyframes bounce-in-flip{0%{transform:scale(0),scaleX(-1);animation-timing-function:ease-in;opacity:0}38%{transform:scale(1) scaleX(-1);animation-timing-function:ease-out;opacity:1}55%{transform:scale(.7) scaleX(-1);animation-timing-function:ease-in}72%{transform:scale(1) scaleX(-1);animation-timing-function:ease-out}81%{transform:scale(.84) scaleX(-1);animation-timing-function:ease-in}89%{transform:scale(1) scaleX(-1);animation-timing-function:ease-out}95%{transform:scale(.95) scaleX(-1);animation-timing-function:ease-in}to{transform:scale(1) scaleX(-1);animation-timing-function:ease-out}}.bounce-in{animation:bounce-in-fwd 1s both}.bounce-in-flipped{animation:bounce-in-flip 1s both}@keyframes fade-out-bck{0%{transform:translateZ(0) scaleX(-1);opacity:1}to{transform:translateZ(-80px) scaleX(-1);opacity:0}}.fade-out-bck-flip{animation:fade-out-bck-flip .7s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-out-top{0%{transform:translateY(0);transition:.3s;opacity:1}to{transform:translateY(-1000px);transition:.3s;opacity:0}}.slide-out-top{animation:slide-out-top 1.3s cubic-bezier(.55,.085,.68,.53) both}.dl-1{animation-delay:.1s}.dl-2{animation-delay:.2s}.dl-3{animation-delay:.3s}.dl-4{animation-delay:.4s}.dl-5{animation-delay:.5s}.dl-6{animation-delay:.6s}.dl-7{animation-delay:.7s}.dl-8{animation-delay:.8s}.dl-9{animation-delay:.9s}.dl-10{animation-delay:1s}.dl-11{animation-delay:1.1s}.dl-12{animation-delay:1.2s}.dl-13{animation-delay:1.3s}.dl-14{animation-delay:1.4s}.dl-15{animation-delay:1.5s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin{animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes blink-1{0%,50%,to{opacity:1}25%,75%{opacity:0}}.blink-1{animation:blink-1 5s infinite both}@keyframes blink-2{0%,50%,to{opacity:1}25%,75%{opacity:.5}}.blink-2{animation:blink-2 4s infinite both}@keyframes heartbeat{0%{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.91);animation-timing-function:ease-in}17%{transform:scale(.98);animation-timing-function:ease-out}33%{transform:scale(.87);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}.heartbeat{animation:heartbeat 1.5s ease-in-out infinite both}.fade-out{animation:fade-out .5s cubic-bezier(.39,.575,.565,1) both}@keyframes fade-out{0%{opacity:1}to{opacity:0}}