@keyframes forward-overlay-slide-fade{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateX(calc(-1*var(--forward-content-offset,80px)))}}.forward-morph-overlay-animate{animation:.3s cubic-bezier(.4,0,.2,1) both forward-overlay-slide-fade}@keyframes contentlist-fade-slide-in{0%{opacity:0;transform:translateX(var(--forward-content-offset,40px))}to{opacity:1;transform:translate(0)}}.animate-contentlist-fade-in{animation:.3s cubic-bezier(.4,0,.2,1) both contentlist-fade-slide-in}@keyframes divider-slide-in-from-far-right{0%{opacity:0;transform:translate(calc(100vw - 332px))}to{opacity:1;transform:translate(0)}}.animate-divider-slide-in{animation:.3s cubic-bezier(.4,0,.2,1) both divider-slide-in-from-far-right}@keyframes right-panel-slide-fade-in{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}.animate-right-panel-fade-in{animation:.28s cubic-bezier(.4,0,.2,1) 50ms both right-panel-slide-fade-in}@keyframes reverse-overlay-slide-fade{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateX(var(--reverse-content-offset,80px))}}.reverse-morph-overlay-animate{animation:.35s cubic-bezier(.4,0,.2,1) both reverse-overlay-slide-fade}@keyframes root-fade-slide-in{0%{opacity:0;transform:translateX(calc(-1*var(--reverse-content-offset,0px)))}to{opacity:1;transform:translate(0)}}.animate-root-fade-in{animation:.35s cubic-bezier(.4,0,.2,1) both root-fade-slide-in}@keyframes right-panel-slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100px)}}.animate-right-panel-slide-out{animation:.3s cubic-bezier(.4,0,.2,1) both right-panel-slide-out}@keyframes reverse-divider-collapse{0%{width:var(--reverse-divider-start-width,12px);opacity:1}to{opacity:0;width:0}}.animate-reverse-divider-collapse{animation:.4s cubic-bezier(.4,0,.2,1) both reverse-divider-collapse}@keyframes simple-fade-out{0%{opacity:1}to{opacity:0}}.animate-simple-fade-out{animation:.2s ease-out both simple-fade-out}@keyframes in-left-fade{0%{opacity:0}to{opacity:1}}.animate-in-left-fade{animation:.15s ease-in both in-left-fade}@keyframes drill-out-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-32px)}}@keyframes drill-in-right{0%{opacity:0;transform:translate(48px)}to{opacity:1;transform:translate(0)}}@keyframes drill-in-left{0%{opacity:0;transform:translate(-48px)}to{opacity:1;transform:translate(0)}}@keyframes drill-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(32px)}}.animate-drill-out-left{animation:.2s ease-out both drill-out-left}.animate-drill-out-right{animation:.2s ease-out both drill-out-right}.animate-drill-in-right{animation:.25s cubic-bezier(.4,0,.2,1) both drill-in-right}.animate-drill-in-left{animation:.25s cubic-bezier(.4,0,.2,1) both drill-in-left}@keyframes drill-fade-in{0%{opacity:0}to{opacity:1}}.animate-drill-fade-in{animation:.2s ease-out forwards drill-fade-in}