.product-header{height:5rem;box-shadow:0 1px 0 rgba(0,0,0,.04)}.product-header .product-header__brand{min-width:16.375rem;height:100%}@media(max-width:48rem){.product-header .product-header__brand{min-width:0;flex:1 1;padding-inline:1rem}}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,12.75rem));grid-gap:1rem;gap:1rem;justify-content:center}@media(max-width:48rem){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:26rem}}@media(max-width:40rem){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-card{display:flex;flex-direction:column;justify-content:center;align-items:center;height:6.375rem;border:0 solid #787aba;background:#f1f2f3;transition:border-color .15s ease,border-width .15s ease,transform .15s ease,background-color .15s ease}.product-card:focus-visible,.product-card:hover{border-width:1px;background-color:var(--bv-violet-98,#eef0fb)}.product-card:active{transform:translateY(1px)}.product-card .product-card__icon{object-fit:contain}.product-card .product-card__label{text-transform:none}.lead-form-wrapper{margin:0 auto}.lead-form-wrapper .lead-form__heading{min-height:2rem;display:flex;align-items:center;justify-content:space-between}.lead-form-wrapper .lead-form__title{margin:0}.lead-form-wrapper .btn-back{left:0;min-width:70px;padding-right:1rem;display:inline-flex;align-items:center;gap:.25rem}.lead-form-wrapper .btn-back i{line-height:1}@media(max-width:45rem){.lead-form-wrapper .lead-form__heading{flex-direction:column;align-items:flex-start;gap:.75rem}.lead-form-wrapper .btn-back{position:static;transform:none}.lead-form-wrapper .lead-form__title{width:100%}}.lead-form{max-width:21rem}.lead-form .button{justify-content:center;text-align:center;padding:16px}.lead-success{max-width:28rem;margin:0 auto}.lead-success p{font-weight:600}.lead-success .button{width:auto;min-width:12rem;padding:16px}.select-product{min-height:100dvh;background-color:#f8f9fa}.select-product__content{flex:1 1}