@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%)}}.NullSearchResult{grid-column:1/span 6;margin-bottom:4rem}@media(min-width:768px){.NullSearchResult{grid-column:1/span 12;margin-bottom:5rem}}