:root{--data-sources-category-width:calc(var(--base-unit)*178);--data-sources-category-before-width:calc(var(--base-unit)*86);--data-sources-category-before-height:calc(var(--base-unit)*132);--data-sources-category-before-left:calc(var(--base-unit)*-91.5);--data-sources-category-after-right:calc(var(--base-unit)*-91.5);--data-sources-logo-size:calc(var(--base-unit)*40)}.data-sources__categories{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacing-md);justify-content:center;overflow:hidden;padding-bottom:var(--spacing-7xl);position:relative}.data-sources .category{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-5xl);height:auto;margin-top:var(--spacing-6xl);position:relative;width:var(--data-sources-category-width)}.data-sources .category:first-child:before{background:url(https://25792325.fs1.hubspotusercontent-eu1.net/hubfs/25792325/raw_assets/public/soax-theme-live/images/v4/data-sources-before.svg) no-repeat top;left:var(--data-sources-category-before-left)}.data-sources .category:first-child:before,.data-sources .category:last-child:after{bottom:0;content:"";height:var(--data-sources-category-before-height);position:absolute;width:var(--data-sources-category-before-width)}.data-sources .category:last-child:after{background:url(https://25792325.fs1.hubspotusercontent-eu1.net/hubfs/25792325/raw_assets/public/soax-theme-live/images/v4/data-sources-after.svg) no-repeat top;right:var(--data-sources-category-after-right)}.data-sources .name{color:var(--color-base-black);font-size:var(--font-text-xl-size);font-weight:500;line-height:var(--font-text-xl-line-height);text-align:center}.data-sources .category__logos{display:flex;flex-wrap:wrap;gap:var(--spacing-lg);height:auto;width:var(--data-sources-category-width)}.data-sources .logo{align-items:center;border:1px solid rgba(145,158,171,.14);border-radius:var(--radius-16);display:flex;height:var(--data-sources-logo-size);justify-content:center;width:var(--data-sources-logo-size)}.data-sources .logo img{height:auto;width:auto}.data-sources .logo.act{background:var(--color-base-white);border:none;box-shadow:0 16px 32px -4px rgba(145,158,171,.24);opacity:.8}.data-sources__bottom{display:flex;justify-content:center}.data-sources__bottom .btn-primary{width:auto}@media screen and (max-width:768px){.data-sources .category:first-child:before,.data-sources .category:last-child:after{display:none}.data-sources__categories{gap:0}.data-sources .category{gap:var(--spacing-md);margin-top:var(--spacing-xl)}}