.pop-up-team{margin:30px auto;max-width:var(--container-max-width,1200px);padding:0 var(--container-padding,20px)}.pop-up-team__grid{align-items:stretch;column-gap:32px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;row-gap:28px}.pop-up-team__card{cursor:pointer;display:flex;flex-direction:column;text-align:center;width:calc(33.333% - 27px)}.pop-up-team__image{aspect-ratio:1;border-radius:50%;display:block;height:auto;margin:0 auto 20px;max-width:265px;object-fit:cover;width:100%}.pop-up-team__name{color:#1d1d1d;font-weight:600;margin:0;transition:color .3s ease}.pop-up-team__card:hover .pop-up-team__name{color:#ed3726}.pop-up-team__pronouns{color:#363644;font-size:15px;font-weight:700;margin:0 0 8px}.pop-up-team__position{color:#363644;font-size:15px;margin:0 0 6px}.pop-up-team__button{all:unset;align-items:center;border:none;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;margin:auto auto 0;padding:8px 12px}.pop-up-team__button,.pop-up-team__button:focus,.pop-up-team__button:hover{background:transparent;color:#ed3726}.pop-up-team__button:focus{outline:none}.pop-up-team__button:focus-visible{outline:none}.pop-up-team__button svg{fill:currentColor;height:16px;width:16px}.pop-up-team__bio{display:none}.pop-up-team__modal{align-items:center;bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.pop-up-team__modal.is-open{display:flex}.pop-up-team__modal-overlay{background-color:hsla(0,0%,4%,.8);bottom:0;left:0;position:absolute;right:0;top:0}.pop-up-team__modal-content{background-color:#fff;max-height:90vh;max-width:1060px;overflow-y:auto;padding:75px 70px;position:relative;width:100%;z-index:1}.pop-up-team__modal-close{all:unset;border:none;box-sizing:border-box;cursor:pointer;padding:0;position:absolute;right:20px;top:20px}.pop-up-team__modal-close,.pop-up-team__modal-close:focus,.pop-up-team__modal-close:hover{background:transparent;color:#ed3726}.pop-up-team__modal-close:focus{outline:none}.pop-up-team__modal-close:focus-visible{outline:none}.pop-up-team__modal-body{color:#363644;line-height:1.6;max-height:500px;overflow-y:auto}.pop-up-team__modal-body p:last-child{margin-bottom:0}.pop-up-team__bio-name{color:#1d1d1d;font-weight:600;margin:0}.pop-up-team__bio-pronouns{color:#363644;font-size:15px;font-weight:700;margin:0 0 8px}.pop-up-team__bio-position{color:#363644;font-size:15px;margin:0 0 20px}.pop-up-team__bio-description{border-top:1px solid #e0e0e0;margin-top:16px;padding-top:16px}@media (max-width:992px){.pop-up-team__card{width:calc(50% - 20px)}.pop-up-team__modal-content{max-width:700px;padding:60px 31px}.pop-up-team__modal-body{max-height:400px}}@media (max-width:767px){.pop-up-team__grid{column-gap:0}.pop-up-team__card{width:100%}.pop-up-team__modal-content{max-width:400px;padding:50px 20px}}