@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(120px)}to{opacity:1;transform:translate(0)}}#world{opacity:0;animation:fadeIn 1s ease-out forwards;animation-delay:0s}#web-letter{opacity:0;animation:slideInRight .5s ease-out forwards;animation-delay:1s}#web-rest{opacity:0;animation:slideInRight .6s ease-out forwards;animation-delay:1.3s}#services-letter{opacity:0;animation:slideInRight .5s ease-out forwards;animation-delay:1.9s}#services-rest{opacity:0;animation:slideInRight .6s ease-out forwards;animation-delay:2.2s}#provider-letter{opacity:0;animation:slideInRight .5s ease-out forwards;animation-delay:2.8s}#provider-rest{opacity:0;animation:slideInRight .6s ease-out forwards;animation-delay:3.1s}#slogan{opacity:0;animation:fadeIn .8s ease-out forwards;animation-delay:3.8s}
