.gha__accordions>ul{display:flex;flex-direction:column;gap:.5rem;list-style-type:none;margin:0;padding:0}.gha__accordions>ul ul{list-style-type:disc}.gha__accordions>ul ul ul{list-style-type:circle}.gha__accordions>ul ul ul ul{list-style-type:square}.gha__accordions .label{align-items:center;display:flex;justify-content:space-between;width:100%}.gha__accordions .label:active,.gha__accordions .label:focus,.gha__accordions .label:hover{font-weight:400}.gha__accordions .toggle-collapsed,.gha__accordions .toggle-expanded{align-items:center;flex-shrink:0;height:14px;justify-content:center;width:14px}.gha__accordions .label[aria-expanded=false] .toggle-expanded,.gha__accordions .label[aria-expanded=true] .toggle-collapsed{display:none}.gha__accordions .label[aria-expanded=false] .toggle-collapsed,.gha__accordions .label[aria-expanded=true] .toggle-expanded{display:flex}.gha__accordions .accordion__item hr{border-bottom:1px solid #d2cdcd;margin:0 auto}.gha__accordions .label[aria-expanded=false]+hr{display:none}.gha__accordions .content{max-height:0;overflow:hidden;transition:max-height .1s linear,padding .2s linear}.gha__accordions .content *{font-weight:400}.gha__accordions .content :last-child{margin-bottom:0}.gha__accordions .content[aria-hidden=false]{max-height:100vh;overflow:scroll}.gha__accordions .content,.gha__accordions button{color:rgba(27,8,7,.75)}