:root{--st-cta-lite-blue:#2954f5;--st-cta-lite-blue-light:#3d65f7;--st-cta-lite-white:#fff;--st-cta-lite-btn-border:hsla(0,0%,100%,.55);--st-cta-lite-font:"Sora",sans-serif;--st-cta-lite-radius:16px}.st-cta-lite-banner{align-items:center;background:var(--st-cta-lite-blue);border-radius:var(--st-cta-lite-radius);display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1000px;overflow:hidden;padding:20px 28px;position:relative;width:100%}.st-cta-lite-banner:before{background:hsla(0,0%,100%,.05);border-radius:50%;content:"";height:200px;left:-60px;pointer-events:none;position:absolute;top:-60px;width:200px}.st-cta-lite-left{align-items:center;display:flex;flex:1;gap:18px;min-width:0}.st-cta-lite-icon{align-items:flex-end;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.st-cta-lite-icon svg{height:42px;width:42px}.st-cta-lite-text{font-weight:300;line-height:1.4;margin:0}.st-cta-lite-btn{align-items:center;background:transparent;border:1.5px solid var(--st-cta-lite-btn-border);border-radius:999px;cursor:pointer;display:inline-flex;flex-shrink:0;gap:12px;padding:11px 20px 11px 22px;text-decoration:none;transition:background .25s ease,border-color .25s ease,transform .25s ease;white-space:nowrap}.st-cta-lite-btn:hover{background:hsla(0,0%,100%,.12);border-color:var(--st-cta-lite-white);transform:translateY(-1px)}.st-cta-lite-btn-label{color:var(--st-cta-lite-white);font-family:var(--st-cta-lite-font);font-size:.8rem;font-weight:400}.st-cta-lite-btn-arrow{align-items:center;background:hsla(0,0%,100%,.18);border-radius:50%;display:flex;flex-shrink:0;height:30px;justify-content:center;transition:transform .25s ease,background .25s ease;width:30px}.st-cta-lite-btn:hover .st-cta-lite-btn-arrow{background:hsla(0,0%,100%,.28);transform:translateX(3px)}@media (max-width:560px){.st-cta-lite-banner{align-items:flex-start;flex-direction:column;gap:16px;padding:22px 20px}.st-cta-lite-btn{align-self:stretch;justify-content:space-between}}