.ally-team{background:#fff}.ally-team__inner{margin:0 auto;max-width:1200px;padding:64px 24px 72px}.ally-team__head{margin:0 auto 40px;max-width:640px;text-align:center}.ally-team__title{color:#0b2f4a;font-family:Inter Tight,Inter,sans-serif;font-size:30px;font-weight:700;letter-spacing:-.015em;line-height:1.15;margin-bottom:14px}.ally-team__intro{color:#2f3337}.ally-team__grid{display:grid;gap:40px 24px;grid-template-columns:minmax(0,var(--card-w,260px));justify-content:center}.ally-team__person{color:inherit;display:block;text-decoration:none;width:100%}.ally-team__portrait{aspect-ratio:4/5;background:#e4edf4;border-radius:14px;box-shadow:0 1px 3px rgba(11,47,74,.08),0 1px 2px rgba(11,47,74,.04);overflow:hidden;position:relative;transition:box-shadow .2s ease,transform .2s ease}.ally-team__portrait img{height:100%;object-fit:cover;transition:transform .36s cubic-bezier(.16,1,.3,1);width:100%}.ally-team__person:hover .ally-team__portrait{box-shadow:0 6px 16px -4px rgba(11,47,74,.1),0 2px 4px rgba(11,47,74,.06);transform:translateY(-3px)}.ally-team__person:hover .ally-team__portrait img{transform:scale(1.025)}.ally-team__name{color:#0b2f4a;font-family:Inter Tight,Inter,sans-serif;font-size:21px;font-weight:600;line-height:1.25;margin-top:20px}.ally-team__role{color:#767676;font-size:15px;line-height:1.45;margin-top:4px}.ally-team__meet{align-items:center;color:#095192;display:inline-flex;font-size:15px;font-weight:600;gap:6px;margin-top:10px}.ally-team__meet svg{fill:none;height:16px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .2s ease;width:16px}.ally-team__person:hover .ally-team__meet{color:#0a4880}.ally-team__person:hover .ally-team__meet svg{transform:translateX(3px)}.ally-team__meet>span{position:relative}.ally-team__person:hover .ally-team__meet>span:after{background:#0a4880;bottom:-3px;content:"";height:1.5px;left:0;position:absolute;right:0}.ally-team__meet svg path{fill:none!important;stroke:currentColor}@media (min-width:600px){.ally-team__grid{grid-template-columns:repeat(2,var(--card-w,260px))}}@media (min-width:981px){.ally-team__inner{padding:88px 24px 96px}.ally-team__head{margin-bottom:56px}.ally-team__title{font-size:36px}.ally-team__grid{gap:48px 36px;grid-template-columns:repeat(var(--cols,4),var(--card-w,260px))}}