@keyframes leafDrift{0%,to{transform:translate(0) rotate(0deg);opacity:.2}25%{transform:translate(12px,-8px) rotate(3deg);opacity:.35}50%{transform:translate(-8px,4px) rotate(-2deg);opacity:.25}75%{transform:translate(6px,8px) rotate(1deg);opacity:.35}}.animate-leaf-drift{animation:leafDrift 18s ease-in-out infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.animation-delay-6000{animation-delay:6s}@keyframes seedlingIn{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-seedling-in{animation:seedlingIn .5s var(--ease-out) both}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}@keyframes breathe{0%,to{opacity:.2}50%{opacity:.4}}.animate-breathe{animation:breathe 5s cubic-bezier(.4,0,.6,1) infinite}