/* Section 10 only: remote-control visual and animated curved connection. */
@media(min-width:1181px){
  .flow-remote .flow-copy{position:relative;z-index:3}
  .flow-remote .flow-remote-showcase{z-index:1;width:calc(100% + 310px);max-width:none;margin-left:-150px}
}
.flow-remote-showcase{position:relative;min-width:0;aspect-ratio:1672/941;overflow:visible;isolation:isolate}
.flow-remote-showcase>img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 30px 65px rgba(0,0,0,.46))}
.flow-remote-connection{position:absolute;inset:0;z-index:2;width:100%;height:100%;overflow:visible;pointer-events:none}
.flow-remote-connection .flow-remote-connection-glow{fill:#e7fff0}
@media(max-width:1180px){.flow-remote-showcase{width:min(100%,960px);margin:0 auto}}
@media(max-width:680px){.flow-remote-showcase{width:112%;margin-left:-6%}}
@media(prefers-reduced-motion:reduce){.flow-remote-connection .flow-remote-connection-glow{display:none}}
