.people-card{background-color:#fff;box-shadow:0 3px 6px #00000029;border-radius:10px;overflow:hidden;transition:box-shadow .3s ease-in-out}.people-card:hover,.people-card:active{box-shadow:0 6px 12px #00000029}.people-card__header{position:relative;display:flex;justify-content:center;align-items:center;background-color:#f8f9fa;overflow:hidden}.people-card__header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--people-card-image);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(3px);transform:scale(1.15)}.people-card__header a{position:relative;display:block;max-width:80%;z-index:1}.people-card__name-link{text-decoration:none;color:#263238;transition:color .3s ease-out}.people-card__name-link:hover,.people-card__name-link:active{color:#ff725e}.people-card__image{width:100%;height:184px;object-fit:contain;box-shadow:0 6px 18px #0000001f;background-color:#fff}.people-card__job-title{background-color:#fff;position:absolute;top:-.8125rem;left:1.3125rem;box-shadow:0 3px 6px #00000029;border-radius:100px;text-decoration:none;font-size:.875rem;font-weight:700;padding:.25rem .875rem;z-index:2;transition:color .3s ease-out}.people-card__job-title:hover,.people-card__job-title:active{color:#ff725e}.people-card__content{position:relative;padding:1.625rem 1.875rem}.people-card__name{font-size:1.125rem;font-weight:700;margin-bottom:.625rem}.people-card__verified-badge{width:24px;height:24px;margin-left:3px}.people-card__description{margin-bottom:.688rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;word-break:break-word;text-wrap:pretty;line-height:1.375rem;height:4.125rem}.people-card__button{display:block;padding:1rem;width:210px;max-width:100%;font-size:1.188rem;font-weight:700;line-height:130%;color:#fff;transition:.3s ease-out;transition-property:background-color,border-color,color,opacity,outline;border-radius:100px;border:unset;text-align:center;text-decoration:none;padding:.625rem 1rem;width:100%;font-size:.875rem;background:transparent linear-gradient(91deg,#ff725e,#d66785) 0% 0% no-repeat padding-box}.people-card__button:disabled{opacity:.6;cursor:not-allowed}.people-card__button--no-full-width{width:auto}.people-card__button:hover:not(:disabled),.people-card__button:active:not(:disabled),.people-card__button:focus:not(:disabled){opacity:.9;outline:none!important}.people-card__link{color:#263238;transition:color .3s ease-out;display:block;margin-top:.813rem;text-align:center;font-size:.813rem;font-weight:700}.people-card__link:hover,.people-card__link:active{color:#ff725e}
