.team_member_card_section .card_grid{column-gap:22px;display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:40px}.team_member_card_section .card_item{flex:1 1 calc(25% - 16.5px);max-width:calc(25% - 16.5px);transition:transform .3s ease,box-shadow .3s ease}.team_member_card_section .profile_picture img{height:auto;margin-bottom:33px;width:100%}.team_member_card_section .member_designation{color:var(--black_color);margin-bottom:24px}.team_member_card_section .member_designation h4{color:var(--black_color)}.team_member_card_section .bio_link{margin-top:10px}.team_member_card_section .bio_link .arrow{display:inline-block;transition:transform .3s ease}.team_member_card_section .bio_link:hover .arrow{transform:translateX(5px)}.team_member_card_section .bio_link a{color:var(--black_color);font-weight:400;text-decoration:none}.team_member_card_section .bio_link a:hover{color:var(--primary_color)}.team_member_card_section .bio_link .arrow{margin-left:5px}body.no-scroll{max-height:100vh;overflow:hidden;transition:max-height .5s ease-in-out}.team_member_card_section .card_item .profile_picture{margin-bottom:33px}.team_member_card_section .card_item .profile_picture .img_conta{aspect-ratio:4/5;background-position:top;background-repeat:no-repeat;background-size:cover}.team_member_card_section .popup_content_wrapper .popup_image .img_conta{aspect-ratio:4/5;background-position:50%;background-repeat:no-repeat;background-size:cover}.team_member_card_section .popup_content_wrapper .popup_image{max-width:400px;width:100%}.team_member_card_section .popup_overlay{align-items:center;background:rgba(11,53,88,.8);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.team_member_card_section .popup_inner{background:var(--primary_color);border-radius:8px;color:#fff;display:flex;flex-direction:column;margin:5% auto;max-height:80vh;max-width:960px;padding:40px 20px;position:relative;width:90%}.team_member_card_section .popup_inner .bio_content{max-height:50vh;overflow-y:auto}.team_member_card_section .popup_inner .bio_content::-webkit-scrollbar{display:none}.team_member_card_section .popup_content_wrapper{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:40px}.team_member_card_section .popup_image img{border-radius:4px;max-width:400px;width:100%}.team_member_card_section .popup_text_content{flex:1}.team_member_card_section .close_btn{align-items:center;background:var(--secondary_color);border:none;border-radius:4px;color:var(--tertiary_color);cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;padding:11.5px 30.22px;position:absolute;right:20px;top:20px;width:36px}@media (min-width:768px) and (max-width:1024px){.team_member_card_section .card_grid{column-gap:20px;row-gap:30px}.team_member_card_section .card_item{flex:1 1 calc(33.33% - 13.33333px);max-width:calc(33.33% - 13.33333px);transition:transform .3s ease,box-shadow .3s ease}}@media (max-width:767px){.team_member_card_section .popup_inner{padding:70px 20px 40px}.team_member_card_section .popup_image{display:none}.team_member_card_section .card_grid{column-gap:20px;row-gap:30px}.team_member_card_section .card_item{flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px);transition:transform .3s ease,box-shadow .3s ease}}@media (max-width:549px){.team_member_card_section .card_item{flex:1 1 100%;max-width:100%;transition:transform .3s ease,box-shadow .3s ease}}