.duke-benefits__inner{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:center}.duke-benefits__eyebrow{font-size:1.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-button));margin-bottom:.75rem}.duke-benefits__subtitle{color:rgba(var(--color-foreground),.65);margin-bottom:1.75rem}.duke-benefits__list{display:flex;flex-direction:column;gap:1.75rem;margin:0;padding:0}.duke-benefits__item{display:grid;grid-template-columns:3.25rem 1fr;gap:1.25rem;align-items:start}.duke-benefits__icon-wrap{width:3.25rem;height:3.25rem;border-radius:var(--card-corner-radius, 1.25rem);background-color:rgba(var(--color-button),.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.duke-benefits__icon-img{width:1.75rem;height:1.75rem;object-fit:contain}.duke-benefits__icon-svg{width:1.375rem;height:1.375rem;color:rgb(var(--color-button));display:flex;align-items:center;justify-content:center}.duke-benefits__icon-svg svg{width:100%;height:100%}.duke-benefits__item-title{margin:0 0 .25rem}.duke-benefits__item-desc{font-size:1.5rem;color:rgba(var(--color-foreground),.65);margin:0}@media screen and (max-width:989px){.duke-benefits__inner{grid-template-columns:1fr;gap:2.5rem}}.duke-faq__inner{max-width:800px;margin-left:auto;margin-right:auto}.duke-faq__header{text-align:center;margin-bottom:3rem}.duke-faq__subtitle{color:rgba(var(--color-foreground),.65);margin-top:.5rem}.duke-faq__list{border-top:1px solid rgba(var(--color-foreground),.12)}.duke-faq__item{border-bottom:1px solid rgba(var(--color-foreground),.12)}.duke-faq__question{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-weight:600;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;color:rgb(var(--color-foreground));transition:color .2s}.duke-faq__question::-webkit-details-marker{display:none}.duke-faq__item[open] .duke-faq__question,.duke-faq__question:hover{color:rgb(var(--color-button))}.duke-faq__chevron{width:1.25rem;height:1.25rem;flex-shrink:0;color:rgba(var(--color-foreground),.45);transition:transform .25s ease}.duke-faq__chevron svg{width:100%;height:100%}.duke-faq__item[open] .duke-faq__chevron{transform:rotate(180deg);color:rgb(var(--color-button))}.duke-faq__answer{padding-bottom:1.25rem;color:rgba(var(--color-foreground),.75);font-size:1.5rem;line-height:1.7;animation:duke-faq-reveal .2s ease}.duke-faq__answer p{margin:0}@keyframes duke-faq-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.duke-faq__contact{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.duke-faq__contact p{color:rgba(var(--color-foreground),.65);margin-bottom:1rem}.duke-products__header{text-align:center;margin-bottom:2.5rem}.duke-products__subtitle{color:rgba(var(--color-foreground),.65);margin-top:.5rem}.duke-products__grid{display:grid;grid-template-columns:repeat(var(--col-desktop, 3),1fr);gap:var(--grid-desktop-horizontal-spacing, 28px) var(--grid-desktop-vertical-spacing, 28px);margin:0;padding:0}.duke-products__card{position:relative;display:flex;flex-direction:column;height:100%;border-radius:var(--card-corner-radius, 1.25rem);border:var(--card-border-width, .0625rem) solid rgba(var(--color-foreground),calc(var(--card-border-opacity, 1) * .15));background-color:rgb(var(--color-background));overflow:hidden;transition:transform .2s ease}.duke-products__card:hover{transform:translateY(-2px)}.duke-products__rebate-badge{position:absolute;top:1rem;right:1rem;background-color:rgb(var(--color-button));color:#fff;font-size:1.5rem;font-weight:600;padding:.25rem .625rem;border-radius:var(--badge-corner-radius, 20px);z-index:1}.duke-products__image-link{display:block;text-decoration:none}.duke-products__image-wrap{aspect-ratio:4 / 3;background-color:rgba(var(--color-foreground),.04);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:var(--card-image-padding, 1rem)}.duke-products__image{width:100%;height:100%;object-fit:contain}.duke-products__placeholder-svg{width:50%;height:50%;opacity:.25}.duke-products__card-body{flex:1;display:flex;flex-direction:column;gap:.375rem;padding:1.25rem}.duke-products__name{margin:0;line-height:1.3}.duke-products__name-link{text-decoration:none;color:inherit;transition:color .2s}.duke-products__name-link:hover{color:rgb(var(--color-button))}.duke-products__pricing{display:flex;align-items:baseline;gap:.5rem}.duke-products__price-sale{font-size:1.375rem;font-weight:700;color:rgb(var(--color-foreground))}.duke-products__price-original{font-size:1.5rem;color:rgba(var(--color-foreground),.45)}.duke-products__rebate-note{font-size:1.5rem;color:rgb(var(--color-button));font-weight:600;margin:0}.duke-products__buy{margin-top:auto;display:flex!important;align-items:center;justify-content:center;text-align:center;text-decoration:none}@media screen and (max-width:989px){.duke-products__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.duke-products__grid{grid-template-columns:repeat(var(--col-mobile, 1),1fr);gap:var(--grid-mobile-horizontal-spacing, 20px)}}.duke-hero{color:#fff;text-align:center}.duke-hero__inner{max-width:720px;margin-left:auto;margin-right:auto}.duke-hero__eyebrow{font-size:1.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.8;margin-bottom:1.25rem;color:#fff}.duke-hero__heading{color:#fff;margin-bottom:1rem}.duke-hero__subheading{font-size:1.5rem;opacity:.85;margin-bottom:2.5rem;color:#fff}.duke-hero__form{display:flex;flex-direction:column;align-items:center;gap:.75rem}.duke-hero__input-group{display:flex;width:100%;max-width:480px;box-shadow:0 4px 20px #00000040}.duke-hero__zip-input{flex:1;border:none;border-radius:var(--inputs-radius) 0 0 var(--inputs-radius)!important;background:#fff;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1rem;padding:0 1.25rem;outline:none;min-width:0;height:var(--inputs-height, 3.125rem)}.duke-hero__zip-input::placeholder{color:rgba(var(--color-foreground),.45)}.duke-hero__cta.button.button--primary{border-radius:0 var(--inputs-radius) var(--inputs-radius) 0!important;flex-shrink:0;margin:0}.duke-hero__form-note{font-size:1.5rem;color:#ffffffa6;margin:0}.duke-hero__trust-bar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.duke-hero__badge{display:flex;flex-direction:column;align-items:center;gap:.4rem}.duke-hero__badge-icon{height:40px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.85}.duke-hero__badge-icon--store{filter:none;opacity:.9;max-width:120px}.duke-hero__badge-label--text-only{font-size:1.5rem;font-weight:700;color:#ffffffbf;text-align:center}.duke-hero__badge-label{font-size:1.5rem;color:#ffffffa6;text-align:center}@media screen and (max-width:749px){.duke-hero__input-group{flex-direction:column;box-shadow:none;gap:.75rem}.duke-hero__zip-input{border-radius:var(--inputs-radius)!important;width:100%;height:3.125rem;box-shadow:0 2px 12px #0003}.duke-hero__cta.button.button--primary{border-radius:var(--buttons-radius)!important;width:100%}}.duke-how-it-works__inner{display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:start}.duke-how-it-works__eyebrow{font-size:1.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-button));margin-bottom:.75rem}.duke-how-it-works__subtitle{color:rgba(var(--color-foreground),.65);margin-bottom:1.75rem}.duke-how-it-works__steps{margin:0;padding:0;display:flex;flex-direction:column}.duke-how-it-works__step{display:grid;grid-template-columns:2.75rem 1fr;gap:1.25rem;padding-bottom:2rem}.duke-how-it-works__step-marker{display:flex;flex-direction:column;align-items:center}.duke-how-it-works__step-num{width:2.75rem;height:2.75rem;border-radius:50%;background-color:rgb(var(--color-button));color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.duke-how-it-works__step-line{flex:1;width:2px;background-color:rgba(var(--color-foreground),.1);min-height:1.5rem;margin-top:.25rem}.duke-how-it-works__step-body{padding-top:.4rem}.duke-how-it-works__step-title{margin:0 0 .25rem}.duke-how-it-works__step-desc{font-size:1.5rem;color:rgba(var(--color-foreground),.65);margin:0 0 .4rem}.duke-how-it-works__optional{display:inline-block;font-size:1.5rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background-color:rgba(var(--color-foreground),.07);color:rgba(var(--color-foreground),.55);padding:.2rem .5rem;border-radius:var(--badge-corner-radius, 20px)}@media screen and (max-width:989px){.duke-how-it-works__inner{grid-template-columns:1fr;gap:2.5rem}}.duke-how-rebates__header{text-align:center;margin-bottom:3rem}.duke-how-rebates__eyebrow{font-size:1.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-button));margin-bottom:.75rem}.duke-how-rebates__subtitle{color:rgba(var(--color-foreground),.65);margin-top:.5rem;max-width:560px;margin-left:auto;margin-right:auto}.duke-how-rebates__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--grid-desktop-horizontal-spacing, 28px);margin:0;padding:0}.duke-how-rebates__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;position:relative}.duke-how-rebates__step:not(:last-child):after{content:"";position:absolute;top:1.625rem;right:-.875rem;width:1.75rem;height:2px;background-color:rgba(var(--color-button),.25)}.duke-how-rebates__step-number{width:3.25rem;height:3.25rem;border-radius:50%;background-color:rgb(var(--color-button));color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.duke-how-rebates__step-title{margin:0 0 .25rem}.duke-how-rebates__step-desc{font-size:1.5rem;color:rgba(var(--color-foreground),.65);margin:0}.duke-how-rebates__cta-wrap{text-align:center;margin-top:2.5rem}@media screen and (max-width:989px){.duke-how-rebates__steps{grid-template-columns:repeat(2,1fr)}.duke-how-rebates__step:not(:last-child):after{display:none}}@media screen and (max-width:749px){.duke-how-rebates__steps{grid-template-columns:1fr;gap:var(--grid-mobile-horizontal-spacing, 20px)}.duke-how-rebates__step{flex-direction:row;text-align:left}}.duke-trust__header{text-align:center;margin-bottom:2.5rem}.duke-trust__subtitle{color:rgba(var(--color-foreground),.65);margin-top:.5rem}.duke-trust__stats{display:flex;border:var(--card-border-width, .0625rem) solid rgba(var(--color-foreground),.12);border-radius:var(--card-corner-radius, 1.25rem);overflow:hidden;margin-bottom:3rem}.duke-trust__stat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;border-right:var(--card-border-width, .0625rem) solid rgba(var(--color-foreground),.12)}.duke-trust__stat:last-child{border-right:none}.duke-trust__stat-value{font-size:2.5rem;font-weight:800;color:rgb(var(--color-button));line-height:1;margin-bottom:.375rem;font-family:var(--font-heading-family)}.duke-trust__stat-label{font-size:1.5rem;color:rgba(var(--color-foreground),.6)}.duke-trust__logos{text-align:center}.duke-trust__logos-label{font-size:1.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.4);margin-bottom:1.25rem}.duke-trust__logos-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem}.duke-trust__logo-img{height:36px;width:auto;object-fit:contain;opacity:.5;filter:grayscale(100%);transition:opacity .2s,filter .2s}.duke-trust__logo-img:hover{opacity:1;filter:none}.duke-trust__logo-img--store{filter:brightness(0);opacity:.5;transition:opacity .2s,filter .2s}.duke-trust__logo-img--store:hover{opacity:.85;filter:brightness(0)}.duke-trust__logo-text{font-size:1.5rem;font-weight:700;color:rgba(var(--color-foreground),.4);font-family:var(--font-heading-family);letter-spacing:-.02em}@media screen and (max-width:749px){.duke-trust__stats{flex-direction:column}.duke-trust__stat{border-right:none;border-bottom:var(--card-border-width, .0625rem) solid rgba(var(--color-foreground),.12)}.duke-trust__stat:last-child{border-bottom:none}.duke-trust__logos-row{gap:1.75rem}}.enrollment-cart{padding-top:4rem;padding-bottom:6rem;max-width:740px;margin-left:auto;margin-right:auto}.enrollment-cart__title{margin-bottom:2.4rem}.enrollment-cart__items{border-top:1px solid rgba(var(--color-foreground),.12);margin-bottom:0}.enrollment-cart__item{display:flex;align-items:center;gap:1.6rem;padding:1.6rem 0;border-bottom:1px solid rgba(var(--color-foreground),.12)}.enrollment-cart__item-img{width:80px;height:80px;object-fit:cover;border-radius:var(--media-radius, 4px);flex-shrink:0}.enrollment-cart__item-details{flex:1;min-width:0}.enrollment-cart__item-title{font-weight:600;margin:0 0 .3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.enrollment-cart__item-variant{font-size:1.3rem;opacity:.65;margin:0}.enrollment-cart__item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;flex-shrink:0}.enrollment-cart__item-qty{font-size:1.3rem;opacity:.6}.enrollment-cart__item-price{font-weight:600}.enrollment-cart__subtotal{display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;font-size:1.7rem;font-weight:700;border-bottom:2px solid rgba(var(--color-foreground),.15);margin-bottom:3.2rem}.enrollment-cart__enrollment{background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.12);border-radius:var(--inputs-radius, 4px);padding:2.4rem;margin-bottom:2.4rem}.enrollment-cart__enrollment-heading{font-size:2rem;margin:0 0 .8rem}.enrollment-cart__enrollment-desc{font-size:1.4rem;opacity:.7;margin:0 0 2.4rem;line-height:1.5}.enrollment-cart__field{margin-bottom:1.6rem}.enrollment-cart__label{display:block;font-size:1.4rem;font-weight:500;margin-bottom:.5rem}.enrollment-cart__label abbr{color:rgb(var(--color-error, 176 0 0));text-decoration:none;margin-left:2px}.enrollment-cart__input{display:block;width:100%;box-sizing:border-box;padding:1rem 1.5rem;height:auto;line-height:1.5;font-family:var(--font-body-family);font-size:var(--font-body-size, 1.5rem);color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.3);border-radius:var(--inputs-radius, 4px);outline:none;-webkit-appearance:none;appearance:none}.enrollment-cart__input:focus{border-color:rgba(var(--color-foreground),.7);box-shadow:0 0 0 1px rgba(var(--color-foreground),.2)}.enrollment-cart__field-hint{font-size:1.3rem;opacity:.6;margin:.4rem 0 0}.enrollment-cart__field-hint a{color:#005f9e}.enrollment-cart__or-divider{display:flex;align-items:center;text-align:center;margin:.8rem 0 1.6rem;gap:1rem;color:rgba(var(--color-foreground),.4);font-size:1.3rem;letter-spacing:.05em;text-transform:uppercase}.enrollment-cart__or-divider:before,.enrollment-cart__or-divider:after{content:"";flex:1;border-top:1px solid rgba(var(--color-foreground),.15)}.enrollment-cart__field-error{font-size:1.3rem;color:#b00000;margin:.4rem 0 0}.enrollment-cart__terms{background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.12);border-radius:var(--inputs-radius, 4px);padding:1.6rem;margin-bottom:1.6rem}.enrollment-cart__terms-label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;margin-bottom:0}.enrollment-cart__terms-checkbox{flex-shrink:0;width:1.6rem;height:1.6rem;margin-top:.2rem;cursor:pointer;accent-color:#005F9E}.enrollment-cart__terms-text{font-size:1.4rem;line-height:1.5}.enrollment-cart__terms-list{margin:1.2rem 0 0 2.6rem;padding:0;font-size:1.3rem;line-height:1.6;opacity:.85}.enrollment-cart__terms-list li{margin-bottom:.6rem}.enrollment-cart__terms-list a{color:#005f9e;text-decoration:underline}.enrollment-cart__error{background:#b0000014;border:1px solid rgba(176,0,0,.35);border-radius:var(--inputs-radius, 4px);color:#b00000;padding:1rem 1.4rem;font-size:1.4rem;margin-top:1.2rem}.enrollment-cart__footer{text-align:right}.enrollment-cart__checkout-btn{min-width:220px}.enrollment-cart__checkout-btn:disabled,.enrollment-cart__checkout-btn[aria-disabled=true]{opacity:.45;cursor:not-allowed;pointer-events:none}.enrollment-cart__checkout-note{font-size:1.3rem;opacity:.55;margin-top:.8rem}.enrollment-cart__checkout-note--hidden{visibility:hidden}.enrollment-cart__empty{text-align:center;padding:6rem 0}.enrollment-cart__empty-heading{margin-bottom:2.4rem}@media screen and (max-width:749px){.enrollment-cart__enrollment{padding:1.6rem}.enrollment-cart__footer{text-align:center}.enrollment-cart__checkout-btn{width:100%}}.header__heading-logo-wrapper--cobrand{display:flex;align-items:center;gap:.8rem}.header__cobrand-sep{font-size:1.6rem;font-weight:300;opacity:.45;line-height:1;flex-shrink:0;color:currentColor}.header__cobrand-partner-logo{display:block;height:auto;max-height:32px;width:auto;max-width:120px;object-fit:contain}@media screen and (max-width:749px){.header__cobrand-partner-logo{max-height:24px;max-width:90px}.header__cobrand-sep{font-size:1.4rem}}.srp-checkout-badge-wrap{text-align:center;margin-top:-1.5rem;margin-bottom:2rem}.srp-checkout-badge{display:inline-flex;align-items:center;gap:.55rem;background:#003b71d9;border:1px solid rgba(255,255,255,.28);border-radius:100px;padding:.55rem 1.5rem;font-size:1.5rem;font-weight:600;color:#fff;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.srp-checkout-badge__check{color:#e87722;font-size:1.7rem;line-height:1;flex-shrink:0}.srp-hero{color:#fff;text-align:center}.srp-hero__inner{max-width:720px;margin-left:auto;margin-right:auto}.srp-hero__cobrand{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2.8rem;flex-wrap:wrap}.srp-hero__cobrand-logo{display:flex;align-items:center}.srp-hero__cobrand-img{height:44px;width:auto;max-width:160px;object-fit:contain;display:block}.srp-hero__cobrand-img--srp,.srp-hero__cobrand-img--c1{filter:brightness(0) invert(1);opacity:.92}.srp-hero__cobrand-sep{font-size:2.4rem;font-weight:300;color:#ffffff8c;line-height:1;flex-shrink:0}.srp-hero__heading{color:#fff;margin-bottom:1rem}.srp-hero__subheading{font-size:1.5rem;opacity:.85;margin-bottom:2.5rem;color:#fff;line-height:1.55}.srp-hero__cta-wrap{display:flex;justify-content:center;margin-bottom:1rem}.srp-hero__cta.button.button--primary{min-width:220px;background-color:#e87722;border-color:#e87722;color:#fff;box-shadow:0 4px 20px #00000040}.srp-hero__cta.button.button--primary:hover,.srp-hero__cta.button.button--primary:focus-visible{background-color:#cf6610;border-color:#cf6610}.srp-hero__form-note{font-size:1.5rem;color:#ffffffa6;margin:0}.srp-hero__checkout-badge{display:inline-flex;align-items:center;gap:.55rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.28);border-radius:100px;padding:.55rem 1.5rem;font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:2rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.srp-hero__checkout-badge-check{color:#e87722;font-size:1.7rem;line-height:1;flex-shrink:0}.srp-hero__trust-bar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.srp-hero__badge{display:flex;flex-direction:column;align-items:center;gap:.4rem}.srp-hero__badge-icon{height:40px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.85}.srp-hero__badge-icon--store{filter:none;opacity:.9;max-width:120px}.srp-hero__badge-label--text-only{font-size:1.5rem;font-weight:700;color:#ffffffbf;text-align:center}.srp-hero__badge-label{font-size:1.5rem;color:#ffffffa6;text-align:center}@media screen and (max-width:749px){.srp-hero__cobrand{gap:1.4rem}.srp-hero__cobrand-img{height:36px}.srp-hero__cobrand-sep{font-size:2rem}.srp-hero__cta.button.button--primary{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
