#welcome{--parallaxPx: 0px;height:100vh;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end}#welcome #justRedLogo{width:75%;max-width:700px;position:absolute;bottom:-50%;transform:translateY(calc(var(--parallaxPx) * -.35));right:0;z-index:2}#welcome article{position:relative;z-index:3;margin-bottom:5rem}#welcome article:after{content:"";width:100%;height:150%;position:absolute;z-index:-1;top:0;left:0;background:linear-gradient(to bottom,var(--dark-900) 0%,rgba(0,0,0,0) 50%)}#welcome article h1,#welcome article p{color:var(--light-900)}#welcome article h1 strong,#welcome article p strong{font-weight:900;color:var(--primary-500)}#welcome #hosts{position:absolute;width:auto;height:125%;bottom:0;left:0;transform:translate(calc(var(--parallaxPx) * -.7));z-index:1}#latestEpisodes .text,#sponsors .text{text-align:center}#sponsors .sponsorsLogos{margin-top:4rem;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}#sponsors .sponsorsLogos img{width:auto;height:6rem;object-fit:contain}@media(width>768px){#welcome{justify-content:center}#welcome article{width:30rem;margin-top:30rem}#welcome article h1{font-size:var(--fs0)}#welcome article:after{width:100%;height:100%;background:linear-gradient(to right,var(--dark-900) 0%,rgba(0,0,0,0) 100%)}#welcome #hosts{width:100%;height:125%;object-fit:cover;left:50%;transform:translate(-50%,calc(var(--parallaxPx) * .2))}}
