:root{--white:#FFF;--black:#000;--primary:#009146;--secondary:#d90f23;--tertiary:#1a6d3d;--grey:#9b9b9b;--green:#86c74f;--red:#ff4949}.listBrand{display:flex;gap:24px;flex-wrap:wrap}.listBrand__list{flex:0 0 100%}@media (min-width:768px){.listBrand__list{flex:0 0 calc(33% - 16px)}}.listBrand__group:not(:has(.listBrand__item)){display:none}.listBrand__list{padding:0}.listBrand__group{margin-bottom:24px}.listBrand__letter{font-size:24px;margin-bottom:12px;font-weight:900}.listBrand__name{font-size:18px;margin-bottom:8px;text-transform:lowercase}.listBrand__name::first-letter{text-transform:uppercase}.listBrand__name a{font-weight:400;text-decoration:underline;text-transform:lowercase}.listBrand__name a::first-letter{text-transform:uppercase}.listBrand__title{margin-bottom:32px}.listBrand__allLetters{display:flex;gap:16px;flex-wrap:wrap;background:rgba(0,145,70,.04);padding:0 18px;border-radius:5px;margin-bottom:36px;width:-moz-fit-content;width:fit-content}.listBrand__allLetter{font-size:calc(var(--font-body-scale) * 22px)}.listBrand__allLetter:hover{text-decoration:underline}