.hero-sticky-button{background-color:#fff;bottom:0;box-shadow:0 0 0 rgba(45,60,86,0);left:0;padding-left:var(--wrapper-padding-value);padding-right:var(--wrapper-padding-value);position:fixed;transform:translateY(100%);transition:transform var(--default_transition),box-shadow var(--default_transition);width:100%;z-index:2}.scrolled .hero-sticky-button{box-shadow:0 -4px 20px rgba(45,60,86,.2);transform:translateY(0)}.hero-sticky-button span{display:inline-block;width:100%}.hero-sticky-button a{justify-content:center;text-align:center;width:100%}.hero-sticky-button a.cta_button{width:calc(100% - var(--spacer_24)*2)}.hero-sticky-button a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' fill='none' viewBox='0 0 12 6'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='m8.676 5.677 2.3-2.3a.5.5 0 0 0 0-.706l-2.3-2.3a.5.5 0 1 0-.707.708l1.446 1.445H1.35a.5.5 0 0 0 0 1h8.065L7.969 4.97a.5.5 0 1 0 .707.707' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:12px;margin-left:var(--spacer_8);min-width:24px}@media (min-width:992px){.hero-sticky-button{display:none}}