.flow-trigger-section{height:85vh;overflow:hidden;position:relative;width:100%}.expand-box{border-radius:30px;height:auto;left:50%;max-height:100%;overflow:hidden;position:absolute;top:0;transform:translateX(-50%);transition:all .1s linear;width:50vw;will-change:width,height,border-radius}.expand-img{height:100%;object-fit:cover;width:100%}.expand-box:after{background:radial-gradient(circle,transparent 20%,rgba(0,0,0,.85) 100%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .5s}.expand-content{color:#fff;left:50%;opacity:0;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:opacity .5s ease-in;z-index:10}.flow-title{height:auto;width:400px}.flow-title text{fill:#fff;letter-spacing:-6px;text-shadow:0 0 30px hsla(0,0%,100%,.3)}.flow-subtitle{margin:auto;max-width:90%}.flow-active .expand-box:after,.flow-active .expand-content{opacity:1}