.b-small-boxes__wrapper{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:992px){.b-small-boxes__wrapper{grid-template-columns:repeat(4,1fr)}.b-small-boxes__wrapper--columns-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.b-small-boxes__wrapper{grid-gap:2rem;grid-template-columns:repeat(8,1fr)}.b-small-boxes__wrapper--columns-2{grid-template-columns:repeat(2,1fr)}.b-small-boxes__wrapper--columns-4{grid-template-columns:repeat(4,1fr)}.b-small-boxes__wrapper--columns-6{grid-template-columns:repeat(6,1fr)}.b-small-boxes__wrapper--columns-8{grid-template-columns:repeat(8,1fr)}.b-small-boxes__wrapper--columns-9{grid-template-columns:repeat(9,1fr)}}.b-small-boxes__item{position:relative;display:flex;min-height:5rem;max-height:5rem;box-sizing:border-box;align-items:center;padding:1rem;border-radius:var(--radius);background:var(--color-white);box-shadow:var(--box-shadow-blue);gap:1rem}.b-small-boxes__item .wp-block-image{display:block;width:100%;height:100%}.b-small-boxes__item .wp-block-image img{display:block;width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain}.b-small-boxes__item-link{position:absolute;top:0;right:0;bottom:0;left:0}.b-small-boxes--extended .b-small-boxes__wrapper{grid-template-columns:1fr}@media(min-width:576px){.b-small-boxes--extended .b-small-boxes__wrapper{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.b-small-boxes--extended .b-small-boxes__wrapper{grid-template-columns:repeat(4,1fr)}}.b-small-boxes--extended .b-small-boxes__item .wp-block-image{width:auto}.b-small-boxes--extended .b-small-boxes__item .wp-block-image img{width:auto!important}.b-small-boxes--overview .b-small-boxes__wrapper{grid-gap:1rem}@media(min-width:1200px){.b-small-boxes--overview .b-small-boxes__wrapper{grid-gap:1rem}}.b-small-boxes--overview .b-small-boxes__item{min-height:inherit;padding:.6rem 1.24rem;border:1px solid var(--color-gray-200);box-shadow:none}@media(max-width:1200px){.b-small-boxes--overview-columns-9 .b-small-boxes__item:nth-child(9){display:none}}.b-small-boxes--overview-columns-9 .b-small-boxes__wrapper{gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:992px){.b-small-boxes--overview-columns-9 .b-small-boxes__wrapper{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.b-small-boxes--overview-columns-9 .b-small-boxes__wrapper{grid-gap:1rem;grid-template-columns:repeat(9,1fr)}}