.team-block{position:relative;z-index:2}.team-block .container{row-gap:48px;display:flex;flex-direction:column}.team-members-container{display:grid;row-gap:50px;grid-template-columns:repeat(1, 1fr)}@media(min-width: 576px){.team-members-container{column-gap:24px;grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.team-members-container{grid-template-columns:repeat(3, 1fr);row-gap:100px}}@media(min-width: 992px){.team-members-container{grid-template-columns:repeat(4, 1fr)}}.team-member-item{display:flex;flex-direction:column;align-items:center;gap:24px;padding:0px 12px}.team-member-item:nth-child(6n+1) .team-member-headshot-container{background-color:rgba(255,131,0,.25)}.team-member-item:nth-child(6n+2) .team-member-headshot-container{background-color:rgba(237,112,112,.25)}.team-member-item:nth-child(6n+3) .team-member-headshot-container{background-color:rgba(253,135,211,.25)}.team-member-item:nth-child(6n+4) .team-member-headshot-container{background-color:rgba(207,125,226,.25)}.team-member-item:nth-child(6n+5) .team-member-headshot-container{background-color:rgba(143,135,244,.25)}.team-member-item:nth-child(6n) .team-member-headshot-container{background-color:rgba(110,171,255,.25)}.team-member-headshot-container{position:relative;overflow:hidden;height:175px;width:175px;border-radius:500%;margin:0 auto}@media(min-width: 768px){.team-member-headshot-container{height:180px;width:180px}}@media(min-width: 1200px){.team-member-headshot-container{height:240px;width:240px}}@media(min-width: 1400px){.team-member-headshot-container{height:280px;width:280px}}@media(min-width: 1500px){.team-member-headshot-container{height:312px;width:312px}}.team-member-headshot-container .team-member-headshot-hover,.team-member-headshot-container .team-member-headshot{height:100%;width:100%;position:absolute;top:0;left:0;z-index:1}.team-member-headshot-container.blur-placeholder{position:relative}.team-member-headshot-container.blur-placeholder::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--blur-placeholder);background-size:cover;background-position:center;filter:blur(10px);transform:scale(1.1);z-index:1;opacity:1;transition:opacity .3s ease}.team-member-headshot-container.blur-placeholder img{position:relative;z-index:2;opacity:0;transition:opacity .3s ease}.team-member-headshot-container.blur-placeholder img.loaded{opacity:1}.team-member-headshot-container.blur-placeholder.image-loaded::before{opacity:0}.team-member-headshot-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.has-hover.team-member-headshot-container{cursor:pointer}.has-hover .team-member-headshot{transition:opacity .45s ease;opacity:1}.has-hover .team-member-headshot-hover{transition:opacity .45s ease;opacity:0}.team-member-headshot-container.has-hover:hover .team-member-headshot{opacity:0}.team-member-headshot-container.has-hover:hover .team-member-headshot-hover{opacity:1}.team-member-headshot-placeholder img{max-width:42px;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;object-fit:contain;object-position:center}@media(min-width: 992px){.team-member-headshot-placeholder img{max-width:75px}}.team-member-content{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;row-gap:12px}.team-member-content .team-member-content-hr{width:50px;height:5px;background-color:rgba(0,0,0,0);border:none;margin:0;padding:0;opacity:1}.team-member-item:nth-child(6n+1) .team-member-content .team-member-content-hr{background-color:#ff8300}.team-member-item:nth-child(6n+2) .team-member-content .team-member-content-hr{background-color:#ed7070}.team-member-item:nth-child(6n+3) .team-member-content .team-member-content-hr{background-color:#fd87d3}.team-member-item:nth-child(6n+4) .team-member-content .team-member-content-hr{background-color:#cf7de2}.team-member-item:nth-child(6n+5) .team-member-content .team-member-content-hr{background-color:#8f87f4}.team-member-item:nth-child(6n) .team-member-content .team-member-content-hr{background-color:#6eabff}.team-member-name{margin-bottom:0}.team-member-title{margin-bottom:0}/*# sourceMappingURL=team-block.min.css.map */