@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.mod__max-w-xl{max-width:1436px;margin:auto}
@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes rotateImageLoading{from{transform:translate(-50%,-50%) rotateY(0) scale(1.01)}
to{transform:translate(-50%,-50%) rotateY(360deg) scale(1.01)}
}
body{background-color:var(--color-bg-01)}
html:not(.aem-AuthorLayer-Edit) .cmp-electrification-landing{position:relative}
html:not(.aem-AuthorLayer-Edit) .cmp-electrification-landing:before{top:0;position:absolute;content:'';width:100%;height:100%;transition:opacity .5s ease;pointer-events:none;background-color:var(--color-bg-01);z-index:102}
html:not(.aem-AuthorLayer-Edit) .cmp-electrification-landing .cmp-secondary-navigation__info{display:flex}
html:not(.aem-AuthorLayer-Edit) .cmp-electrification-landing.mod__loaded:before{opacity:0}