.profiles{--profiles-hero-bg:var(--brand-white,var(--brand-white-fallback));--profiles-content-bg:var(--brand-white,var(--brand-white-fallback));--profiles-border:var(--brand-pink,var(--brand-pink-fallback));position:relative;overflow:hidden}.profiles__hero{border-bottom:1px solid var(--profiles-border);background:var(--profiles-hero-bg);isolation:isolate;padding-block:clamp(4rem,8vw,7rem);position:relative;overflow:hidden}.profiles__content{z-index:1;max-width:48rem;position:relative}.profiles__eyebrow{text-transform:uppercase;align-items:center;gap:.5rem;display:inline-flex}.profiles__eyebrow:before{content:"";background:linear-gradient(90deg, var(--brand-tertiary,var(--brand-tertiary-fallback,#204be8)), var(--brand-primary,var(--brand-primary-fallback,#7238da)));border-radius:999px;width:1.2rem;height:.35rem}.profiles__title{text-wrap:balance;margin-top:1.2rem}.profiles__meta{flex-wrap:wrap;gap:.45rem 1rem;margin-top:.85rem;display:flex}.profiles__body{background:var(--profiles-content-bg)}.profiles__article{width:100%;max-width:100%;margin-inline:auto}.profiles__block{scroll-margin-top:7rem}.profiles__block+.profiles__block,.profiles__paragraph+.profiles__block{margin-top:clamp(2rem,4vw,3rem)}.profiles__block-title{text-wrap:balance}.profiles__paragraph{text-wrap:pretty;margin-top:1rem}.profiles__block-title+.profiles__paragraph{margin-top:.85rem}.profiles__list{gap:.75rem;margin-top:1.5rem;padding:0;list-style:none;display:grid}@media (min-width:768px){.profiles__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.profiles__item{min-width:0}.profiles__item-link{border:1px solid var(--profiles-border);background:var(--profiles-content-bg);border-radius:.75rem;align-items:flex-start;gap:.9rem;height:100%;padding:1rem 1.15rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}a.profiles__item-link:hover{border-color:var(--brand-primary,var(--brand-primary-fallback,#7238da));box-shadow:0 1px 0 0 color-mix(in srgb, var(--brand-primary,#7238da) 22%, transparent);transform:translateY(-1px)}a.profiles__item-link:focus-visible{outline:2px solid var(--brand-primary,var(--brand-primary-fallback,#7238da));outline-offset:2px}.profiles__item[data-status=pending] .profiles__item-link{cursor:default;border-style:dashed}.profiles__item-text{flex-direction:column;gap:.2rem;min-width:0;display:flex}.profiles__item-name{flex-wrap:wrap;align-items:center;gap:.5rem;display:inline-flex}.profiles__item-role{text-wrap:pretty}.profiles__mark,.profiles__monogram{border:1px solid var(--profiles-border);background:var(--brand-white,var(--brand-white-fallback));border-radius:.55rem;flex:none;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex}.profiles__mark img{object-fit:contain;width:1.25rem;height:1.25rem}.profiles__monogram{color:#fff;letter-spacing:-.01em;border-color:#0000;font-size:.85rem;font-weight:700;line-height:1}.profiles__badge{border:1px solid var(--profiles-border);color:#0000008c;white-space:nowrap;border-radius:999px;align-items:center;padding:.1rem .5rem;font-weight:500;display:inline-flex}.profiles__faq-group+.profiles__faq-group{margin-top:clamp(1.75rem,3.5vw,2.5rem)}.profiles__faq-group-title{text-transform:uppercase;letter-spacing:.08em;color:#0000009e;align-items:center;gap:.65rem;margin-top:1.75rem;margin-bottom:.9rem;font-size:.78rem;display:flex}.profiles__faq-group-title:after{content:"";background:var(--profiles-border);flex:1;height:1px}.profiles__faq{gap:.6rem;display:grid}.profiles__faq-item{border:1px solid var(--profiles-border);background:var(--profiles-content-bg);border-radius:.75rem;scroll-margin-top:7rem;transition:border-color .2s,box-shadow .2s}.profiles__faq-item:hover{border-color:color-mix(in srgb, var(--brand-primary,#7238da) 45%, var(--profiles-border))}.profiles__faq-item[data-open=true]{border-color:var(--brand-primary,var(--brand-primary-fallback,#7238da));box-shadow:0 1px 0 0 color-mix(in srgb, var(--brand-primary,#7238da) 20%, transparent)}.profiles__faq-heading{margin:0}.profiles__faq-trigger{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;border:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.05rem 1.15rem;display:flex}.profiles__faq-trigger:focus-visible{outline:2px solid var(--brand-primary,var(--brand-primary-fallback,#7238da));outline-offset:-2px;border-radius:.75rem}.profiles__faq-question{text-wrap:pretty}.profiles__faq-icon{border:1px solid var(--profiles-border);color:#0000008c;border-radius:999px;flex:none;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;margin-top:.05rem;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s,border-color .2s,background-color .2s;display:inline-flex}.profiles__faq-item[data-open=true] .profiles__faq-icon{color:#fff;background:linear-gradient(90deg, var(--brand-tertiary,var(--brand-tertiary-fallback,#204be8)), var(--brand-primary,var(--brand-primary-fallback,#7238da)));border-color:#0000;transform:rotate(180deg)}.profiles__faq-panel{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1);display:grid}.profiles__faq-item[data-open=true] .profiles__faq-panel{grid-template-rows:1fr}.profiles__faq-panel-inner{overflow:hidden}.profiles__faq-answer{text-wrap:pretty;opacity:0;margin:0;padding:0 3.4rem 0 1.15rem;transition:opacity .22s}.profiles__faq-answer:last-child{padding-bottom:1.15rem}.profiles__faq-answer+.profiles__faq-answer{margin-top:.85rem}.profiles__faq-item[data-open=true] .profiles__faq-answer{opacity:1;transition-delay:90ms}@media (prefers-reduced-motion:reduce){.profiles__faq-panel,.profiles__faq-icon,.profiles__faq-answer{transition:none}}@media (max-width:767px){.profiles__hero{padding-block:3.25rem}.profiles__content{max-width:24rem}.profiles__article{max-width:100%}.profiles__faq-answer{padding-right:1.15rem}}
