.card-image{display:none}.card-image.active{display:block}.card{max-height:84px;overflow:hidden;transition:max-height .25s ease-in-out}.card .card-content{display:none}.card.active{max-height:1000px}.card.active .card-content{display:block}.card-bar-holder{display:none;height:6px;width:100%}.card.active .card-bar-holder{display:block}.card-bar{height:100%;transition:width .1s ease-in-out;width:0}.card:hover .card-bar{transition:none;width:100%!important}.card-chevron{transition:transform .25s ease-in-out}.card.active .card-chevron{transform:rotate(180deg)}.card.active .card-chevron path{fill:#41e59d}@media (max-width:768px){.card-bar{width:100%!important}}