.hero-gradient{align-items:center;-webkit-animation:bgAnimation 20s ease infinite;-moz-animation:bgAnimation 20s ease infinite;animation:bgAnimation 20s ease infinite;background:#3b3e96;background:linear-gradient(75deg,#3b3e96 4%,#5c4fa1 15%,#6b58a6 27%,#7c64ac 39%,#a56aac 50%,#a56aac 65%,#a7d8b7 80%,#6bc38f 99%);background-size:400% 400%;display:flex;justify-content:center;padding:3rem 1rem}.hero-gradient-wrapper{display:flex;flex-direction:column;gap:1rem;max-width:var(--container-sm);padding-top:5rem;position:relative;text-align:center;width:100%}.hero-gradient-image{height:200px;margin:auto;width:200px}.hero-gradient-image img{display:block;height:100%;object-fit:contain;scale:1.5;width:100%}@-webkit-keyframes bgAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@-moz-keyframes bgAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes bgAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-gradient-btn-wrapper{display:flex;flex-flow:row wrap;gap:.5rem;justify-content:center}.hero-gradient__btn{background-color:#fff;color:#000;display:inline-block;padding:.5rem 1.5rem;text-decoration:none;transition:all .15s ease-in}.hero-gradient__btn:focus-within,.hero-gradient__btn:hover{background-color:#000;color:#fff;text-decoration:none}@media screen and (min-width:876px){.hero-gradient{padding:3rem 2rem 5rem}.hero-gradient-content{flex-grow:1}.hero-gradient-wrapper{flex-direction:row;padding-top:3rem;text-align:left}.hero-gradient-image{flex:0 0 300px}.hero-gradient-btn-wrapper{justify-content:flex-start}}@media screen and (min-width:1250px){.hero-gradient{padding:10rem 2rem 5rem}.hero-gradient-image{box-shadow:5px 10px rgba(0,0,0,.3);height:225px;overflow:hidden;position:absolute;right:-125px;top:50%;transform:translateY(-50%);width:225px}.hero-gradient-wrapper{padding-right:150px}}