.team-grid__member__bio{display:none}.team-grid__inner.content-wrapper{display:flex;flex-flow:row wrap;gap:1rem;width:100%}.team-grid__member{background:var(--off-white);border-radius:16px;display:flex;flex-flow:column;padding:1rem;text-align:center;width:calc(20% - .8rem)}.team-grid__member__bio-toggle{margin-top:auto}.team-grid__member__photo{border-radius:100%;margin:0 auto 1rem;width:150px}.team-grid__member__name{font-size:20px;font-weight:700}.team-grid__member__title{font-size:14px;margin:-1.4rem 0 1.4rem}.team-grid__dialog{background:#fff;border:2px solid var(--primary-color);border-radius:16px;max-width:min(calc(100% - 2rem),var(--container-width))}.team-grid__dialog__close{background:transparent!important;border-radius:0;display:flex;flex-flow:column;height:40px;justify-content:space-between;margin:0;padding:0;position:absolute;right:1rem;top:1rem;width:40px}.team-grid__dialog__close__line{background:#000;height:2px;width:100%}.team-grid__dialog__close__line:first-child{transform:translateY(19px) rotate(45deg)}.team-grid__dialog__close__line:last-child{transform:translateY(-19px) rotate(-45deg)}.team-grid__dialog__copy>h2:first-child{padding-right:36px}@media (max-width:1030px){.team-grid__member{width:calc(25% - .75rem)}}@media (max-width:890px){.team-grid__member{width:calc(33% - .66667rem)}}@media (max-width:650px){.team-grid__member{width:calc(50% - .5rem)}}@media (max-width:560px){.team-grid__member{width:100%}}