.welcome{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100vh;color:#fff}.is-frontpage .welcome{background-color:var(--color-blue)}.is-frontpage .welcome__background{z-index:1}.welcome__background{position:absolute;width:100%;height:100%;z-index:-1}.welcome__text{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:25px;text-align:center}.welcome__text>*{margin:15px 0;z-index:2}.welcome__small-title{max-width:550px;z-index:2}.welcome__title{max-width:900px;z-index:2;font-weight:100}.welcome__description{max-width:550px;z-index:2}