.section-toggler{color:var(--accent,#0070f3);cursor:pointer;z-index:2;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:4px;font-size:1.6rem;transition:background .18s,box-shadow .18s;display:flex;position:absolute;top:12px;right:18px}.section-toggler:hover{background:#0070f314;box-shadow:0 2px 8px #00000012}.section-toggler svg{width:20px;height:20px;transition:transform .38s cubic-bezier(.4,2,.6,1);display:block}.section-toggler[aria-expanded=false] svg{transform:rotate(-180deg)}.section-toggler[aria-expanded=true] svg{transform:rotate(0)}.card{transition:box-shadow .2s;position:relative}.section-content{transition:max-height 1.25s cubic-bezier(.4,2,.6,1),opacity .48s;overflow:hidden}.section-content.closed{opacity:0;pointer-events:none;max-height:0}.section-content.open{opacity:1;max-height:2000px}.toggle-all-btn{background:var(--accent,#0070f3);color:#fff;cursor:pointer;z-index:3;border:none;border-radius:6px;padding:6px 16px;font-size:.98rem;font-weight:600;transition:background .18s;position:absolute;top:12px;left:18px}.toggle-all-btn:hover{background:#005fa3}.toggle-all-icon-btn{color:var(--accent,#0070f3);cursor:pointer;z-index:3;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:44px;padding:4px;transition:background .18s,box-shadow .18s;display:flex;position:absolute;top:10px;right:18px}.toggle-all-icon-btn:hover{background:#0070f31a;box-shadow:0 2px 8px #0000001a}.toggle-all-icon-btn svg{width:26px;height:44px;color:var(--accent,#0070f3);transition:transform .38s cubic-bezier(.4,2,.6,1);display:block}@media (max-width:1024px){.card>.section-toggler{top:10px;right:10px}}@media (max-width:768px){.card>.section-toggler{width:32px;height:32px;top:8px;right:8px}.card>.section-toggler svg{width:18px;height:18px}}@media (max-width:500px){.card>.section-toggler{width:28px;height:28px;top:6px;right:6px}.card>.section-toggler svg{width:15px;height:15px}}
