.team-cards_container__lUhVa{max-width:1200px;margin:auto;padding:20px}.team-cards_teamSection__VOkhy{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;justify-content:center;align-items:center}.team-cards_card__nJw3N{position:relative;background-color:inherit;box-shadow:-5px 5px 15px rgba(0,0,0,.1);overflow:hidden;transition:box-shadow .3s ease-in-out;cursor:pointer;text-align:center;width:100%;height:400px;display:flex;flex-direction:column;justify-content:space-between}.team-cards_card__nJw3N:hover{box-shadow:0 0 20px hsla(0,0%,41%,.5)}.team-cards_cardBody__O0ClJ{padding:15px}.team-cards_separator__NYv0D{margin:10px 0;border-top:1px solid}.team-cards_memberCard__cugab{width:180px;height:180px;object-fit:cover;margin:20px auto;background-color:inherit;transition:box-shadow .3s ease-in-out}.team-cards_memberCard__cugab:hover{box-shadow:0 0 15px gold}.team-cards_cardTitle__nn9o5{font-family:Lato,sans-serif;font-size:18px;color:inherit}.team-cards_cardSubtitle__SEj27{font-family:Lato,sans-serif;font-size:14px;color:inherit}.team-cards_linkedinLink__yKhzK{display:flex;justify-content:center;margin-top:10px}.team-cards_linkedinLogo__tJ5sy{width:40px;height:40px;margin-top:5px;transition:opacity .3s ease}.team-cards_linkedinLink__yKhzK:hover .team-cards_linkedinLogo__tJ5sy{opacity:.8}.team-cards_linkedinPlaceholder__QqnFS{width:40px;height:40px;margin-top:5px}.team-cards_modal__JC_ar{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center}.team-cards_modalContent__Nh4Vo{background:linear-gradient(to bottom left,#3d6805,#f6e02b);padding:30px;border-radius:10px;max-width:800px;width:100%;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 20px rgba(0,0,0,.2)}.team-cards_modalBody__X5Mzc{display:flex;justify-content:space-between;align-items:center}.team-cards_modalImageContainer__Ur2l4{flex:1 1;margin-left:10px}.team-cards_modalImage__xDsbT{width:100%;max-width:300px;height:auto}.team-cards_modalTitle__8uVZS{font-size:24px;margin-bottom:20px;color:#000}.team-cards_modalBio__EsogZ{flex:1 1;padding-right:20px;margin-top:20px}.team-cards_modalBio__EsogZ p{color:#000}.team-cards_closeModalButton__GlaKG{margin-top:20px;padding:10px 20px;background-color:inherit;color:inherit;border:none;border-radius:5px;cursor:pointer}@media (max-width:768px){.team-cards_teamSection__VOkhy{grid-template-columns:1fr}}