/* Motion is scoped to the existing right-side CTA illustration only. */
.transportation-stage{position:relative;z-index:1;display:block;width:100%;height:390px;transform:translate3d(var(--transport-x,0),var(--transport-y,0),0);transition:transform .45s cubic-bezier(.22,1,.36,1);will-change:transform}
.cta-art[data-transportation-motion]{position:relative;isolation:isolate;overflow:visible;perspective:1000px}.transportation-svg{position:relative;z-index:1;display:block;width:100%;height:390px;max-height:390px;object-fit:contain;object-position:bottom right;pointer-events:none;opacity:0;transform:translate3d(0,12px,0) scale(.985);transform-origin:55% 65%;transition:opacity .85s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.transportation-routes{position:absolute;z-index:2;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible;transform:translateZ(1px)}.transportation-routes path{fill:none;stroke:#18c8bd;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.route-draw{stroke-width:1.25;stroke-dasharray:1;stroke-dashoffset:1;opacity:.34}.route-flow{stroke-width:2;stroke-dasharray:.018 .982;stroke-dashoffset:1;opacity:0;filter:drop-shadow(0 0 4px rgba(24,200,189,.65))}.destination-pulse{fill:none;stroke:#20d6c9;stroke-width:2;opacity:0;transform-box:fill-box;transform-origin:center;filter:drop-shadow(0 0 5px rgba(32,214,201,.55))}.cta-art.is-transport-active .transportation-svg{opacity:1;transform:translate3d(0,0,0) scale(1);animation:zayro-transport-float 7s ease-in-out 1s infinite}.cta-art.is-transport-active .route-draw{animation:zayro-route-draw 1.8s cubic-bezier(.22,1,.36,1) .35s forwards}.cta-art.is-transport-active .route-delay{animation-delay:.65s}.cta-art.is-transport-active .route-flow{animation:zayro-route-flow 5.4s linear 1.3s infinite}.cta-art.is-transport-active .route-flow-two{animation-delay:2.15s}.cta-art.is-transport-active .destination-pulse{animation:zayro-pin-pulse 3.2s cubic-bezier(.4,0,.2,1) 1.1s infinite}@keyframes zayro-route-draw{to{stroke-dashoffset:0}}@keyframes zayro-route-flow{0%{stroke-dashoffset:1;opacity:0}12%,82%{opacity:.8}100%{stroke-dashoffset:0;opacity:0}}@keyframes zayro-pin-pulse{0%,100%{opacity:0;transform:scale(.7)}28%{opacity:.62}70%{opacity:0;transform:scale(2.15)}}@keyframes zayro-transport-float{0%,100%{transform:translate3d(0,-1px,0)}50%{transform:translate3d(0,2px,0)}}@media (max-width:900px){.transportation-svg{height:390px}.transportation-routes{opacity:.72}.cta-art.is-transport-active .transportation-svg{animation-duration:8s}}@media (prefers-reduced-motion:reduce){.transportation-svg,.cta-art.is-transport-active .transportation-svg{opacity:1;transform:none;transition:none;animation:none}.transportation-routes{display:none}}
