.hero-btn-cta{position:relative;border:none !important;overflow:hidden;pointer-events:auto;margin:0}
.hero-btn-cta:focus{box-shadow:inset 0 0 0 4px #ff9b33}
.hero-btn-cta:focus .mask{display:none}
.hero-btn-cta:focus .fill{display:none}
.hero-btn-cta .mask{position:absolute;width:100%;height:100%;box-sizing:border-box;background:radial-gradient(circle at center,#ffcd99 0,#ec4f00 100%);-webkit-filter:blur(5px);filter:blur(5px);transition:opacity .3s ease-in-out;opacity:0;z-index:0}
.hero-btn-cta .fill{position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);background:#ff6200;border-radius:6px;transition:all .2s ease-in-out;z-index:1}
.hero-btn-cta .fill:hover{background:#ec4f00}
.hero-btn-cta .text,.hero-btn-cta .icon-rp{z-index:2;pointer-events:none}
.hero-es-component .rp-btn-orange .rp-btn.hero-btn-cta{padding:16px 40px}