.bio-modal{display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.bio-modal.is-open{display:flex}.bio-modal__overlay{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;padding:1.25rem;width:100%}.bio-modal__container{background:var(--color-white);border-radius:.5rem;box-shadow:0 10px 30px rgba(0,0,0,.3);max-height:90vh;max-width:50rem;overflow:hidden;position:relative;width:100%}.bio-modal__content{padding:1.875rem}.bio-modal__layout{display:grid;gap:2.5rem;grid-template-columns:1fr 2fr}@media(min-width: 37.5em){.bio-modal__layout{gap:3.75rem}}@media(max-width: 30em){.bio-modal__layout{gap:1.875rem;grid-template-columns:1fr}}.bio-modal__photo{display:flex;flex-direction:column;justify-content:flex-start}@media(max-width: 30em){.bio-modal__photo{margin:0 auto;max-width:12.5rem}}.bio-modal__image-wrapper{aspect-ratio:1;overflow:hidden;width:100%}.bio-modal__image{display:block;height:auto;width:100%}.bio-modal__placeholder{align-items:center;aspect-ratio:1;background-color:var(--color-grey-100);display:flex;height:18.75rem;justify-content:center;width:100%}.bio-modal__text{display:flex;flex-direction:column;gap:1.25rem;position:relative}.bio-modal__header{display:flex;flex-direction:column;gap:.5rem}.bio-modal__name{font-size:1.5rem;font-weight:600;line-height:1.2;margin:0}.bio-modal__title{color:var(--color-text-secondary)}.bio-modal__bio{line-height:1.6}.bio-modal__bio p{margin-bottom:1rem}.bio-modal__bio p:last-child{margin-bottom:0}.bio-modal__close{align-items:center;background:var(--color-grey-100);border:none;border-radius:50%;color:var(--color-text);cursor:pointer;display:flex;height:2.5rem;justify-content:center;padding:0;position:absolute;right:.625rem;top:.625rem;transition:background-color .2s ease;width:2.5rem;z-index:10}.bio-modal__close:hover{background:var(--color-grey-200)}.modal-open{overflow:hidden}

/*# sourceMappingURL=team.css.map */