.accordion{font-size:14px;line-height:20px;margin:8px 0;overflow:hidden}.accordion input{display:none}.accordion label{align-items:center;color:#193a4b;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;margin-bottom:8px}.accordion label:after{content:url(/hubfs/small-arrow-down.svg);position:relative;top:1px;transition:transform .3s ease}.accordion .content{color:#313b46;max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out}.accordion input:checked+label+.content{max-height:200px}.accordion input:checked+label:after{transform:rotate(180deg)}