.section .toggle-section{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:10px 0 20px;user-select:none}.section .fa-chevron-up{transition:transform .2s linear}.section .to-show,.section .to-show-flex{display:none}.section .to-show .fa-chevron-up,.section .to-show-flex .fa-chevron-up{transform:rotate(180deg)}.section.active>div:not(:first-child){display:none}.section.active .to-hide{display:none!important}.section.active .to-show{display:block!important}.section.active .to-show-flex{display:flex!important}.section.active .fa-chevron-up{transform:rotate(-180deg)}