@charset "UTF-8";.section-members{padding:var(--default-padding) 0}.section-members__inner{display:flex;flex-direction:column;gap:4rem}.section-members__inner .main-top{gap:clamp(16px,1.25vw,2rem)}.section-members__list{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem 2rem}.section-members .team-card{position:relative;z-index:1}.section-members .team-card__link{display:flex;flex-direction:column;gap:clamp(8px,.75vw,1.2rem)}.section-members .team-card__icons{display:flex;width:clamp(12px,1.125vw,1.8rem);height:clamp(12px,1.125vw,1.8rem);position:relative;z-index:1;overflow:hidden}.section-members .team-card__icons .icon{position:absolute;width:clamp(12px,1.125vw,1.8rem);height:clamp(12px,1.125vw,1.8rem);transition:all .3s}.section-members .team-card__icons .icon:last-of-type{transform:translate(-105%,105%) scale(0)}.section-members .team-card__name{color:var(--cl-a);font-size:clamp(24px,2.25vw,3.6rem);font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.108rem;display:inline-flex;align-items:center;gap:clamp(8px,.75vw,1.2rem)}.section-members .team-card__social{position:absolute;top:2rem;right:2rem;z-index:3;display:flex;gap:.8rem}.section-members .team-card__social a{width:3.2rem;height:3.2rem;display:flex}.section-members .team-card__social a svg{width:100%;height:100%}.section-members .team-card__linkedin{border-radius:.4rem;background:var(--bg-b);transition:all .3s}.section-members .team-card__position{color:rgba(240,240,240,.7);font-size:1.8rem;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.054rem}.section-members .team-card__photo{min-height:clamp(350px,28.125vw,45rem);width:100%;aspect-ratio:375/450;position:relative;z-index:1;border-radius:2rem;overflow:hidden;margin-bottom:clamp(16px,1.25vw,2rem)}.section-members .team-card__photo img,.section-members .team-card__photo picture{width:100%;height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s}@media (hover:hover) and (min-width:767px){.section-members .team-card:hover .team-card__icons .icon:first-of-type{transform:translate(105%,-105%) scale(0)}}@media (hover:none) and (min-width:767px){.section-members .team-card:active .team-card__icons .icon:first-of-type{transform:translate(105%,-105%) scale(0)}}@media (max-width:1239.98px){.section-members__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:766.98px){.section-members .team-card__icons .icon:last-of-type{display:none}.section-members .team-card__photo{aspect-ratio:351/400}}@media (max-width:575.98px){.section-members__list{grid-template-columns:100%}.section-members .team-card__name{letter-spacing:-.072rem}.section-members .team-card__photo{min-height:400px}}@media (hover:hover){.section-members .team-card:hover .team-card__icons .icon:last-of-type{transform:none}.section-members .team-card:hover .team-card__linkedin{background:var(--bg-f)}}@media (hover:none){.section-members .team-card:active .team-card__icons .icon:last-of-type{transform:none}.section-members .team-card:active .team-card__linkedin{background:var(--bg-f)}}