/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2026 | 16:31:36 */
.pw-toc{border:1px solid #d5dbe3;border-radius:6px;overflow:hidden;background:#fff;font-family:'Titillium Web';box-shadow:0 4px 24px 0 rgb(0 0 0 / .1)}.pw-toc__header{background:var(--e-global-color-primary);color:#fff;padding:20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.pw-toc__title{font-size:18px;font-weight:600;color:#FFF}.pw-toc__toggle{width:20px;height:20px;background:none;border:0!important;padding:0!important;position:relative;cursor:pointer;background:transparent!important}.pw-toc__toggle::before{content:'';border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:4px;transform:rotate(45deg);transition:transform 0.25s ease}.pw-toc.is-collapsed .pw-toc__toggle::before{transform:rotate(-135deg)}.pw-toc__list{list-style:none;margin:0;padding:20px}.pw-toc__item{margin-bottom:10px}.pw-toc__item:last-child{margin-bottom:0}.pw-toc__item a{display:flex;align-items:flex-start;gap:8px;text-decoration:none;font-size:18px;font-weight:600;color:var(--e-global-color-secondary);line-height:1.4}.pw-toc__item a::before{content:"\f0a9";font-family:"Font Awesome 5 Free";font-weight:900;font-size:14px;line-height:1;margin-top:2px;color:currentColor;flex-shrink:0}.pw-toc__item a:hover{color:var(--e-global-color-primary)}