@keyframes baseHeightAnimation{0%{max-height:0}}.BaseHeightTransition-enter{display:block;max-height:0}.BaseHeightTransition-enter-active{animation:baseHeightAnimation .3s cubic-bezier(.165,.84,.44,1);overflow:hidden}.BaseHeightTransition-leave,.BaseHeightTransition-leave-to{display:block}.BaseHeightTransition-leave-active{animation:baseHeightAnimation .3s cubic-bezier(.165,.84,.44,1);animation-direction:reverse;overflow:hidden}
