.home{height:100dvh;justify-content:space-between}.home,.home .narration{display:flex;flex-direction:column;align-items:center}.home .narration{padding-top:50px;gap:40px}.home .narration .captions{position:absolute;top:125px;width:100%;text-align:center;height:150px}.home .narration .captions .lines{display:flex;flex-direction:column}.home .narration .captions .line{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:22px;color:#fff;opacity:.6;width:80%;opacity:0;transition:opacity .3s ease-in-out}.home .narration .captions .line.active{transition:opacity .3s ease-in-out;opacity:1}.home .narration .orb{width:200px;height:200px;background-color:rgba(0,0,0,0);position:absolute;left:50%;transform:translateX(-50%);top:280px}.home .cta{box-shadow:0 0 14px 0 rgba(125,217,238,.2156862745);position:absolute;bottom:164px;width:164px;background:rgba(24,38,40,.2588235294);border-radius:27px;display:flex;align-items:center;text-decoration:none}.home .cta .cta_content{height:24px;padding:9px 17px 9px 7px;display:flex;justify-content:space-between;align-items:center;width:100%}.home .cta .cta_content .cta_text{color:#8cd1d7;font-size:20px}.home .cta .cta_content .cta_icon{width:33px;height:33px;border-radius:50%;background:rgba(1,26,30,.2235294118);display:flex;justify-content:center;align-items:center}