.profile-cards{padding:40px 0;width:100%}.profile-cards,.profile-cards *,.profile-cards :after,.profile-cards :before{box-sizing:border-box}.profile-cards__container{align-items:start;display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:1790px;padding:0 18px;width:100%}.profile-card{background:#fff;border:1px solid #dedede;border-radius:28px;box-shadow:0 2px 5px rgba(0,0,0,.04),0 8px 20px rgba(0,0,0,.06);display:flex;flex-direction:column;height:auto;overflow:hidden;position:relative;transition:box-shadow .25s ease,transform .25s ease;width:100%}.profile-card:hover{box-shadow:0 4px 10px rgba(0,0,0,.06),0 12px 28px rgba(0,0,0,.08)}.profile-card__image-wrap{aspect-ratio:1/1;background:#f2f2f2;flex-shrink:0;overflow:hidden;transition:width .65s ease,height .65s ease,margin .65s ease,border-radius .65s ease;width:100%}.profile-card__image{display:block;height:auto;object-position:center center;transition:transform .65s ease,object-position .65s ease;width:100%}.profile-card:hover .profile-card__image{transform:scale(1.01)}.profile-card__content{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden;padding:25px 30px 28px;transition:padding .65s ease;width:100%}.profile-card__header{align-items:flex-start;display:flex;flex-shrink:0;gap:18px;justify-content:space-between;position:relative;width:100%;z-index:10}.profile-card__person{flex:1;min-width:0}.profile-card__name{color:#07363b;font-size:25px;font-weight:600;letter-spacing:-.3px;line-height:1.2;margin:0;padding:0}.profile-card__designation{color:#173e42;font-size:18px;font-weight:400;line-height:1.35;margin:12px 0 0;padding:0}.profile-card__toggle{align-items:center;appearance:none;-webkit-appearance:none;background:#eef0f0;border:0;border-radius:50%;color:#647174;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;margin:0;min-width:44px;padding:0;pointer-events:auto;position:relative;transition:background-color .25s ease,transform .25s ease;width:44px;z-index:50}.profile-card__toggle:hover{background:#e5e8e8}.profile-card__toggle:focus-visible{outline:2px solid #07363b;outline-offset:3px}.profile-card__arrow{display:block;font-size:25px;font-weight:300;line-height:1;transform:translateY(-1px);transition:transform .55s ease}.profile-card__description{border-top:1px solid transparent;color:#173e42;display:block;flex:0 1 auto;font-size:14px;font-weight:400;line-height:1.55;margin-top:0;max-height:0;min-height:0;opacity:0;overflow:hidden;padding-top:0;transition:max-height .65s ease,opacity .45s ease,margin-top .65s ease,padding-top .65s ease,border-color .65s ease;width:100%}.profile-card.is-active .profile-card__description{border-top-color:#e5e5e5;flex:1 1 auto;margin-top:24px;max-height:none;min-height:0;opacity:1;overflow-y:auto;padding-top:22px;scrollbar-width:thin}.profile-card__description p{margin:0 0 16px}.profile-card__description p:last-child{margin-bottom:0}.profile-card__description ol,.profile-card__description ul{margin:0 0 16px;padding-left:24px}.profile-card__description a{color:inherit;text-decoration:underline}.profile-card.is-active{height:var(--profile-card-height);max-height:var(--profile-card-height);min-height:var(--profile-card-height)}.profile-card.is-active .profile-card__arrow{transform:rotate(180deg) translateY(1px)}.profile-card.is-active .profile-card__image-wrap{aspect-ratio:auto;border:4px solid #fff;border-radius:22px;box-shadow:0 2px 6px rgba(0,0,0,.12);height:145px;margin:34px 0 0 34px;width:145px}.profile-card.is-active .profile-card__image{object-position:center center}.profile-card.is-active .profile-card__content{min-height:0;overflow:hidden;padding-top:25px}.profile-card.is-measuring,.profile-card.is-measuring *{transition:none!important}@media (max-width:1100px){.profile-cards__container{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-card__name{font-size:25px}.profile-card__designation{font-size:18px}.profile-card__description{font-size:16px}}@media (max-width:700px){.profile-cards{padding:25px 0}.profile-card__image{object-position:top}.profile-cards__container{gap:18px;grid-template-columns:1fr;padding:0 16px}.profile-card{border-radius:22px}.profile-card__image-wrap{aspect-ratio:1.35/1}.profile-card__content{padding:22px 24px 26px}.profile-card__name{font-size:24px}.profile-card__designation{font-size:18px}.profile-card__toggle{height:40px;min-width:40px;width:40px}.profile-card.is-active .profile-card__image-wrap{aspect-ratio:auto;border:3px solid #fff;border-radius:18px;height:110px;margin:24px 0 0 24px;width:110px}.profile-card.is-active .profile-card__content{padding-top:20px}.profile-card__description{font-size:16px;line-height:1.5}}