.accordian-content{max-height:0;overflow:hidden;will-change:max-height;transition:all 0.25s ease-out;}
.accordian-wrap.active .accordian-content{opacity:1;}
.accordian-title{padding-bottom:16px;font-weight:500;cursor:pointer; position:relative;padding-right:25px;}
.accordian-content .body-12{line-height:140%;color:var(--Steel);font-weight:400;}
.accordian-wrap.active .accordian-title:after{position:absolute;content:'-';width:8px;text-align:center;}
.accordian-title:after{position:absolute;content:'+';right: 0;top: 0;}
.accordian-content a {text-decoration: underline;}