@charset "UTF-8";.subcategory-button-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0;padding:0 1rem}.subcategory-button{text-align:center;height:100%}.subcategory-link-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;height:140px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1rem 1.5rem;background-color:#355464;color:#fff;text-decoration:none;border-radius:4px;text-transform:uppercase;font-weight:700;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.subcategory-link-button:hover{background-color:#005bb5}@media (max-width:1024px){.subcategory-button-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.subcategory-button-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.subcategory-button-grid{grid-template-columns:1fr}.subcategory-link-button{height:120px}}