html{scroll-behavior:smooth}.scroll-cta-wrapper{box-sizing:border-box;padding:48px 24px;width:100%}.scroll-cta-wrapper--left{text-align:left}.scroll-cta-wrapper--center{text-align:center}.scroll-cta-wrapper--right{text-align:right}.scroll-cta{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;gap:14px;text-decoration:none}.scroll-cta__text{font-size:28px;font-weight:700;line-height:1.2}.scroll-cta__circle{align-items:center;animation:scroll-bounce 1.7s ease-in-out infinite;border:2px solid #000;border-radius:50%;display:inline-flex;height:54px;justify-content:center;position:relative;width:54px}.scroll-cta__circle:before{animation:scroll-glow 1.7s ease-out infinite;border:3px solid;border-radius:50%;content:"";inset:-10px;opacity:.4;position:absolute}.scroll-cta__arrow{font-size:28px;line-height:1}.scroll-cta:hover .scroll-cta__circle{box-shadow:0 0 24px currentColor}@keyframes scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes scroll-glow{0%{opacity:.55;transform:scale(.85)}to{opacity:0;transform:scale(1.45)}}