.leftControls{animation:slideInLeft .5s ease-in-out}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.bottomControl{animation:slideInBottom .4s ease-in-out forwards}@keyframes slideInBottom{0%{transform:translate(-50%,150%)}to{transform:translate(-50%)}}nav{animation:slideInTop .5s ease-in-out}@keyframes slideInTop{0%{transform:translateY(-150%);opacity:0}to{transform:translateY(0);opacity:1}}.heightSetter{animation:slideInRight .4s ease-in-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.search{animation:slideInBottom .4s ease-in-out forwards}.fade-in{opacity:0;animation:fadeIn .6s ease-out forwards}.fade-in-delayed{opacity:0;animation:fadeIn .6s ease-out .25s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.book-animate{opacity:0;transform:translateY(16px)}.book-animate.appear{animation:fadeInUp .4s ease-out forwards;animation-delay:var(--stagger, 0ms)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-out{animation:fadeOut .35s ease-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}
