.accordion-card{background:#fff;border:1px solid #cbcbcb;border-radius:.8rem;margin-bottom:1.6rem;padding:1.2rem 1.6rem}.accordion-card:last-of-type{margin-bottom:0}.accordion-card__header{align-items:center;display:inline-flex;width:100%}.accordion-card__header:hover{text-decoration:none}.accordion-card__title{align-items:center;display:inline-flex;font-size:1rem;justify-content:space-between;text-decoration:none;width:100%}.accordion-card__title::after{background:url("https://content.infoplaza.nl/hubfs/_system/icons/chevron-down-black.svg") center/cover no-repeat;content:"";flex:0 0 12px;height:6px;margin-left:1rem;width:12px}.accordion-card__content{max-height:0;overflow:hidden}.accordion-card .rich-text-container{margin-bottom:.9rem}.accordion-card.active{border:0;box-shadow:0px 4px 24px rgba(46,46,43,0.08)}.accordion-card.active .accordion-card__content{-webkit-animation:height-100 1s linear both;animation:height-100 1s linear both}.accordion-card.active .accordion-card__header{margin-bottom:.6rem}.accordion-card.active .accordion-card__header h5{color:#00bf78}.accordion-card.active .accordion-card__title::after{background:url("https://content.infoplaza.nl/hubfs/_system/icons/chevron-up-green.svg") center/cover no-repeat}@-webkit-keyframes height-100{0%{max-height:0}100%{max-height:1000px}}@keyframes height-100{0%{max-height:0}100%{max-height:1000px}}