.hero-pattern{background-image:url(https://cdn.compratoday.com/assets/pattern_bg.png);background-repeat:repeat;background-attachment:fixed;background-size:20vw;opacity:6%}.hero_title{opacity:0;transform:translateY(50px);animation:fadeInUp 1s ease forwards;color:#000;font-size:1.2rem}.hero_subtitle{color:#232323}.hero_cta,.hero_subtitle{opacity:0;transform:translateY(50px);animation:fadeInUp 1s ease forwards;animation-delay:.5s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1024px){.hero-pattern{background-size:30vw}}@media screen and (max-width:640px){.hero-pattern{background-size:50vw}}@keyframes slide-in-right{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.animate-slide-in-right{animation-name:slide-in-right;animation-duration:.5s}