.custom-button{display:flex;align-items:center;gap:.2rem;cursor:pointer;transition-duration:.5s}.custom-button:disabled{opacity:.5}.custom-button .text{height:45px;width:auto;background-color:#040118;border-radius:50px;color:#fff;display:flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-size:1em;line-height:80%;font-weight:500;text-transform:capitalize}.custom-button .arrow{width:45px;height:45px;border-radius:50%;background:-webkit-linear-gradient(45deg,#3f54d7 7%,#110072);background:-moz-linear-gradient(45deg,#3f54d7 7%,#110072);background:-o-linear-gradient(45deg,#3f54d7 7%,#110072);background:linear-gradient(45deg,#3f54d7 7%,#110072);position:relative;overflow:hidden;transition-duration:.5s}.custom-button .arrow:after{content:"";display:block;width:100%;height:100%;background:-webkit-linear-gradient(90deg,#110072 7%,#3f54d7);background:-moz-linear-gradient(90deg,#110072 7%,#3f54d7);background:-o-linear-gradient(90deg,#110072 7%,#3f54d7);background:linear-gradient(90deg,#110072 7%,#3f54d7);opacity:0;left:0;top:0;border-radius:50%;transition-duration:.5s;transition-timing-function:ease-in-out}.custom-button .arrow img{position:absolute;z-index:2;width:20px;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-button .arrow img.arrow-icon{transition-duration:.5s;transition-timing-function:ease-in-out}.custom-button .arrow img.arrow-icon:first-child{transform:translate(calc(-50% - 35px),-50%) scale(.5)}.custom-button .arrow img.arrow-icon:last-child{transform:translate(-50%,-50%) rotate(-45deg) scale(1)}.custom-button .arrow .spinner-wrapper{position:absolute;transform:translate(-50%,-50%);top:50%;left:50%}.custom-button .arrow .spinner-wrapper .spinner{width:20px;height:20px;border:3px solid #fff;border-top-color:transparent;z-index:2;border-radius:50%;-webkit-animation:rotate-center 1s linear infinite;animation:rotate-center 1s linear infinite}@media only screen and (max-width:790px){.custom-button{gap:.2rem;cursor:pointer;transition-duration:.5s}.custom-button .text{height:40px;padding:0 1.5rem;font-size:.875em}.custom-button .arrow{width:40px;height:40px}.custom-button .arrow img{width:16px}}@media only screen and (max-width:359px){.custom-button{gap:.2rem;cursor:pointer}.custom-button .text{height:35px;padding:0 1.5rem;font-size:.875em}.custom-button .arrow{width:35px;height:35px}.custom-button .arrow img{width:14px}}.custom-button:hover:not(:disabled),.custom-button:hover:not(:disabled) .arrow{transition-duration:.5s}.custom-button:hover:not(:disabled) .arrow:after{opacity:1}.custom-button:hover:not(:disabled) .arrow img,.custom-button:hover:not(:disabled) .arrow:after{transition-duration:.5s;transition-timing-function:ease-in-out}.custom-button:hover:not(:disabled) .arrow img.arrow-icon:first-child{transform:translate(-50%,-50%) scale(1)}.custom-button:hover:not(:disabled) .arrow img.arrow-icon:last-child{transform:translate(calc(-50% + 35px),calc(-50% - 35px)) rotate(-45deg) scale(.5)}.custom-button.close .text,.custom-button.white .text{background-color:#fff;color:#040118}.custom-button.close .text{display:none}.custom-button.close .arrow{background:#fff}.custom-button.close .arrow:after{display:none}.custom-button.close:hover .arrow{background:#f2f2f2}.custom-button.small-arrow{gap:0}.custom-button.small-arrow .text{display:none}.custom-button.small-arrow .arrow{width:20px;height:20px}.custom-button.small-arrow .arrow img{width:10px!important}.custom-button.red .arrow{background:-webkit-linear-gradient(45deg,#ff8788 7%,#d63031);background:-moz-linear-gradient(45deg,#ff8788 7%,#d63031);background:-o-linear-gradient(45deg,#ff8788 7%,#d63031);background:linear-gradient(45deg,#ff8788 7%,#d63031)}.custom-button.red .arrow:after{background:-webkit-linear-gradient(90deg,#d63031 7%,#ff8788);background:-moz-linear-gradient(90deg,#d63031 7%,#ff8788);background:-o-linear-gradient(90deg,#d63031 7%,#ff8788);background:linear-gradient(90deg,#d63031 7%,#ff8788)}@-webkit-keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.app-header{width:100%;height:70px;background-color:#f5f9ff;border-bottom:1px solid #d9d9d9;display:flex;align-items:center;position:fixed;top:0;left:0;z-index:8;transition-duration:.5s}@media only screen and (max-width:790px){.app-header{height:50px}}.app-header .con{display:flex;align-items:center;justify-content:space-between}.app-header .con .logo img{height:50px;width:auto}.app-header .con nav ul{display:flex;align-items:center;gap:2rem}.app-header .con nav ul li{font-size:1em;font-weight:500;position:relative;cursor:pointer}.app-header .con nav ul li:after{content:"";display:block;position:absolute;top:100%;left:50%;height:2px;background-color:#040118;border-radius:5px;transform:translateX(-50%);width:0;transition-duration:.5s}.app-header .con nav ul li:hover:after{width:10px;transition-duration:.5s}@media screen and (max-width:1180px){.app-header .logo img{height:50px}.app-header .actions,.app-header nav{display:none}}@media only screen and (max-width:790px){.app-header .logo img{height:40px;max-height:40px}}@media screen and (max-width:1180px){.submenu{display:none}}.header-submenu{position:fixed;z-index:8;top:80px;left:50%;transform:translateX(-50%);min-width:1200px;width:83vw;max-width:83vw;padding:60px;background-color:#fff;border-radius:20px}@media screen and (min-width:1920px){.header-submenu{width:1850px}}@media screen and (max-width:1180px){.header-submenu{width:90vw;min-width:90vw;max-width:90vw}}@media only screen and (max-width:790px){.header-submenu{width:90%}}.header-submenu-bg{position:fixed;z-index:7;top:0;left:0;height:100vh;width:100vw;background-color:rgba(4,1,24,.3)}.activities-menu{display:flex;gap:2rem;cursor:pointer}.activities-menu .left{width:300px;display:flex;flex-direction:column;justify-content:space-between}.activities-menu .left nav{margin-bottom:2rem}.activities-menu .left nav ul{display:flex;flex-direction:column;gap:.3rem}.activities-menu .left nav ul li{width:fit-content;font-size:1.5em;font-weight:500;position:relative;cursor:pointer}.activities-menu .left nav ul:hover li{opacity:.5;transition-duration:.5s}.activities-menu .left nav ul:hover>:hover{opacity:1;transform:translateX(10px);transition-duration:.5s}.activities-menu .right{flex-grow:1;display:flex;gap:1rem}.activities-menu .right .header-highlight{width:230px}.activities-menu .right .header-highlight img{width:100%;height:130px;border-radius:20px;margin-bottom:.3rem;filter:saturate(0);transition-duration:.3s}.activities-menu .right .header-highlight .info .flex{display:flex;align-items:center;justify-content:space-between}.activities-menu .right .header-highlight .info .date{font-size:.65em;color:#666}.activities-menu .right .header-highlight .info h4{font-size:.9em}.activities-menu .right .header-highlight .info .custom-button{opacity:0;transition-duration:.3s}.activities-menu .right .header-highlight:hover img{filter:saturate(1);transition-duration:.3s}.activities-menu .right .header-highlight:hover .info .custom-button{opacity:1;transition-duration:.3s}.departments-menu{display:flex;gap:2rem;cursor:pointer}.departments-menu .left{width:100%;display:flex;flex-direction:column;justify-content:space-between}.departments-menu .left nav ul{display:flex;flex-direction:column;gap:.3rem}.departments-menu .left nav ul li{width:fit-content;font-size:1.5em;font-weight:500;position:relative;cursor:pointer;list-style-type:disc}.departments-menu .left nav ul:hover li{opacity:.5;transition-duration:.5s}.departments-menu .left nav ul:hover>:hover{opacity:1;transform:translateX(10px);transition-duration:.5s}.app-sidebar{width:0;height:0;position:absolute;top:0;right:0;z-index:10;display:none}@media screen and (max-width:1180px){.app-sidebar{display:block}}.app-sidebar>button{position:fixed;z-index:10;right:5vw;width:50px;height:50px;max-height:50px;background-color:transparent}.app-sidebar>button>span{width:50%;height:2px;background-color:#161616;position:absolute}@media only screen and (max-width:359px){.app-sidebar>button{width:40px;background-color:transparent}.app-sidebar>button>span{height:2px}}.app-sidebar>.sidebar{width:100vw;height:100vh;background-color:rgba(4,1,24,.3);top:0;left:0;position:fixed}.app-sidebar>.menu{height:100%;background-color:#040118;position:fixed;right:0;top:0;overflow-x:hidden;padding:3rem 2rem}@media only screen and (max-width:359px){.app-sidebar>.menu{padding:1rem 2rem}}.app-sidebar>.menu .menu-sub{min-width:700px;max-width:700px;height:100%;display:flex;flex-direction:column}@media only screen and (max-width:790px){.app-sidebar>.menu .menu-sub{min-width:100%;max-width:100%;max-height:100%}}.app-sidebar>.menu .menu-sub button.back{display:flex;align-items:center;gap:.5rem;opacity:.75}.app-sidebar>.menu .menu-sub button.back img{width:14px}.app-sidebar>.menu .menu-sub button.back span{font-size:.875em;color:#fff;font-weight:600}.app-sidebar>.menu .menu-sub nav{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.app-sidebar>.menu .menu-sub nav .custom-button{margin-top:1.5rem}@media only screen and (max-width:359px){.app-sidebar>.menu .menu-sub nav{padding:2rem 0}.app-sidebar>.menu .menu-sub nav .custom-button{margin-top:1rem}}.app-sidebar>.menu .menu-sub nav ul{display:flex;flex-direction:column;gap:1rem;width:fit-content}.app-sidebar>.menu .menu-sub nav ul:hover .link{opacity:.5}.app-sidebar>.menu .menu-sub nav ul:hover li>:hover{opacity:1;transition-duration:.3s}.app-sidebar>.menu .menu-sub nav ul li{width:fit-content;transition-duration:.3s}.app-sidebar>.menu .menu-sub nav ul li .link{color:#fff;text-transform:capitalize;font-size:4em;font-weight:600;text-transform:uppercase;display:block;line-height:110%;transition-duration:.3s;cursor:pointer}@media only screen and (max-width:790px){.app-sidebar>.menu .menu-sub nav ul li .link{font-size:2.5em}}@media only screen and (max-width:359px){.app-sidebar>.menu .menu-sub nav ul li .link{font-size:2em}}.app-sidebar>.menu .menu-sub .socials h3{color:#d9d9d9;text-transform:uppercase;font-weight:500;font-size:.9em;margin-bottom:1rem}@media only screen and (max-width:790px){.app-sidebar>.menu .menu-sub .socials h3{margin-bottom:.5rem}}.app-sidebar>.menu .menu-sub .socials ul{display:flex;align-items:center;gap:2rem;width:fit-content}@media only screen and (max-width:790px){.app-sidebar>.menu .menu-sub .socials ul{gap:1rem}}.app-sidebar>.menu .menu-sub .socials ul:hover li{opacity:.5}.app-sidebar>.menu .menu-sub .socials ul:hover>:hover{opacity:1;transition-duration:.3s}.app-sidebar>.menu .menu-sub .socials ul li{height:1.5rem;transition-duration:.3s}.app-sidebar>.menu .menu-sub .socials ul li a{color:#fff;text-transform:capitalize;font-size:1.1em;display:block;height:1.5rem;transition-duration:.3s}.paragraph{display:flex;max-width:100%;color:#fff;flex-wrap:wrap}.paragraph .word-gradient{position:relative;margin-right:10px}.paragraph .word-gradient .shadow{position:absolute;opacity:10%;box-shadow:none}.numbers-section{background-color:#f5f9ff;position:relative}.numbers-section:before{content:"";display:block;position:absolute;width:100%;height:20px;top:-20px;left:0;background-color:#f5f9ff;border-radius:20px 20px 0 0}.numbers-section .bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:transparent;overflow:hidden}.numbers-section .bg img{width:800px;position:absolute;opacity:.1;-webkit-animation:vibrate-1 30s linear infinite both;animation:vibrate-1 30s linear infinite both}.numbers-section .bg img:first-child{left:-200px;top:100px}.numbers-section .bg img:last-child{opacity:.2;width:1200px;right:-300px;bottom:-400px}.numbers-section .content{width:100%;padding:112px 0;z-index:2}.numbers-section .content .con .left .title-content{position:sticky;top:15vh}.numbers-section .content .con .right .numbers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.numbers-section .content .con .right .numbers-grid h5{font-size:3.5em;color:#040118;font-weight:700}.numbers-section .content .con .right .numbers-grid p{font-size:1.125em;color:#4d4d4d;font-weight:500}@media only screen and (max-width:790px){.numbers-section .content{padding:60px 0}.numbers-section .content .con .left .title-content{position:static;top:0}.numbers-section .content .con .right .numbers-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem}.numbers-section .content .con .right .numbers-grid h5{font-size:2em;line-height:90%}.numbers-section .content .con .right .numbers-grid p{font-size:1.125em;color:#4d4d4d;font-weight:500}}.recent-activities-section{background-color:#040118;border-radius:20px 20px 0 0;position:relative}.recent-activities-section .bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:transparent;overflow:hidden}.recent-activities-section .bg img{width:800px;position:absolute;opacity:.5;-webkit-animation:vibrate-1 30s linear infinite both;animation:vibrate-1 30s linear infinite both}.recent-activities-section .bg img:first-child{right:-100px;bottom:-200px}.recent-activities-section .bg img:last-child{width:700px;left:-100px;top:-200px}.recent-activities-section .content{width:100%;padding:112px 0;position:relative;z-index:2}.recent-activities-section .content .con .section-title{width:700px;color:#fff;margin-bottom:2rem}.recent-activities-section .content .con .projects-table{margin-top:5rem}@media only screen and (max-width:790px){.recent-activities-section .content{width:100%;padding:60px 0 120px}.recent-activities-section .content .con .section-title{width:100%}.recent-activities-section .content .con .projects-table{margin-top:3rem}.projects-table-wrapper{overflow-x:scroll}}.projects-table-wrapper .projects-table{width:calc(100% + 4rem);transform:translateX(-2rem);color:#fff}.projects-table-wrapper .projects-table thead{width:100%}.projects-table-wrapper .projects-table thead tr th{font-size:.875em;color:#fff;font-weight:600;opacity:.75;padding:.5rem 0;text-align:left}.projects-table-wrapper .projects-table thead tr th:first-child{padding-left:2rem}.projects-table-wrapper .projects-table thead tr th:last-child{padding-right:2rem}.projects-table-wrapper .projects-table tbody tr{border-top:1px solid hsla(0,0%,100%,.25);padding:0 2rem;position:relative;transition-duration:.5s}.projects-table-wrapper .projects-table tbody tr td{font-size:1em;font-weight:500;color:#fff;padding:1.5rem 0;text-align:left;position:relative;z-index:2;transition-duration:.5s;opacity:1;cursor:pointer}.projects-table-wrapper .projects-table tbody tr td:first-child{padding-left:2rem;font-size:2em;font-weight:600}.projects-table-wrapper .projects-table tbody tr td:last-child{padding-right:2em}.projects-table-wrapper .projects-table tbody:hover tr{opacity:.5;transition-duration:.5s}.projects-table-wrapper .projects-table tbody:hover tr td{transition-duration:.5s}.projects-table-wrapper .projects-table tbody:hover>:hover{opacity:1;transform:scale(1.0125);transition-duration:.5s}.projects-table-wrapper .projects-table tbody:hover>:hover td{transition-duration:.5s}@media only screen and (max-width:790px){.projects-table-wrapper .projects-table{min-width:1000px;transform:translateX(0)}.projects-table-wrapper .projects-table thead tr th{font-size:.75em}.projects-table-wrapper .projects-table thead tr th:first-child{padding-left:1rem}.projects-table-wrapper .projects-table thead tr th:last-child{padding-right:1rem}.projects-table-wrapper .projects-table tbody tr{border-top:1px solid hsla(0,0%,100%,.25)}.projects-table-wrapper .projects-table tbody tr td{padding:1rem 0}.projects-table-wrapper .projects-table tbody tr td:first-child{padding-left:1rem;font-size:1.25em}.projects-table-wrapper .projects-table tbody tr td:last-child{padding-right:1rem}}.projects-table-wrapper .projects-table.light thead tr th{color:#161616}.projects-table-wrapper .projects-table.light tbody tr{border-top:1px solid rgba(0,51,0,.2)}.projects-table-wrapper .projects-table.light tbody tr td{color:#040118}.donate-cta-section{padding:112px 0;background-color:#040118}.donate-cta-section .con .cta-wrapper{background-color:#fff;border-radius:20px}.donate-cta-section .con .cta-wrapper .cta{width:100%;border-radius:20px;position:relative}.donate-cta-section .con .cta-wrapper .cta>img{position:absolute;left:0;top:0;width:100%;height:100%;mix-blend-mode:difference;border-radius:20px}.donate-cta-section .con .cta-wrapper .cta .sub{padding:112px;background-color:rgba(65,85,216,.3);backdrop-filter:blur(5px);display:flex;align-items:flex-end;justify-content:space-between;border-radius:20px}.donate-cta-section .con .cta-wrapper .cta .sub h2{font-size:4em;line-height:110%;color:#fff;font-weight:700}@media only screen and (max-width:790px){.donate-cta-section{padding:60px 0}.donate-cta-section .con .cta-wrapper{background-color:transparent}.donate-cta-section .con .cta-wrapper .cta{width:100%;border-radius:20px;position:relative}.donate-cta-section .con .cta-wrapper .cta>img{position:absolute;left:0;top:0;width:100%;height:100%;mix-blend-mode:difference;border-radius:20px;display:none}.donate-cta-section .con .cta-wrapper .cta .sub{padding:1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.donate-cta-section .con .cta-wrapper .cta .sub h2{font-size:2.5em;margin-bottom:2rem}}.application-footer{background-color:#040118;padding:112px 0;color:#fff;font-size:16px}@media only screen and (max-width:790px){.application-footer{font-size:14px}}@media only screen and (max-width:359px){.application-footer{font-size:12px}}@media screen and (min-width:1920px){.application-footer{font-size:18px}}.application-footer .con .logo{margin-bottom:2rem}.application-footer .con .logo img{width:200px}.application-footer .con .bottom{width:100%;display:flex;gap:3rem}.application-footer .con .bottom h4{font-size:1.25em;font-weight:600;margin-bottom:1.5rem}.application-footer .con .bottom a{font-size:1em;color:#d9d9d9}.application-footer .con .bottom .left{width:40%;display:flex;flex-direction:column;justify-content:space-between}.application-footer .con .bottom .left .socials .list ul{display:flex;align-items:center;gap:1rem}.application-footer .con .bottom .left .socials .list ul a{display:flex;width:50px;height:50px;align-items:center;justify-content:center;background-color:#262626;border-radius:50%;transition-duration:.5s}.application-footer .con .bottom .left .socials .list ul a img{width:40%}.application-footer .con .bottom .left .socials .list ul a:hover{background-color:#110072;transition-duration:.5s}.application-footer .con .bottom .right{flex-grow:1;display:grid;grid-template-columns:repeat(3,1fr)}.application-footer .con .bottom .right .menu{width:100%;display:flex;flex-direction:column;justify-content:space-between}.application-footer .con .bottom .right .menu .menu-sub ul{margin-bottom:5rem}.application-footer .con .bottom .right .menu>a{font-size:1em;color:#d9d9d9}@media only screen and (max-width:790px){.application-footer .con .logo{margin-bottom:2rem}.application-footer .con .bottom{width:100%;display:flex;flex-direction:column-reverse;gap:3rem}.application-footer .con .bottom h4{font-size:1.25em;margin-bottom:.5rem}.application-footer .con .bottom a{font-size:1em}.application-footer .con .bottom .left{width:100%}.application-footer .con .bottom .left .socials{margin-bottom:2rem}.application-footer .con .bottom .right{flex-grow:1;display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}.application-footer .con .bottom .right .menu{width:100%;display:flex;flex-direction:column;justify-content:space-between}.application-footer .con .bottom .right .menu ul{margin-bottom:.5rem}}.filter-button{height:45px;width:auto;background-color:transparent;border:1px solid #040118;border-radius:50px;color:#040118;display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.5rem 1.5rem;font-size:1em;line-height:80%;font-weight:500;text-transform:capitalize;transition-duration:.5s}.filter-button sup{color:#666}.filter-button:hover{border-color:#110072;color:#110072;transition-duration:.5s}.filter-button.selected{border-color:#110072;background-color:#110072;color:#fff}.filter-button.selected sup{color:#fff;opacity:.75}.filter-button.small{height:35px;padding:.5rem 1rem;font-size:.875em}@media only screen and (max-width:790px){.filter-button{height:37.5px;padding:.5rem 1rem}}.details-modal .modal-bg{position:fixed;z-index:10;width:100vw;height:100vh;left:0;top:0;background-color:rgba(4,1,24,.3)}.details-modal>.content{width:100%;height:auto;min-height:20vh;max-height:85vh;overflow-y:auto;overflow-x:hidden;background-color:#f5f9ff;position:fixed;left:0;bottom:0;z-index:11;border-radius:20px 20px 0 0}.details-modal>.content .close-button-wrapper{padding:1rem;display:flex;justify-content:flex-end}.details-modal>.content .close-button-wrapper button.close{position:fixed;right:5vw;top:1rem}@media only screen and (max-width:790px){.details-modal>.content{max-height:95vh}.details-modal>.content .close-button-wrapper{padding:1rem}.details-modal>.content .close-button-wrapper button.close{top:.5rem}}section.info-section h3{font-size:2.5em;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #d9d9d9}@media only screen and (max-width:790px){section.info-section h3{font-size:1.75em}}.member-card .img{position:relative}.member-card .img>img{width:100%;height:500px;border-radius:20px;object-fit:cover;object-position:center}@media only screen and (max-width:790px){.member-card .img>img{height:300px}}.member-card .img .position{position:absolute;right:1rem;bottom:1rem;height:25px;padding:0 1rem;background-color:#fff;font-size:.75em;font-weight:500;color:#040118;border-radius:25px;display:flex;align-items:center;justify-content:center}.member-card .info{color:#040118;margin-top:.5rem}.member-card .info .meta{margin-bottom:.5rem}.member-card .info .meta h5{font-size:1.25em;font-weight:600}.member-card .info .meta p{font-size:.875em;font-weight:400;color:#666}.member-card .info>p{font-size:1em;font-weight:400;margin-top:.5rem}.founders-section{background-color:#040118;border-radius:20px 20px 0 0;position:relative}.founders-section .bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:transparent;overflow:hidden}.founders-section .bg img{width:800px;position:absolute;-webkit-animation:vibrate-1 30s linear infinite both;animation:vibrate-1 30s linear infinite both}.founders-section .bg img:first-child{left:-200px;top:100px;opacity:.4}.founders-section .bg img:last-child{opacity:.4;width:1200px;right:-300px;bottom:-400px}.founders-section .content{width:100%;padding:112px 0;position:relative;z-index:3}.founders-section .content .con .left .title-content{position:sticky;top:15vh}.founders-section .content .con .left .title-content h2{color:#fff}.founders-section .content .con .right .founders .founder-card>img{width:100%;height:600px;border-radius:20px;object-fit:cover;object-position:center}.founders-section .content .con .right .founders .founder-card:last-child img{border-bottom-right-radius:100px}.founders-section .content .con .right .founders .founder-card .info{color:#fff;margin-top:.5rem}.founders-section .content .con .right .founders .founder-card .info h5{font-size:1.25em;font-weight:600}.founders-section .content .con .right .founders .founder-card .info h6{font-size:.825em;font-weight:400;color:#d9d9d9}.founders-section .content .con .right .founders .founder-card .info p{font-size:1em;font-weight:400;margin-top:1rem}.founders-section .content .con .right .extra-info{color:#fff;margin-top:3rem}.founders-section .content .con .right .extra-info h3{font-size:1.5em;font-weight:600;border-bottom:1px solid rgba(230,242,230,.2);padding-bottom:.5rem;margin-bottom:1rem}@media only screen and (max-width:790px){.founders-section .content{padding:60px 0}.founders-section .content .con .left .title-content{position:static;top:0}.founders-section .content .con .right .founders{grid-template-columns:repeat(1,1fr);gap:2rem}.founders-section .content .con .right .founders .founder-card>img{height:300px;border-radius:10px}.founders-section .content .con .right .extra-info{color:#fff;margin-top:3rem}.founders-section .content .con .right .extra-info h3{font-size:1.5em;font-weight:600;border-bottom:1px solid rgba(230,242,230,.2);padding-bottom:.5rem;margin-bottom:1rem}}.team-section{background-color:#f5f9ff;position:relative}.team-section:before{content:"";display:block;position:absolute;width:100%;height:20px;top:-20px;left:0;background-color:#f5f9ff;border-radius:20px 20px 0 0}.team-section .bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:transparent;overflow:hidden}.team-section .bg img{width:800px;position:absolute;-webkit-animation:vibrate-1 30s linear infinite both;animation:vibrate-1 30s linear infinite both}.team-section .bg img:first-child{left:-200px;top:100px;opacity:.4}.team-section .bg img:last-child{opacity:.2;width:1200px;right:-300px;bottom:-400px;-webkit-animation:vibrate-1 20s linear infinite both;animation:vibrate-1 20s linear infinite both}.team-section .content{width:100%;padding:112px 0;position:relative;z-index:3}.team-section .content .con .left .title-content{position:sticky;top:15vh}.team-section .content .con .left .title-content h2{color:#040118}.team-section .content .con .right .team-members{display:grid;grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:3rem}@media only screen and (max-width:790px){.team-section .content{padding:60px 0}.team-section .content .con .left .title-content{position:static;top:0}.team-section .content .con .right .team-members{grid-template-columns:repeat(1,1fr);column-gap:2rem;row-gap:3rem}}.PostBody_portableText__RMeb8{font-size:1.125rem;line-height:1.75rem;line-height:1.625}.PostBody_portableText__RMeb8 blockquote,.PostBody_portableText__RMeb8 ol,.PostBody_portableText__RMeb8 p,.PostBody_portableText__RMeb8 ul{margin-top:1.5rem;margin-bottom:1.5rem;font-size:1em}.PostBody_portableText__RMeb8 h2{margin-bottom:1rem;margin-top:3rem;font-size:1.875rem;line-height:2.25rem;line-height:1.375}.PostBody_portableText__RMeb8 h3{margin-bottom:1rem;margin-top:2rem;font-size:1.5rem;line-height:2rem;line-height:1.375}.PostBody_portableText__RMeb8 a{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity));text-decoration-line:underline}.PostBody_portableText__RMeb8 a:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.skeleton-card{width:100%;border-radius:20px;background-color:transparent}.skeleton-card,.skeleton-card .skeleton-info{display:flex;flex-direction:column;gap:10px}.skeleton-card .skeleton-body,.skeleton-card .skeleton-image,.skeleton-card .skeleton-title{background-color:rgba(17,0,112,.07);border-radius:20px;animation:pulse 1.5s ease-in-out infinite}.skeleton-card .skeleton-image{width:100%;height:250px}.skeleton-card .skeleton-title{width:70%;height:28px}.skeleton-card .skeleton-body{width:100%;height:16px}.skeleton-card .skeleton-body:last-child{width:50%}.skeleton-card.inverse{flex-direction:column-reverse}.skeleton-card.flat{flex-direction:row}.skeleton-card.flat .skeleton-info{flex-grow:1}.skeleton-card.flat .skeleton-image{width:50%}.table-loader{width:100%}.table-loader .con{gap:0!important}.table-loader .row{padding:1rem 0;border-bottom:1px solid #d9d9d9}.table-loader .row:last-child{border:none}.table-loader .row .sub{width:100%;height:70px;background-color:rgba(17,0,112,.07);border-radius:20px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{background-color:rgba(17,0,112,.07)}50%{background-color:rgba(17,0,112,.04)}to{background-color:rgba(17,0,112,.07)}}.career-card{width:100%;display:flex;border-radius:20px}@media only screen and (max-width:790px){.career-card{margin-bottom:1rem}}.career-card .career-card-sub{width:100%;display:flex;flex-direction:column;gap:1rem;padding:2rem;border-radius:20px;background:hsla(0,0%,100%,.5);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid hsla(0,0%,100%,.75);box-shadow:0 8px 32px 0 rgba(31,38,135,.035)}.career-card .career-card-sub h4{font-size:1.75em;color:#040118;font-weight:600;line-height:110%;margin-bottom:.5rem;cursor:pointer}@media only screen and (max-width:790px){.career-card .career-card-sub h4{font-size:1.75em}}.career-card .career-card-sub .info{display:flex;gap:.5rem;flex-wrap:wrap}.career-card .career-card-sub .info .info-pill{display:flex;width:fit-content;align-items:center;gap:.3rem;font-size:.875em;color:#040118;font-weight:400;background-color:#dfe8ff;padding:.2rem .5rem;border-radius:20px}.career-card .career-card-sub .info .info-pill:first-letter{text-transform:uppercase}.career-card .career-card-sub .info .info-pill.status{background-color:#110072;color:#fff}.career-card .career-card-sub .flex{margin-top:2rem;display:flex;align-items:flex-end;justify-content:space-between}.career-card .career-card-sub .flex .date{color:#666}@media only screen and (max-width:790px){.career-card .career-card-sub .flex{margin-top:1rem}}