.sticky-hello-bar-wrapper{display:none}@media (max-width:600px){.sticky-hello-bar-wrapper{display:block;width:100%}.sticky-hello-bar{display:flex;flex-direction:row;transform:translateY(0);transition:transform .25s ease;width:100%;z-index:9999}.hello-bar-cta{box-sizing:border-box;display:inline-block;font-size:25px;font-weight:700;line-height:1.2;padding:14px 12px;text-align:center;text-decoration:none;width:50%}.sticky-hello-bar.is-sticky{left:0;position:fixed;top:0;transform:translateY(0)}.sticky-hello-bar.is-sticky.slide-in{transform:translateY(0)}}