.sub_nav_container .sub_nav_col{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:5px 5px}.sub_nav_container .sub_nav_col>a.sub_nav_card{background:#fff;border-top:1px solid transparent;display:flex;flex-direction:column;padding:25px;position:relative;transition:all .3s ease;z-index:2}.sub_nav_container .sub_nav_col>a.sub_nav_card:before{bottom:0;box-shadow:0 10px 44px hsla(0,0%,55%,.25);content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.sub_nav_container .sub_nav_col .sub_nav_card .sub_nav_icon{align-items:flex-start;display:flex;flex-direction:column;height:55px;justify-content:center;margin-bottom:16px;width:100%}.sub_nav_container .sub_nav_col .sub_nav_card .sub_nav_icon img{vertical-align:bottom;width:fit-content}.sub_nav_container .sub_nav_col .sub_nav_card .sub_nav_title{color:initial;font-weight:700;letter-spacing:-.75px;margin-bottom:50px}.sub_nav_container .sub_nav_col .sub_nav_card img{filter:grayscale(0);transition:all .3s ease}.sub_nav_container .sub_nav_col .sub_nav_card:hover img{filter:grayscale(100%)}