.cattag-chips{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.75em}@media screen and (min-width:60em){.cattag-chips{justify-content:flex-start}}.cattag-label{font-size:11px;font-weight:300}.cattag-chip{transition-property:all;transition-duration:.5s;transition-timing-function:ease-in-out;transition-delay:0s}@media(prefers-reduced-motion:reduce){.cattag-chip{transition-duration:0s}}.cattag-chip{font-size:11px;font-weight:600;line-height:1;letter-spacing:0;font-family:Inter,sans-serif;color:var(--text-primary);background:hsla(0,0%,100%,.05);padding:.6rem .75rem;text-transform:uppercase;border:1px solid color-mix(in srgb,#fff 20%,transparent);border-radius:36px;cursor:pointer}.cattag-chip:hover{background:hsla(0,0%,100%,.2)}.cattag-chip.selected{background:#fff;color:#1a2b33;border:1px solid #fff;box-shadow:0 0 16px 0 hsla(0,0%,100%,.3019607843)}.arrPage-main{padding-top:5rem}.arrPage-main,.arrPage-wrapper{width:100%;display:flex;flex-direction:column}.arrPage-wrapper{max-width:88em;margin:0 auto;gap:1.5rem;padding:0 1rem}@media screen and (min-width:60em){.arrPage-wrapper{gap:2rem}}@media screen and (min-width:88em){.arrPage-wrapper{padding:0;gap:3rem}}.arrPage-header{display:flex;flex-direction:column;gap:1rem;margin:2.5rem 0}.arrPage-header-title{margin:0;font-size:2.25rem;font-weight:300;line-height:1;letter-spacing:0;font-family:Inter,sans-serif;color:var(--text-primary)}@media screen and (min-width:60em){.arrPage-header-title{font-size:3rem}}@media screen and (min-width:80em){.arrPage-header-title{font-size:4rem}}.arrPage-header-subtitle{margin:0;font-size:1.5rem;font-weight:300;line-height:1.4;letter-spacing:0;font-family:Inter,sans-serif;color:#acd2e5}@media screen and (min-width:80em){.arrPage-header-subtitle>p{max-width:60%}}