.stage{background-color:var(--stage-background-color,#f1f1f1);color:var(--stage-foreground-color,#191919);display:grid;grid-template:"stage";overflow:hidden;width:100%}.stage.stage--inverted{--stage-background-color:#191919;--stage-foreground-color:#fff}.stage[data-theme=root]{--stage-background-color:var(--random-highlight-theme-background);--stage-foreground-color:var(--random-highlight-theme-foreground)}.stage.size-m{align-items:flex-end;height:469px}.stage.size-m img{height:469px}@media only screen and (min-width:768px){.stage.size-m{align-items:center;height:400px}.stage.size-m img{height:400px}}.stage.size-m .stage__content{align-content:center}.stage.size-m .stage__topline{display:none}.stage.size-s{align-items:flex-end;height:469px}.stage.size-s img{height:469px}@media only screen and (min-width:768px){.stage.size-s{align-items:center;height:400px}.stage.size-s img{height:400px}}.stage.size-s .stage__footer,.stage.size-s.has--bg-image .stage__intro{display:none}.stage.size-xs{align-items:flex-end;height:320px}@media only screen and (min-width:768px){.stage.size-xs{align-items:center}}.stage.size-xs img{height:320px}.stage.size-xs .stage__footer,.stage.size-xs .stage__topline{display:none}.stage__inner{display:flex;flex-direction:row;flex-wrap:wrap;grid-area:stage;margin-left:auto;margin-right:auto;padding-bottom:32px;padding-top:32px}@media only screen and (min-width:320px){.stage__inner{width:89.6vw}}@media only screen and (min-width:768px){.stage__inner{width:93.75vw}}@media only screen and (min-width:1280px){.stage__inner{width:93.75vw}}@media only screen and (min-width:1920px){.stage__inner{width:1800px}}@media print{.stage__inner{width:93.75vw}}.stage__background-image{grid-area:stage;position:relative}.stage__background-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.stage__content{flex-basis:89.6vw;max-width:89.6vw;padding-left:1.6vw;padding-right:1.6vw;width:89.6vw}@media only screen and (min-width:768px){.stage__content{flex-basis:93.75vw;max-width:93.75vw;padding-left:1.04167vw;padding-right:1.04167vw;width:93.75vw}}@media only screen and (min-width:1280px){.stage__content{flex-basis:93.75vw;max-width:93.75vw;padding-left:.54688vw;padding-right:.54688vw;width:93.75vw}}@media only screen and (min-width:1920px){.stage__content{flex-basis:1800px;max-width:1800px;padding-left:10.5px;padding-right:10.5px;width:1800px}}.stage__copy{position:relative;z-index:2}.stage__topline{font-size:14px;line-height:1.28571;text-transform:uppercase}.stage__headline,.stage__topline{font-weight:700;margin-bottom:16px}.stage__headline{font-family:Rotis,Arial,sans-serif;font-size:32px;line-height:1.2}@media only screen and (min-width:768px){.stage__headline{font-size:36px}}@media only screen and (min-width:1280px){.stage__headline{font-size:66px}}.stage__intro{font-size:16px;font-weight:300;line-height:1.5}.stage__footer{margin-top:32px}@media only screen and (min-width:768px){.stage__footer{margin-top:40px}}.stage__darken-layer{background-color:#191919;height:100%;left:0;position:absolute;top:0;width:100%}.stage__darken-layer.zero{opacity:0}.stage__darken-layer.twentyfive{opacity:25%}.stage__darken-layer.fifty{opacity:50%}