#teams{padding:80px 0px}#teams .container{max-width:100%}#teams .teamCards{display:flex;flex-wrap:wrap;border:solid 1px #eee}#teams .teamCards .teamimg{width:50%}#teams .teamCards .teamimg img{filter:grayscale(1);transition:2s}#teams .teamCards .teamName{display:flex;justify-content:space-between;flex-direction:column;width:50%;background-color:#fff;padding:40px;position:relative}#teams .teamCards .teamName h2{color:#000;font-weight:600;position:relative;transition:.2s;font-size:36px}#teams .teamCards .teamName p{position:relative;transition:.2s;margin-bottom:0px;padding-right:60px}#teams .teamCards .teamName::before{content:"";position:absolute;width:100%;height:0%;background-color:#ed3438;bottom:0;left:0;transition:.2s}#teams .teamCards .teamName .TeamBtn{width:fit-content;border:1px solid #d2d6da;padding:9px 21px;position:absolute;right:30px;bottom:30px;border-radius:7px;transition:.5s}#teams .teamCards .teamName .TeamBtn svg path{fill:#ed3438;transition:.5s}#teams .teamCards:hover .teamimg img{filter:grayscale(0)}#teams .teamCards:hover .teamName h2,#teams .teamCards:hover .teamName p{color:#fff}#teams .teamCards:hover .teamName::before{height:100%}#teams .teamCards:hover .teamName .TeamBtn{transition:.5s}#teams .teamCards:hover .teamName .TeamBtn svg path{fill:#fff}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);z-index:999;transition:transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);display:none}.overlay.show{display:block}.c-dialog_content{display:flex;max-width:100%;margin:auto;gap:100px}.c-dialog_content .profile-image{width:400px;height:350px;object-fit:cover;position:sticky;top:0px;border-radius:10px}.c-dialog_content .profile-text{max-width:800px}.c-dialog_content .container>.profile-text{flex:1}.infoSlide{position:relative;width:80%;height:100%;padding:40px 40px;position:fixed;top:0;right:-100%;background-color:#fff;z-index:9999;transition:right .5s cubic-bezier(0.165, 0.84, 0.44, 1);overflow:auto}.infoSlide.open{right:0}.infoSlide .closeInfoSlide{display:block;width:50px;height:50px;position:absolute;top:15px;right:15px;background-image:url("../../assets/images/close-cross.svg");background-repeat:no-repeat;background-position:center center;background-size:60%;background-color:rgba(0,0,0,0);border:none;cursor:pointer}@media(max-width: 767px){.infoSlide{width:100%;padding:50px 24px}}@media screen and (min-width: 768px)and (max-width: 1023px){.infoSlide{width:90%;padding:50px 24px}}@media screen and (min-width: 1024px)and (max-width: 1199px){.infoSlide{width:90%;padding:50px 50px}}.infoSlide .row{height:100%;overflow:hidden}@media(max-width: 767px){.infoSlide .row{overflow:auto}}.infoSlide .pro_img{margin-bottom:3rem;position:sticky;top:0px}.infoSlide h2{font-weight:500;font-size:48px;letter-spacing:-0.25px;color:#000;margin-bottom:30px}.infoSlide h2 small{display:block;font-size:16px;font-weight:400;letter-spacing:2px;color:#7b7c7c}@media(max-width: 768px){.team-grid{grid-template-columns:1fr}}@media only screen and (min-width: 1400px)and (max-width: 1599px){.c-dialog_content .profile-image{width:300px;height:260px}.c-dialog_content{gap:60px}.infoSlide h2{font-size:42px}#teams .teamCards .teamName h2{padding-right:20px;font-size:30px}#teams .teamCards .teamName{padding:30px;padding-right:70px}#teams .teamCards .teamName p{padding-right:50px}}@media only screen and (min-width: 1200px)and (max-width: 1399px){.c-dialog_content .profile-image{width:300px;height:260px}.c-dialog_content{gap:60px}.infoSlide h2{font-size:42px}#teams .teamCards .teamName h2{padding-right:20px;font-size:28px}#teams .teamCards .teamName p{font-size:16px;padding-right:40px}#teams .teamCards .teamName .TeamBtn{padding:4px 15px}}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape){#teams .teamCards .teamName{padding:10px}#teams .teamCards .teamName h2{font-size:28px}#teams .teamCards .teamName .TeamBtn{padding:5px 15px;right:20px;bottom:20px}#teams .teamCards .teamName p{font-size:16px;padding-right:56px;line-height:19px;padding-bottom:20px}.c-dialog_content .profile-image{width:238px;height:210px}.infoSlide{gap:40px;padding:30px 20px}.c-dialog_content{gap:50px}.infoSlide h2{font-size:36px}}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait){.c-dialog_content{display:block}.c-dialog_content .profile-image{height:auto;position:relative}.infoSlide h2{font-size:40px;margin-top:20px}#teams .teamCards .teamName p{padding-right:55px}#teams .teamCards .teamName{padding-right:70px}}@media(min-width: 320px)and (max-width: 767px){#teams{padding:30px 0px}#teams .teamCards{display:block;margin-bottom:20px}#teams .teamCards .teamName{width:100%;padding:12px}#teams .teamCards .teamName h2{font-size:26px}#teams .teamCards .teamimg{width:100%}#teams .teamCards .teamName .TeamBtn{bottom:10px;padding:3px 14px;right:0px}#teams .teamCards .teamName p{font-size:16px;padding-right:40px}.infoSlide{width:100%;padding:10px 0px}.c-dialog_content{display:block;padding:10px}.infoSlide h2{font-size:30px}.c-dialog_content .profile-image{width:100%;margin-bottom:20px;position:relative;height:auto}.infoSlide .closeInfoSlide{top:20px;z-index:1;right:10px;background-size:20px}}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.investors-content-pages .table-responsive table {
    margin: 40px 0px 70px 0px;
}
.investors-content-pages .table-responsive .mb0 {
    margin-bottom: 0px !important;
}
.investors-content-pages .table>thead {
    vertical-align: bottom;
}
.investors-content-pages .table-responsive table tr th {
    background-color: var(--red);
    color: #fff;
    font-weight: 500;
}
.table-bordered>:not(caption)>* {
    border-width: 1px 0;
}
.investors-content-pages .table-responsive table tr th {
    background-color: var(--red);
    color: #fff;
    font-weight: 500;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
}
.table-bordered>:not(caption)>* {
    border-width: 1px 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}