.background-shape{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr);grid-column-gap:1rem;grid-row-gap:1rem;position:absolute;justify-content:center;background-color:#222223;min-width:100%;min-height:100%;z-index:0}.background-shape svg{width:100%;height:100%;fill:#fff;opacity:.035;z-index:0}.brands svg{width:22px;height:22px}.brands{gap:1rem}.brands .brand{display:flex;flex-direction:row;gap:.5rem;align-items:center;font-size:14px;border-radius:50px;padding:.25rem 1rem;cursor:default;position:relative;background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 30px rgba(0,0,0,.1);border:none!important;z-index:1}.brands .brand:hover{transform:scale(1.05);transition:all .2s ease}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes rotate{to{--angle:360deg}}.brand:before{content:"";position:absolute;inset:0;border-radius:50px;padding:1.5px;background:conic-gradient(from var(--angle),var(--brand-color),var(--brand-color-dark),var(--brand-color));animation:rotate 4s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:2;opacity:.5}.brand-whatsapp{--brand-color:#25d366;--brand-color-dark:#075e54}.brand-meta{--brand-color:#08c;--brand-color-dark:#00527a}.brand-ai{--brand-color:gold;--brand-color-dark:#ff8c00}