.team-cards-module .grid-container{display:grid;gap:28px 56px;grid-auto-rows:auto;grid-template-columns:repeat(3,1fr);overflow:hidden}@media(max-width:1023px){.team-cards-module .grid-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.team-cards-module .grid-container{grid-template-columns:repeat(1,1fr)}}.team-cards-module .card{padding-top:26px;position:relative}.team-cards-module .card:before{background:hsla(100,3%,78%,.4);content:"";display:block;height:100%;position:absolute;right:-26px;top:0;width:1px}.team-cards-module .card .top-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;margin-bottom:20px}.team-cards-module .card .top-wrapper .avatar-wrapper{aspect-ratio:1;background-position:50%;background-size:cover;border-radius:24px;width:116px;-ms-flex-negative:0;flex-shrink:0}.team-cards-module .card .top-wrapper .social-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.team-cards-module .card .top-wrapper .social-wrapper a{max-width:20px;-ms-flex-negative:0;flex-shrink:0;width:100%}.team-cards-module .card .top-wrapper .social-wrapper a path{fill:#9ab0a1;-webkit-transition:all .2s;transition:all .2s}.team-cards-module .card .top-wrapper .social-wrapper a:hover path{fill:var(--primary-2)}.team-cards-module .card .title{font-weight:500;line-height:22px;margin-bottom:12px}.team-cards-module .card .subtitle{color:#43cf20;font-size:12px;font-style:normal;font-weight:500;letter-spacing:.72px;line-height:18px;margin-bottom:12px}.team-cards-module .card .hs_cos_wrapper_type_inline_rich_text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--active-txt-lines,5);line-clamp:var(--active-txt-lines,5);overflow:hidden}.team-cards-module .card .buttons-wrapper a.button{font-size:16px;line-height:24px}@media(max-width:1440px){.team-cards-module .card .buttons-wrapper a.button{font-size:14px;line-height:20px}}@media(max-width:680px){.team-cards-module .card .buttons-wrapper a.button{font-size:12px;line-height:18px}}.team-cards-module .card .buttons-wrapper a.button.hidden{display:none}.team-cards-module .card .buttons-wrapper a.button.show-less-body{margin-bottom:-20px;-webkit-transform:translateY(-20px);transform:translateY(-20px)}