.brand-card{font-family:var(--font-family-inter);color:inherit;opacity:0;transition:opacity .8s ease-out var(--animation-delay,0s),transform .8s ease-out var(--animation-delay,0s);text-decoration:none;display:flex;transform:translateY(30px)}.brand-card--in-view{opacity:1;transform:translateY(0)}.brand-card--big{flex-direction:column;align-items:center;gap:30px;width:100%;max-width:474px}.brand-card--big .brand-card__image-wrapper{background-color:#fffcf5;flex-direction:column;justify-content:center;align-items:center;width:100%;height:420px;display:flex;position:relative;overflow:hidden}.brand-card--big .brand-card__image{object-fit:contain;background-color:#fffcf5;padding:24px}.brand-card__category-badge{background:#fff;border:1px solid #ededed;border-radius:200px;justify-content:center;align-items:center;gap:5px;padding:6px 10px;display:flex;position:absolute;top:16px;left:12px}.brand-card__category-badge-text{color:#313438;text-align:center;font-family:var(--font-family-inter);letter-spacing:.365px;text-transform:uppercase;font-size:10px;font-weight:500;line-height:12.858px}.brand-card--big .brand-card__content{flex-direction:column;align-items:flex-start;gap:25px;width:100%;display:flex}.brand-card--big .brand-card__text-content{flex-direction:column;align-items:flex-start;gap:15px;width:100%;display:flex}.brand-card--big .brand-card__name{color:#0f0f0f;font-family:var(--font-family-hepta-slab);align-items:flex-start;width:100%;max-width:500px;min-height:68px;margin:0;font-size:26px;font-weight:600;line-height:1.3;display:flex}.brand-card--big .brand-card__ctas{align-items:center;gap:10px;display:flex}.brand-card__cta-link{color:#0f0f0f;font-family:var(--font-family-inter);text-underline-offset:2px;font-size:16px;font-weight:600;line-height:23px;text-decoration:underline;transition:opacity .2s}.brand-card__cta-link:hover{opacity:.8}.brand-card__cta-link--external{align-items:center;gap:5px;display:flex}.brand-card__cta-link--external img{flex-shrink:0;width:11px;height:11px}.brand-card__cta-divider{color:#0f0f0f;font-family:var(--font-family-inter);font-size:18px;font-weight:400;line-height:26px}.brand-card--big .brand-card__stats{border-top:3px solid var(--color-text-primary);flex-direction:column;align-items:flex-start;width:100%;padding-top:15px;display:flex}.brand-card__stats-info{flex-direction:column;width:100%;display:flex}.brand-card__stat-row{border-bottom:1px solid var(--color-text-primary);justify-content:space-between;align-items:center;width:100%;min-height:43px;padding:10px 0;display:flex}.brand-card__stat-row:first-child{padding-top:0}.brand-card__stat-label{color:var(--color-text-primary);font-family:var(--font-family-inter);font-size:14px;font-weight:600;line-height:20px}.brand-card__stat-value{align-items:center;gap:5px;display:flex}.brand-card__stat-text{color:var(--color-text-primary);font-family:var(--font-family-inter);font-size:14px;font-weight:400;line-height:20px}.brand-card__stat-value img{flex-shrink:0}.brand-card__stat-value img[src*=star-filled]{filter:brightness(0)saturate()invert(67%)sepia(68%)saturate(706%)hue-rotate(316deg)brightness()contrast(95%)}.brand-card__stat-value img[src*=user]{filter:brightness(0)saturate()invert(57%)sepia(36%)saturate(1794%)hue-rotate(329deg)brightness(101%)contrast(93%)}.brand-card--small{border-top:3px solid var(--color-text-primary);flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:28px;width:100%;padding-bottom:40px}.brand-card--small .brand-card__image-wrapper{background-color:#fff;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:220px;height:220px;display:flex;position:relative;overflow:hidden}.brand-card--small .brand-card__image{object-fit:contain;background-color:#fffcf5;padding:24px}.brand-card--small .brand-card__content{flex:1;justify-content:center;align-self:center;align-items:flex-start;gap:20px;height:auto;display:flex}.brand-card--small .brand-card__text-content{flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:422px;min-height:0;display:flex}.brand-card--small .brand-card__name{color:#0f0f0f;font-family:var(--font-family-hepta-slab);margin:0;font-size:22px;font-weight:600;line-height:normal}.brand-card__tags{align-items:center;gap:5px;display:flex}.brand-card__tag{color:#313438;text-align:center;font-family:var(--font-family-inter);letter-spacing:.365px;text-transform:uppercase;background:#ededed;border:1px solid #ededed;border-radius:200px;justify-content:center;align-items:center;gap:5px;padding:6px 10px;font-size:10px;font-weight:500;line-height:12.858px;display:flex}.brand-card--small .brand-card__stats{flex-direction:column;flex-shrink:0;align-self:stretch;align-items:flex-start;gap:29px;width:227px;height:auto;display:flex}.brand-card--small .brand-card__stats-info{flex-direction:column;width:100%;height:100%;display:flex}.brand-card--small .brand-card__stat-row{min-height:43px;padding:10px 0}.brand-card--small .brand-card__ctas{align-items:center;gap:14px;display:flex}@media (max-width:767px){.brand-card--big{max-width:100%}.brand-card--big .brand-card__image-wrapper{height:300px}.brand-card--big .brand-card__name{font-size:26px}.brand-card--small{flex-direction:column;align-items:flex-start;gap:20px}.brand-card--small .brand-card__image-wrapper{width:100%;height:250px}.brand-card--small .brand-card__content{flex-direction:column;align-items:flex-start;gap:20px;width:100%;height:auto}.brand-card--small .brand-card__text-content{max-width:100%}.brand-card--small .brand-card__stats{width:100%}.brand-card--small .brand-card__name{font-size:22px}}@media (min-width:768px) and (max-width:1024px){.brand-card--big .brand-card__image-wrapper{height:380px}.brand-card--small .brand-card__content{gap:60px}}
