.web-app-main{height:70vh;position:relative}.mask,.textBody{width:100%;min-height:100%;display:flex;align-items:center;justify-content:center;color:#909090;font-size:43px;line-height:66px;cursor:default}.web-app-main p{width:1270px;line-height:57px;text-align:center}.mask{-webkit-mask-image:url(/mask.svg);mask-image:url(/mask.svg);mask-repeat:no-repeat;mask-size:40px;background:#f40e00;position:absolute;color:#fff!important}@media (max-width:600px){.web-app-main{height:100vh;position:relative}.mask,.textBody{width:100%;min-height:100%;display:flex;align-items:center;justify-content:center;color:#909090;font-size:23px;line-height:66px;cursor:default}.web-app-main p{line-height:34px;text-align:center;width:90%}}.hero-img{transform:translateY(50px) scale(.5);animation:fadeInSlideUp 1s ease-out forwards;animation-delay:.5s}@keyframes fadeInSlideUp{to{opacity:1;transform:translateY(0) scale(1)}}.hero-card-img{opacity:0;transform:scale(.5);animation:fadeInScaleCard 1s ease-out forwards;animation-delay:2s}@keyframes fadeInScaleCard{to{opacity:1;transform:scale(1)}}.orbiting-cursor{position:absolute;top:5%;left:5%;width:40px;height:39px;animation:orbit 8s linear infinite}@keyframes orbit{0%{transform:translate(0)}25%{transform:translate(175px)}50%{transform:translate(175px,165px)}75%{transform:translateY(165px)}to{transform:translate(0)}}@media (min-width:1025px){.industries-wrapper .industry-card{flex:1 1 calc(33.333% - 0.5rem);transition:all .4s ease}.industries-wrapper:hover .industry-card{flex:1 1 calc(30% - 0.5rem)}.industries-wrapper:hover .industry-card:hover{flex:1 1 calc(40% - 0.5rem);background-color:#f40e00;color:#fff}}@media (max-width:1028px) and (min-width:640px){.industries-wrapper .industry-card{flex:1 1 calc(50% - 0.5rem)}}@media (max-width:639px){.industries-wrapper .industry-card{flex:1 1 100%}}