.sticky-cta-section *{box-sizing:border-box;margin:0;padding:0}#sticky-cta-section{background:#272727;box-sizing:border-box;display:flex;justify-content:center;left:0;padding:10px 80px;position:fixed;top:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:100%;z-index:9999}.sticky-container{align-items:center;display:flex;gap:34px;justify-content:center}.sticky-cta-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.sticky-cta-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-btn{align-items:center;background:#d60073;border-radius:99px;color:#fff;display:flex;flex-direction:row;font-family:Circular Std;font-size:18px;font-style:normal;font-weight:450;gap:6px;justify-content:center;line-height:27px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.sticky-btn:hover{background:#980956}.sticky-btn>svg{transition:all .3s ease}.sticky-btn:hover>svg{transform:translateX(10px)}.sticky-text{color:#fff;font-family:Circular Std;font-size:18px;font-style:normal;font-weight:500;line-height:120%}.sticky-text-mb{display:none}@media (max-width:767px){.sticky-text{display:none}.sticky-text-mb{display:flex;flex-direction:column;font-size:14px;gap:2px;line-height:unset}.sticky-mb-bottom-text{color:#9e9e9e;font-size:12px}.sticky-container{gap:10px}#sticky-cta-section{padding:10px 18px}.sticky-btn{flex-shrink:0;font-size:14px;padding:9.6px 19.2px;white-space:nowrap}}