.team-grid__inner{-webkit-box-sizing:border-box;box-sizing:border-box;padding:5rem 0 8rem}@media(max-width:992px){.team-grid__inner{padding:3rem 0}}.team-grid__grid{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem 6rem;justify-content:center}@media(max-width:992px){.team-grid__grid{gap:2rem}}.team-grid__top{margin:0 auto 5rem;max-width:65%;text-align:center}@media(max-width:992px){.team-grid__top{margin:0 auto 3rem;max-width:100%}}.team-grid__top p{color:#707070;font-size:clamp(16px,2vw,18px);font-weight:400}.team-grid__top>:first-child{margin-top:0}.team-grid__top>:last-child{margin-bottom:0}.team-grid__item{-webkit-box-flex:0;cursor:pointer;-ms-flex:0 0 calc(33.33333% - 4rem);flex:0 0 calc(33.33333% - 4rem);position:relative;width:100%}@media(max-width:992px){.team-grid__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.team-grid__item-image{-webkit-box-orient:vertical;-webkit-box-direction:normal;aspect-ratio:1/1.1;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative}@media(max-width:992px){.team-grid__item-image{margin:0 auto;max-width:85%}}.team-grid__item-image:before{background:#fff0;content:"";height:100%;left:0;opacity:.85;position:absolute;top:0;-webkit-transition:.2s;transition:.2s;width:100%;z-index:2}.team-grid__item-image img,.team-grid__item-image picture{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.team-grid__item-content{-webkit-box-flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:1;flex:1;opacity:0;overflow:hidden;padding:clamp(20px,2vw,2rem);position:relative;-webkit-transition:opacity .2s;transition:opacity .2s;z-index:3}.team-grid__item-content-inner{-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--color-light);height:100%;overflow-y:auto;padding:15px}.team-grid__item-content-inner::-webkit-scrollbar{width:5px}.team-grid__item-content-inner::-webkit-scrollbar-track{background-color:#fff0}.team-grid__item-details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:5px;margin:20px 0 0;width:100%}.team-grid__item-details>*{font-size:clamp(16px,2vw,22px);margin:0}.team-grid__item-details>span{font-weight:300}.team-grid__item.active .team-grid__item-image:before{background-color:var(--color-primary-dark)}.team-grid__item.active .team-grid__item-content{opacity:1}