.build-scope{background-color:#fafafa;padding-top:var(--section-padding-top);padding-bottom:var(--section-padding-bottom);overflow-x:clip;scroll-margin-top:96px}@media screen and (min-width:769px){.build-scope{padding-top:var(--section-padding-top-desktop);padding-bottom:var(--section-padding-bottom-desktop)}}.build-scope__container{max-width:1440px;margin:0 auto;padding:0 50px;display:flex;flex-direction:column;gap:40px}@media screen and (max-width:575px){.build-scope__container{padding:0 15px;gap:32px}}.build-scope__eyebrow{color:#979797;border-top:1px solid #bfbfbf;padding-top:8px;margin:0 0 16px}.build-scope__heading{color:#141414;margin:0 0 16px}.build-scope__intro{color:#141414;max-width:800px}.build-scope__intro p{margin:0}.build-scope__spectrum{display:flex;flex-direction:column;gap:12px}.build-scope__track{position:relative;height:56px;border-radius:999px;background-color:#e9e7e3}.build-scope__band{position:absolute;top:0;bottom:0;background-color:#ff4912;border-radius:999px;display:flex;align-items:center;justify-content:center;min-width:fit-content;padding:0 20px}.build-scope__band-label{color:#fff;white-space:nowrap}.build-scope__band-label strong{font-weight:700;margin-right:6px}.build-scope__endpoints{display:flex;justify-content:space-between;gap:16px}.build-scope__endpoint{display:flex;flex-direction:column;gap:2px}.build-scope__endpoint--end{text-align:right}.build-scope__endpoint-amount{color:#141414}.build-scope__endpoint-caption{color:#979797;letter-spacing:.08em}.build-scope__timeline-fact{margin-top:8px}.build-scope__timeline-label{color:#979797;margin:0 0 4px;font-weight:300}.build-scope__timeline-value{color:#141414;margin:0}.build-scope--dark .build-scope__timeline-value{color:#fff}@media screen and (max-width:768px){.build-scope__track{height:44px}.build-scope__band{padding:0 12px}.build-scope__band-label{font-size:12px}}.build-scope--dark{background-color:#1f1f1f}.build-scope--dark .build-scope__eyebrow{border-top-color:#3e3e3e}.build-scope--dark .build-scope__heading{color:#fff}.build-scope--dark .build-scope__intro{color:#bfbfbf}.build-scope--dark .build-scope__track{background-color:#2e2e2e}.build-scope--dark .build-scope__endpoint-amount,.build-scope--dark .build-scope__secondary a{color:#fff}.build-scope__sheet{background-color:#0d0d0d;border:1px solid #262626;border-radius:16px;overflow:hidden}.build-scope__alert{padding:16px 24px 0}.build-scope__fields{display:grid;grid-template-columns:1fr 1fr;gap:1px;background-color:#262626;border-bottom:1px solid #262626}.build-scope__cell{padding:20px 24px;background-color:#0d0d0d;border:none;margin:0;min-width:0}.build-scope__cell--full{grid-column:1 / -1}.build-scope__cell--filler{background-color:#141414;padding:0}.build-scope__cell:focus-within{background-color:#141414}.build-scope__label{display:block;color:#fff;margin-bottom:6px;padding:0}.build-scope__scope-group legend.build-scope__label{float:left;width:100%;margin-bottom:0}.build-scope__checks{clear:both}.build-scope__optional{color:#666;font-weight:300;text-transform:lowercase;font-size:12px}.build-scope__input{width:100%;background:transparent;border:none;border-radius:0;padding:4px 0;color:#fff;font-family:inherit;font-size:16px;font-weight:300;line-height:1.4}.build-scope__input:focus{outline:none}.build-scope__input::placeholder{color:#666}.build-scope__input.is-invalid{color:#ff4911}.build-scope__select-wrap{position:relative}.build-scope__select{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:28px}.build-scope__select option{background-color:#0d0d0d;color:#fff}.build-scope__select-wrap:after{content:"";position:absolute;right:4px;top:50%;width:10px;height:10px;border-right:1.5px solid #808080;border-bottom:1.5px solid #808080;transform:translateY(-70%) rotate(45deg);pointer-events:none}.build-scope__textarea{resize:vertical;min-height:96px}.build-scope__checks{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.build-scope__check input{position:absolute;opacity:0;pointer-events:none}.build-scope__check-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid #3e3e3e;border-radius:999px;color:#bfbfbf;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.build-scope__check-pill:before{content:"+";color:gray;font-weight:500}.build-scope__check:hover .build-scope__check-pill{border-color:gray;color:#fff}.build-scope__check input:checked+.build-scope__check-pill{background-color:#ff4912;border-color:#ff4912;color:#fff}.build-scope__check input:checked+.build-scope__check-pill:before{content:"\2713";color:#fff}.build-scope__check input:focus-visible+.build-scope__check-pill{outline:2px solid #ff4912;outline-offset:2px}.build-scope__footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 24px}.build-scope__footer-note{color:gray;max-width:480px}.build-scope__footer-note p{margin:0}.build-scope__submit{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;padding:16px 28px;background-color:#ff4912;color:#fff;border:none;border-radius:999px;cursor:pointer;transition:background-color .2s ease}.build-scope__submit:hover{background-color:#fff;color:#141414}.build-scope__submit:focus-visible{outline:2px solid #ff4912;outline-offset:2px}.build-scope__success{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:48px 24px}.build-scope__success-title{color:#fff;margin:0}.build-scope__success-body{color:#bfbfbf;max-width:560px;margin:0}.build-scope__success-link{display:inline-flex;align-items:center;gap:8px;color:#ff4912;text-decoration:none;margin-top:8px}.build-scope__success-link:hover{color:#fff}.build-scope__secondary{color:#979797;margin:0}.build-scope__secondary a{color:#141414;text-decoration:underline;text-underline-offset:3px}.build-scope__secondary a:hover{color:#ff4912}@media screen and (max-width:768px){.build-scope__fields{grid-template-columns:1fr}.build-scope__cell--filler{display:none}.build-scope__footer{flex-direction:column;align-items:stretch;text-align:left}.build-scope__submit{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/build-scope-intake.css.map */
