.app-fd-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:12px 16px;background:white;box-shadow:0 -2px 8px 0 rgba(0,0,0,0.1);animation:slideUpCTA .4s cubic-bezier(0.25,0.46,0.45,0.94) forwards}
@keyframes slideUpCTA{from{transform:translateY(100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
.app-fd-sticky-cta__button{width:100%;padding:12px 0;background-color:#d3225a;display:flex;justify-content:center;color:#ffff;font-weight:bolder;font-size:12px}
.app-fd-sticky-cta__button__text{flex:1;text-align:center;color:white}
@supports(padding-bottom:env(safe-area-inset-bottom)){.app-fd-sticky-cta{padding-bottom:calc(12px + env(safe-area-inset-bottom))}
}