:root{--bg-color:#ffffff;--bg-variant:#b6b6b6;--primary:#FF5D73;--primary-variant:#a84ea8;--secondary:#ebd0eb;--font-color:#1a1a1a;--selection-color:black}.dark{--bg-color:#212121;--bg-variant:#212121;--primary:#67aec5;--primary-variant:#A5D7E8;--secondary:#2F58CD;--font-color:#f1f1f1;--selection-color:black}.fig-25 img{width:25%;height:auto}.fig-35 img{width:35%;height:auto}.fig-50 img{width:50%;height:auto}.fig-60 img{width:60%;height:auto}.fig-75 img{width:75%;height:auto}.fig-85 img{width:85%;height:auto}.fig-100 img{width:100%;height:auto}body{background-image:url(../../../images/topo.svg) !important}.collapsible{background:0 0;border:none;color:var(--font-color);cursor:pointer;padding:0;margin:8px 0 4px;font-size:1rem;font-weight:400;font-family:spectral,serif;text-align:left;outline:none;display:flex;align-items:center}.collapsible:hover{color:var(--primary-variant)}.collapsible:before{content:'\25B6';margin-right:8px;font-size:.8rem;transition:transform .2s ease;color:var(--secondary)}.collapsible.active:before{transform:rotate(90deg)}.collapsible-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out;margin-left:20px;margin-bottom:8px}.collapsible-content.active{max-height:9999px}