@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:114px;padding-bottom:48px;border-bottom:1px solid #e5e6e6;background-color:#fff}.hero__container{position:relative}.hero__container:after{content:url(/assets/svg/ellipse-yellow.svg);position:absolute;left:-240px;top:-285px;width:297px;height:297px}.hero__description{position:relative;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__description{align-items:center;justify-content:center}.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__break{display:none}.hero__text{max-width:100%}}@media screen and (min-width:1440px){.hero{padding-top:156px;padding-bottom:90px}.hero__container:after{left:-253px;top:-230px;width:430px;height:430px}.hero__description{gap:32px}.hero__link{margin-top:0}}
