@keyframes fadeInBackdrop{0%{background-color:transparent}to{background-color:rgba(0,0,0,.12)}}@keyframes fadeOutBackdrop{0%{background-color:rgba(0,0,0,.12)}to{background-color:transparent}}@keyframes entryAnimation{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes exitAnimation{0%{transform:translateY(0)}to{transform:translateY(100%)}}.ShowCaseHero{display:flex;flex-direction:column;margin:0;position:relative}.ShowCaseHero__heroSlot{height:100%;position:relative;z-index:1}.ShowCaseHero__railSlot{margin-top:-4rem;position:relative;width:100%;z-index:2}