.pagination{font-size:1em;padding-top:2em;display:flex;justify-content:center;align-items:center;gap:.5em;flex-wrap:wrap}@media (max-width:1024px){.pagination{gap:.75em}}.pagination .current,.pagination .deco,.pagination .page a{display:flex;width:2.5em;height:2.5em;background-color:#eeece7;border:1px solid #222425;align-items:center;justify-content:center;text-decoration:none;border-radius:.25em;font-size:.875em}.pagination .deco{background-color:transparent;border-color:transparent}.pagination .page a{font-weight:400;opacity:1;transform:opacity linear .15s}.pagination .page a:hover{opacity:1}.pagination .current{background-color:#222425;border-color:transparent;color:#eeece7;opacity:1}.pagination .next,.pagination .prev{background:#e5e3dd url(icon-chevron-right.svg) no-repeat 50% 50%/1.125em;margin-left:.5em;border-radius:.25em}.pagination .next a,.pagination .prev a{display:flex;justify-content:center;align-items:center;text-decoration:none;width:1.5em;height:1.5em;background-color:transparent;overflow:hidden;text-indent:-999999px}.pagination .prev{transform:rotate(180deg);margin-left:0;margin-right:.5em}