@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Public+Sans:wght@300;400;500;600&family=Urbanist:wght@300;400;500;600;700&display=swap";:root{--mbs-st-heather: #837796;--mbs-st-heather-mid: #6B5E80;--mbs-st-heather-pale: #F0EDF4;--mbs-st-silver: #EFEFEF;--mbs-st-dove: #D4D2D6;--mbs-st-onyx: #191919;--mbs-st-white: #ffffff;--mbs-st-serif: "Playfair Display", Georgia, serif;--mbs-st-body: "Public Sans", system-ui, sans-serif;--mbs-st-accent: "Urbanist", system-ui, sans-serif;--mbs-st-ease: .25s ease}.mbs-steps-section,.mbs-steps-section *,.mbs-steps-section *:before,.mbs-steps-section *:after{box-sizing:border-box}.mbs-steps{background:var(--mbs-st-white);padding:80px 56px;font-family:var(--mbs-st-body);position:relative}.mbs-steps__header{text-align:center;margin-bottom:64px}.mbs-steps__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px}.mbs-steps__eyebrow-line{width:24px;height:1px;background:var(--mbs-st-heather);flex-shrink:0}.mbs-steps__eyebrow-text{font-family:var(--mbs-st-accent);font-size:9px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--mbs-st-heather)}.mbs-steps__title{font-family:var(--mbs-st-serif);font-size:clamp(26px,3.4vw,42px);font-weight:700;color:var(--mbs-st-onyx);line-height:1.15;margin:0 0 12px}.mbs-steps__title em{font-style:italic;color:var(--mbs-st-heather)}.mbs-steps__subtitle{font-family:var(--mbs-st-body);font-size:16px;font-weight:500;color:#191919;line-height:1.7;max-width:440px;margin:0 auto}.mbs-steps__grid{display:grid;grid-template-columns:repeat(5,1fr);position:relative;gap:0}.mbs-steps__grid:before{content:"";position:absolute;top:36px;left:calc(12.5% + 5px);right:calc(12.5% + 5px);height:2px;background:linear-gradient(to right,var(--mbs-st-heather),var(--mbs-st-heather-mid));z-index:0}.mbs-steps__step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px;position:relative;z-index:1}.mbs-steps__num{width:72px;height:72px;border-radius:50%;background:var(--mbs-st-white);border:2px solid var(--mbs-st-heather);display:flex;align-items:center;justify-content:center;margin-bottom:24px;flex-shrink:0;position:relative;transition:background var(--mbs-st-ease),transform var(--mbs-st-ease),box-shadow var(--mbs-st-ease)}.mbs-steps__step:hover .mbs-steps__num{background:var(--mbs-st-heather);transform:scale(1.08);box-shadow:0 8px 24px #8377964d}.mbs-steps__num-inner{display:flex;flex-direction:column;align-items:center;line-height:1}.mbs-steps__num-label{font-family:var(--mbs-st-accent);font-size:7px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--mbs-st-heather);margin-bottom:1px;transition:color var(--mbs-st-ease)}.mbs-steps__step:hover .mbs-steps__num-label{color:#fff}.mbs-steps__num-value{font-family:var(--mbs-st-serif);font-size:26px;font-weight:700;color:var(--mbs-st-onyx);line-height:1;transition:color var(--mbs-st-ease)}.mbs-steps__step:hover .mbs-steps__num-value{color:#fff}.mbs-steps__arrow{position:absolute;top:28px;right:-10px;z-index:2;width:20px;height:20px;background:var(--mbs-st-white);border:2px solid var(--mbs-st-heather);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--mbs-st-heather);transition:background var(--mbs-st-ease),color var(--mbs-st-ease)}.mbs-steps__step:hover .mbs-steps__arrow{background:var(--mbs-st-heather);color:#fff}.mbs-steps__arrow svg{width:9px;height:9px}.mbs-steps__step-title{font-family:var(--mbs-st-accent);font-size:22px!important;font-weight:700;color:var(--mbs-st-onyx);line-height:1.3;margin-bottom:10px;transition:color var(--mbs-st-ease)}.mbs-steps__step:hover .mbs-steps__step-title{color:var(--mbs-st-heather)}.mbs-steps__step-body{font-family:var(--mbs-st-body);font-size:16px;font-weight:500;color:#191919!important;line-height:1.65}.mbs-steps__cta{display:flex;align-items:center;justify-content:center;margin-top:56px}.mbs-steps__btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--mbs-st-accent);font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--mbs-st-white);background:var(--mbs-st-heather);padding:15px 36px;border-radius:2px;text-decoration:none;transition:background var(--mbs-st-ease),transform var(--mbs-st-ease)}.mbs-steps__btn:hover,.mbs-steps__btn:focus-visible{background:var(--mbs-st-heather-mid);transform:translateY(-2px)}.mbs-steps__btn svg{width:12px;height:12px;flex-shrink:0}@media(max-width:1024px){.mbs-steps{padding:64px 36px}}@media(max-width:768px){.mbs-steps{padding:56px 24px}.mbs-steps__grid{grid-template-columns:1fr 1fr;gap:48px 24px}.mbs-steps__grid:before{display:none}.mbs-steps__arrow{display:none}.mbs-steps__header{margin-bottom:48px}}@media(max-width:480px){.mbs-steps__grid{grid-template-columns:1fr;gap:40px}.mbs-steps__btn{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.mbs-steps__num,.mbs-steps__step-title,.mbs-steps__arrow,.mbs-steps__btn{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/mbs-steps.css.map */
