.team-cards{position:relative}.team-cards__items{display:grid;gap:12px}.team-cards .read_more_btn{display:flex;transition:.3s}.team-card__details{background-color:#f3f2ed;border-radius:10px;display:grid;gap:0;grid-template-columns:170px auto;overflow:hidden;position:relative}.team-card__details-name{padding:30px}.team-card__details-name>svg{bottom:30px;position:absolute;right:30px;width:20px}.team-card__details-fullname{font-size:20px;font-weight:600;margin-bottom:5px}.team-card__details-info{color:#292f3d;font-size:14px;font-weight:400;line-height:26px;margin-bottom:20px}.team-card__details-image{overflow:hidden}.team-card__details-image img{height:100%;object-fit:cover;width:100%}.team-cards__card{cursor:pointer}body.modal-open{overflow:hidden}.team-cards-modal{display:none;height:100%;left:0;padding:30px;position:fixed;top:0;width:100%;z-index:999}.team-cards-modal.open{display:block}.team-cards-modal__overlay{background-color:#31343c;height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%}.team-cards-modal__image{border-radius:10px;margin-bottom:30px;overflow:hidden;width:180px}.team-cards-modal__content{background-color:#fff;border-radius:10px;left:50%;max-height:calc(100vh - 60px);max-width:1366px;overflow-y:auto;padding:30px;position:relative;top:0;transform:translateX(-50%);width:100%;z-index:10}.team-cards-modal__close{align-items:center;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;right:20px;top:20px;width:44px}.team-cards-modal__fullname{margin-bottom:10px}.team-cards-mod__jop-social{gap:25px;margin-bottom:30px}.team-cards-modal__job{color:#292f3d;font-size:14px;font-weight:400;line-height:26px}.team-cards-modal__bio p{color:#292f3d}.team-cards .read_more_btn{justify-content:start;opacity:1}.team-cards__card:hover .team-card__details{background-color:#fff;box-shadow:0 30px 60px 0 rgba(77,69,69,.1)}@media (min-width:992px){.team-cards__items{gap:30px;grid-template-columns:1fr 1fr 1fr}.team-cards .read_more_btn{justify-content:end;opacity:0}.team-cards__card:hover .team-card__details-name .read_more_btn{opacity:1}.team-card__details{gap:0;grid-template-columns:1fr;grid-template-rows:auto auto;transition:.3s}.team-card__details-name{padding:30px 31px}.team-card__details-name>svg{opacity:0;transition:.3s}.team-card__details-fullname{font-size:20px}.team-cards-modal__content{background-color:#31343c;padding:100px}.team-cards-modal__details{align-items:start;display:grid;gap:10px;grid-template-columns:330px auto;position:relative}.team-cards-modal__image{background-position:50%;background-size:cover;height:100%;margin-bottom:0;width:100%}.team-cards-modal__image img{aspect-ratio:auto;display:none}.team-cards-modal__text{background-color:var(--white-color);border-radius:10px;padding:50px}}@media (max-width:500px){.team-card__details{display:flex;flex-wrap:wrap}.team-card__details-image,.team-card__details-name{width:100%}.team-card__details-name{padding-left:30px;padding-top:20px}}