.mb-step-guide{--mbsg-fg: var(--color-foreground, 18 18 18);--mbsg-bg: var(--color-background, 255 255 255);--mbsg-btn: var(--color-button, var(--color-foreground, 18 18 18));--mbsg-btn-text: var(--color-button-text, 255 255 255);--mbsg-link: var(--color-link, var(--color-foreground, 18 18 18));--mbsg-radius: var(--buttons-radius, 4px);--mbsg-gap: 1rem;--mbsg-nav-width: 16.5rem;--mbsg-focus: 2px solid rgb(var(--mbsg-fg));--mbsg-border: rgba(var(--mbsg-fg), .14);--mbsg-muted: rgba(var(--mbsg-fg), .64);--mbsg-hover: rgba(var(--mbsg-fg), .06);--mbsg-active: rgba(var(--mbsg-fg), .1);box-sizing:border-box;color:#121212;color:rgb(var(--mbsg-fg));background-color:#fff;background-color:rgb(var(--mbsg-bg));max-width:100%;width:100%;overflow-x:clip;padding-left:1.5rem;padding-right:1.5rem}.mb-step-guide:not(.is-ready) .mb-step-guide__sidebar,.mb-step-guide:not(.is-ready) .mb-step-guide__controls{display:none}.mb-step-guide__title{margin:0 0 1.25rem;line-height:1.15;overflow-wrap:anywhere}.mb-step-guide *,.mb-step-guide *:before,.mb-step-guide *:after{box-sizing:border-box}.mb-step-guide [hidden]{display:none!important}.mb-step-guide :focus{outline:none}.mb-step-guide :focus-visible{outline:var(--mbsg-focus);outline-offset:3px}.mb-step-guide__sidebar{min-width:0}.mb-step-guide__controls{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.mb-step-guide__controls--bottom{margin-top:1.5rem;margin-bottom:0;padding-top:1.25rem;border-top:1px solid var(--mbsg-border)}.mb-step-guide__pager{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.mb-step-guide__pager .mb-step-guide__status{flex:1 1 auto;text-align:center}.mb-step-guide__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.mb-step-guide__status{margin:0;font-size:.9375rem;line-height:1.4;color:#121212;color:rgb(var(--mbsg-fg))}.mb-step-guide__status[aria-live]{font-weight:600}.mb-step-guide__button{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:44px;min-width:44px;padding:.6rem 1rem;margin:0;border:1px solid rgba(var(--mbsg-fg),.28);border-radius:var(--mbsg-radius);font:inherit;font-size:.9375rem;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;color:#121212;color:rgb(var(--mbsg-fg));background-color:transparent;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.mb-step-guide__button:hover:not(:disabled){background-color:var(--mbsg-hover)}.mb-step-guide__button:active:not(:disabled){background-color:var(--mbsg-active)}.mb-step-guide__button:disabled{opacity:.45;cursor:not-allowed}.mb-step-guide__button--primary{background-color:#121212;background-color:rgb(var(--mbsg-btn));color:#fff;color:rgb(var(--mbsg-btn-text));border-color:#121212;border-color:rgb(var(--mbsg-btn))}.mb-step-guide__button--primary:hover:not(:disabled){background-color:rgb(var(--mbsg-btn));filter:brightness(1.08)}.mb-step-guide__button--secondary{background-color:transparent;color:#121212;color:rgb(var(--mbsg-fg));border-color:var(--mbsg-border)}.mb-step-guide__button--secondary:hover:not(:disabled){border-color:rgba(var(--mbsg-fg),.4);background-color:var(--mbsg-hover)}.mb-step-guide__button--bookmark.is-active,.mb-step-guide__button[aria-pressed=true]{border-color:rgb(var(--mbsg-fg));background-color:var(--mbsg-active)}.mb-step-guide__layout{display:flex;flex-direction:column;gap:1.25rem;min-width:0;width:100%}.mb-step-guide__nav{min-width:0;border:1px solid var(--mbsg-border);border-radius:var(--mbsg-radius);background-color:rgb(var(--mbsg-bg))}.mb-step-guide__nav-toggle{display:none;width:100%;justify-content:space-between;border:0;border-radius:var(--mbsg-radius);background-color:transparent;text-align:left}.mb-step-guide__nav-list{list-style:none;margin:0;padding:.4rem;display:flex;flex-direction:column;gap:.2rem}.mb-step-guide__nav-item{margin:0;padding:0;min-width:0}.mb-step-guide__nav-button{-webkit-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.15rem;width:100%;min-height:44px;margin:0;padding:.55rem .75rem;border:0;border-radius:var(--mbsg-radius);background-color:transparent;color:inherit;font:inherit;font-size:.9375rem;line-height:1.3;text-align:left;cursor:pointer}.mb-step-guide__nav-button:hover{background-color:var(--mbsg-hover)}.mb-step-guide__nav-button[aria-current=step],.mb-step-guide__nav-button[aria-selected=true],.mb-step-guide__nav-button.is-active{background-color:var(--mbsg-active);box-shadow:inset 3px 0 rgb(var(--mbsg-fg));font-weight:600}.mb-step-guide__nav-label{display:block;font-weight:700}.mb-step-guide__nav-title{display:block;font-weight:400;color:var(--mbsg-muted);overflow-wrap:anywhere;word-break:break-word}.mb-step-guide__nav-button[aria-current=step] .mb-step-guide__nav-title,.mb-step-guide__nav-button[aria-selected=true] .mb-step-guide__nav-title{color:inherit}.mb-step-guide__bookmark-mark{display:inline-block;margin-top:.15rem;font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:rgb(var(--mbsg-fg))}.mb-step-guide__main{min-width:0;flex:1 1 auto}.mb-step-guide__content{min-width:0;max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.mb-step-guide__panel{min-width:0;max-width:100%}.mb-step-guide__panel[hidden]{display:none!important}.mb-step-guide__panel.is-active{display:block}.mb-step-guide__panel-heading{margin:0 0 1rem;font-size:1.375rem;line-height:1.25;overflow-wrap:anywhere}.mb-step-guide__panel-heading:focus{outline:none}.mb-step-guide__panel-heading:focus-visible{outline:var(--mbsg-focus);outline-offset:4px}.mb-step-guide__content img,.mb-step-guide__panel img{max-width:100%;height:auto;vertical-align:middle}.mb-step-guide__table-wrap{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1rem 0}.mb-step-guide__content table,.mb-step-guide__panel table{width:max-content;max-width:100%;border-collapse:collapse}.mb-step-guide__table-wrap table{max-width:none}.mb-step-guide__content th,.mb-step-guide__content td,.mb-step-guide__panel th,.mb-step-guide__panel td{padding:.4rem .6rem;border:1px solid var(--mbsg-border);vertical-align:top;overflow-wrap:anywhere}@media(max-width:899px){.mb-step-guide__content table,.mb-step-guide__panel table,.mb-step-guide__table-wrap table{width:100%;max-width:100%}.mb-step-guide__table-wrap--wide table{width:max-content;max-width:none}.mb-step-guide--collapse-nav-mobile .mb-step-guide__nav-toggle{display:none}.mb-step-guide--collapse-nav-mobile .mb-step-guide__nav-list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.4rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding:.4rem .2rem}.mb-step-guide--collapse-nav-mobile .mb-step-guide__nav-item{flex:0 0 auto;scroll-snap-align:start}.mb-step-guide--collapse-nav-mobile .mb-step-guide__nav-button{position:relative;width:auto;flex-direction:row;align-items:center;white-space:nowrap;min-height:44px}.mb-step-guide--collapse-nav-mobile .mb-step-guide__nav-button[aria-current=step],.mb-step-guide--collapse-nav-mobile .mb-step-guide__nav-button[aria-selected=true],.mb-step-guide--collapse-nav-mobile .mb-step-guide__nav-button.is-active{box-shadow:inset 0 -3px rgb(var(--mbsg-fg))}.mb-step-guide--collapse-nav-mobile .mb-step-guide__nav-title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.mb-step-guide--collapse-nav-mobile .mb-step-guide__nav{max-width:100%}.mb-step-guide__button{min-height:44px;min-width:44px}.mb-step-guide__actions{display:grid;grid-template-columns:1fr 1fr}.mb-step-guide__actions .mb-step-guide__button--print-all,.mb-step-guide__actions .mb-step-guide__button--goto-bookmark{grid-column:1 / -1}}@media(min-width:900px){.mb-step-guide__layout{display:grid;grid-template-columns:var(--mbsg-nav-width) minmax(0,1fr);align-items:start;gap:2rem}.mb-step-guide__nav{position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow:auto}.mb-step-guide__nav-toggle{display:none!important}.mb-step-guide--collapse-nav-mobile .mb-step-guide__nav-list{display:flex}}@media(prefers-reduced-motion:reduce){.mb-step-guide__button{transition:none}}@media print{.header-wrapper,#fsb_bar,.footer,.announcement-bar,.announcement-bar *,.newsletter,.mb-step-guide__controls,.mb-step-guide__sidebar,.mb-step-guide__nav,.mb-step-guide__nav-toggle,.mb-step-guide__button,.mb-step-guide__status{display:none!important}.mb-step-guide,.mb-step-guide__layout,.mb-step-guide__main,.mb-step-guide__content,.mb-step-guide__panel,.mb-step-guide__table-wrap{display:block;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;float:none!important;position:static!important;box-shadow:none!important;border:0;padding-left:0;padding-right:0}.mb-step-guide__layout{display:block}.mb-step-guide img,.mb-step-guide__content img,.mb-step-guide__panel img{max-width:100%!important;height:auto!important;page-break-inside:avoid;break-inside:avoid}.mb-step-guide table,.mb-step-guide__content table,.mb-step-guide__panel table{width:100%!important;max-width:100%!important;table-layout:auto;page-break-inside:auto;break-inside:auto}.mb-step-guide th,.mb-step-guide td{break-inside:avoid}body.mbsg-print-current .mb-step-guide__panel:not(.is-active){display:none!important}body.mbsg-print-current .mb-step-guide__panel.is-active,body.mbsg-print-current .mb-step-guide__panel.is-active[hidden]{display:block!important;visibility:visible!important}body.mbsg-print-all .mb-step-guide__panel{display:block!important}body.mbsg-print-all .mb-step-guide__panel[hidden]{display:block!important;visibility:visible!important}body.mbsg-print-all .mb-step-guide__panel+.mb-step-guide__panel{break-before:page;page-break-before:always}body.mbsg-print-current .mb-faq-section{display:none!important}body.mbsg-print-all .mb-faq-section{break-before:page;page-break-before:always}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/mb-step-guide.css.map */
