.hero{-webkit-animation:fadeIn 1.2s ease-out;animation:fadeIn 1.2s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1rem;z-index:2}.hero .logo{-webkit-animation:float 3s ease-in-out infinite;animation:float 3s ease-in-out infinite;border-radius:50%;height:auto;margin-bottom:10px;width:160px}.hero h1{color:#2e3192;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.bg-color .background-shape{border-radius:50%;-webkit-filter:blur(20px);filter:blur(20px);opacity:.35;pointer-events:none;position:fixed;z-index:0}.bg-color .shape-primary{background:#2e3192;height:250px;left:-80px;top:-80px;width:250px}.bg-color .shape-secondary{background:#d72c2c;bottom:-100px;height:220px;right:-80px;width:220px}.bg-color .shape-third{background:#ffcc4d;height:180px;right:20px;top:200px;width:180px}@media(min-width:992px){.bg-color .shape-primary{height:400px;left:-120px;top:-120px;width:400px}.bg-color .shape-secondary{bottom:-150px;height:320px;right:-120px;width:320px}.bg-color .shape-third{height:260px;right:40px;top:250px;width:260px}}