.widget-animate{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.widget-animate.widget-visible{opacity:1;transform:translateY(0)}.widget-animate.widget-visible .widget-stagger>*{opacity:0;animation:widgetFadeUp .5s cubic-bezier(.16,1,.3,1) forwards}.widget-animate.widget-visible .widget-stagger>:first-child{animation-delay:.05s}.widget-animate.widget-visible .widget-stagger>:nth-child(2){animation-delay:.1s}.widget-animate.widget-visible .widget-stagger>:nth-child(3){animation-delay:.15s}.widget-animate.widget-visible .widget-stagger>:nth-child(4){animation-delay:.2s}.widget-animate.widget-visible .widget-stagger>:nth-child(5){animation-delay:.25s}.widget-animate.widget-visible .widget-stagger>:nth-child(6){animation-delay:.3s}.widget-animate.widget-visible .widget-stagger>:nth-child(7){animation-delay:.35s}.widget-animate.widget-visible .widget-stagger>:nth-child(8){animation-delay:.4s}@keyframes widgetFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.widget-animate-scale{opacity:0;transform:scale(.95);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.widget-animate-scale.widget-visible{opacity:1;transform:scale(1)}