.testimonial-block{background-color:var(--background);width:100%;min-height:100svh;color:var(--foreground);justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative}.testimonial-content{flex-direction:column;gap:3rem;width:60%;display:flex}.testimonial-content>p{color:var(--foreground-200)}.testimonial-quote h2{font-style:italic;font-weight:500}.testimonial-attribution p{color:var(--foreground-200)}.testimonial-metrics{gap:4.5rem;margin-top:1.5rem;display:flex}.testimonial-metric{flex-direction:column;gap:.25rem;display:flex}.testimonial-metric-value{color:var(--foreground);font-size:clamp(1.5rem,1rem + 1.5vw,3rem)!important}.testimonial-metric-label{color:var(--foreground-200)}@media (max-width:1000px){.testimonial-content{width:100%}.testimonial-metrics{flex-wrap:wrap;justify-content:flex-start;gap:2rem}}
.related-content{background-color:var(--background);width:100%;color:var(--foreground);padding:6rem 1.5rem;position:relative}.related-content-inner{flex-direction:column;max-width:60%;display:flex}.related-content-header{color:var(--foreground-200);padding-bottom:2rem}.related-content-links{flex-direction:column;display:flex}.related-content-label{color:var(--foreground-200);margin-top:2rem;margin-bottom:.5rem}.related-content-label:first-child{margin-top:0}.related-content-item{border-bottom:1px solid var(--foreground-200);padding:1rem 0}@media (max-width:1000px){.related-content-inner{max-width:100%}}
