@media (min-width:1920px){@keyframes slowZoom-3xl{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.animate-slow-zoom{animation:slowZoom-3xl 15s ease-in-out infinite;transform-origin:center;will-change:transform}}@media (max-width:1919px) and (min-width:1536px){@keyframes slowZoom-2xl{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.animate-slow-zoom{animation:slowZoom-2xl 14s ease-in-out infinite;transform-origin:center;will-change:transform}}@media (max-width:1535px) and (min-width:1280px){@keyframes slowZoom-xl{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.animate-slow-zoom{animation:slowZoom-xl 12s ease-in-out infinite}}@media (max-width:1279px) and (min-width:1024px){@keyframes slowZoom-lg{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}.animate-slow-zoom{animation:slowZoom-lg 11s ease-in-out infinite}}@media (max-width:1023px) and (min-width:768px){@keyframes slowZoom-md{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.animate-slow-zoom{animation:slowZoom-md 10s ease-in-out infinite}}@media (max-width:767px){@keyframes slowZoom-mobile{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.animate-slow-zoom{animation:slowZoom-mobile 12s ease-in-out infinite}}@keyframes dustDown{0%{transform:translate(14px,-38px) rotate(0deg)}to{transform:translate(-28px,46px) rotate(-6deg)}}@keyframes dustDown2{0%{transform:translate(4px,-44px) rotate(0deg)}to{transform:translate(-20px,54px) rotate(5deg)}}.animate-dust-orbit{animation:dustDown 10s linear infinite;will-change:transform}.animate-dust-orbit2{animation:dustDown2 5s linear infinite;animation-delay:-6s;will-change:transform}