.team-1{display:grid;grid-gap:var(--gap-md)}.team-1__team-member{text-align:center}.team-1__links{-webkit-box-pack:center;-ms-flex-pack:center;gap:var(--gap-sm);justify-content:center}.team-1__links,.team-1__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-1__social{gap:1rem}.team-1__social a{display:block}.team-1__links a:hover{color:var(--primary-color-hover)}.team-1__social svg{display:block;height:1.6rem;width:1.6rem;fill:currentColor}@media (max-width:991px) and (min-width:768px){.team-1--tablet-1-col{grid-template-columns:repeat(1,1fr)!important}.team-1--tablet-2-col{grid-template-columns:repeat(2,1fr)!important}.team-1--tablet-2-col .team-1__team-member:nth-last-child(2):nth-child(odd){grid-column:1/-1;justify-self:center;max-width:calc(50% - 2rem)}.team-1--tablet-3-col{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:767px){.team-1--mobile-2-col{grid-template-columns:repeat(2,1fr)}.team-1--mobile-2-col .team-1__team-member:nth-last-child(2):nth-child(odd){max-width:calc(50% - 2rem)}.team-1__team-member:nth-last-child(2):nth-child(odd){grid-column:1/-1;justify-self:center}}@media (min-width:576px){.team-1--2-col,.team-1--3-col,.team-1--4-col,.team-1--5-col,.team-1--6-col{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.team-1--3-col,.team-1--4-col,.team-1--5-col,.team-1--6-col{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.team-1--4-col,.team-1--5-col,.team-1--6-col{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px){.team-1--5-col{grid-template-columns:repeat(5,1fr)}.team-1--6-col{grid-template-columns:repeat(6,1fr)}}.team-1 .modal__contents{display:grid;grid-gap:var(--gap-md);background-color:var(--white);padding:4rem}.team-1 .modal__close{right:0;top:0}@media (min-width:768px){.team-1 .modal__contents{grid-template-columns:30% 1fr}}