@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");.Hero_hero__1d92z{background-color:var(--primary-color);min-height:50vh;width:100%;margin-top:0;display:flex;position:relative;justify-content:center;align-items:center;font-size:20px;color:white}@keyframes Hero_fadeInUp__wREaj{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero_hero__1d92z h1{font-family:"Noto Serif",sans-serif;font-size:4rem;margin:10px 0;animation:Hero_fadeInUp__wREaj 1s ease-out;animation-delay:.2s;animation-fill-mode:both}.Hero_hero__1d92z p{animation:Hero_fadeInUp__wREaj 1s ease-out;animation-delay:.4s;animation-fill-mode:both}.Hero_heroButton__v1qfW{margin-top:20px;animation:Hero_fadeInUp__wREaj 1s ease-out;animation-delay:.6s;animation-fill-mode:both}.Hero_heroContent__ksbat{width:1200px;max-width:80%;display:flex;margin-bottom:20px}@media (max-width:767px){.Hero_hero__1d92z h1{font-size:3rem}.Hero_hero__1d92z{font-size:16px}.Hero_heroContent__ksbat{width:100%;max-width:90%}}