.team_member_card_section .card_grid{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:105px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.team_member_card_section .card_item{-webkit-box-flex:1;background-color:var(--primary_color);border:2px solid var(--secondary_color);border-radius:15px;cursor:pointer;-ms-flex:1 1 calc(33.33% - 13.33333px);flex:1 1 calc(33.33% - 13.33333px);max-width:calc(33.33% - 13.33333px);padding:107px 25px 38px 24px;position:relative;text-align:center;transition:all .3s ease-in-out}.team_member_card_section .card_item .card_content{margin:0 auto;text-align:center}.team_member_card_section .member_designation{color:var(--black_color);display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.team_member_card_section .member_designation p{font-style:italic;font-weight:100;margin-bottom:27px;width:-moz-fit-content}.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;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.team_member_card_section .bio_link:hover .arrow{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);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-x:hidden;-webkit-transition:max-height .5s ease-in-out;-o-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.team_member_card_section .card_item .profile_picture{margin-bottom:12px}.team_member_card_section .card_item .profile_picture .img_conta{aspect-ratio:1;background-position:top;background-repeat:no-repeat;background-size:cover;border:2px solid var(--secondary_color);border-radius:50%;width:150px}.team_member_card_section .card_item .profile_picture{left:50%;position:absolute;top:-75px;transform:translateX(-50%)}.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{width:50%}.team_member_card_section .card_item .card_content h3{font-size:20px}.team_member_card_section .popup_overlay{background:rgba(0,0,0,.8);display:none;height:100%;left:0;position:fixed;top:0;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9999}.team_member_card_section .popup_inner{background:var(--black_color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;margin:5% auto;max-width:960px;padding:50px 20px;position:relative;width:90%;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:8px;-ms-flex-direction:column;flex-direction:column;max-height:80vh}.team_member_card_section .popup_inner .member_designation{margin-bottom:20px}.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{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:80vh;overflow:auto}.team_member_card_section .popup_content_wrapper::-webkit-scrollbar{display:none}.team_member_card_section .popup_image img{border-radius:4px;width:50%}.team_member_card_section .popup_text_content{-webkit-box-flex:1;-ms-flex:1;flex:1}.team_member_card_section .close_btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--secondary_color);border:none;border-radius:4px;color:var(--white-color);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:40px;height:31px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;position:absolute;right:20px;top:10px}.team_member_card_section .bio_content p{font-weight:300}.team_member_card_section .popup_inner .member_designation p,h4.member_name{margin-bottom:0}@media (min-width:768px) and (max-width:1024px){.team_member_card_section .card_item{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 20px);flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:767px){.team_member_card_section .card_item .profile_picture .img_conta{width:100px}.team_member_card_section .card_item .profile_picture{top:-50px}.team_member_card_section .card_item{padding:75px 25px 38px 24px}.team_member_card_section .card_grid{row-gap:80px}.team_member_card_section .popup_inner{padding:70px 20px 40px}.team_member_card_section .popup_image{display:none}.team_member_card_section .card_item{width:100%;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%}}