.TreeModule{padding-bottom:2rem;display:block}
@media(min-width:1024px){.TreeModule{padding-bottom:3.75rem}
}
.TreeModule ul.tree-container{list-style-type:none;padding-left:0;margin-bottom:0}
.TreeModule .item .chevron{transition:transform .3s ease;transform:rotate(0);fill:currentColor}
.TreeModule .item.open .header-link{color:#0e141a}
.TreeModule .item.open .chevron{transform:rotate(90deg)}
.TreeModule .header{cursor:pointer}
.TreeModule .header .header-link{color:#0e141a;display:block}
.TreeModule .header .header-link:focus,.TreeModule .header .outline-wrapper:focus{outline:0}
.TreeModule .header .header-link:focus .outline-wrapper{outline:3px solid #c1e0fe;outline:3px solid rgba(131,192,253,.5);outline-offset:1px}
.TreeModule .header .header-link-text{display:flex;align-items:center;justify-content:space-between;min-height:3rem;padding:.75rem .8rem .75rem 0}
.TreeModule .header .title{color:#0e141a;font-size:.8rem;line-height:1.5;font-weight:400;margin:0}
.TreeModule .header .arrow{color:#d3135a;flex:0 0 .6rem;height:.6rem;width:.6rem;display:flex;align-items:center;justify-content:center;margin-left:.8rem}
.TreeModule .content.pl{padding-left:2rem}
.TreeModule [data-tree-panel]{overflow:hidden;transition:height .5s ease}
.TreeModule .content ul.menu{list-style-type:none}
.TreeModule .content ul.menu .menu-link{color:#667790;padding:.7rem 1.75rem;position:relative;transition:color .2s linear}
.TreeModule .content ul.menu .menu-link:after{content:"";display:block;width:.15rem;height:0;background:transparent;position:absolute;left:1.175rem;top:.7rem;transition:.2s linear}
@media(hover:hover),(-ms-high-contrast:none),(-ms-high-contrast:active){.TreeModule .content ul.menu .menu-link:hover{color:#0e141a}
}
@media(hover:none){.TreeModule .content ul.menu .menu-link:active{color:#0e141a}
}
.TreeModule .content ul.menu .link-text{font-size:.8rem;line-height:1.5;margin:-.2rem 0;display:block}
.TreeModule .content ul.menu .is-active:after{height:.8rem;background:#387cfa}
.TreeModule .block-title{font-size:.9rem;color:#667790;line-height:1.44;font-weight:400;margin:0 0 1rem;padding:0}
@media(min-width:768px){.TreeModule .block-title{margin-bottom:1.5rem}
}