.fmt-builder{background:var(--fmt-paper);color:var(--fmt-ink);font-size:1.6rem;line-height:1.6}.fmt-builder *,.fmt-builder *:before,.fmt-builder *:after{box-sizing:border-box}.fmt-builder__inner{display:grid;grid-template-columns:minmax(0,1fr) 34rem;gap:3.8rem;align-items:start;padding-block:3.4rem 6rem}@media screen and (max-width:989px){.fmt-builder__inner{grid-template-columns:minmax(0,1fr);gap:0;padding-bottom:16rem}}.fmt-rail{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0 0 2.6rem;padding:0}.fmt-rail li{display:flex;align-items:center;gap:.7rem;font-size:1.25rem;color:var(--fmt-ink-3);padding:.5rem 1.1rem .5rem .6rem;border:1px solid transparent;border-radius:10rem}.fmt-rail li .n{flex:none;width:2rem;height:2rem;border:1px solid var(--fmt-line-2);border-radius:50%;display:grid;place-items:center;font-size:1.1rem}.fmt-rail li.is-done{color:var(--fmt-ink-2)}.fmt-rail li.is-done .n{background:var(--fmt-patina);border-color:var(--fmt-patina);color:#fff}.fmt-rail li.is-now{color:var(--fmt-ink);background:var(--fmt-surface);border-color:var(--fmt-line-2)}.fmt-rail li.is-now .n{border-color:var(--fmt-ink);color:var(--fmt-ink);font-weight:700}.fmt-step{background:var(--fmt-surface);border:1px solid var(--fmt-line);border-radius:3px;padding:3.4rem 3.4rem 3rem}@media screen and (max-width:749px){.fmt-step{padding:2.4rem 1.8rem 2.2rem}}.fmt-step__eyebrow{margin:0 0 1rem;font-size:1.1rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--fmt-patina)}.fmt-step__h{margin:0;font-family:var(--fmt-serif);font-weight:400;font-size:3.1rem;line-height:1.15;letter-spacing:-.012em;text-wrap:balance;color:var(--fmt-ink)}@media screen and (max-width:749px){.fmt-step__h{font-size:2.5rem}}.fmt-step__sub{margin:1.1rem 0 0;max-width:56ch;color:var(--fmt-ink-2);font-size:1.55rem}.fmt-fields{margin-top:2.6rem;display:flex;flex-direction:column;gap:2.6rem}.fmt-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(23rem,1fr));gap:1.1rem}.fmt-tile{position:relative;display:flex;gap:1.3rem;align-items:flex-start;text-align:left;width:100%;padding:1.6rem;background:var(--fmt-sunk);border:0;border-radius:var(--fmt-radius-lg);cursor:pointer;transition:background .13s,box-shadow .13s,transform .13s}.fmt-tile:hover{background:var(--fmt-surface);box-shadow:var(--fmt-shadow);transform:translateY(-1px)}.fmt-tile[aria-pressed=true]{background:var(--fmt-surface);box-shadow:0 0 0 2px var(--fmt-patina),0 6px 18px #33758024;transform:none}.fmt-tile__ic{flex:none;width:2.8rem;height:2.8rem;margin-top:.1rem;color:var(--fmt-umber-soft)}.fmt-tile[aria-pressed=true] .fmt-tile__ic{color:var(--fmt-patina)}.fmt-tile__t{display:block;font-family:var(--fmt-serif);font-size:1.85rem;font-weight:400;line-height:1.25;letter-spacing:-.01em;color:var(--fmt-ink)}.fmt-tile__d{display:block;margin-top:.4rem;font-size:1.4rem;line-height:1.45;color:var(--fmt-ink-3)}.fmt-tile__p{display:block;margin-top:.7rem;font-family:var(--fmt-mono);font-size:1.2rem;color:var(--fmt-ink-2)}.fmt-tile__chk{position:absolute;top:1.2rem;right:1.2rem;width:1.7rem;height:1.7rem;border:1px solid var(--fmt-line-2);border-radius:50%;display:grid;place-items:center}.fmt-tile[aria-pressed=true] .fmt-tile__chk{background:var(--fmt-patina);border-color:var(--fmt-patina)}.fmt-tile[aria-pressed=true] .fmt-tile__chk:after{content:"";width:.5rem;height:.9rem;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(43deg) translate(-1px,-1px)}.fmt-label{display:block;margin-bottom:.7rem;font-size:1.3rem;font-weight:600}.fmt-hint{margin-top:.7rem;font-size:1.25rem;line-height:1.5;color:var(--fmt-ink-3)}.fmt-builder input[type=text],.fmt-builder input[type=email],.fmt-builder input[type=tel]{width:100%;padding:1.3rem 1.4rem;border:1px solid var(--fmt-line-2);border-radius:3px;background:var(--fmt-paper);color:var(--fmt-ink);font-size:1.6rem;font-family:inherit;transition:border-color .13s}.fmt-builder input:focus{border-color:var(--fmt-patina);outline:none;box-shadow:0 0 0 3px var(--fmt-wash)}.fmt-row2{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}@media screen and (max-width:749px){.fmt-row2{grid-template-columns:1fr}}.fmt-qblock{border:0;border-radius:var(--fmt-radius-lg);background:var(--fmt-sunk);overflow:hidden}.fmt-qhead{display:flex;align-items:center;gap:1.1rem;padding:1.3rem 1.5rem;background:var(--fmt-sunk);border-bottom:1px solid var(--fmt-line)}.fmt-qhead__ic{flex:none;width:2.1rem;height:2.1rem;color:var(--fmt-umber-soft)}.fmt-qhead__t{font-size:1.5rem;font-weight:600}.fmt-qhead__prog{display:flex;align-items:center;gap:.9rem;margin-left:auto}.fmt-qhead__rate{font-family:var(--fmt-mono);font-size:1.25rem;color:var(--fmt-ink-2);white-space:nowrap}.fmt-mini{flex:none;display:block;width:5.2rem;height:.5rem;border-radius:10rem;background:var(--fmt-line-2);overflow:hidden}.fmt-mini--wide{width:100%}.fmt-mini__fill{display:block;height:100%;border-radius:inherit;background:var(--fmt-amber);transition:width .45s cubic-bezier(.4,0,.2,1)}@media(prefers-reduced-motion:reduce){.fmt-mini__fill{transition:none}}.fmt-rprog{display:flex;align-items:center;gap:1.1rem;padding:1.1rem 1.8rem;border-bottom:1px solid var(--fmt-line);background:var(--fmt-amber-wash)}.fmt-rprog .fmt-mini{flex:1 1 auto}.fmt-rprog__t{flex:none;font-family:var(--fmt-mono);font-size:1.15rem;color:var(--fmt-ink-2);white-space:nowrap}.fmt-rprog__t b{color:var(--fmt-ink)}@media(max-width:32rem){.fmt-qhead{flex-wrap:wrap}.fmt-qhead__prog{margin-left:0;width:100%}.fmt-mini{flex:1 1 auto;width:auto}}.fmt-qbody{padding:1.5rem}.fmt-qrow{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem;padding:.9rem 0}.fmt-qrow+.fmt-qrow{border-top:1px dashed var(--fmt-line)}.fmt-qrow__lbl{flex:1 1 19rem;min-width:0}.fmt-qrow__lbl b{display:block;font-size:1.45rem;font-weight:600}.fmt-qrow__lbl span{font-size:1.25rem;color:var(--fmt-ink-3)}.fmt-qrow__amt{flex:none;width:8.2rem;text-align:right;font-family:var(--fmt-mono);font-variant-numeric:tabular-nums;font-size:1.45rem;color:var(--fmt-ink-2)}.fmt-stepper{flex:none;display:flex;align-items:center;background:var(--fmt-paper);border:1px solid var(--fmt-line-2);border-radius:3px;overflow:hidden}.fmt-stepper button{width:4.4rem;height:4.4rem;border:0;background:none;color:var(--fmt-ink-2);font-size:1.8rem;line-height:1;cursor:pointer;transition:background .12s}.fmt-stepper button:hover{background:var(--fmt-sunk);color:var(--fmt-ink)}.fmt-stepper input{width:5.6rem;height:3.8rem;padding:0;text-align:center;border:0;border-inline:1px solid var(--fmt-line-2);border-radius:0;background:transparent;color:var(--fmt-ink);font-family:var(--fmt-mono);font-variant-numeric:tabular-nums;font-size:1.5rem;-moz-appearance:textfield}.fmt-stepper input::-webkit-outer-spin-button,.fmt-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fmt-stepper input:focus{box-shadow:none;outline:2px solid var(--fmt-patina);outline-offset:-2px}.fmt-tier{display:flex;gap:1rem;align-items:flex-start;margin-top:1.3rem;padding:1.2rem 1.4rem;border-radius:3px;background:var(--fmt-amber-wash);border:1px solid rgba(168,100,31,.26);font-size:1.35rem;line-height:1.55}.fmt-tier.is-idle{background:var(--fmt-sunk);border-color:var(--fmt-line);color:var(--fmt-ink-2)}.fmt-tier__bolt{flex:none;width:1.6rem;height:1.6rem;margin-top:.2rem;color:var(--fmt-amber)}.fmt-tier.is-idle .fmt-tier__bolt{color:var(--fmt-ink-3)}.fmt-tier b{color:var(--fmt-amber)}.fmt-tier.is-idle b{color:var(--fmt-ink)}.fmt-ladder{display:flex;flex-wrap:wrap;gap:.3rem;margin:.9rem 0 0;padding:0;list-style:none}.fmt-ladder li{padding:.3rem .8rem;border:1px solid var(--fmt-line-2);border-radius:10rem;font-family:var(--fmt-mono);font-size:1.1rem;color:var(--fmt-ink-3)}.fmt-ladder li.is-on{background:var(--fmt-amber);border-color:var(--fmt-amber);color:#fff;font-weight:600}.fmt-choices{display:flex;flex-direction:column;gap:1.2rem}.fmt-choice{display:flex;gap:1.3rem;align-items:flex-start;width:100%;text-align:left;padding:1.6rem;background:var(--fmt-sunk);border:0;border-radius:var(--fmt-radius-lg);cursor:pointer;transition:background .13s,box-shadow .13s,transform .13s}.fmt-choice:hover{background:var(--fmt-surface);box-shadow:var(--fmt-shadow);transform:translateY(-1px)}.fmt-choice[aria-pressed=true]{background:var(--fmt-surface);box-shadow:0 0 0 2px var(--fmt-patina),0 6px 18px #33758029;transform:none}.fmt-choice[aria-pressed=true] .fmt-choice__p{color:var(--fmt-patina-deep);font-weight:700}@media(prefers-reduced-motion:no-preference){.fmt-choice[aria-pressed=true]{animation:fmt-pick .22s ease-out}@keyframes fmt-pick{0%{box-shadow:0 0 0 0 var(--fmt-patina),0 0 #33758000}60%{box-shadow:0 0 0 4px var(--fmt-patina),0 6px 18px #33758029}to{box-shadow:0 0 0 2px var(--fmt-patina),0 6px 18px #33758029}}}.fmt-radio{flex:none;width:1.7rem;height:1.7rem;margin-top:.2rem;border:1px solid var(--fmt-line-2);border-radius:50%;display:grid;place-items:center}.fmt-choice[aria-pressed=true] .fmt-radio{border-color:var(--fmt-patina)}.fmt-choice[aria-pressed=true] .fmt-radio:after{content:"";width:.9rem;height:.9rem;border-radius:50%;background:var(--fmt-patina)}.fmt-choice__t{flex:1;min-width:0}.fmt-choice--pick{background:var(--fmt-wash)}.fmt-choice--pick:hover{background:var(--fmt-surface)}.fmt-choice__fit{color:var(--fmt-ink);font-weight:600}.fmt-choice__t b{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;font-family:var(--fmt-serif);font-weight:400;font-size:1.85rem;font-weight:600;line-height:1.3}.fmt-choice__d{display:block;margin-top:.4rem;font-size:1.45rem;line-height:1.55;color:var(--fmt-ink-3)}.fmt-choice__p{flex:none;font-family:var(--fmt-mono);font-variant-numeric:tabular-nums;font-size:1.5rem;color:var(--fmt-ink)}.fmt-choice__p.is-free{color:var(--fmt-ok);font-weight:600;font-family:var(--fmt-sans);font-size:1.35rem}.fmt-pill{display:inline-flex;align-items:center;flex:0 0 auto;width:auto;padding:.35rem .9rem;border-radius:10rem;background:var(--fmt-patina);color:#fff;font-size:1.05rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;line-height:1}.fmt-pill--rec{background:var(--fmt-amber-wash);color:#9a5a19;box-shadow:inset 0 0 0 1px currentColor}.fmt-nav{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:3rem;padding-top:2.2rem;border-top:1px solid var(--fmt-line)}.fmt-btn{padding:1.3rem 2.6rem;border:1px solid var(--fmt-umber);border-radius:3px;background:var(--fmt-umber);color:#fff;font-family:inherit;font-size:1.5rem;font-weight:600;cursor:pointer;transition:opacity .13s}.fmt-btn:hover{opacity:.87}.fmt-btn[disabled]{opacity:.34;cursor:not-allowed}.fmt-btn--ghost{background:none;color:var(--fmt-ink-2);border-color:var(--fmt-line-2);font-weight:400}.fmt-builder .fmt-btn--quiet{background:var(--fmt-surface);color:var(--fmt-ink);border-color:var(--fmt-line-2);font-weight:600}.fmt-builder .fmt-btn--quiet:hover{background:var(--fmt-sunk);color:var(--fmt-ink);border-color:var(--fmt-ink-3);opacity:1}.fmt-builder .fmt-btn--ghost:hover{opacity:1;border-color:var(--fmt-ink-3);color:var(--fmt-ink)}.fmt-btn--big{width:100%;padding:1.6rem 3.4rem;font-size:1.65rem}.fmt-btn--spacer{margin-left:auto}@media screen and (max-width:749px){.fmt-btn--spacer{margin-left:0;width:100%}}.fmt-skip{cursor:pointer;text-decoration:none}.fmt-skip,.fmt-skip:hover{color:var(--fmt-ink-2)}.fmt-skip:hover{background:var(--fmt-sunk);border-color:var(--fmt-ink-3)}.fmt-quote-cta{margin-top:1.4rem;padding:1.4rem 1.6rem;border:1px dashed var(--fmt-line-2);border-radius:3px;background:var(--fmt-sunk);font-size:1.35rem;line-height:1.55;color:var(--fmt-ink-2)}.fmt-quote-cta button{padding:0;border:0;background:none;color:var(--fmt-patina);font-family:inherit;font-size:1.35rem;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.fmt-review{margin-top:.6rem;border:1px solid var(--fmt-line);border-radius:3px;overflow:hidden}.fmt-rsec{display:flex;gap:1.4rem;align-items:flex-start;padding:1.4rem 1.6rem}.fmt-rsec+.fmt-rsec{border-top:1px solid var(--fmt-line)}.fmt-rsec__k{flex:0 0 12.8rem;padding-top:.2rem;font-size:1.2rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--fmt-ink-3)}.fmt-rsec__v{flex:1;font-size:1.45rem;line-height:1.6}.fmt-rsec__v em{font-style:normal;font-size:1.3rem;color:var(--fmt-ink-3)}@media screen and (max-width:749px){.fmt-rsec{flex-direction:column;gap:.5rem}.fmt-rsec__k{flex:none}}.fmt-edit{flex:none;padding:.2rem;border:0;background:none;color:var(--fmt-patina);font-family:inherit;font-size:1.3rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.fmt-trust{display:flex;flex-wrap:wrap;gap:1.8rem;margin-top:2rem;font-size:1.3rem;color:var(--fmt-ink-2)}.fmt-trust div{display:flex;align-items:center;gap:.7rem}.fmt-trust svg{flex:none;width:1.5rem;height:1.5rem;color:var(--fmt-ok)}.fmt-error{margin-top:1.4rem;padding:1.2rem 1.4rem;border:1px solid #c0603f;border-radius:3px;background:#fdf0ec;color:#8a3a1e;font-size:1.35rem}.fmt-receipt{position:sticky;top:2rem;background:var(--fmt-surface);border:1px solid var(--fmt-line);border-radius:3px}@media screen and (max-width:989px){.fmt-receipt{position:fixed;inset:auto 0 0 0;z-index:4;max-height:76vh;overflow-y:auto;border-radius:0;border-inline:0;border-bottom:0;box-shadow:0 -8px 28px #26201c29}.fmt-receipt:not(.is-open) .fmt-receipt__body{display:none}.fmt-receipt__head{cursor:pointer}}.fmt-receipt__head{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.8rem;border-bottom:1px solid var(--fmt-line)}.fmt-receipt__head h3{margin:0;font-size:1.3rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--fmt-ink-2)}.fmt-receipt__toggle{display:none;margin-left:auto;color:var(--fmt-patina);font-size:1.3rem;font-weight:600}@media screen and (max-width:989px){.fmt-receipt__toggle{display:block}}.fmt-receipt__body{padding:1.6rem 1.8rem}.fmt-receipt__empty{font-size:1.35rem;line-height:1.6;color:var(--fmt-ink-3)}.fmt-rline{display:flex;gap:1rem;align-items:baseline;padding:.8rem 0;font-size:1.35rem}.fmt-rline+.fmt-rline{border-top:1px dashed var(--fmt-line)}.fmt-rline__l{flex:1;min-width:0}.fmt-rline__l b{display:block;font-size:1.35rem;font-weight:600}.fmt-rline__l span{display:block;margin-top:.2rem;font-family:var(--fmt-mono);font-size:1.2rem;color:var(--fmt-ink-3)}.fmt-rline__v{flex:none;font-family:var(--fmt-mono);font-variant-numeric:tabular-nums;color:var(--fmt-ink-2)}.fmt-rsave{display:flex;justify-content:space-between;gap:1rem;margin-top:1.2rem;padding:1rem 1.2rem;border-radius:3px;background:var(--fmt-amber-wash);color:var(--fmt-amber);font-size:1.3rem;font-weight:600}.fmt-rsave span:last-child{font-family:var(--fmt-mono)}.fmt-rtot{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-top:1.4rem;padding-top:1.4rem;border-top:1px solid var(--fmt-line-2)}.fmt-rtot__l{font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fmt-ink-3)}.fmt-rtot__v{font-family:var(--fmt-serif);font-size:2.7rem;font-variant-numeric:tabular-nums;letter-spacing:-.015em}.fmt-receipt__foot{padding:1.4rem 1.8rem;border-top:1px solid var(--fmt-line);font-size:1.25rem;line-height:1.6;color:var(--fmt-ink-3)}.fmt-receipt__foot ul{margin:0;padding-left:1.6rem}.fmt-receipt__foot li{margin:.3rem 0}.fmt-builder :focus-visible{outline:2px solid var(--fmt-patina);outline-offset:3px;border-radius:2px}@media(prefers-reduced-motion:reduce){.fmt-builder *,.fmt-builder *:before,.fmt-builder *:after{transition:none!important;animation:none!important}}.fmt-included{display:flex;gap:1.3rem;align-items:flex-start;padding:1.5rem;border:1px solid var(--fmt-ok);border-radius:3px;background:#eaf5ef}.fmt-included__tick{flex:none;width:2.2rem;height:2.2rem;display:grid;place-items:center;border-radius:50%;background:var(--fmt-ok);color:#fff}.fmt-included__tick svg{width:1.3rem;height:1.3rem}.fmt-included>span:nth-child(2){flex:1;min-width:0}.fmt-included b{display:block;font-size:1.5rem;font-weight:600;color:#1f5b41}.fmt-included .fmt-choice__d{color:#2f6b51}.fmt-included .fmt-choice__p{flex:none}.fmt-help{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center;margin:0 0 2.4rem;padding:1.2rem 1.6rem;border:0;border-left:3px solid var(--fmt-patina);border-radius:0 var(--fmt-radius-lg) var(--fmt-radius-lg) 0;background:var(--fmt-wash)}.fmt-help__ic{flex:none;width:2.8rem;height:2.8rem;display:grid;place-items:center;border-radius:50%;background:var(--fmt-surface);color:var(--fmt-patina)}.fmt-help__ic svg{width:1.7rem;height:1.7rem}.fmt-help__t{flex:1 1 26rem;min-width:0}.fmt-help__t b{display:block;font-size:1.35rem;font-weight:600;color:var(--fmt-ink)}.fmt-help__t span{display:block;margin-top:.1rem;font-size:1.25rem;line-height:1.45;color:var(--fmt-ink-2)}.fmt-help__actions{display:flex;flex-wrap:wrap;gap:.8rem}.fmt-help__btn{padding:.9rem 1.4rem;font-size:1.25rem;background:var(--fmt-surface)}@media screen and (max-width:749px){.fmt-help__actions{width:100%}.fmt-help__btn{flex:1 1 auto}}.fmt-checkout-fallback{margin:1.2rem 0 0;font-size:1.35rem;line-height:1.6;color:var(--fmt-ink-2)}.fmt-checkout-fallback a{color:var(--fmt-patina);font-weight:600;text-decoration:underline;text-underline-offset:3px}.fmt-rail__go{display:flex;align-items:center;gap:.7rem;margin:-.5rem -1.1rem -.5rem -.6rem;padding:.5rem 1.1rem .5rem .6rem;border:0;border-radius:10rem;background:none;color:inherit;font:inherit;cursor:pointer}.fmt-rail li.is-done{transition:background .13s,border-color .13s}.fmt-rail li.is-done:hover{border-color:var(--fmt-patina-soft);background:var(--fmt-wash)}.fmt-rail li.is-done:hover .n{background:var(--fmt-patina-deep);border-color:var(--fmt-patina-deep)}.fmt-rail__go:focus-visible{outline:2px solid var(--fmt-patina);outline-offset:3px}.fmt-rail li.is-now{cursor:default}.fmt-rmail{display:block;width:100%;margin:1rem 0 0;padding:.9rem 1rem;background:none;border:1px dashed var(--fmt-line-2);border-radius:var(--fmt-r-sm, 6px);color:var(--fmt-ink-2);font:inherit;font-size:1.3rem;text-align:center;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.fmt-rmail:hover{background:var(--fmt-sunk);border-color:var(--fmt-ink-3);color:var(--fmt-ink)}.fmt-rmail:focus-visible{outline:2px solid var(--fmt-patina-deep);outline-offset:2px}.fmt-visually-hidden{position:absolute;top:0;left:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.fmt-qrow__img{flex:none;width:5.2rem;height:5.2rem;border-radius:var(--fmt-radius, 6px);object-fit:cover;background:var(--fmt-wash);border:1px solid var(--fmt-line)}.fmt-qrow__img--none{border-style:dashed;opacity:.5}@media(max-width:32rem){.fmt-qrow__img{width:4.2rem;height:4.2rem}}.fmt-help{margin-bottom:1.6rem;padding:.9rem 1.4rem}.fmt-help__t{font-size:1.35rem;line-height:1.45}.fmt-help__t b{display:inline}.fmt-help__btn{padding:.5rem 1.1rem;font-size:1.3rem}.fmt-builder__intro{margin-bottom:1.6rem;font-size:1.5rem;line-height:1.5}.fmt-rail{margin-bottom:1.8rem}.fmt-step__eyebrow{margin-bottom:.4rem}.fmt-step__h{margin-bottom:.8rem}.fmt-step__sub{margin-bottom:1.8rem}.fmt-builder,.fmt-builder__inner,.fmt-step{overflow-anchor:none}.fmt-optin{display:flex;align-items:flex-start;gap:1rem;margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid var(--fmt-line);font-size:1.4rem;line-height:1.5;color:var(--fmt-ink-2);cursor:pointer}.fmt-optin input{flex:none;width:2rem;height:2rem;margin-top:.1rem;accent-color:var(--fmt-patina-deep);cursor:pointer}.fmt-railc{display:none}@media screen and (max-width:749px){.fmt-rail{display:none}.fmt-railc{display:flex;align-items:center;gap:1rem;margin:0 0 1.4rem;font-size:1.3rem;color:var(--fmt-ink-3)}.fmt-railc__t{flex:none}.fmt-railc__t b{color:var(--fmt-ink);font-weight:600}.fmt-railc__bar{flex:1 1 auto;height:.4rem;border-radius:10rem;background:var(--fmt-line-2);overflow:hidden}.fmt-railc__bar i{display:block;height:100%;background:var(--fmt-amber);transition:width .3s ease}.fmt-help{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.8rem 1rem;padding:1.1rem 1.2rem;margin-bottom:1.2rem}.fmt-help__ic{grid-column:1;grid-row:1}.fmt-help__t{grid-column:2;grid-row:1;min-width:0;font-size:1.35rem;line-height:1.4;white-space:normal;overflow:visible}.fmt-help__t b,.fmt-help__long{display:inline}.fmt-help__actions{grid-column:1 / -1;grid-row:2;width:100%;margin-left:0;gap:.8rem}.fmt-help__btn{flex:1 1 0;min-height:4.4rem;padding:.8rem 1rem;font-size:1.35rem;white-space:nowrap}.fmt-help__btn .fmt-help__numlong{display:inline}.fmt-step__h{font-size:2.2rem;margin-bottom:.5rem}.fmt-step__sub{font-size:1.45rem;line-height:1.5;margin-bottom:1.4rem}.fmt-step__eyebrow{display:none}}@media screen and (max-width:989px){.fmt-receipt{max-width:100vw;overflow-x:hidden}.fmt-receipt__head{padding:1rem 1.4rem;min-width:0}.fmt-receipt__head h3{min-width:0;letter-spacing:.06em;font-size:1.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fmt-receipt__total{display:block;margin-left:auto;font-family:var(--fmt-serif);font-variant-numeric:lining-nums tabular-nums;font-feature-settings:"lnum" 1,"tnum" 1;font-size:1.9rem;color:var(--fmt-ink)}.fmt-receipt__toggle{margin-left:1.2rem}.fmt-receipt:not(.is-open) .fmt-receipt__foot{display:none}.fmt-rprog{padding:.7rem 1.4rem}.fmt-rprog__t{font-size:1.1rem}}@media screen and (max-width:749px){.fmt-qrow{display:grid;grid-template-columns:4.2rem minmax(0,1fr) auto;grid-template-areas:"img lbl lbl" "img step amt";align-items:center;gap:.5rem 1rem;padding:1rem 0}.fmt-qrow__img,.fmt-qrow__img--none{grid-area:img;align-self:start}.fmt-qrow__lbl{grid-area:lbl;flex:none}.fmt-qrow__lbl b{font-size:1.45rem}.fmt-qrow__lbl span{font-size:1.25rem;line-height:1.4}.fmt-stepper{grid-area:step;justify-self:start}.fmt-qrow__amt{grid-area:amt;justify-self:end;text-align:right}.fmt-qhead{padding:1rem 1.2rem;row-gap:.5rem}.fmt-qbody{padding:1.2rem}.fmt-tier .fmt-ladder{display:none}.fmt-tier{padding:1rem 1.2rem;font-size:1.3rem}}@media screen and (min-width:990px){.fmt-receipt__total{display:none}}@media screen and (max-width:749px){.fmt-nav{flex-wrap:nowrap;align-items:center;gap:1rem}.fmt-btn--spacer{margin-left:auto;width:auto;flex:1 1 auto}.fmt-nav .fmt-btn{flex:0 0 auto}.fmt-nav [data-next]{min-width:11rem}.fmt-tier__long{display:none}.fmt-tier.is-idle{padding:.9rem 1.2rem}.fmt-quote-cta{padding:1rem 1.2rem;font-size:1.3rem;line-height:1.45}.fmt-quote-cta p{margin:0}}.fmt-quote-cta__short{display:none}@media screen and (max-width:749px){.fmt-quote-cta__long{display:none}.fmt-quote-cta__short{display:inline}.fmt-fields{gap:1.4rem;margin-top:1.4rem}.fmt-nav{margin-top:1.6rem}.fmt-step__sub{margin-top:.6rem;margin-bottom:1rem}.fmt-help{margin-bottom:1rem}}.fmt-qhead--toggle{width:100%;border:0;border-bottom:1px solid var(--fmt-line);font:inherit;text-align:left;cursor:pointer;min-height:4.4rem}.fmt-qhead--toggle:hover{background:var(--fmt-sunk)}.fmt-qhead--toggle:focus-visible{outline:2px solid var(--fmt-patina-deep);outline-offset:-2px}.fmt-qhead__count{margin-left:auto;font-family:var(--fmt-mono);font-size:1.25rem;color:var(--fmt-ink-3);white-space:nowrap}.fmt-qhead__chev{flex:none;width:1rem;height:1rem;margin-left:1rem;border-right:2px solid var(--fmt-ink-3);border-bottom:2px solid var(--fmt-ink-3);transform:rotate(45deg);transition:transform .2s ease}.fmt-qblock.is-open .fmt-qhead__chev{transform:rotate(-135deg)}.fmt-qhead__prog--inline{margin:1.2rem 0 0;padding-top:1.2rem;border-top:1px dashed var(--fmt-line)}@media(prefers-reduced-motion:reduce){.fmt-qhead__chev{transition:none}}@media screen and (max-width:749px){.fmt-railc{display:block;margin-bottom:1rem}.fmt-railc__btn{display:flex;align-items:center;gap:1rem;width:100%;min-height:4.4rem;padding:0;border:0;background:none;font:inherit;font-size:1.3rem;color:var(--fmt-ink-3);cursor:pointer;text-align:left}.fmt-railc__btn:focus-visible{outline:2px solid var(--fmt-patina-deep);outline-offset:2px}.fmt-railc__chev{flex:none;width:.8rem;height:.8rem;border-right:2px solid var(--fmt-ink-3);border-bottom:2px solid var(--fmt-ink-3);transform:rotate(45deg);transition:transform .2s ease}.fmt-railc__btn[aria-expanded=true] .fmt-railc__chev{transform:rotate(-135deg)}.fmt-rail.is-revealed{display:flex;margin:0 0 1.2rem;padding:1rem;background:var(--fmt-sunk);border-radius:var(--fmt-radius)}.fmt-rail.is-revealed li{font-size:1.3rem}.fmt-rail.is-revealed .fmt-rail__go{min-height:3.8rem}}@media(prefers-reduced-motion:reduce){.fmt-railc__chev{transition:none}}@media screen and (max-width:749px){.fmt-qrow__lbl span,.fmt-choice__d,.fmt-opt__d,.fmt-card__d,.fmt-hint,.fmt-help__t{font-size:1.5rem;line-height:1.5}.fmt-qrow__lbl b,.fmt-choice__t,.fmt-opt__t{font-size:1.6rem}.fmt-qrow__amt,.fmt-format__price,.fmt-opt__price{font-size:1.45rem}.fmt-stepper input{min-height:4.4rem;font-size:1.6rem}.fmt-stepper button{min-width:4.4rem;min-height:4.4rem}}.fmt-quote-cta [data-go-quote]{min-height:4.4rem;padding:0 .2rem;font-size:inherit}.fmt-error{margin:0 0 var(--fmt-s4);padding:1.1rem 1.3rem;border-left:3px solid var(--fmt-patina-deep);border-radius:var(--fmt-radius);background:var(--fmt-wash);font-size:1.5rem;line-height:1.5;color:var(--fmt-ink)}.fmt-help{margin-bottom:0;margin-top:var(--fmt-s4)}@media screen and (max-width:749px){.fmt-help{margin-bottom:0;margin-top:1.6rem}.fmt-help__ic{display:none}.fmt-help{grid-template-columns:minmax(0,1fr)}.fmt-help__t,.fmt-help__actions{grid-column:1}}.fmt-rail li.is-visited{color:var(--fmt-ink-2)}.fmt-rail li.is-visited .n{border-color:var(--fmt-patina-soft);color:var(--fmt-patina-deep);background:var(--fmt-surface)}.fmt-rail li.is-visited .fmt-rail__go:hover{color:var(--fmt-patina-deep)}.fmt-resume{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.6rem;margin:0 0 var(--fmt-s4);padding:1.4rem 1.6rem;border-left:3px solid var(--fmt-patina);border-radius:var(--fmt-radius);background:var(--fmt-wash)}.fmt-resume__msg{flex:1 1 26rem;min-width:0;display:grid;gap:.5rem}.fmt-resume__actions{flex:0 0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1.4rem}.fmt-resume p{margin:0;font-size:1.5rem;line-height:1.5;color:var(--fmt-ink)}.fmt-resume__warn{color:var(--fmt-ink-2)}.fmt-resume .fmt-btn{flex:0 0 auto;min-height:4.4rem;font-size:1.4rem}@media screen and (max-width:749px){.fmt-resume{padding:1.2rem 1.3rem}.fmt-resume__actions,.fmt-resume .fmt-btn{width:100%}.fmt-resume .fmt-link{width:100%;text-align:center}}@media screen and (max-width:989px){.fmt-builder__inner{padding-bottom:var(--fmt-receipt-clear, 10rem)}}.fmt-drop__wrap{margin-top:var(--fmt-s4)}.fmt-drop__list{margin-top:var(--fmt-s2);border-radius:var(--fmt-radius-lg);background:var(--fmt-sunk);overflow:hidden}.fmt-drop{position:relative}.fmt-drop+.fmt-drop{border-top:1px solid var(--fmt-line-2)}.fmt-drop__pick{width:100%;background:none;border-radius:0;padding:1.15rem 1.4rem;gap:1rem;align-items:center}.fmt-drop__pick:hover{background:#ffffff8c;box-shadow:none;transform:none}.fmt-drop__pick[aria-pressed=true]{background:var(--fmt-surface);box-shadow:inset .3rem 0 0 var(--fmt-patina);transform:none}.fmt-drop__pick .fmt-choice__t b{font-family:var(--fmt-sans);font-size:1.6rem;font-weight:600}.fmt-drop__vendor{font-size:var(--fmt-t-small);font-weight:400;color:var(--fmt-ink-3)}.fmt-drop__vendor:before{content:"  \b7   ";opacity:.6}.fmt-drop__pick .fmt-choice__t{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 .2rem}.fmt-drop__dir{position:absolute;top:50%;right:1.4rem;transform:translateY(-50%);font-size:var(--fmt-t-micro);font-weight:600;color:var(--fmt-patina-deep);text-decoration:none}.fmt-drop__dir:hover{text-decoration:underline;text-underline-offset:3px}.fmt-drop__pick{padding-right:10rem}.fmt-drop__map{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;gap:.4rem;min-height:4.4rem;padding:0 1.4rem;border:0;background:none;font-size:1.3rem;font-weight:600;color:var(--fmt-patina-deep);cursor:pointer}.fmt-drop__map:hover{text-decoration:underline;text-underline-offset:3px}.fmt-drop__map:hover{border-color:var(--fmt-patina-soft);background:var(--fmt-wash)}.fmt-drop__map svg{width:1.5rem;height:1.5rem}.fmt-drop__pop{position:absolute;z-index:20;top:calc(100% - .6rem);right:0;width:min(34rem,calc(100vw - 3.2rem));padding:.8rem;border:1px solid var(--fmt-line);border-radius:var(--fmt-radius-lg);background:var(--fmt-surface);box-shadow:0 1.4rem 3.6rem #1c161038}.fmt-drop__photo{display:block;width:100%;height:12rem;object-fit:cover;border-radius:var(--fmt-radius-sm, .6rem);margin-bottom:.6rem}.fmt-drop__frame{display:block;width:100%;height:20rem;border:0;border-radius:var(--fmt-radius-sm, .6rem)}.fmt-drop__dir{display:inline-flex;align-items:center;min-height:4rem;margin-top:.4rem;font-size:1.35rem;font-weight:600;color:var(--fmt-patina)}@media screen and (max-width:749px){.fmt-drop__map{position:static;width:100%;margin-top:.6rem;justify-content:center}.fmt-drop__pop{position:static;width:100%;margin-top:.6rem;box-shadow:none}.fmt-drop__frame{height:17rem}}.fmt-driveqty{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;margin-top:.8rem;padding:1.2rem 1.4rem;border:0;border-radius:var(--fmt-radius-lg);background:var(--fmt-wash)}.fmt-driveqty__l b{display:block;font-size:var(--fmt-t-small);color:var(--fmt-ink)}.fmt-driveqty__l span{display:block;margin-top:.2rem;font-size:var(--fmt-t-micro);line-height:1.45;color:var(--fmt-ink-3)}@media screen and (max-width:749px){.fmt-driveqty{flex-wrap:wrap;gap:1rem}.fmt-driveqty__l{flex:1 1 100%}.fmt-driveqty__l span{font-size:1.4rem}.fmt-driveqty .fmt-stepper{width:100%;justify-content:space-between}}.fmt-ba{display:flex;gap:.8rem;margin-top:1rem}.fmt-ba__i{flex:1 1 0;min-width:0;text-align:center}.fmt-ba__i img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--fmt-radius-sm, .6rem);border:1px solid var(--fmt-line)}.fmt-ba__i em{display:block;margin-top:.3rem;font-style:normal;font-size:var(--fmt-t-micro);letter-spacing:.06em;text-transform:uppercase;color:var(--fmt-ink-3)}.fmt-note-promise{display:flex;gap:1rem;align-items:flex-start;margin-top:var(--fmt-s4);padding:1.3rem 1.5rem;border-left:3px solid var(--fmt-ok);border-radius:var(--fmt-radius);background:var(--fmt-wash);font-size:var(--fmt-t-small);line-height:1.55;color:var(--fmt-ink-2)}.fmt-note-promise b{color:var(--fmt-ink)}.fmt-note-promise__ic{flex:none;color:var(--fmt-ok)}.fmt-note-promise__ic svg{width:1.9rem;height:1.9rem}.fmt-keep{display:flex;gap:1rem;align-items:flex-start;margin-top:var(--fmt-s4);padding:1.4rem 1.6rem;border:0;border-radius:var(--fmt-radius-lg);background:var(--fmt-sunk);cursor:pointer}.fmt-keep.is-off{border-color:var(--fmt-bad, #A3452F);background:var(--fmt-wash)}.fmt-keep input{flex:none;width:2.2rem;height:2.2rem;margin-top:.1rem;accent-color:var(--fmt-patina-deep)}.fmt-keep b{display:block;font-size:var(--fmt-t-small);color:var(--fmt-ink)}.fmt-keep>span>span{display:block;margin-top:.3rem;font-size:var(--fmt-t-micro);line-height:1.5;color:var(--fmt-ink-3)}@media screen and (max-width:749px){.fmt-keep>span>span,.fmt-note-promise{font-size:1.45rem}.fmt-ba__i em{font-size:1.25rem}}.fmt-tile__shot{flex:none;display:block;width:7.2rem;height:7.2rem;border-radius:var(--fmt-radius);overflow:hidden;background:var(--fmt-wash);border:1px solid var(--fmt-line)}.fmt-tile__shot img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s cubic-bezier(.4,0,.2,1)}.fmt-tile:hover .fmt-tile__shot img{transform:scale(1.04)}.fmt-tile__shot--icon{display:grid;place-items:center;background:var(--fmt-wash);color:var(--fmt-umber-soft)}.fmt-tile__shot--icon .fmt-tile__ic{width:3.2rem;height:3.2rem;margin:0}.fmt-tile[aria-pressed=true] .fmt-tile__shot{border-color:var(--fmt-patina)}.fmt-tile{border-radius:var(--fmt-radius);padding:1.4rem;gap:1.4rem}.fmt-tile__t-wrap{min-width:0}@media(prefers-reduced-motion:reduce){.fmt-tile__shot img,.fmt-tile:hover .fmt-tile__shot img{transition:none;transform:none}}@media screen and (max-width:749px){.fmt-tile__shot{width:6rem;height:6rem}.fmt-tile{padding:1.2rem;gap:1.2rem}}.fmt-builder{background:var(--fmt-sunk)}.fmt-step,.fmt-receipt{border-radius:var(--fmt-radius-lg);border-color:var(--fmt-line);box-shadow:var(--fmt-shadow)}.fmt-receipt__head{border-radius:var(--fmt-radius-lg) var(--fmt-radius-lg) 0 0;background:var(--fmt-paper)}@media screen and (min-width:750px){.fmt-rail{position:relative;flex-wrap:nowrap;gap:0;justify-content:space-between;margin-bottom:3rem}.fmt-rail:before{content:"";position:absolute;top:1.1rem;left:6%;right:6%;height:2px;background:var(--fmt-line-2)}.fmt-rail li{position:relative;flex:1 1 0;min-width:0;flex-direction:column;align-items:center;gap:.6rem;padding:0;border:0;background:none;text-align:center;font-size:1.15rem;line-height:1.25}.fmt-rail li .n{background:var(--fmt-sunk);position:relative;z-index:1;width:2.2rem;height:2.2rem}.fmt-rail .fmt-rail__go{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:100%;padding:0;border:0;background:none;font:inherit;color:inherit;cursor:pointer}.fmt-rail .fmt-rail__go:hover{color:var(--fmt-patina-deep)}.fmt-rail .fmt-rail__go:focus-visible{outline:2px solid var(--fmt-patina-deep);outline-offset:3px;border-radius:var(--fmt-radius)}.fmt-rail li.is-now{font-weight:600}.fmt-rail li.is-now .n{background:var(--fmt-umber);border-color:var(--fmt-umber);color:#fff}.fmt-rail li.is-done .n{background:var(--fmt-patina);border-color:var(--fmt-patina)}.fmt-rail li.is-visited .n{background:var(--fmt-paper)}}.fmt-preview{padding:1.6rem 1.8rem 1.8rem}.fmt-preview__t{margin:0 0 1.2rem;font-size:var(--fmt-t-small);line-height:1.45;color:var(--fmt-ink)}.fmt-rungs{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}.fmt-rungs li{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.8rem 1.1rem;border-radius:var(--fmt-radius-lg);background:var(--fmt-sunk);border:0}.fmt-rung__at{font-family:var(--fmt-serif);font-size:1.5rem;font-variant-numeric:lining-nums tabular-nums;color:var(--fmt-ink)}.fmt-rung__off{font-size:1.3rem;font-weight:600;letter-spacing:.02em;color:var(--fmt-patina-deep)}.fmt-rungs li:last-child{background:var(--fmt-amber-wash);border-color:#e6d3b6}.fmt-rungs li:last-child .fmt-rung__off{color:var(--fmt-umber-lift)}.fmt-preview__n{margin:1.2rem 0 0;font-size:var(--fmt-t-micro);line-height:1.5;color:var(--fmt-ink-3)}@media screen and (min-width:750px){.fmt-rail li.is-done:after,.fmt-rail li.is-now:after{content:"";position:absolute;top:1.1rem;left:-50%;width:100%;height:2px;background:var(--fmt-patina-soft);z-index:0}.fmt-rail li:first-child:after{display:none}}.fmt-choice__shot{flex:none;width:12rem;height:12rem;object-fit:cover;border-radius:var(--fmt-radius-lg);background:var(--fmt-surface);box-shadow:0 0 0 1px #26201c17}@media screen and (max-width:749px){.fmt-choice--shot{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"shot  shot" "radio text" "gap   price";column-gap:1.2rem;row-gap:1rem;align-items:start}.fmt-choice--shot .fmt-choice__shot{grid-area:shot;width:100%;height:15rem}.fmt-choice--shot .fmt-radio{grid-area:radio;margin-top:.3rem}.fmt-choice--shot .fmt-choice__t{grid-area:text}.fmt-choice--shot .fmt-choice__p{grid-area:price;justify-self:start}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/fmt-builder.css.map */
