﻿.staff{display:flex;flex-direction:column;gap:.5em}.staff .profiles{--flex-columns: 4;--flex-section-gap: 3em}.staff .profile{display:flex;flex-direction:column;gap:2em}@media(max-width: 699px){.staff .profile{max-width:calc(50% - var(--flex-section-gap) + var(--flex-section-gap)/2)}}.staff .profile .image{position:relative;background:var(--light-grey);width:100%;height:0;padding-bottom:60%}.staff .profile .image img{position:absolute;width:100%;height:100%;object-fit:cover}.staff .profile .content{display:flex;flex-direction:column;gap:.5em}.staff .profile .content>*{margin:0}.staff .profile .contact{display:flex;flex-direction:column;gap:.5em}.staff .profile .contact a{color:var(--text-color)}.staff .profile .contact a:hover{color:var(--highlight)}.staff .profile .position{font-size:.875em}.staff i.linkedin{background:currentColor;padding:.2em;border-radius:3px;aspect-ratio:1;display:inline-flex;align-items:center;justify-content:center}.staff i.linkedin:before{color:#fff;content:"";font-family:var(--font-icon);font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}