.team-section{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media (min-width:768px){.team-section{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.team-section{grid-template-columns:repeat(3,minmax(0,1fr))}}.team-member{border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity));padding:1.5rem;--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.team-member h3{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(31 74 111/var(--un-text-opacity))}.team-member .job-title{margin-bottom:1rem;--un-text-opacity:1;color:rgb(80 156 186/var(--un-text-opacity))}.team-member .description{margin-bottom:1.5rem;--un-text-opacity:1;color:rgb(75 85 99/var(--un-text-opacity))}.team-member .contact{margin-bottom:.5rem}.team-member .contact a{--un-text-opacity:1;color:rgb(31 74 111/var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.team-member .contact a:hover{--un-text-opacity:1;color:rgb(80 156 186/var(--un-text-opacity))}.team-member h4{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(31 74 111/var(--un-text-opacity))}.team-member .education p,.team-member .credentials p{margin-bottom:.5rem}.team-member .dates,.team-member .issuer,.team-member .date{font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(107 114 128/var(--un-text-opacity))}.team-member .social-links{display:flex;gap:1rem}.team-member .social-link{--un-text-opacity:1;color:rgb(31 74 111/var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.team-member .social-link:hover{--un-text-opacity:1;color:rgb(80 156 186/var(--un-text-opacity))}.team-container h2{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(31 74 111/var(--un-text-opacity))}.team-container h3{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(31 74 111/var(--un-text-opacity))}.team-container p{margin-bottom:1rem}.team-container ul{margin-bottom:1.5rem}.team-container ul>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.5rem*var(--un-space-y-reverse))}.team-container li{display:flex;align-items:center}.team-container li:before{content:"•";margin-right:.5rem;--un-text-opacity:1;color:rgb(80 156 186/var(--un-text-opacity))}