.fade-in{animation:fadeIn 2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#adjective-container{position:relative}#adjective-container.adjective-sm{animation:fade-in-top-fade-out-bottom 3s ease-in-out infinite;top:-3rem}#adjective-container.adjective-xs{animation:fade-in-left-fade-out-right 3s ease-in-out infinite;left:-3rem}@keyframes fade-in-top-fade-out-bottom{0%{opacity:0;top:-3rem}25%{opacity:1;top:0}75%{opacity:1;top:0}to{opacity:0;top:3rem}}@keyframes fade-in-left-fade-out-right{0%{left:-3rem;opacity:0}20%{left:0;opacity:1}80%{left:0;opacity:1}to{left:3rem;opacity:0}}.youtube-player-xs{height:50vw;width:80vw}.youtube-player-sm{height:47vw;width:75vw}.youtube-player-md{height:min(20rem,28vw);width:min(32rem,45vw)}.youtube-player-lg{height:20rem;width:32rem}.youtube-player-xl{height:22rem;width:36rem}.hidden{display:none}.previous{left:0;position:absolute;top:0}.current.in-from-left{animation:in-from-left .7s ease-out forwards}.current.in-from-right{animation:in-from-right .7s ease-out forwards}.previous.out-from-left{animation:out-from-left .7s ease-out forwards}.previous.out-from-right{animation:out-from-right .7s ease-out forwards}#carousel-content{animation:infinite-carousel 24s linear infinite}@keyframes infinite-carousel{0%{transform:translateX(0)}to{transform:translateX(-120rem)}}.current.in-from-left{animation:in-from-left .5s ease-out forwards;animation-delay:.1s;opacity:0}.current.in-from-right{animation:in-from-right .5s ease-out forwards;animation-delay:.1s;opacity:0}.previous.out-from-left{animation:out-from-left .4s ease-out forwards}.previous.out-from-right{animation:out-from-right .4s ease-out forwards}@keyframes in-from-left{0%{opacity:0;transform:translateX(-20rem)}to{opacity:1}}@keyframes in-from-right{0%{opacity:0;transform:translateX(20rem)}to{opacity:1}}@keyframes out-from-left{0%{opacity:1}to{display:none;opacity:0;transform:translateX(20rem)}}@keyframes out-from-right{0%{opacity:1}to{display:none;opacity:0;transform:translateX(-20rem)}}
/*# sourceMappingURL=main.798ecf61.css.map*/