.module-hero{max-width:1180px;margin:auto;padding:88px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;border-bottom:1px solid #dbe4f8}.module-hero p{color:#64748b;line-height:1.65}.flow-video{min-height:310px;padding:28px;display:grid;grid-template-columns:1fr;align-content:center;gap:8px;background:#010e42;border-radius:10px;box-shadow:0 22px 50px rgba(15,23,42,.2)}.flow-step{display:flex;align-items:center;gap:12px;color:#dbe4f8;opacity:.45;animation:flow 10s linear infinite}.flow-step b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#0149d3;color:#fff}.flow-step.active{color:#fff;opacity:1}.flow-step.active b{background:#0149d3}.flow-video i{height:18px;border-left:1px dashed #64748b;margin-left:15px}@keyframes flow{0%,15%{opacity:1;transform:translateX(0)}20%,100%{opacity:.45;transform:translateX(0)}}.flow-step:nth-of-type(1){animation-delay:0s}.flow-step:nth-of-type(2){animation-delay:2s}.flow-step:nth-of-type(3){animation-delay:4s}.flow-step:nth-of-type(4){animation-delay:6s}.flow-step:nth-of-type(5){animation-delay:8s}@media(max-width:760px){.module-hero{grid-template-columns:1fr;padding:54px 24px;gap:28px}.employee-hero>div:first-child{order:2}}
