.Button{margin:0;padding:0;border:0;background-color:rgba(0,0,0,0)}.Button>span{position:relative;z-index:2;display:inline-flex;height:40px;align-items:center;padding:0 var(--space-sm);color:#fff;cursor:pointer;transition:background-color .25s,color .25s;background-color:#252525}.Button>span:hover{background-color:#ff2d16;color:#252525}.Button__label{font-weight:500;line-height:1.1;text-transform:uppercase}.Button--expand:before{z-index:1;display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%}.Buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--space-xs)}.Buttons--align-left{justify-content:flex-start}.Buttons--align-right{justify-content:flex-end}.Buttons--align-center{justify-content:center}.Typo{display:flex;flex-direction:column;row-gap:var(--space-sm)}.Typo__headlines{display:flex;align-items:flex-end}.Typo__headlines>*{flex-basis:100%}.Typo__richtext{font-size:16px}.Typo__richtext>:not(:first-child){margin-top:.5em}.Typo__richtext a{text-decoration:underline}.Typo__richtext ol,.Typo__richtext ul{margin-left:1em}.Typo--align-center{text-align:center}.Typo--align-right{text-align:right}