.flowolf-row{align-items:center;display:flex;flex-wrap:wrap;gap:30px}.flowolf-col{flex:1;min-width:300px;opacity:1}.order-first{order:1}.order-last{order:2}@media (max-width:768px){.flowolf-row{flex-direction:column}.order-first,.order-last{order:unset}}.flowolf-header{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.flowolf-richtext p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.flowolf-button{background-color:#007a5a;border-radius:5px;color:#fff;display:inline-block;font-weight:700;padding:12px 24px;text-decoration:none;transition:background-color .3s}.flowolf-button:hover{background-color:#005c44}#animated-workplace{height:auto;width:100%}#man-head{animation:look-forward 4s step-end infinite}#man-head-turned{animation:look-left 4s step-end infinite;opacity:0}.eye{animation:blink 4s step-end infinite}#left-arm{animation:typing-left .3s ease-in-out infinite alternate;transform-origin:461.1px 100.3px}#right-arm{animation:typing-right .2s ease-in-out infinite alternate;animation-delay:.2s;transform-origin:479.3px 100.3px}@keyframes blink{0%,95%{transform:scaleY(1)}97.5%,to{transform:scaleY(.1)}}@keyframes typing-left{0%{transform:rotate(0deg)}to{transform:rotate(2deg)}}@keyframes typing-right{0%{transform:rotate(0deg)}to{transform:rotate(-2deg)}}@keyframes look-forward{0%,24%{opacity:1}25%,59%{opacity:0}60%,to{opacity:1}}@keyframes look-left{0%,24%{opacity:0}25%,59%{opacity:1}60%,to{opacity:0}}.terminal-line{opacity:0}.terminal-line.visible{opacity:1;transition:opacity .1s ease-in}#box{animation:box-journey 4s linear infinite;opacity:0}@keyframes box-journey{0%{opacity:0;transform:translateY(-15px)}8%{opacity:1;transform:translateY(8px)}16%{opacity:1;transform:translateY(8px)}80%{opacity:1;transform:translate(-50px,8px)}95%,to{opacity:0;transform:translate(-55px,10px)}}