@import"https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Tektur:wght@400..900&display=swap";.hero{padding-top:97px;padding-bottom:32px;border-bottom:1px solid #e5e6e6;background-color:#fff}.hero__container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px}.hero__container:after{content:url(/assets/svg/ellipse-yellow.svg);position:absolute;left:-225px;top:-54px;z-index:1;width:297px;height:297px}.hero__description{max-width:677px;display:flex;flex-direction:column;gap:24px;z-index:2}.hero__title{animation:title 1s ease 0s 1 normal backwards running}@keyframes title{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}.hero__text{animation:hero-text 1.2s ease .4s 1 normal backwards running}@keyframes hero-text{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}.hero__link{margin-top:8px;animation:hero-btn 1.2s ease .8s 1 normal backwards running}@keyframes hero-btn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}@media screen and (min-width:431px){.hero__title{text-align:center}.hero__text{max-width:576px;text-align:center}.hero__link{align-self:center}}@media screen and (min-width:768px){.hero__container{flex-direction:row}.hero__title{text-align:left}.hero__text{max-width:100%;text-align:left}.hero__link{align-self:flex-start}}@media screen and (min-width:1440px){.hero{padding-top:156px;padding-bottom:90px}.hero__container{justify-content:space-between}.hero__container:after{left:-253px;top:-151px;width:430px;height:430px}.hero__description{gap:32px}.hero__link{margin-top:0}}
