.pd-results{background:var(--pd-black);color:var(--pd-white);padding:120px 48px;width:100%}.pd-results-header{margin-bottom:64px;max-width:600px}.pd-results .pd-section-label{color:var(--pd-blue-40)}.pd-results .pd-section-title{color:var(--pd-white)}.pd-results-grid{display:grid;gap:2px;grid-template-columns:repeat(3,1fr)}.pd-result-col{background:hsla(0,0%,100%,.04);border-top:2px solid transparent;padding:48px 40px}.pd-result-col:first-child{border-top-color:var(--pd-blue-60)}.pd-result-col:nth-child(2){border-top-color:var(--pd-purple-60)}.pd-result-col:nth-child(3){border-top-color:var(--pd-green-60)}.pd-result-col h3{font-family:FoundryUnie,serif;font-size:20px;font-weight:700;margin-bottom:24px}.pd-result-col:first-child h3{color:var(--pd-blue-40)}.pd-result-col:nth-child(2) h3{color:var(--pd-purple-40)}.pd-result-col:nth-child(3) h3{color:var(--pd-green-60)}.pd-result-list{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:0}.pd-result-list li{color:hsla(0,0%,100%,.6);font-size:14px;line-height:1.6;padding-left:20px;position:relative}.pd-result-list li:before{border-radius:50%;content:"";height:6px;left:0;position:absolute;top:8px;width:6px}.pd-result-col:first-child .pd-result-list li:before{background:var(--pd-blue-40)}.pd-result-col:nth-child(2) .pd-result-list li:before{background:var(--pd-purple-40)}.pd-result-col:nth-child(3) .pd-result-list li:before{background:var(--pd-green-60)}@media (max-width:1024px){.pd-results-grid{grid-template-columns:1fr}}