.header-expandable{--component-spacing:10px;width:100%;background-color:transparent;text-decoration:none}@media(min-width:992px){.header-expandable{--component-spacing:20px}}.header-expandable>.top{--top-height:30px;position:relative;box-sizing:border-box;padding:var(--component-spacing);display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;-moz-column-gap:8px;column-gap:8px;cursor:pointer;width:100%;border:none;background-color:transparent}@media(min-width:992px){.header-expandable>.top{--top-height:40px}}.header-expandable>.top:before{content:" ";height:100%;width:1px;background-color:var(--white);position:absolute;top:0;left:0;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:width}.header-expandable>.top.dark:before{background-color:var(--main-dark)}.header-expandable>.top:hover:not(.active):before{width:3px}.header-expandable>.top span{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:300;line-height:22px;font-size:calc(18px*var(--font-scale));color:var(--main-light);line-height:calc(var(--top-height)*2);text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:992px){.header-expandable>.top span{font-size:calc(20px*var(--font-scale));line-height:40px}}.header-expandable>.top span.dark{color:var(--main-dark)}.header-expandable>.top .icon-container{display:flex;flex-flow:row;align-items:center;justify-content:center;height:var(--top-height);width:var(--top-height);padding:0;margin:0}.header-expandable>.top .icon-container svg{width:100%;height:100%;transform:rotate(0deg);transition-timing-function:ease-out;transition-duration:.15s;transition-property:transform;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-expandable>.top .icon-container.active svg{transform:rotate(90deg)}.header-expandable>.expandable{box-sizing:border-box;display:grid;grid-template-rows:0fr;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:grid-template-rows}.header-expandable>.expandable>div{overflow:hidden;box-sizing:border-box;border-left:1px solid var(--white)}.header-expandable>.expandable>div .content-wrapper{box-sizing:border-box;padding:0 var(--component-spacing) var(--component-spacing)}.header-expandable>.expandable>div .content-wrapper p{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:400;line-height:18px;font-size:calc(11px*var(--font-scale));transition-duration:.45s;transition-timing-function:ease-in-out;color:var(--white);opacity:0;transition-property:opacity;padding:0;margin:0}@media(min-width:992px){.header-expandable>.expandable>div .content-wrapper p{font-size:calc(16px*var(--font-scale));line-height:32px}}.header-expandable>.expandable.open{grid-template-rows:1fr}.header-expandable>.expandable.open>div .content-wrapper p{opacity:1}