.img-box{position:relative;height:100%;display:block;overflow:hidden;width:100%}.img-box a,.img-box figure{position:relative;height:100%;display:block;overflow:hidden;width:100%;transition:.4s ease-in-out all}.img-box a img,.img-box figure img{position:relative;width:100%;height:100%;object-fit:cover;object-position:center}.img-box img{position:relative;width:100%;height:100%;object-fit:cover;object-position:center}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translate(25px)}to{opacity:1;transform:translate(0)}}@keyframes arrow-slide{0%{transform:translate(0);opacity:1}33%{transform:translate(5px);opacity:0}66%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes arrow-slide-up-right{0%{transform:translate(0);opacity:1}35%{transform:translate(6px,-6px);opacity:0}36%{transform:translate(-6px,6px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInFromAboveFull{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(8%)}to{opacity:1;transform:translate(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.category-grid__cards{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2.6875rem}@media screen and (min-width:768px){.category-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1300px){.category-grid__cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.category-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;height:10.125rem;min-height:10.125rem;margin-top:1.25rem;padding:1rem 3.5rem 1rem 1rem;border-radius:10px;background:#9f9f9f1a;overflow:visible;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.category-card:nth-child(2) .category-card__image{top:-3.25rem;width:10rem;height:10rem}.category-card:nth-child(3) .category-card__image{top:-1.375rem;width:6.625rem;height:6.625rem}.category-card:nth-child(4) .category-card__image{top:-2.3125rem;width:7.375rem;height:7.375rem}.category-card:nth-child(5) .category-card__image{top:-1.1875rem;width:6.25rem;height:6.25rem}.category-card:nth-child(6) .category-card__image{top:-1.125rem;width:8.25rem;height:6.1875rem}.category-card:nth-child(7) .category-card__image{top:-1.8125rem;width:5.25rem;height:6.875rem}.category-card:nth-child(8) .category-card__image{top:-1.3125rem;width:6.5rem;height:6.5rem}.category-card:hover{transform:translateY(-2px);box-shadow:0 0 20px #00000026;color:inherit;text-decoration:none}.category-card:hover .category-card__arrow{background:#ff6900;color:#fff}.category-card--dark{background:#1e1e1e!important}.category-card--dark .category-card__title{color:#ff6900}.category-card--dark .category-card__subtitle{color:#fff}.category-card--dark .category-card__arrow,.category-card--dark:hover .category-card__arrow{background:#fff;color:#1e1e1e}.category-card__image{position:absolute;top:-2.5rem;left:1.5rem;width:7.375rem;height:7.375rem;pointer-events:none;z-index:1}.category-card__image .img-box,.category-card__image figure{width:100%;height:100%;margin:0;aspect-ratio:auto!important;background:transparent}.category-card__image .img-box img,.category-card__image figure img,.category-card__image img{display:block;width:100%;height:100%;object-fit:contain;object-position:bottom left}.category-card__arrow{position:absolute;right:1rem;bottom:1rem;display:inline-flex;align-items:center;justify-content:center;width:2.1875rem;height:2.1875rem;border-radius:4px;background:#39393959;color:#fff;font-size:.875rem;z-index:2;transition:background-color .2s ease,color .2s ease}.category-card__title{position:relative;z-index:1;margin:0;font-size:1.25rem;font-weight:600;line-height:1.525;color:#1e1e1e}.category-card__subtitle{position:relative;z-index:1;margin:0;font-size:.9375rem;font-weight:500;line-height:1.525;color:#ff6900}
