.grid-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;width:100%;overflow:visible}@media(max-width:1450px){.grid-wrap{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.grid-wrap{grid-template-columns:repeat(2,1fr)}}@media(max-width:668px){.grid-wrap{grid-template-columns:1fr}}.grid-wrap-custom{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;width:100%;overflow:visible}@media(max-width:1024px){.grid-wrap-custom{grid-template-columns:repeat(6,1fr)}.grid-wrap-custom>[style*="span 10"],.grid-wrap-custom>[style*="span 11"],.grid-wrap-custom>[style*="span 12"],.grid-wrap-custom>[style*="span 7"],.grid-wrap-custom>[style*="span 8"],.grid-wrap-custom>[style*="span 9"]{grid-column:span 6/span 6}}@media(max-width:668px){.grid-wrap-custom{grid-template-columns:repeat(1,1fr)}.grid-wrap-custom>*{grid-column:span 1/span 1!important}}