.panelCollapse{max-height:500px}.panelClose,.panelCollapse{overflow:hidden;transition:max-height .2s ease-in-out}.panelClose{max-height:0}.cardDiv{max-width:375px;font-size:14px;background-color:#fff;margin:16px auto;box-shadow:0 3px 3px 0 rgba(0,0,0,.14),0 1px 7px 0 rgba(0,0,0,.12),0 3px 1px -1px rgba(0,0,0,.2)}.head{padding:10px;background-color:#a6ce39;color:#fff;text-align:center}.body{width:100%;box-sizing:border-box}.body,.hiddenBody{padding:16px 32px;text-align:center}.hiddenBody{overflow:hidden;display:block;background-color:#f2f2f2}.arrow{text-align:center;opacity:.5}.arrow:hover{opacity:1}.arrowDefault{transform:rotate(90deg)}.arrowOpen{transform:rotate(270deg);-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:arrowup;animation-name:arrowup}@-webkit-keyframes arrowup{0%{transform:rotate(90deg)}to{transform:rotate(270deg)}}@keyframes arrowup{0%{transform:rotate(90deg)}to{transform:rotate(270deg)}}.arrowClose{transform:rotate(90deg);-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:arrowdown;animation-name:arrowdown}@-webkit-keyframes arrowdown{0%{transform:rotate(270deg)}to{transform:rotate(90deg)}}@keyframes arrowdown{0%{transform:rotate(270deg)}to{transform:rotate(90deg)}}.seeMore{text-align:center;padding-top:16px}.seeMoreButton{text-align:center;color:#a6ce39;font-size:14px;font-weight:700;text-decoration:none}.seeMoreButton:hover{color:#95b709}.hide{display:none}