.people{padding-top:var(--space--2xl);padding-bottom:var(--space--2xl)}.people__inner{max-width:var(--width--responsive--xl);margin-left:auto;margin-right:auto}.people__items{display:grid;grid-template-columns:1fr;grid-column-gap:7.5rem}@media(min-width: 48em){.people__items{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62em){.people__items{grid-template-columns:repeat(3, 1fr)}}.people .person{position:relative;display:flex;flex-direction:column;gap:var(--space--s);padding-left:0;padding-right:0;margin-top:var(--space--2xl);padding-bottom:var(--space--2xl);border-bottom:1px dashed var(--color--indigo)}.people .person:last-of-type{border-bottom:none}.people .person::before{content:none;position:absolute;top:0;bottom:0;right:-3.75rem;width:0;border-right:1px dashed var(--color--indigo)}@media(min-width: 48em){.people .person{border-bottom:none;padding-bottom:0}.people .person:first-of-type{padding-left:0}.people .person:nth-of-type(odd)::before{content:""}}@media(min-width: 62em){.people .person:nth-of-type(odd)::before{content:none}.people .person:nth-of-type(3n + 1)::before,.people .person:nth-of-type(3n + 2)::before{content:""}}.people .person__name{font-family:"Apercu Pro";font-weight:700;line-height:1.36}.people .person__name a{color:inherit}.people .person__name{font-size:calc(18/16*1rem + (28 - 18)*var(--fluid-bp));line-height:1.32;margin-bottom:0}.people .person__role{font-family:"Apercu Pro";font-weight:700;line-height:1.36}.people .person__role a{color:inherit}.people .person__role{font-size:calc(18/16*1rem + (28 - 18)*var(--fluid-bp));line-height:1.32;font-weight:300}.people .person__image img{width:100%;border-radius:100%}.people .person__email{display:flex;align-items:center;font-weight:700;margin-top:auto}.people .person__email a{text-decoration-color:var(--color--cyan);text-decoration-thickness:.125rem}.people .person__email svg{width:1.75rem;height:1.75rem;margin-right:.75rem}.people .person__email:hover a{opacity:.75}
