.deck-products{background-color:#f0f9ff;display:grid;grid-template-columns:repeat(3,1fr)}@media(min-width:768px){.deck-products{grid-template-columns:repeat(4,1fr)}}@media(min-width:992px){.deck-products{grid-template-columns:repeat(8,1fr)}}.card-product{background-color:transparent;border-color:rgba(0,0,0,.2);border-radius:0;border-style:solid;border-width:0 1px 1px 0}@media(max-width:767px){.card-product:nth-child(3n){border-right:none}}@media(min-width:768px){.card-product:nth-child(4n){border-right:none}}@media(min-width:992px){.card-product{border:0}}.card-product__link{border-bottom:8px solid transparent;color:#0a223f;height:100%;padding:24px 4px;width:100%}.card-product__link:focus,.card-product__link:hover{color:#0a223f;text-decoration:none!important}.card-product__icon{font-size:38px;height:auto;line-height:1;margin:0 auto 1pc;max-height:3pc;max-width:3pc;pointer-events:none;width:auto}@media(min-width:768px){.card-product__icon{font-size:3pc}}.card-product__heading{display:block;font-family:gotham,arial,helvetica,sans-serif;font-size:8px;font-weight:500;letter-spacing:.5px;line-height:10px;margin:0;pointer-events:none;text-align:center}@media(min-width:545px){.card-product__heading{font-size:9pt;line-height:1pc}}.card-product:focus-within,.card-product:hover{-webkit-box-shadow:4px 0 7px -4px rgba(0,0,0,.15),-4px 0 7px -4px rgba(0,0,0,.15);box-shadow:4px 0 7px -4px rgba(0,0,0,.15),-4px 0 7px -4px rgba(0,0,0,.15)}.card-product:focus-within .card-product__link,.card-product:hover .card-product__link{border-bottom-color:#002855}