.navbar{top:0;padding:3% 9%;z-index:99;background-color:rgba(0,0,0,0);transition:all 500ms}.navbar .wrap{width:100%}.navbar .wrap .pc-nav .main-menu{position:relative}.navbar .wrap .pc-nav .main-menu .nav-item{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.navbar .wrap .pc-nav .main-menu .nav-item .nav-link{font-family:"Inter",sans-serif;font-weight:400;color:#fff}.navbar .wrap .pc-nav .main-menu .nav-item .active{color:#fc981c;font-weight:700}.navbar .wrap .pc-nav .main-menu .nav-item .active:after{content:"";display:block;position:relative;width:75%;border:1px solid #fc981c;border-width:thin;margin:.35rem auto auto auto}.navbar .wrap .pc-nav .nav-item:hover .sub-menu{visibility:visible;background-color:#000;opacity:1;transform:translate(0%, 70%)}.navbar .wrap .pc-nav .sub-menu{visibility:hidden;position:absolute;opacity:0;width:20%;color:#fff;transition:all .5s;list-style-type:none;padding:5% 0% 5% 0%;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;transform:translate(0%, 50%)}.navbar .wrap .pc-nav .sub-menu li{text-align:center}.navbar .wrap .pc-nav .sub-menu li:not(:first-child){margin-top:25%}.navbar .wrap .pc-nav .sub-menu li a{color:#fff;text-decoration:none}.navbar .wrap .pc-nav .sub-menu::before{position:absolute;content:"";height:20px;width:20px;background:#000;top:-3px;left:50%;transform:translate(-50%) rotate(45deg)}.navbar .wrap .menu-btn{display:none}.navbar .wrap .menu-btn:checked~.main-menu{opacity:1;pointer-events:auto}.navbar .wrap .menu-btn:checked~.menu-icon .navicon{background:rgba(0,0,0,0)}.navbar .wrap .menu-btn:checked~.menu-icon .navicon:before{transform:rotate(-45deg)}.navbar .wrap .menu-btn:checked~.menu-icon .navicon:after{transform:rotate(45deg)}.navbar .wrap .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,.navbar .wrap .menu-btn:checked~.menu-icon:not(.steps) .navicon:after{top:0}.navbar .wrap .menu-icon{cursor:pointer;padding:28px 10px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.navbar .wrap .menu-icon .navicon{background:#fff;display:block;height:2px;position:relative;transition:background .2s ease-out;width:30px}.navbar .wrap .menu-icon .navicon:before,.navbar .wrap .menu-icon .navicon:after{background:#fff;content:"";display:block;height:100%;position:absolute;transition:all .2s ease-out;width:100%}.navbar .wrap .menu-icon .navicon:before{top:10px}.navbar .wrap .menu-icon .navicon:after{top:-10px}.navbar .wrap .mobile-nav .main-menu{pointer-events:none;position:fixed;z-index:1;display:inline-flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;width:100%;height:100vh;left:0;top:0;padding:0;margin:0;opacity:0;background-color:rgba(0,0,0,.8823529412);transition:.5s}.navbar .wrap .mobile-nav .nav-item{list-style-type:none;font-size:1.5rem;padding:0;cursor:pointer;width:100%}.navbar .wrap .mobile-nav .nav-item:not(:first-child){margin-top:3%}.navbar .wrap .mobile-nav .nav-item .active{color:#fc981c;font-weight:700}.navbar .wrap .mobile-nav .nav-item .active:after{content:"";display:block;position:relative;width:15%;border:1px solid #fc981c;border-width:thin;margin:.35rem auto auto auto}.navbar .wrap .mobile-nav .nav-item .li-btn{display:none}.navbar .wrap .mobile-nav .nav-item .li-label,.navbar .wrap .mobile-nav .nav-item a{width:100%;transition:.5s;color:#fff;cursor:pointer;text-decoration:none}.navbar .wrap .mobile-nav .nav-item .li-label.active{color:#fc981c;font-weight:700}.navbar .wrap .mobile-nav .nav-item .sub-menu{position:relative;top:-1px;max-height:0px;overflow:hidden;transition:1s}.navbar .wrap .mobile-nav .nav-item .li-btn:checked~.li-label{color:#fff;background-color:#fc981c}.navbar .wrap .mobile-nav .nav-item .li-btn:checked~.sub-menu{max-height:300px;background-color:#f9b252;padding:0}.navbar .wrap .mobile-nav .nav-item .li-btn:checked~.sub-menu li{margin:3% 0%;font-size:1.2rem}.navbar .wrap .mobile-nav .nav-item li{list-style-type:none}@media screen and (max-width: 1200px){.navbar{padding:3% 5%}}@media screen and (max-width: 992px){.navbar{position:fixed;padding:5% 0%}.navbar .wrap{width:82%}.navbar .wrap .mobile-nav .main-menu .nav-item .nav-link{font-size:2rem}.navbar .wrap .mobile-nav .main-menu .nav-item .li-label img{width:12%}.navbar .wrap .mobile-nav .main-menu .nav-item .li-btn:checked~.sub-menu li{font-size:1.5rem}}@media screen and (max-width: 768px){.navbar .wrap .mobile-nav .main-menu .nav-item .nav-link{font-size:1.5rem}.navbar .wrap .mobile-nav .main-menu .nav-item .li-label img{width:12%}.navbar .wrap .mobile-nav .main-menu .nav-item .li-btn:checked~.sub-menu li{font-size:1rem}}.footer{background-color:rgba(0,0,0,.3607843137);padding:5% 0}.footer #footer-container{max-width:1440px;margin:auto}.footer .wrap{position:relative;width:82%}.footer .wrap .footer-left .footer-logo{width:45%}.footer .wrap .footer-left .footer-logo img{width:100%}.footer .wrap .footer-left .footer-button{margin-left:8%}.footer .wrap .footer-left .footer-button button{background-color:#fc981c;color:#000;border-radius:50px;font-family:"Roboto",sans-serif;font-weight:700;font-size:1.18rem;padding:.3rem 1.5rem;transition:all .5s}.footer .wrap .footer-left .footer-button button a{color:#000;text-decoration:none}.footer .wrap .footer-left .footer-button button:hover{background-color:#ffbe6e}.footer .wrap .footer-left .footer-reserved{font-family:"Roboto",sans-serif;font-weight:400;font-size:.75rem;color:#b9b9b9;margin-top:15%}.footer .wrap .footer-right{right:0;width:25%}.footer .wrap .footer-right .col-3{display:inline-flex;justify-content:center}.footer .wrap .footer-right .footer-circle{cursor:pointer;transition:all 300ms}.footer .wrap .footer-right .footer-circle:hover{filter:invert(12%) sepia(14%) saturate(7468%)}.footer .wrap .footer-right .footer-list-item{display:inline-flex;justify-self:center;align-items:center;width:100%}.footer .wrap .footer-right .footer-list-item div{font-family:"Roboto",sans-serif;font-weight:400;font-size:.89rem;line-height:1.77rem;color:#b9b9b9}@media screen and (max-width: 1200px){.footer .wrap .footer-right{width:45%}}@media screen and (max-width: 992px){.footer .wrap .footer-right{width:auto}}@media screen and (max-width: 768px){.footer{padding:10% 0}.footer .wrap{width:90%}.footer .wrap .footer-logo{width:80%}.footer .wrap .footer-logo img{width:100%}.footer .wrap .footer-button{width:60%;display:flex;justify-content:center;align-items:center}.footer .wrap .footer-button button{background-color:#fc981c;color:#000;border-radius:50px;font-family:"Roboto",sans-serif;font-weight:700;font-size:1.18rem;padding:.3rem 1.5rem;transition:all .5s}.footer .wrap .footer-button button a{color:#000;text-decoration:none}.footer .wrap .footer-button button:hover{background-color:#ffbe6e}.footer .wrap .footer-info{margin-top:8%}.footer .wrap .footer-info .footer-list-item{display:inline-flex;width:100%}.footer .wrap .footer-info .footer-list-item div{font-family:"Roboto",sans-serif;font-weight:400;font-size:.89rem;line-height:1.77rem;color:#b9b9b9}.footer .wrap .footer-info .footer-reserved{display:inline-flex;width:100%;justify-content:center;margin-top:20%;color:#b9b9b9}}@media screen and (max-width: 414px){.footer .wrap .footer-logo{width:50%}.footer .wrap .footer-button{margin-top:8%}.footer .wrap .row{margin-top:8%}}.matte-background{position:absolute;top:0;left:0;width:100%;height:100%;mix-blend-mode:overlay;pointer-events:none}.vmfive-session{color:#fff}.learn-more-button{cursor:pointer}.read-more-button{cursor:pointer}#bg-container{position:fixed;top:0;width:100%;height:100vh;z-index:-1;opacity:1;pointer-events:none;filter:blur(80px)}.kv{position:relative}.kv .wrap{width:82%}.kv .wrap .kv-image{margin:auto auto;display:flex}.kv .wrap .kv-content{width:70%;margin-top:4%;font-family:"Roboto",sans-serif;font-size:1.125rem;line-height:2.25rem;text-align:center;font-weight:400}.vision .wrap{width:82%}.vision .vision-content{width:50%}.vision .vision-content p{color:#fff;font-family:"Roboto",sans-serif;font-weight:400;font-size:1.125rem;line-height:2.25rem}.vision .vision-illustrated img{width:100%}.slogan .wrap{width:82%;text-align:center}.slogan .wrap .slogan-title{font-size:4.5rem;font-family:"Roboto",sans-serif;text-shadow:0px 3.48876px 5.81461px rgba(0,0,0,.7)}.slogan .wrap .slogan-subtitle{font-size:2rem;font-family:"Montserrat",sans-serif;text-shadow:1.78418px 1.78418px 7.13674px rgba(0,0,0,.7)}.location{overflow:hidden}.location .wrap{width:82%}.location .location-illustrated{width:50%}.location .location-title-num{height:100%;font-family:"Inter",sans-serif;font-weight:700;color:rgba(255,255,255,.3);font-size:4.375rem;text-align:end;width:35%}.location .location-block{width:65%}.location .location-country{font-family:"Inter",sans-serif;font-weight:700;color:#fff;font-size:1.56rem}.location .location-agency{font-family:"Inter",sans-serif;font-weight:400;font-size:1rem;color:#b7b7b7}.team{width:100%;overflow:hidden;display:inline-flex;justify-content:center}.team .wrap{width:150%}.team .wrap .swiper-slide{height:30vw;opacity:.1;transition:opacity .5s}.team .wrap .swiper-slide .team-card{display:inline-flex;flex-direction:column;justify-content:center;width:100%;height:75%;box-shadow:0px 4px 15px -1px rgba(30,28,26,.5);background-color:rgba(255,255,255,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:32px;overflow:hidden;position:absolute;bottom:0}.team .wrap .swiper-slide .team-card .team-content{padding:0% 0% 0% 4%;width:63%;font-family:"Work Sans",sans-serif}.team .wrap .swiper-slide .team-card .team-content .team-name{line-height:100%;font-size:3.66rem;color:#fc981c;font-weight:700;text-shadow:0px 4px 4px rgba(0,0,0,.25)}.team .wrap .swiper-slide .team-card .team-content .team-title{line-height:100%;margin-top:5%;font-size:1.8rem;font-weight:700}.team .wrap .swiper-slide .team-card .team-content .team-intro{line-height:150%;margin-top:5%;font-size:1.125rem;font-weight:400}.team .wrap .swiper-slide .team-pic{position:absolute;width:40%;bottom:0;right:-4%;height:100%;pointer-events:none}.team .wrap .swiper-slide .team-pic img{position:absolute;width:100%;bottom:0;right:0}.team .wrap .swiper-slide-active{opacity:1}.team .wrap .swiper-pagination{position:relative;margin:3% 0%}.team .wrap .swiper-pagination-bullet{background-color:#fff !important;opacity:.5 !important}.team .wrap .swiper-pagination-bullet-active{background-color:#fc981c !important;opacity:1 !important}.partners .wrap{width:82%}.partners .partner-icon{margin-top:5%}.partners .partner-icon img{width:100%}.investors{position:relative}.investors .wrap{position:relative;z-index:2;width:82%}.investors .wrap .investors-card-container{margin-top:5%}.investors .wrap .investors-card-container .investors-card{position:relative;box-shadow:0px 4px 15px -1px rgba(30,28,26,.5);background-color:rgba(255,255,255,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:32px;overflow:hidden;padding:3% 5%}.investors .wrap .investors-card-container .investors-card:not(:first-child){margin-top:5%}.investors .wrap .investors-card-container .investors-card .investors-icon{background-color:#fff;border-radius:20px;padding:2% 0%;box-shadow:0px 4px 4px rgba(0,0,0,.25)}.investors .wrap .investors-card-container .investors-card .investors-icon img{width:100%}.investors .wrap .investors-card-container .investors-card .investors-content{margin-left:5%;text-shadow:0px 4px 4px rgba(0,0,0,.25)}.investors .wrap .investors-card-container .investors-card .investors-content .investors-title{font-size:2.5rem;font-weight:700}.investors .wrap .investors-card-container .investors-card .investors-content .investors-description{margin-top:3%;font-size:1.25rem;font-weight:400}@media screen and (max-width: 1200px){.kv .wrap .kv-image{width:40%}.kv .wrap .kv-image img{width:100%}.kv .wrap .kv-content{width:100%;font-size:1.2rem}.vision .wrap .vision-text{font-size:1.2rem}.slogan .wrap{width:90%}.slogan .wrap .slogan-title{font-size:3.8rem}.location .wrap{width:92%}.location .location-illustrated{width:40%}.team .wrap .swiper-slide{height:40vw}.team .wrap .swiper-slide .team-card{height:90%}.team .wrap .swiper-slide .team-card .team-content{padding-left:5%}.investors .wrap .investors-card-container .investors-card .investors-content .investors-title{font-size:2rem}.investors .wrap .investors-card-container .investors-card .investors-content .investors-description{font-size:1.2rem}}@media screen and (max-width: 992px){.kv{position:relative}.kv .wrap .kv-content{width:82%;margin-top:7%;font-size:1.3rem;line-height:2.5rem}.slogan .wrap{width:90%}.slogan .wrap .slogan-title{font-size:3rem}.slogan .wrap .slogan-subtitle{font-size:1.5rem}.team .wrap .swiper-slide{height:350px}.team .wrap .swiper-slide .team-card{height:90%}.team .wrap .swiper-slide .team-card .team-content{width:75%}.team .wrap .swiper-slide .team-pic{width:30%;right:0%}.vision .vision-content{width:100%}.vision .vision-content .vision-text{font-size:1.3rem}.location .location-illustrated{width:80%}.investors .wrap .investors-card-container .investors-card .investors-content .investors-title{font-size:1.8rem}.investors .wrap .investors-card-container .investors-card .investors-content .investors-description{font-size:1rem}}@media screen and (max-width: 768px){.kv .wrap{width:90%}.kv .wrap .kv-content{font-size:1.25rem;line-height:200%}.kv .wrap .kv-image{margin:auto auto;width:50%}.kv .wrap .kv-image img{width:100%}.vision .wrap{width:90%}.vision .vision-content .vision-text{font-size:1.1rem}.slogan .wrap{width:90%;text-align:center}.slogan .wrap .slogan-title{font-size:2.8rem}.slogan .wrap .slogan-subtitle{font-size:1.5rem}.location .wrap{width:90%}.location .location-content .session-logo{width:53%}.location .location-content .session-logo img{width:100%}.location .location-content .location-title-num{width:40%;text-align:center}.location .location-content .location-agency{width:120%}.location .location-illustrated{width:100%}.team .wrap .swiper-slide{height:350px}.team .wrap .swiper-slide .team-card{height:90%;align-items:center}.team .wrap .swiper-slide .team-card .team-content{width:80%;padding:0}.team .wrap .swiper-slide .team-card .team-content .team-name{font-size:3rem;line-height:1}.team .wrap .swiper-slide .team-card .team-content .team-title{font-size:1.5rem;margin-top:5%}.team .wrap .swiper-slide .team-card .team-content .team-intro{font-size:1rem;margin-top:5%;max-height:60%;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical}.team .wrap .swiper-slide .team-pic{display:none;width:30%;right:0%}.partners .wrap{width:90%}.investors .wrap{width:82%}.investors .wrap .investors-card-container .investors-card{padding:5% 0%}.investors .wrap .investors-card-container .investors-card .row{flex-direction:column}.investors .wrap .investors-card-container .investors-card .investors-content{margin-left:0;margin-top:5%;text-align:center;width:70%}.investors .wrap .investors-card-container .investors-card .investors-content .investors-title{font-size:1.8rem}.investors .wrap .investors-card-container .investors-card .investors-content .investors-description{margin-top:5%;font-size:1rem}}@media screen and (max-width: 414px){.location .location-content .session-logo{width:95%}.location .location-content .session-logo img{width:100%}}/*# sourceMappingURL=about.min.css.map */