.home{--home-blue: #263950;--home-blue-deep: #1a2838;--home-orange: #ff5600;--home-white: #ffffff;--home-bg: #ffffff;--home-bg-muted: #f3f4f6;--home-text: #1c2430;--home-muted: #5b6573;--home-border: #e4e7ec;--home-max: 1240px;--home-pad: 48px;--home-section-y: 100px;--home-radius: 4px;--home-ease: cubic-bezier(.22, 1, .36, 1);color:var(--home-text);background:var(--home-bg);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}.home *,.home *:before,.home *:after{box-sizing:border-box}.home__shell{width:100%;max-width:var(--home-max);margin-inline:auto;padding-inline:var(--home-pad)}.home__eyebrow{display:block;margin:0 0 12px;color:var(--home-orange);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;line-height:1.3}.home__eyebrow--light{color:#ffb38a}.home__title{margin:0 0 16px;color:var(--home-blue);font-size:clamp(2rem,1.4vw + 1.5rem,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.025em}.home__title--light{color:var(--home-white)}.home__lead{margin:0;max-width:34rem;color:var(--home-muted);font-size:1.125rem;line-height:1.65}.home__lead--light{color:#ffffffd1}.home__lead--center{margin-inline:auto}.home__header{margin-bottom:48px;max-width:40rem}.home__header--center{margin-inline:auto;text-align:center}.home__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.home__actions--center{justify-content:center}.home__btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 1.5rem;border-radius:var(--home-radius);background:var(--home-orange);color:var(--home-white);font-size:.95rem;font-weight:700;letter-spacing:.01em;line-height:1.2;text-decoration:none;border:1px solid transparent;transition:background .2s var(--home-ease),color .2s var(--home-ease),border-color .2s var(--home-ease)}.home__btn:hover,.home__btn:focus-visible{background:#e04c00;color:var(--home-white)}.home__btn--ghost{background:transparent;border-color:#ffffff8c;color:var(--home-white)}.home__btn--ghost:hover,.home__btn--ghost:focus-visible{background:#ffffff1a;color:var(--home-white)}.home__btn--outline{background:transparent;border-color:var(--home-blue);color:var(--home-blue)}.home__btn--outline:hover,.home__btn--outline:focus-visible{background:var(--home-blue);color:var(--home-white)}.home__btn--text{background:transparent;border:none;color:var(--home-orange);min-height:0;padding:0;font-size:.95rem}.home__btn--text:hover,.home__btn--text:focus-visible{background:transparent;color:#e04c00}.home-section{padding-block:var(--home-section-y)}.home-section--muted{background:var(--home-bg-muted)}.home-section--blue{background:var(--home-blue);color:var(--home-white)}.home-section--deep{background:var(--home-blue-deep);color:var(--home-white)}.home__media{overflow:hidden;border-radius:var(--home-radius);background:#dce1e7}.home__media img{display:block;width:100%;height:100%;object-fit:cover}.home-hero{position:relative;padding:0;background:var(--home-blue-deep);color:var(--home-white);overflow:hidden}.home-hero--text,.home-hero:not(:has(.home-hero__media img)){background:var(--home-bg);color:var(--home-text)}.home-hero--text .home-hero__overlay,.home-hero:not(:has(.home-hero__media img)) .home-hero__overlay{display:none}.home-hero--text .home-hero__inner,.home-hero:not(:has(.home-hero__media img)) .home-hero__inner{min-height:0;padding-block:56px 28px;justify-content:center}.home-hero--text .home-hero__content,.home-hero:not(:has(.home-hero__media img)) .home-hero__content{max-width:46rem;margin-inline:auto;text-align:center}.home-hero--text .home__eyebrow{color:var(--home-orange)}.home-hero--text .home-hero__title,.home-hero:not(:has(.home-hero__media img)) .home-hero__title{color:var(--home-blue);font-size:clamp(2rem,2vw + 1.2rem,2.75rem)}.home-hero--text .home-hero__text,.home-hero:not(:has(.home-hero__media img)) .home-hero__text{margin-inline:auto;color:var(--home-muted)}.home-hero--text .home__actions,.home-hero:not(:has(.home-hero__media img)) .home__actions{justify-content:center}.home-hero--text .home__btn--ghost,.home-hero:not(:has(.home-hero__media img)) .home__btn--ghost{border-color:var(--home-blue);color:var(--home-blue)}.home-hero--text .home__btn--ghost:hover,.home-hero--text .home__btn--ghost:focus-visible,.home-hero:not(:has(.home-hero__media img)) .home__btn--ghost:hover,.home-hero:not(:has(.home-hero__media img)) .home__btn--ghost:focus-visible{background:var(--home-blue);color:var(--home-white)}.home-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.home-hero__media:empty{display:none}.home-hero__media img{width:100%;height:100%;object-fit:cover}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#1a2838e0,#1a2838b8 45%,#1a283859)}.home-hero__inner{position:relative;z-index:1;display:flex;align-items:center;min-height:660px;padding-block:80px}.home-hero__content{max-width:38rem}.home-hero__title{margin:0 0 20px;color:var(--home-white);font-size:clamp(2.75rem,3vw + 1.5rem,3.75rem);font-weight:700;line-height:1.08;letter-spacing:-.03em}.home-hero__text{margin:0;max-width:32rem;color:#ffffffe0;font-size:1.15rem;line-height:1.7}.home-grid{display:grid;gap:28px}.home-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.home-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.home-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.home-grid--balanced{display:flex;flex-wrap:wrap;justify-content:center;gap:28px}.home-grid--balanced>*{flex:0 1 calc((100% - 56px) / 3);max-width:calc((100% - 56px) / 3);width:100%;min-width:0}.home-card{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:var(--home-white);border:1px solid transparent;border-radius:var(--home-radius);overflow:hidden;transition:transform .25s var(--home-ease)}a.home-card:hover,a.home-card:focus-visible{transform:translateY(-3px)}.home-card--quiet{background:transparent;border:none}.home-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#dce1e7}.home-card__media--tall{aspect-ratio:1 / 1}.home-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:10px;box-sizing:border-box}.home-card__body{display:flex;flex-direction:column;gap:6px;padding:18px 4px 0}.home-card--panel .home-card__body{padding:20px 22px 24px;background:var(--home-white);border:1px solid var(--home-border);border-top:none;border-radius:0 0 var(--home-radius) var(--home-radius)}.home-card--panel .home-card__media{border-radius:var(--home-radius) var(--home-radius) 0 0}.home-card__title{margin:0;color:var(--home-blue);font-size:clamp(1.15rem,.3vw + 1.05rem,1.35rem);font-weight:700;line-height:1.3}.home-card__text{margin:0;color:var(--home-muted);font-size:.98rem;line-height:1.5}.home-card__link{margin-top:4px;color:var(--home-orange);font-size:.92rem;font-weight:700}.home-product{display:flex;flex-direction:column;height:100%;background:var(--home-white);border:1px solid var(--home-border);border-radius:var(--home-radius);overflow:hidden;transition:border-color .25s var(--home-ease),box-shadow .25s var(--home-ease)}.home-product:hover{border-color:#26395047;box-shadow:0 10px 28px #1a283814}.home-product__media-wrap{position:relative;background:linear-gradient(180deg,#eef1f4,#e4e8ed)}.home-product__media{position:relative;aspect-ratio:1;overflow:hidden;display:block}.home-product__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:12px;box-sizing:border-box;transition:transform .35s var(--home-ease)}a.home-product__media:hover img,a.home-product__media:focus-visible img{transform:scale(1.04)}.home-product__body{display:flex;flex-direction:column;gap:10px;padding:18px 18px 20px;flex:1}.home-product__title{margin:0;color:var(--home-blue);font-size:1.18rem;font-weight:800;line-height:1.3;letter-spacing:-.01em}.home-product__title a{color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-product__title a:hover,.home-product__title a:focus-visible{color:var(--home-orange)}.home-product__text{margin:0;color:var(--home-muted);font-size:.92rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-product__badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-direction:column;gap:6px;pointer-events:none}.home-product__badges .home-product__badge{display:inline-flex;align-items:center;width:fit-content;padding:5px 9px;border-radius:2px;background:var(--home-orange);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home-product__badge--soldout{background:#5c6670!important}.home-product__pricing{margin-top:2px;min-height:1.6em}.home-product__pricing .price,.home-product__pricing .hp__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 10px;margin:0}.home-product__pricing .price__compare-at:not(.visible),.home-product__pricing .price__compare-at--hidden,.home-product__pricing .price__unit,.home-product__pricing .price__tax,.home-product__pricing .visually-hidden{display:none!important}.home-product__pricing .price__compare-at.visible{order:2;display:inline-flex!important;margin:0;color:var(--home-muted);font-size:.92rem;text-decoration:line-through}.home-product__pricing .price__current{order:1;margin:0;color:var(--home-blue);font-size:1.28rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.home-product__pricing .price__current .money,.home-product__pricing .hp__price .money{color:inherit;font-size:inherit;font-weight:inherit}.home-product__pricing .price__current--on-sale{color:var(--home-orange)}.home-product__price-quote{color:var(--home-orange);font-size:1.05rem;font-weight:800}.home-product__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-top:auto;padding-top:8px}.home-product__link{color:var(--home-orange);font-size:.92rem;font-weight:700;text-decoration:none}.home-product__link:hover,.home-product__link:focus-visible{color:#e04c00}.home-product__form{margin:0}.home-product__quick{-webkit-appearance:none;appearance:none;border:1px solid var(--home-blue);background:transparent;color:var(--home-blue);padding:8px 12px;font:inherit;font-size:.85rem;font-weight:700;text-decoration:none;cursor:pointer}.home-product__quick:hover,.home-product__quick:focus-visible{background:var(--home-blue);color:#fff}.home-product--sold-out .home-product__media{opacity:.72}.home-loader-section{background:linear-gradient(135deg,#2639500a,#ff560008),var(--home-bg);padding-bottom:56px}.home-loader-section+.shopify-section{margin-top:-12px}.home-loader{display:grid;grid-template-columns:1.2fr .8fr;gap:40px 56px;align-items:center;padding:28px;background:var(--home-white);border:1px solid var(--home-border);border-radius:calc(var(--home-radius) + 2px)}.home-loader__media{border-radius:var(--home-radius);overflow:hidden;background:radial-gradient(circle at 30% 20%,#f7f8fa,#e7ebf0 70%);min-height:460px;display:flex;align-items:center;justify-content:center}.home-loader__media a{display:block;width:100%;height:100%}.home-loader__media img{width:100%;height:100%;min-height:460px;object-fit:contain;object-position:center;display:block;padding:24px}.home-loader__eyebrow{margin:0 0 10px;color:var(--home-orange);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-loader__title{margin:0 0 14px;color:var(--home-blue);font-size:clamp(1.7rem,2.5vw,2.35rem);font-weight:800;line-height:1.15;letter-spacing:-.02em}.home-loader__title a{color:inherit;text-decoration:none}.home-loader__title a:hover,.home-loader__title a:focus-visible{color:var(--home-orange)}.home-loader__text{margin:0 0 22px;color:var(--home-muted);font-size:1.02rem;line-height:1.55}.home-loader__specs{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:0;border-top:1px solid var(--home-border)}.home-loader__specs li{display:grid;grid-template-columns:150px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--home-border)}.home-loader__spec-label{color:var(--home-muted);font-size:.88rem}.home-loader__spec-value{color:var(--home-blue);font-size:.95rem;font-weight:700}.home-loader__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px;margin-bottom:8px;padding:16px 18px;background:var(--home-bg-muted);border-radius:var(--home-radius)}.home-loader__price-label{width:100%;color:var(--home-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-loader__price-value{color:var(--home-blue);font-size:1.75rem;font-weight:800;letter-spacing:-.02em}.home-loader__compare{color:var(--home-muted);font-size:1rem}.home-loader .home__actions{margin-top:20px}@media(max-width:989px){.home-loader{grid-template-columns:1fr;gap:24px;padding:18px}.home-loader__media,.home-loader__media img{min-height:280px}.home-loader__specs li{grid-template-columns:1fr;gap:4px}}.home__footer-cta{margin-top:40px}.home-apps{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:stretch}.home-apps__media{position:relative;min-height:100%;border-radius:var(--home-radius);overflow:hidden;background:#dce1e7;align-self:stretch}.home-apps__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.home-apps>div:last-child{display:flex;flex-direction:column;justify-content:center;min-width:0}.home-apps__list{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:0;border-top:1px solid var(--home-border)}.home-apps__link{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid var(--home-border);color:var(--home-blue);text-decoration:none;transition:color .2s var(--home-ease)}.home-apps__link:hover,.home-apps__link:focus-visible{color:var(--home-orange)}.home-apps__link-copy{display:grid;gap:4px;min-width:0}.home-apps__link-title{font-size:1.15rem;font-weight:700;line-height:1.3}.home-apps__link-text{color:var(--home-muted);font-size:.92rem;font-weight:500;line-height:1.45}.home-apps__link-arrow{color:var(--home-orange);font-size:1rem;line-height:1.4;flex-shrink:0}.home-apps__list a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid var(--home-border);color:var(--home-blue);font-size:1.2rem;font-weight:700;text-decoration:none;transition:color .2s var(--home-ease)}.home-apps__list a:hover,.home-apps__list a:focus-visible{color:var(--home-orange)}.home-apps__list span{color:var(--home-orange);font-size:1rem}.home-why-section{border-block:1px solid var(--home-border)}.home-why{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}.home-why__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 32px}.home-why__item-title{margin:0 0 8px;color:var(--home-blue);font-size:1.2rem;font-weight:700}.home-why__item-text{margin:0;color:var(--home-muted);font-size:.98rem;line-height:1.55}.home-why__marker{display:block;width:28px;height:2px;margin-bottom:14px;background:var(--home-orange)}.home-mfg__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.home-mfg__media{aspect-ratio:4 / 3;min-height:420px;border-radius:var(--home-radius);overflow:hidden;background:#dce1e7}.home-mfg__media img{width:100%;height:100%;object-fit:cover;display:block}.home-mfg__list{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:14px}.home-mfg__list li{position:relative;padding-left:18px;color:var(--home-blue);font-size:1.1rem;font-weight:600}.home-mfg__list li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;background:var(--home-orange)}.home-custom{position:relative;overflow:hidden;min-height:340px;display:flex;align-items:center;padding-block:80px;background:var(--home-blue-deep);color:var(--home-white)}.home-custom__media{position:absolute;top:0;right:0;bottom:0;left:0}.home-custom__media img{width:100%;height:100%;object-fit:cover}.home-custom__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a2838c7}.home-custom__inner{position:relative;z-index:1;max-width:36rem}.home-faq__list{max-width:820px;margin-inline:auto;display:grid;gap:12px}.home-faq__item{border-bottom:1px solid var(--home-border);background:transparent}.home-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;cursor:pointer;list-style:none;color:var(--home-blue);font-weight:700;font-size:1.05rem;line-height:1.4}.home-faq__item summary::-webkit-details-marker{display:none}.home-faq__chevron{position:relative;width:18px;height:18px;flex:0 0 auto}.home-faq__chevron:before,.home-faq__chevron:after{content:"";position:absolute;top:50%;left:50%;background:var(--home-orange);transform:translate(-50%,-50%)}.home-faq__chevron:before{width:12px;height:2px}.home-faq__chevron:after{width:2px;height:12px}.home-faq__item[open] .home-faq__chevron:after{display:none}.home-faq__body{padding:0 0 20px;color:var(--home-muted);font-size:1rem;line-height:1.65}.home-faq__body p{margin:0 0 .75rem}.home-faq__body p:last-child{margin-bottom:0}.home-cta{text-align:center;padding-block:110px}.home-cta .home__header,.home-cta .home__lead{margin-inline:auto}@media(max-width:989px){.home{--home-pad: 24px;--home-section-y: 64px}.home-hero__inner{min-height:0;padding-block:56px 48px}.home-hero__title{font-size:clamp(2rem,7vw,2.5rem)}.home-grid--3,.home-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.home-grid--balanced>*{flex-basis:calc((100% - 28px)/2);max-width:calc((100% - 28px)/2)}.home-apps,.home-why,.home-mfg__grid{grid-template-columns:1fr;gap:32px}.home-apps__media{min-height:280px;aspect-ratio:4 / 3}.home-mfg__media{min-height:320px}.home-custom{min-height:280px;padding-block:64px}.home-cta{padding-block:72px}}.home-blog__columns{display:grid;grid-template-columns:1fr 1fr;gap:48px 40px}.home-blog__column-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px}.home-blog__label{margin:0;color:var(--home-blue);font-size:1.15rem;font-weight:700;letter-spacing:.02em}.home-blog__view-all{color:var(--home-orange);font-size:.9rem;font-weight:700;text-decoration:none;white-space:nowrap}.home-blog__view-all:hover,.home-blog__view-all:focus-visible{color:#e04c00}.home-blog__grid{display:grid;grid-template-columns:1fr;gap:20px}.home-blog__card{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:start}.home-blog__media{display:block;aspect-ratio:1;border-radius:var(--home-radius);overflow:hidden;background:#e8ebef}.home-blog__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s var(--home-ease)}a.home-blog__media:hover img,a.home-blog__media:focus-visible img{transform:scale(1.03)}.home-blog__body{display:flex;flex-direction:column;gap:6px;min-width:0}.home-blog__date{color:var(--home-muted);font-size:.82rem}.home-blog__card-title{margin:0;color:var(--home-blue);font-size:1rem;font-weight:700;line-height:1.35}.home-blog__card-title a{color:inherit;text-decoration:none}.home-blog__card-title a:hover,.home-blog__card-title a:focus-visible{color:var(--home-orange)}.home-blog__excerpt{margin:0;color:var(--home-muted);font-size:.9rem;line-height:1.45}.home-blog__empty{margin:0;color:var(--home-muted)}@media(max-width:989px){.home-blog__columns{grid-template-columns:1fr;gap:40px}}@media(max-width:749px){.home{--home-pad: 16px;--home-section-y: 48px;overflow-x:clip}.home__shell{padding-inline:var(--home-pad);max-width:100%}.home__header{margin-bottom:28px;max-width:100%}.home__lead,.home-hero__text,.home-hero__title,.home__title{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.home-hero--text .home-hero__inner,.home-hero:not(:has(.home-hero__media img)) .home-hero__inner{padding-block:28px 20px}.home-hero--text .home-hero__title,.home-hero:not(:has(.home-hero__media img)) .home-hero__title{font-size:clamp(1.55rem,6.5vw,2rem);margin-bottom:12px}.home-hero__text{font-size:.98rem;line-height:1.55}.home__actions{width:100%;gap:10px}.home__btn{width:100%}.home-grid--2,.home-grid--3,.home-grid--4,.home-why__grid{grid-template-columns:1fr;gap:16px}.home-grid--balanced>*{flex-basis:100%;max-width:100%}.home-product__body{padding:14px}.home-product__pricing .price__current{font-size:1.1rem}.home-loader{padding:12px;gap:16px}.home-loader__media,.home-loader__media img{min-height:220px}.home-loader__title{font-size:clamp(1.35rem,6vw,1.75rem)}.home-loader__price{padding:12px 14px}.home-loader__price-value{font-size:1.35rem}.home-blog__card{grid-template-columns:88px 1fr;gap:10px}.home-blog__card-title{font-size:.95rem}.home__title{font-size:clamp(1.5rem,5.5vw,1.9rem)}.slideshow--height-original-mobile .slideshow-slide__image-wrapper,.slideshow--height-medium-mobile .slideshow-slide__image-wrapper{max-height:52vw;min-height:180px}}@media(prefers-reduced-motion:reduce){.home-card,.home-product__media img,.home__btn{transition:none}a.home-card:hover,a.home-card:focus-visible{transform:none}a.home-product__media:hover img,a.home-product__media:focus-visible img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/home.css.map */
