#omnigen-grid{background:no-repeat 50%/cover url(https://5732082.fs1.hubspotusercontent-na1.net/hubfs/5732082/OmniGen%20winter%202024/background.webp);display:grid;gap:25px;grid-template-columns:repeat(2,1fr);min-height:100vh;padding:15px;width:100%}#counters{grid-column:span 2;justify-content:center}#counters,#title{align-items:center;display:flex;flex-direction:column}#title{color:#fff!important;margin-bottom:20px}#omnigenlogo{width:300px}.green{color:#6db33e}.middle-card{background-color:rgba(0,0,0,.7);border-radius:8px;color:#fff;padding:30px 50px;text-align:center;width:100%}#counterLineEight,#counterLineFive,#counterLineFour,#counterLineNine,#counterLineOne,#counterLineSeven,#counterLineSix,#counterLineThree,#counterLineTwo{font-size:2em;opacity:0}#counterLineOne{animation:fadeIn 2s ease-in 1s forwards}#counterLineTwo{animation:fadeIn 2s ease-in 2s forwards}#counterLineThree{animation:fadeIn 2s ease-in 3s forwards}#counterLineFour{animation:fadeIn 2s ease-in 4s forwards}#counterLineFive{animation:fadeIn 2s ease-in 5s forwards}#counterLineSix{animation:fadeIn 2s ease-in 6s forwards}#counterLineSeven{animation:fadeIn 2s ease-in 7s forwards}#counterLineEight{animation:fadeIn 2s ease-in 8s forwards}#counterLineNine{animation:fadeIn 2s ease-in 9s forwards;color:grey;font-size:.9rem;font-weight:500}.card{align-items:start;animation:fadeIn 3s ease-in 1s forwards;background-color:rgba(235,236,248,.7);border-radius:8px;display:grid;filter:drop-shadow(0 0 .75rem grey);gap:25px;height:327px;margin:auto 0;opacity:0;padding:40px 30px;text-align:center;transition:transform 1s ease-in-out}.card:hover{transform:translateY(-20px)}.omnigen-button{background-color:#6db33e;border:none;color:#fff;cursor:pointer;font-weight:700;overflow:hidden;padding:10px 20px;position:relative;transition:color .4s ease;width:fit-content;z-index:1}.omnigen-button:before{background-color:#81c256;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .4s ease;width:100%;z-index:-1}.omnigen-button:hover:before{left:0}.card-graphic{margin:auto;max-height:65px;max-width:100%}.card-body{display:none}.card-text{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:auto}@media screen and (min-width:1280px){#omnigen-grid{grid-auto-flow:column;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);padding:40px}#counters{grid-column:2/span 1;grid-row:span 2}.card{grid-template-columns:repeat(2,1fr);height:370px;text-align:left}.card-graphic{max-height:300px}.card-body{display:block}.card-text{align-items:start;height:fit-content}#counterLineFive,#counterLineFour,#counterLineOne,#counterLineSix,#counterLineThree,#counterLineTwo{font-size:2em}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}