section.home-banner{position:relative}section.home-banner .hero-wrap{flex-direction:column;margin:0 auto;max-width:1234px}section.home-banner .hero-wrap h1,section.home-banner .hero-wrap p{animation:nudgeUp 1s linear infinite;animation-delay:calc(var(--scroll)*-3s);animation-play-state:paused;max-width:1000px}section.home-banner .hero-wrap p{animation-delay:calc(var(--scroll)*-2s);max-width:600px}section.home-banner svg{height:300%;position:absolute;right:-20%;top:-115%;width:80%!important;z-index:-1}@media only screen and (min-width:767px) and (max-width:1240px){section.home-banner{min-height:55vh}section.home-banner .hero-wrap{padding-top:5vh}}@media only screen and (max-width:600px){section.home-banner .hero-wrap h1{font-size:38px}}@keyframes nudgeUp{to{transform:translateY(-350px)}}