.whitepapers{background:var(--gradient-brand-dark-bg);color:var(--color-white);padding:10rem 0 4.5rem;text-align:center}.whitepapers__description{font-size:var(--font-size-xl);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);margin:1rem auto 0;width:min(100%,1224px)}.whitepapers__cards{display:flex;flex-wrap:wrap;gap:1.375rem;justify-content:center;margin-top:2.5rem}.whitepapers__card{background:var(--gradient-purple-overlay);border:var(--border-width) solid rgba(167,139,250,.2);border-radius:var(--radius-xl);display:flex;flex:0 1 calc(33.33333% - 0.91667rem);flex-direction:column;justify-content:space-between;max-width:calc(33.33333% - .91667rem);min-height:16rem;padding:2rem;text-align:left}.whitepapers__card-title{font-size:1.5rem;font-weight:var(--font-weight-light);line-height:var(--line-height-relaxed)}.whitepapers__card-text{font-size:1rem;margin-top:1rem}.whitepapers__card-link{align-items:center;color:var(--color-white);display:inline-flex;gap:1rem;line-height:normal;margin-top:1.5rem;opacity:1;text-transform:uppercase;transition:.2s linear}.whitepapers__card-link:hover{opacity:.6;transition:.2s linear}.whitepapers--white{background:var(--color-white);color:var(--color-black)}.whitepapers--white .whitepapers__card{background:var(--color-white);border:1px solid rgba(0,0,0,.1)}.whitepapers--white .whitepapers__card-link{color:var(--color-black)}.whitepapers+.whitepapers{padding-bottom:7.875rem;padding-top:3.375rem}@media (max-width:1280px){.whitepapers__card{flex:0 1 calc(50% - 0.6875rem);max-width:calc(50% - .6875rem);min-height:unset}}@media (max-width:768px){.whitepapers{padding:7.75rem 0 3.5rem}.whitepapers .heading{font-size:2.5rem}.whitepapers__description{display:none}.whitepapers__cards{margin-top:2rem}.whitepapers__card{flex:1 1 100%;max-width:100%;padding:2rem}.whitepapers+.whitepapers{padding-bottom:4rem;padding-top:2rem}}