.m-icon_grid__primaryitems,.m-icon_grid__secondaryitems{display:grid;gap:20px;grid-template-columns:repeat(1,1fr);justify-content:center}.m-icon_grid__secondaryitems{margin-top:40px}.m-icon_grid__primaryitem,.m-icon_grid__secondaryitem{align-items:flex-start;background-color:var(--white);display:flex;flex-direction:column;padding:20px}.m-icon_grid__primaryitem{padding:25px 20px}.m-icon_grid__primaryitem:nth-child(3n+1) .m-icon_grid__primaryitemicon,.m-icon_grid__secondaryitem:nth-child(4n+2) .m-icon_grid__secondaryitemicon{background-color:var(--blue);color:var(--white)}.m-icon_grid__primaryitem:nth-child(3n+2) .m-icon_grid__primaryitemicon,.m-icon_grid__secondaryitem:nth-child(4n+3) .m-icon_grid__secondaryitemicon{background-color:var(--green);color:var(--navy)}.m-icon_grid__primaryitem:nth-child(3n+3) .m-icon_grid__primaryitemicon,.m-icon_grid__secondaryitem:nth-child(4n+4) .m-icon_grid__secondaryitemicon{background-color:var(--lightblue);color:var(--navy)}.m-icon_grid__secondaryitem:nth-child(4n+1) .m-icon_grid__secondaryitemicon{background-color:var(--orange);color:var(--white)}.m-icon_grid__secondaryitem{flex-direction:row;padding:15px}.m-icon_grid__primaryitemicon,.m-icon_grid__secondaryitemicon{align-items:center;display:flex;flex-shrink:0;height:62px;justify-content:center;padding:10px;width:62px}.m-icon_grid__secondaryitemicon{height:85px}.m-icon_grid__primaryitemicon svg,.m-icon_grid__secondaryitemicon svg{height:100%;width:100%;fill:currentColor}.m-icon_grid__primaryitemicon{margin-bottom:25px}.m-icon_grid__secondaryitemicon{margin-right:25px}.m-icon_grid__primaryitemtitle,.m-icon_grid__secondaryitemtitle{margin:0}.m-icon_grid__primaryitemtitle{font-size:1.5rem}.m-icon_grid__secondaryitemtitle{font-size:1.25rem;line-height:1.2}.m-icon_grid__primaryitemsummary{color:var(--navy);font-size:1.125rem;margin:20px 0 0}.m-icon_grid__primaryitemlinkwrapper{padding-top:25px}.m-icon_grid__secondaryitemlinkwrapper{padding-top:20px}.m-icon_grid__secondaryitemlink{font-family:var(--fontHeavy);font-weight:700}@media (min-width:768px){.m-icon_grid__primaryitems,.m-icon_grid__secondaryitems{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.m-icon_grid__primaryitems{gap:25px;grid-template-columns:repeat(3,1fr)}.m-icon_grid__secondaryitems{gap:25px;grid-template-columns:repeat(4,1fr)}.m-icon_grid__primaryitemtitle{font-size:1.75rem}.m-icon_grid__primaryitemlinkwrapper,.m-icon_grid__secondaryitemlinkwrapper{margin-top:auto}}