@keyframes slideInLarge{0%{height:0;overflow:hidden}to{height:8rem}}@keyframes slideInMedium{0%{height:0;overflow:hidden}to{height:5rem}}@keyframes slideInSmall{0%{height:0;overflow:hidden}to{height:2.5rem}}.slideIn{animation:slideInLarge .5s cubic-bezier(.4,0,.2,1) forwards}@media (min-width:768px) and (max-width:1279px){.slideIn{animation:slideInMedium .5s cubic-bezier(.4,0,.2,1) forwards}}@media (max-width:767px){.slideIn{animation:slideInSmall .5s cubic-bezier(.4,0,.2,1) forwards}}