.orb-heading{margin:0}.orb-heading--align-left{text-align:left}.orb-heading--align-center{text-align:center}.orb-heading--align-right{text-align:right}.orb-heading__main{margin:0 0 .25em;color:var(--orb-color-heading);line-height:1.2}.orb-heading__link{color:inherit;text-decoration:none}.orb-heading__separator{display:block;width:80px;height:3px;margin:.5em 0;background-color:currentColor}.orb-heading--align-center .orb-heading__separator{margin-left:auto;margin-right:auto}.orb-heading--align-right .orb-heading__separator{margin-left:auto}:where(.orb-heading__pre){margin:0 0 .5em;color:var(--gl-color-primary);font-size:var(--gl-font-size-sm,.875rem);font-weight:var(--orb-font-weight-medium,500);text-transform:uppercase;letter-spacing:.08em}:where(.orb-heading__sub){margin:0;color:var(--gl-color-text);font-size:var(--gl-font-size-sm,.875rem)}.orb-heading__highlight{position:relative;display:inline}.orb-heading__highlight--background-box{padding:.1em .3em;border-radius:3px}.orb-heading__main::after{content:none}.orb-heading--underline-solid .orb-heading__main::after,.orb-heading--underline-dashed .orb-heading__main::after,.orb-heading--underline-wavy .orb-heading__main::after{content:"";display:block;margin-top:.4em}.orb-heading--underline-solid .orb-heading__main::after{border-bottom-style:solid}.orb-heading--underline-dashed .orb-heading__main::after{border-bottom-style:dashed}.orb-heading--underline-wavy .orb-heading__main::after{text-decoration:underline wavy;text-decoration-skip-ink:none}.orb-heading--underline-animated-grow .orb-heading__main::after,.orb-heading--underline-animated-slide .orb-heading__main::after{content:"";display:block;margin-top:.4em;transform-origin:center center}.orb-heading--underline-animated-grow .orb-heading__main::after{transform:scaleX(0);animation:orb-underline-grow 0.6s ease forwards}.orb-heading--underline-animated-slide .orb-heading__main::after{transform:translateX(-100%);animation:orb-underline-slide 0.6s ease forwards}.orb-heading__highlight--underline-solid{text-decoration:underline;text-decoration-skip-ink:auto}.orb-heading__highlight--underline-dashed{text-decoration:underline dashed;text-decoration-skip-ink:auto}.orb-heading__highlight--underline-wavy{text-decoration:underline wavy;text-decoration-skip-ink:none}.orb-heading__highlight--underline-animated-grow{position:relative;display:inline-block}.orb-heading__highlight--underline-animated-grow::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:currentColor;transform:scaleX(0);transform-origin:center;animation:orb-underline-grow 0.6s ease forwards}.orb-heading__highlight--underline-animated-slide{position:relative;display:inline-block;overflow:hidden}.orb-heading__highlight--underline-animated-slide::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:currentColor;transform:translateX(-100%);animation:orb-underline-slide 0.6s ease forwards}@keyframes orb-underline-grow{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes orb-underline-slide{from{transform:translateX(-100%)}to{transform:translateX(0)}}