.sb-steps{padding:90px 20px 0}.sb-steps__inner{margin:0 auto;max-width:1200px}.sb-steps__row{align-items:end;display:grid;gap:var(--sb-steps-gap);grid-template-columns:var(--sb-steps-cols)}.sb-steps__lead{background:var(--sb-steps-surface);border-radius:26px;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:24px;justify-content:space-between;min-height:220px;padding:24px}.sb-steps__lead-icon{align-items:center;background:var(--sb-steps-accent);border-radius:50%;display:flex;flex:0 0 auto;height:60px;justify-content:center;width:60px}.sb-steps__lead-icon img{display:block;height:40px;width:40px}.sb-steps__lead-title{color:#22262e;font-size:32px;font-weight:600;letter-spacing:-.64px;line-height:1.1;margin:0;text-transform:uppercase}.sb-steps__step{padding-top:16px;position:relative}.sb-steps__badge{align-items:center;background:var(--sb-steps-accent);border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:600;height:44px;justify-content:center;line-height:1.3;position:absolute;right:-16px;top:0;width:44px;z-index:2}.sb-steps__card{background:var(--sb-steps-surface);border-radius:26px;box-shadow:0 4px 10px rgba(0,0,0,.1);height:100%;padding:10px}.sb-steps__card-inner{background:var(--sb-steps-card-bg);border-radius:16px;height:100%;justify-content:space-between;min-height:200px;padding:16px}.sb-steps__card-head,.sb-steps__card-inner{display:flex;flex-direction:column;gap:16px}.sb-steps__card-icon{display:block;height:40px;width:40px}.sb-steps__card-title{color:#22262e;font-size:14px;font-weight:600;line-height:1.3;margin:0;text-transform:uppercase}.sb-steps__card-text{color:#5e626a;font-size:14px;font-weight:400;line-height:1.3;margin:0}.sb-steps__markers{display:grid;gap:var(--sb-steps-gap);grid-template-columns:var(--sb-steps-cols);margin-top:18px}.sb-steps__marker{align-items:flex-end;display:flex;height:37px;justify-content:center}.sb-steps__marker-label{background:var(--sb-steps-surface);color:var(--sb-steps-marker-fg);font-size:20px;font-weight:600;letter-spacing:1px;line-height:1;padding:0 20px;text-transform:uppercase;transform:translateY(50%)}.sb-steps__marker--bracket{border:1px solid var(--sb-steps-marker-line);border-radius:0 0 14px 14px;border-top:0}.sb-steps__marker--tick{position:relative}.sb-steps__marker--tick:before{background:var(--sb-steps-marker-line);content:"";height:24px;left:50%;position:absolute;top:0;width:1px}.sb-steps__footer{align-items:center;display:grid;gap:40px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:56px}.sb-steps__cta{align-items:center;background:var(--sb-steps-surface);border:1px solid #dddde0;border-radius:50px;display:inline-flex;font-size:16px;font-weight:600;gap:10px;line-height:1.5;padding:15px 20px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease}.sb-steps__cta--inert,a.sb-steps__cta,a.sb-steps__cta:visited{color:#22262e}a.sb-steps__cta:focus,a.sb-steps__cta:hover{background:#f6f6f9;border-color:#94969c;color:#22262e}.sb-steps__cta-arrow{flex:0 0 auto}.sb-steps__footnote{color:#5e626a;font-size:14px;font-weight:400;line-height:1.3;margin:0}@media (max-width:1100px){.sb-steps{padding:64px 20px 0}.sb-steps__row{align-items:stretch;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.sb-steps__lead{min-height:0}.sb-steps__lead-title{font-size:26px}.sb-steps__markers{display:none}.sb-steps__footer{gap:24px;grid-template-columns:minmax(0,1fr);margin-top:32px}}@media (max-width:767px){.sb-steps{padding:48px 16px 0}.sb-steps__row{gap:20px;grid-template-columns:minmax(0,1fr)}.sb-steps__lead-title{font-size:24px}.sb-steps__cta{justify-content:space-between;width:100%}}