.container__build:before,.container__deploy:before,.container__sources:before,.tooltip{position:absolute;right:0;bottom:100%;color:#fff;background:#ffb238;text-transform:uppercase;font-size:.9rem;padding:.25rem .75rem;border-radius:2.5px}.card,.container__build div,.container__sources div{line-height:2;background:#fff;padding:1.2rem 1rem;border-radius:4px;box-shadow:0 2px 10px #e6e6e6}*{box-sizing:border-box;margin:0;padding:0}.container{margin:5vh 2.5vw;background:#f3f3f4;border-radius:5px;display:flex;flex-direction:column;align-items:center;text-align:center}.container svg{height:5rem}.container svg line{stroke:#212529;stroke-width:3px;stroke-linecap:round;stroke-dasharray:2px 20px;animation:animateline 5s linear infinite both}p{font-size:.95rem;font-weight:300}.container__sources{display:flex;border-radius:8px;padding:1.5rem;background:#f9f9f9;position:relative}.container__sources:before{content:"data sources"}.container__sources div{text-align:left;margin:0 1rem}.container__build{padding:10vh 10vw;border-radius:8px;background:#f9f9f9;position:relative}.container__build:before{content:"build"}.container__build div{margin:2rem 0}.container__deploy{background:#f9f9f9;padding:1.5rem;border-radius:8px;position:relative}.container__deploy:before{content:"deploy"}@media (max-width:700px){.container__sources{flex-direction:column}.container__sources div{margin:1rem 0}}@keyframes animateline{0%{stroke-dashoffset:0}to{stroke-dashoffset:-5rem}}