.categories{display:flex;flex-wrap:wrap;width:100%;padding:var(--sp-small) 0 var(--sp-xxl)}.category{--page-bg: transparent;position:relative;width:100%;border-bottom:1px solid var(--brand-green-default);background:var(--page-bg)}.category:first-child{border-top:1px solid var(--brand-green-default)}.category:hover{--page-bg: white}.category:hover .chevron{transform:translate3d(-50%,.5rem,0)}.category .header{padding:1.5rem 1.25rem 4.25rem;--line-height: 1.125;line-height:var(--line-height);margin:0;word-break:keep-all;font-weight:300;text-wrap:balance;text-wrap:pretty}.category .header h1,.category .header h2,.category .header h3,.category .header h4,.category .header h5,.category .header h6,.category .header p,.category .header a{font-size:inherit;line-height:inherit;font-weight:inherit;font-family:inherit;color:inherit}.category .header h1,.category .header h2,.category .header h3,.category .header h4,.category .header h5,.category .header h6,.category .header p{margin:0;padding:0}.category .header{font-size:1.375rem;--line-height: 1.1;line-height:var(--line-height);margin-bottom:.25em}@media(min-width:768px){.category .header{font-size:1.5rem}}@media(min-width:1200px){.category .header{font-size:2rem}}@media(max-width:767.98px){.category .header{padding-bottom:2rem}}.category .chevron{position:absolute;left:50%;bottom:2rem;transform:translate3d(-50%,0,0);transition:.3s ease}@media(max-width:767.98px){.category .chevron{bottom:.75rem;scale:.5}}.category .link span{position:absolute;inset:0}