.InfoIcon{width:var(--InfoIcon-size-default);fill:currentColor;vertical-align:middle}@media screen and (min-width:670px){.InfoIcon{width:var(--InfoIcon-size-medium)}}@media screen and (min-width:1024px){.InfoIcon{width:var(--InfoIcon-size-large)}}.KeyFigures{--KeyFigures-height:100vh}@media screen and (min-width:1280px){.KeyFigures{width:100vw;position:relative;left:calc(50% - 50vw)}}.KeyFigures{color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#000}.KeyFigures.is-editMode{--KeyFigures-height:700px}.KeyFigures:not(.is-editMode) .KeyFigures__content{height:calc(var(--nbScreens)*var(--KeyFigures-height)/2)}@media screen and (min-width:1024px){.KeyFigures:not(.is-editMode) .KeyFigures__content{height:calc(var(--nbScreens)*var(--KeyFigures-height))}}.KeyFigures:not(.is-editMode) .KeyFigures__description{margin-top:-15px}.KeyFigures__wrapper{position:relative}.KeyFigures__pinned{max-height:var(--KeyFigures-height);grid-template-areas:"main";display:grid;position:-webkit-sticky;position:sticky;bottom:0}.KeyFigures__screen{height:var(--KeyFigures-height);flex-direction:column;grid-area:main;justify-content:center;align-items:center;display:flex}.KeyFigures__lastScreen{z-index:2;height:var(--KeyFigures-height);-webkit-clip-path:inset(0 0 100%);clip-path:inset(0 0 100%);grid-area:main;top:0;left:0}.KeyFigures__lastScreen.is-darkBackground{color:#000;background-color:#fff}.KeyFigures__descriptions{width:calc(100vw - 40px);margin-top:20px;position:relative}@media screen and (min-width:670px){.KeyFigures__descriptions{width:calc(100vw - 80px)}}.KeyFigures__description{text-align:center;opacity:0;width:100%;transition:all .3s ease-in-out}.KeyFigures__description.is-absolute{position:absolute;left:50%;transform:translate(-50%)}.KeyFigures__description.is-visible{z-index:1;opacity:1;transition-delay:.3s}.KeyFigures__description.is-faded{opacity:0;transform:translate(-50%,-20px)}.KeyFigures__tooltip{color:#fff;margin-left:10px}.KeyFigures__tooltip.is-black{color:#000}.KeyFigures__placeholder{text-align:center;opacity:0;width:100%;margin-top:-15px}.KeyFigures__straplines{width:80vw;position:relative}.KeyFigures__strapline{text-align:center;opacity:0;width:100%;transition:all .2s ease-in-out;position:absolute;top:-6px;left:50%;transform:translate(-50%)}@media screen and (min-width:670px){.KeyFigures__strapline{top:-4px}}@media screen and (min-width:1024px){.KeyFigures__strapline{top:4px}}.KeyFigures__strapline.is-visible{opacity:1}.KeyFigures__strapline,.KeyFigures__description,.KeyFigures__placeholder{font-size:1.8rem;font-weight:700;line-height:2rem}@media screen and (min-width:670px){.KeyFigures__strapline,.KeyFigures__description,.KeyFigures__placeholder{font-size:2.4rem;line-height:1}}@media screen and (min-width:1024px){.KeyFigures__strapline,.KeyFigures__description,.KeyFigures__placeholder{font-size:2.8rem}}.KeyFigures__value{align-items:center;margin-left:4px;font-size:12rem;font-weight:700;line-height:1;display:flex}@media screen and (min-width:670px){.KeyFigures__value{font-size:20rem}}@media screen and (min-width:1024px){.KeyFigures__value{font-size:40rem;line-height:32rem}}.KeyFigures__valueNumber{text-align:center;min-width:155px}@media screen and (min-width:670px){.KeyFigures__valueNumber{min-width:250px}}@media screen and (min-width:1024px){.KeyFigures__valueNumber{min-width:500px}}.KeyFigures__valueUnits{height:100%;position:relative}.KeyFigures__valueUnit{opacity:0;font-size:2.8rem;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (min-width:670px){.KeyFigures__valueUnit{font-size:4rem}}@media screen and (min-width:1024px){.KeyFigures__valueUnit{font-size:5rem}}.KeyFigures__valueUnit.is-visible{opacity:1}.KeyFigures__cta{margin-top:32px}.KeyFigures__image{z-index:-1;grid-area:main}