:root{--cta-bar-bgc:linear-gradient(90deg, #241e4e 50%, #5c2163 100%);--cta-bar-shadow:0 4px 20px rgba(0, 0, 0, 0.15);--cta-bar-title-color:#fff8ee;--cta-bar-height:100px}.cta-bar{background:var(--cta-bar-bgc);-webkit-box-shadow:var(--cta-bar-shadow);box-shadow:var(--cta-bar-shadow);height:var(--cta-bar-height);position:relative;width:100%;z-index:10}.cta-bar__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin:0 auto;max-width:1280px;padding:0 25px;width:100%}.cta-bar__title{font-family:Anton,sans-serif;font-weight:400;line-height:1.2;color:var(--cta-bar-title-color);font-size:var(--heading-5-font-size);margin:0}.cta-bar__button{width:100%}.cta-bar.is-sticky{position:fixed}@media only screen and (min-width:480px){.cta-bar__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:25px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cta-bar__title{font-size:var(--heading-4-font-size)}.cta-bar__button{width:auto}}@media only screen and (min-width:768px){.cta-bar__title{font-size:var(--heading-3-font-size)}}