#custom-quote-form.cqf-section{--cqf-bg:#050b11;--cqf-panel:#0a1720;--cqf-border:#1c9bb0;--cqf-input-bg:#3a3a3a;--cqf-input-border:#565656;--cqf-text:#ffffff;--cqf-muted:#b7c2c7;--cqf-accent:#2fd0e8;--cqf-required:#ff4d4d;--cqf-radius:10px;background:var(--cqf-bg);padding:60px 20px;font-family:inherit;color:var(--cqf-text)}#custom-quote-form .cqf-card{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1.15fr;gap:48px;align-items:stretch;background:radial-gradient(120% 120% at 0% 0%,#0c1922,#050b11 60%);border:1px solid var(--cqf-border);border-radius:16px;padding:48px}#custom-quote-form .cqf-intro{display:flex;flex-direction:column;justify-content:center}#custom-quote-form .cqf-eyebrow{color:var(--cqf-accent);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:13px;margin:0 0 14px}#custom-quote-form .cqf-heading{font-size:clamp(28px,3.4vw,42px);line-height:1.15;font-weight:800;margin:0 0 18px;color:#fff}#custom-quote-form .cqf-subtext{color:var(--cqf-muted);font-size:16px;line-height:1.6;margin:0 0 36px;max-width:44ch}#custom-quote-form .cqf-benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:26px}#custom-quote-form .cqf-benefit{display:flex;align-items:flex-start;gap:16px}#custom-quote-form .cqf-benefit-icon{flex:0 0 auto;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#2fd0e81f;color:var(--cqf-accent)}#custom-quote-form .cqf-benefit-icon svg{width:20px;height:20px}#custom-quote-form .cqf-benefit-title{margin:0 0 2px;font-weight:700;font-size:16px;color:#fff}#custom-quote-form .cqf-benefit-text{margin:0;font-size:14px;color:var(--cqf-muted)}#custom-quote-form .cqf-form-panel{background:transparent;border:1px solid var(--cqf-border);border-radius:14px;padding:36px}#custom-quote-form .cqf-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 24px}#custom-quote-form .cqf-field--full{grid-column:1 / -1}#custom-quote-form .cqf-label{display:block;font-weight:700;font-size:15px;margin-bottom:8px;color:#fff}#custom-quote-form .cqf-required{color:var(--cqf-required)}#custom-quote-form .cqf-input,#custom-quote-form .cqf-select,#custom-quote-form .cqf-textarea{width:100%;background:var(--cqf-input-bg);border:1px solid var(--cqf-input-border);border-radius:6px;color:#fff;padding:12px 14px;font-size:15px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box;font-family:inherit}#custom-quote-form .cqf-input::placeholder,#custom-quote-form .cqf-textarea::placeholder{color:#9a9a9a}#custom-quote-form .cqf-input:focus,#custom-quote-form .cqf-select:focus,#custom-quote-form .cqf-textarea:focus{border-color:var(--cqf-accent);box-shadow:0 0 0 3px #2fd0e82e}#custom-quote-form .cqf-select-wrap{position:relative}#custom-quote-form .cqf-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:38px;cursor:pointer}#custom-quote-form .cqf-select-wrap:after{content:"";position:absolute;right:14px;top:50%;width:9px;height:9px;border-right:2px solid #cfd8db;border-bottom:2px solid #cfd8db;transform:translateY(-70%) rotate(45deg);pointer-events:none}#custom-quote-form .cqf-textarea{resize:vertical;min-height:110px}#custom-quote-form .cqf-radio-group{display:flex;flex-wrap:wrap;gap:32px;padding-top:4px}#custom-quote-form .cqf-radio{display:flex;align-items:center;gap:10px;font-size:15px;color:#fff;cursor:pointer}#custom-quote-form .cqf-radio input{position:absolute;opacity:0;width:0;height:0}#custom-quote-form .cqf-radio-dot{width:20px;height:20px;border-radius:50%;border:2px solid #cfd8db;display:inline-block;position:relative;flex:0 0 auto}#custom-quote-form .cqf-radio input:checked+.cqf-radio-dot{border-color:var(--cqf-accent)}#custom-quote-form .cqf-radio input:checked+.cqf-radio-dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--cqf-accent)}#custom-quote-form .cqf-radio input:focus-visible+.cqf-radio-dot{box-shadow:0 0 0 3px #2fd0e847}#custom-quote-form .fileupload{min-height:110px;border:1px dashed var(--cqf-input-border);border-radius:8px;background:var(--cqf-input-bg)}#custom-quote-form .cqf-submit{margin-top:28px;width:100%;background:var(--cqf-accent);color:#04222a;border:none;border-radius:8px;font-weight:800;font-size:16px;padding:16px 20px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .12s ease,background .15s ease}#custom-quote-form .cqf-submit:hover{background:#3fe1f7}#custom-quote-form .cqf-submit:active{transform:translateY(1px)}#custom-quote-form .cqf-submit-arrow{width:18px;height:18px}#custom-quote-form .cqf-alert{border-radius:8px;padding:14px 16px;font-size:14px;margin-bottom:20px}#custom-quote-form .cqf-alert--success{background:#2fd0e81f;border:1px solid var(--cqf-accent);color:#eafcff}#custom-quote-form .cqf-alert--error{background:#ff4d4d1a;border:1px solid var(--cqf-required);color:#ffd9d9}#custom-quote-form .cqf-error-list{margin:0;padding-left:18px}@media(max-width:900px){#custom-quote-form .cqf-card{grid-template-columns:1fr;padding:28px;gap:32px}#custom-quote-form .cqf-form-panel{padding:24px}}@media(max-width:600px){#custom-quote-form .cqf-grid{grid-template-columns:1fr}#custom-quote-form .cqf-radio-group{gap:20px}}.site-header__wrapper{position:unset!important;transform:unset!important}.site-header{position:unset!important;animation:unset!important}div#shopify-section-header{position:sticky!important;top:0!important;z-index:9!important}#custom-quote-form .fileupload{border:0px!important;min-height:unset!important;background:transparent!important}#custom-quote-form .cqf-heading{font-size:54px!important;line-height:56px!important}#custom-quote-form .cqf-input,#custom-quote-form .cqf-select,#custom-quote-form .cqf-textarea{background-color:transparent!important;font-size:15px!important;margin-bottom:0!important}#custom-quote-form.cqf-section{max-width:1250px!important;margin:auto!important}#custom-quote-form .cqf-benefit-icon svg{width:30px!important;height:30px!important}#custom-quote-form .cqf-benefit-text{font-size:16px!important}#custom-quote-form .cqf-benefit-title{font-size:18px!important}p.cqf-subtext{font-size:16px!important}div#shopify-section-header{z-index:99!important}span.hero-btn__icon svg{width:20px!important;height:20px!important}span.hero-btn__icon{display:flex!important}.hero-slide__heading{font-size:56px!important;color:#fff!important;margin-bottom:10px!important}.hero-slide__subheading{margin-bottom:5px!important}.swiper-button-next,.swiper-button-prev{border:0px!important;width:50px!important;height:50px!important;border-radius:50px!important}.hero-slide__content{max-width:1250px!important}.mains--min233{max-width:550px!important}#Slideshow-slideshow .hero-slide:before{background:linear-gradient(45deg,#000,#00000052)!important;opacity:1!important}@media(max-width:801px){.swiper-button-next,.swiper-button-prev{display:none!important}.hero-slide__body{font-size:16px!important}.hero-slide__heading{font-size:32px!important}.hero-slide__subheading{font-size:14px!important}.hero-btn{width:100%!important;justify-content:center!important}.hero-swiper,.hero-slide{height:unset!important}#custom-quote-form .cqf-heading{font-size:27px!important;line-height:32px!important}#custom-quote-form .cqf-subtext{font-size:15px!important}#custom-quote-form .cqf-benefit-title{font-size:16px!important}#custom-quote-form .cqf-benefit-text{font-size:15px!important}section#custom-quote-form{border:0px!important;padding:5px!important}#custom-quote-form .cqf-card{border:0px!important;padding:10px!important}}html{scroll-behavior:smooth}.cqf-alert.cqf-alert--success svg{width:60px!important;height:60px!important;fill:#1bcedf!important;display:block!important;padding-bottom:15px!important}img.dwh-header__logo-img{width:100%}div#dwh-header-header{background:#000;border-color:#000!important;border:0px!important}#dwh-header-header .dwh-header__row,div#shopify-section-header{border:0px!important}#dwh-header-header .dwh-nav__link{color:#fff!important}#dwh-header-header .dwh-header__cell--icons .dwh-icon{color:#1bcedf;width:27px!important;height:27px!important}#dwh-header-header .dwh-header__cell--icons{gap:14px!important}#dwh-header-header .dwh-nav__dropdown{background:#000!important;border:0px!important}#dwh-header-header .dwh-nav__sublink{color:#fff!important;background:transparent!important}#dwh-header-header .dwh-search-flyout{background:#000!important;border-color:#3d3d3d!important}#dwh-header-header .dwh-search-flyout__input{color:#fff!important;margin:0!important;border:0px!important}#dwh-header-header .dwh-search-flyout__submit{color:#fff!important;height:100%!important;display:flex!important}#dwh-header-header .dwh-search-flyout__form{border-bottom:1px solid #e0e0e0!important;padding:10px 20px!important}#dwh-header-header .dwh-search-flyout__submit svg{height:25px!important;width:25px!important}img.dwh-header__logo-img{max-width:200px!important;height:unset!important}#dwh-header-header .dwh-header__row{gap:10px!important}#dwh-header-header .dwh-announcement__text{font-size:16px!important}@media(max-width:801px){#dwh-header-header .dwh-announcement__text{font-size:16px!important}#dwh-header-header .dwh-header__cell--icons .dwh-icon{width:20px!important;height:20px!important}#dwh-header-header .dwh-header__cell--icons{gap:5px!important;justify-content:end}#dwh-header-header .dwh-burger__bar{background:#1bcedf!important}#dwh-header-header .dwh-header__cell--burger,.dwh-header__cell.dwh-header__cell--icons{width:30%!important}.dwh-header__cell.dwh-header__cell--logo{width:40%!important}#dwh-header-header .dwh-header__row{min-height:unset!important;padding:6px 10px!important}#dwh-header-header .dwh-icon-btn{padding:0!important;margin-left:10px!important}#dwh-header-header .dwh-announcement__text{font-size:12px!important}#dwh-header-header .dwh-announcement{padding:5px 10px!important}#dwh-header-header .dwh-announcement__close{color:#000!important}#dwh-header-header .dwh-search-flyout__input{font-size:14px!important}#dwh-header-header .dwh-search-flyout__submit svg{width:18px!important;height:18px!important}#dwh-header-header .dwh-search-flyout__form{padding:0!important}#dwh-header-header .dwh-search-flyout[data-dwh-open]{padding:10px 20px!important}#dwh-header-header .dwh-drawer{background:#000!important}#dwh-header-header .dwh-drawer__link{color:#fff!important;border-color:gray!important}#dwh-header-header .dwh-drawer__sublink{color:#fff!important}}#dwh-header-header .dwh-drawer__sublink{color:#fff!important}#dwh-header-header .dwh-announcement__close svg{color:#000!important}#npj-faq-section{--npj-bg: #121212;--npj-panel: #1a1a1a;--npj-panel-open: #1e1e1e;--npj-line: #2c2c2c;--npj-text: #ececec;--npj-muted: #9b9b9b;--npj-cyan: #00c2d1;--npj-orange: #ff5a2b;background:var(--npj-bg);color:var(--npj-text);font-family:Inter,sans-serif;padding:88px 24px;position:relative;overflow:hidden}#npj-faq-section *{box-sizing:border-box}#npj-faq-section:before,#npj-faq-section:after{content:"";position:absolute;width:34px;height:34px;border:1px solid var(--npj-line);border-radius:50%;opacity:.5}#npj-faq-section:before{top:40px;left:40px}#npj-faq-section:after{bottom:40px;right:40px}.npj-faq-wrap{max-width:760px;margin:0 auto;position:relative}.npj-faq-eyebrow{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--npj-cyan);display:flex;align-items:center;gap:10px;margin-bottom:18px}.npj-faq-eyebrow:before{content:"";width:22px;height:1px;background:var(--npj-cyan);display:inline-block}.npj-faq-heading{font-family:Big Shoulders Display,sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(34px,5vw,52px);line-height:1.02;letter-spacing:.01em;margin:0 0 10px}.npj-faq-sub{font-size:15px;color:var(--npj-muted);margin:0 0 48px;font-weight:400}.npj-faq-list{display:flex;flex-direction:column;gap:10px}.npj-faq-item{background:var(--npj-panel);border:1px solid var(--npj-line);position:relative;transition:background .2s ease,border-color .2s ease}.npj-faq-item[data-open=true]{background:var(--npj-panel-open);border-color:#3a3a3a}.npj-faq-item[data-open=true]:before,.npj-faq-item[data-open=true]:after{content:"";position:absolute;width:10px;height:10px;border-top:1.5px solid var(--npj-orange);border-left:1.5px solid var(--npj-orange)}.npj-faq-item[data-open=true]:before{top:-1px;left:-1px}.npj-faq-item[data-open=true]:after{top:auto;left:auto;bottom:-1px;right:-1px;border-top:none;border-left:none;border-bottom:1.5px solid var(--npj-orange);border-right:1.5px solid var(--npj-orange)}.npj-faq-q{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:18px;padding:22px;text-align:left;font-family:Inter,sans-serif;color:var(--npj-text)}.npj-faq-num{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--npj-muted);min-width:30px;padding-top:2px}.npj-faq-q-text{flex:1;font-size:16px;font-weight:600;line-height:1.4}.npj-faq-mark{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1.5px solid var(--npj-cyan);position:relative;transition:transform .3s ease,border-color .3s ease}.npj-faq-mark:before,.npj-faq-mark:after{content:"";position:absolute;background:var(--npj-cyan);transition:background .3s ease}.npj-faq-mark:before{top:50%;left:15%;right:15%;height:1.5px;transform:translateY(-50%)}.npj-faq-mark:after{left:50%;top:15%;bottom:15%;width:1.5px;transform:translate(-50%)}.npj-faq-item[data-open=true] .npj-faq-mark{transform:rotate(45deg);border-color:var(--npj-orange)}.npj-faq-item[data-open=true] .npj-faq-mark:before,.npj-faq-item[data-open=true] .npj-faq-mark:after{background:var(--npj-orange)}.npj-faq-a-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease}.npj-faq-item[data-open=true] .npj-faq-a-wrap{grid-template-rows:1fr}.npj-faq-a-inner{overflow:hidden}.npj-faq-a{margin:0;padding:0 22px 26px 68px;font-size:14.5px;line-height:1.65;color:var(--npj-muted)}.npj-faq-a a{color:var(--npj-cyan);text-decoration:none;border-bottom:1px solid rgba(0,194,209,.4)}.npj-faq-a a:hover{border-color:var(--npj-cyan)}.npj-faq-q:focus-visible,.npj-faq-mark:focus-visible{outline:2px solid var(--npj-cyan);outline-offset:3px}@media(prefers-reduced-motion:reduce){.npj-faq-a-wrap,.npj-faq-mark,.npj-faq-item{transition:none}}@media(max-width:560px){#npj-faq-section{padding:64px 16px}.npj-faq-a{padding-left:22px}.npj-faq-q{padding:18px;gap:12px}}.video-wrapper iframe{height:100%!important}.product-form__item{align-items:center!important}.webyze-infinitelivepreviewoptions-form label{display:block!important;padding:4px 0!important}.webyze-infinitelivepreviewoptions-form .webyze-ilpo-option>div>span{margin-left:0!important}.webyze-ilpo-option [type=file]{margin-top:5px!important}body{padding-top:0!important}body #grfq-page .grfq-product-table-sami .cartPage__main,body #grfq-page .grfq-form-subtotal,body #grfq-page .grfq-form-card .grfq-form-wrapper{background:transparent!important;border-color:#434343!important}html body td.cartitem_quantity.grfq-variant-quantity span.grfq-input-group{display:none!important}.grfq-variant-quantity-icon{background:transparent!important}#BoProductSection-product-template .button.rfq-btn{background:transparent!important;color:#0ebdcd!important}#BoProductSection-product-template .bo-pdp__accordion-label{font-size:17px!important}#BoProductSection-product-template .bo-pdp__accordion-icon{width:22px!important;height:22px!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/new.css.map */
