body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes gradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animate-gradient{animation:gradient 3s ease infinite;background-size:200% 200%}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin-slow{animation:spin-slow 20s linear infinite}.animate-pulse-slow{animation:pulse-slow 4s ease-in-out infinite}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .8s ease-out}.orbit-container{left:50%;position:absolute;top:50%;transform-origin:center center}.orbit-item{left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.orbit-1{animation:spin-clockwise 8s linear infinite;height:256px;margin-left:-128px;margin-top:-128px;width:256px}.orbit-1 .orbit-item,.orbit-1-reverse{animation:spin-counter-clockwise 8s linear infinite}.orbit-1-reverse{height:256px;margin-left:-128px;margin-top:-128px;width:256px}.orbit-1-reverse .orbit-item{animation:spin-clockwise 8s linear infinite}.orbit-2{animation:spin-clockwise 12s linear infinite;height:384px;margin-left:-192px;margin-top:-192px;width:384px}.orbit-2 .orbit-item,.orbit-2-reverse{animation:spin-counter-clockwise 12s linear infinite}.orbit-2-reverse{height:384px;margin-left:-192px;margin-top:-192px;width:384px}.orbit-2-reverse .orbit-item{animation:spin-clockwise 12s linear infinite}.orbit-3{animation:spin-clockwise 16s linear infinite;height:512px;margin-left:-256px;margin-top:-256px;width:512px}.orbit-3 .orbit-item{animation:spin-counter-clockwise 16s linear infinite}.orbit-3-offset-90{animation:spin-clockwise 16s linear infinite;animation-delay:-4s;height:512px;margin-left:-256px;margin-top:-256px;width:512px}.orbit-3-offset-90 .orbit-item{animation:spin-counter-clockwise 16s linear infinite;animation-delay:-4s}.orbit-3-offset-180{animation:spin-clockwise 16s linear infinite;animation-delay:-8s;height:512px;margin-left:-256px;margin-top:-256px;width:512px}.orbit-3-offset-180 .orbit-item{animation:spin-counter-clockwise 16s linear infinite;animation-delay:-8s}.orbit-3-offset-270{animation:spin-clockwise 16s linear infinite;animation-delay:-12s;height:512px;margin-left:-256px;margin-top:-256px;width:512px}.orbit-3-offset-270 .orbit-item{animation:spin-counter-clockwise 16s linear infinite;animation-delay:-12s}@keyframes spin-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-counter-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes pulse-slow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.animate-pulse-slow{animation:pulse-slow 3s ease-in-out infinite}