@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.header-title-cta{padding-bottom:10rem;position:relative}.header-title-cta:after{animation:lineAnimation 3s ease-in-out infinite;background:#8cc63f;content:"";height:4rem;left:50%;position:absolute;top:calc(100% - 6rem);width:1px}.header-title-cta .wrapper{padding:15rem 0;position:relative}.header-title-cta .bg-img:after{background:rgba(0,0,0,.45);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.header-title-cta .container{z-index:2}@keyframes lineAnimation{0%{height:0}50%{height:4rem}to{height:0}}