.explore-categories{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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:var(--marginMedium) var(--marginBig)}.explore-categories .categories{margin-top:var(--marginMedium);display:-ms-grid;display:grid;-ms-grid-columns:1fr var(--marginMedium) 1fr var(--marginMedium) 1fr;grid-template-columns:repeat(3,1fr);gap:var(--marginMedium)}.explore-categories .categories .category{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px;text-decoration:none;padding:20px;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;border-radius:20px}.explore-categories .categories .category .category-icon--wrapper{background:var(--lightGreen);border-radius:10px;height:60px;width:60px;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.explore-categories .categories .category .category-title{font-weight:600;font-size:1.4rem}.explore-categories .categories .category:hover{background:var(--yellowWhiteDark)}.explore-categories .categories .category:hover .category-icon--wrapper{-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.1);box-shadow:1px 1px 10px rgba(0,0,0,0.1)}@media (max-width:1000px){.explore-categories .categories{-ms-grid-columns:1fr 10px 1fr;grid-template-columns:repeat(2,1fr);gap:10px}.explore-categories .categories .category{padding:10px;gap:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-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}.explore-categories .categories .category .category-title{text-align:center}.explore-categories .categories .category .category-icon--wrapper{height:50px;width:50px}}