.five-columns-root{container-type:inline-size}.five-columns-grid{--fc-item-width:165px;--fc-row-gap:15px;grid-template-columns:repeat(1,var(--fc-item-width));justify-content:space-between;align-items:stretch;column-gap:0;row-gap:var(--fc-row-gap);display:grid}@container (min-width:320px){.five-columns-grid{grid-template-columns:repeat(2,minmax(0,200px));justify-content:center;column-gap:15px}}@container (min-width:515px){.five-columns-grid{grid-template-columns:repeat(3,var(--fc-item-width));justify-content:space-between;column-gap:0}}@container (min-width:690px){.five-columns-grid{grid-template-columns:repeat(4,var(--fc-item-width))}}@container (min-width:865px){.five-columns-grid{grid-template-columns:repeat(5,var(--fc-item-width))}}@media (min-width:640px){.five-columns-grid{--fc-item-width:188px;--fc-row-gap:40px}@container (min-width:378px){.five-columns-grid{grid-template-columns:repeat(2,minmax(0,200px));justify-content:center;column-gap:10px}}@container (min-width:572px){.five-columns-grid{grid-template-columns:repeat(3,var(--fc-item-width));justify-content:space-between;column-gap:0}}@container (min-width:766px){.five-columns-grid{grid-template-columns:repeat(4,var(--fc-item-width))}}@container (min-width:960px){.five-columns-grid{grid-template-columns:repeat(5,var(--fc-item-width))}}}
