.summary-wrapper{margin:24px 0}.summary-wrapper h5{font-weight:600;margin-bottom:16px}.summary-wrapper .toggle-box{background:#dfeaf1;border-radius:40px;padding:32px}.summary-wrapper .content-part.collapsed{max-height:130px;transition:max-height .5s cubic-bezier(0,1,0,1)}.summary-wrapper .content-part{max-height:10000px;overflow:hidden;position:relative;transition:max-height 1s ease-in-out}.summary-wrapper .content-part-overlay{background:linear-gradient(180deg,rgba(223,234,241,0),#dfeaf1);bottom:0;height:32px;position:absolute;width:100%}.toggle-button{align-items:center;display:flex;gap:10px;padding:12px 40px;width:fit-content}.toggle-button:active,.toggle-button:focus,.toggle-button:hover{background-color:#0e5281;border:1px solid #0e5281;color:#fff}.toggle-button:active:after,.toggle-button:focus:after,.toggle-button:hover:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' fill='none' viewBox='0 0 15 12'%3E%3Cpath stroke='%23FFF' stroke-linecap='round' stroke-width='2' d='M7.857 11 13 6 7.857 1m4.286 5H1'/%3E%3C/svg%3E")}.toggle-button:after{margin-left:0;transform:rotate(90deg);transition:.3s}.toggle-button.active:after{transform:rotate(-90deg)}