@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blurInFade{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleInFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-on-scroll{animation-timing-function:cubic-bezier(.34,1.56,.64,1)}.animate-fade-in-up{animation:fadeInUp var(--animation-duration,.5s) var(--animation-delay,0ms) both}.animate-blur-in-fade{animation:blurInFade var(--animation-duration,.5s) var(--animation-delay,0ms) cubic-bezier(.4,0,.2,1) both}.animate-slide-in-left{animation:slideInLeft var(--animation-duration,.5s) var(--animation-delay,0ms) cubic-bezier(.34,1.56,.64,1) both}.animate-slide-in-right{animation:slideInRight var(--animation-duration,.5s) var(--animation-delay,0ms) cubic-bezier(.34,1.56,.64,1) both}.animate-scale-in{animation:scaleInFade var(--animation-duration,.5s) var(--animation-delay,0ms) cubic-bezier(.34,1.56,.64,1) both}.animate-stagger>*{animation-fill-mode:both}.animate-stagger>:first-child{animation-delay:calc(var(--animation-delay, 0ms) + 0ms)}.animate-stagger>:nth-child(2){animation-delay:calc(var(--animation-delay, 0ms) + 80ms)}.animate-stagger>:nth-child(3){animation-delay:calc(var(--animation-delay, 0ms) + .16s)}.animate-stagger>:nth-child(4){animation-delay:calc(var(--animation-delay, 0ms) + .24s)}.animate-stagger>:nth-child(5){animation-delay:calc(var(--animation-delay, 0ms) + .32s)}@supports (backdrop-filter:none){link[rel="shortcut icon"],link[rel=apple-touch-icon],link[rel=icon]{filter:drop-shadow(0 0 1px rgba(255,255,255,.3))}}@supports (border-radius:100%){link[rel=apple-touch-icon]{border-radius:100%}}