@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";.section-container{width:1300px}.title,.para{font-kerning:none;-webkit-text-rendering:optimizeSpeed;text-rendering:optimizeSpeed;transform:translateZ(0)}@media only screen and (max-width: 1600px){.section-container{width:1200px;max-width:calc(100% - 160px)}}@media only screen and (max-width: 1400px){.section-container{width:900px}}@media only screen and (max-width: 900px){.section-container{width:500px;max-width:var(--cWidth)}}.loading-screen{position:fixed;width:100vw;height:var(--vh);background-color:#eae5ec;z-index:999999999;display:flex;place-items:center;justify-content:center}.loading-button{padding:20px 50px;border-radius:100px;background-color:#fff;overflow:hidden;font-size:18px;font-weight:500;position:relative;z-index:9}.loading-button:before{content:"";background-color:#fff;top:var(--mouse-y);left:var(--mouse-x);border-radius:50%;width:60px;height:60px;position:absolute;z-index:99;filter:blur(60px);opacity:0;transform:translate(-50%,-50%)}.loading-button:hover:before{opacity:1}.loading-clicked .loading-button:before{opacity:0}.loading-wrap{--Lsize: 145px;padding:6px;position:relative;min-width:0px;min-height:0px;border-radius:100px;background-color:#fff;overflow:hidden;transition:.8s ease-in-out;transition-delay:.2s;box-shadow:0 15px 15px #0003;display:flex;justify-content:center;align-items:center}.loading-clicked{transition-delay:0ms;transition-timing-function:cubic-bezier(.33,.11,1,.72);transform:scale(1);min-width:calc(100vw + 5000px);border-radius:5000px;min-height:calc(100vh + 500px);box-shadow:none}.loading-clicked .loading-button{overflow:visible}.loading-hover{background-color:#a87cff;width:250px;height:120px;position:absolute;top:var(--mouse-y);left:var(--mouse-x);border-radius:50%;transform:translate(-50%,-50%);filter:blur(30px);opacity:1;transition:opacity .5s}.loading-wrap:hover .loading-hover{opacity:1}.loading-clicked:hover .loading-hover,.loading-clicked .loading-hover{opacity:0}.loading-content{position:relative;background-color:#fff;width:100%;overflow:hidden;transition:.6s;text-transform:uppercase}.loading-content-in{position:relative;width:var(--Lsize);overflow:hidden;color:#2e3238}.loading-content2{position:relative;letter-spacing:2px;text-transform:uppercase;width:var(--Lsize);color:#2e3238;overflow:hidden;display:flex;justify-content:center;align-items:center;-moz-column-gap:10px;column-gap:10px;text-align:center;transition:1s;max-width:var(--Lsize)}.loading-clicked .loading-content2{opacity:0;transition:.5s}.loading-content span{font-weight:300;position:absolute;top:50%;right:0;transform:translateY(-50%);opacity:.7}.loading-box{position:absolute;right:0;top:50%;transform:translate(100%,-50%);width:15px;height:25px;background-color:#fff;animation:blink 1s linear infinite}.loading-icon{transform:scale(0);opacity:0;transition:.5s;transition-delay:.5s}.loading-complete .loading-icon{transform:scale(1);opacity:1}.loading-clicked .loading-icon{transition-delay:0s;transition:1s;transform:translate(200px)}.loading-clicked .loading-content2{overflow:visible}.loading-clicked .loading-content2 span{transition:1s;transform:translateY(100px);opacity:0}.loading-container{position:absolute;width:100%;max-width:var(--Lsize);top:50%;transition:1s;left:50px;z-index:9;transform:translateY(-50%)}.loading-complete .loading-container{max-width:0px}.loading-header{width:var(--cWidth);max-width:var(--cMaxWidth);position:fixed;z-index:9999999999;display:flex;justify-content:space-between;box-sizing:border-box;padding:20px 0;left:50%;transform:translate(-50%);top:0;color:var(--backgroundColor)}.loader-title{font-weight:700;font-size:14px;letter-spacing:.2px}@keyframes blink{0%{opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0}}.loading-complete .loading-box{animation:blinkDone .3s forwards;animation-delay:1s;opacity:1}@keyframes blinkDone{to{opacity:0}}.loaderGame-container{width:200px;transition:.3s;height:100px;overflow:hidden;position:relative;transform:scale(.4);transform-origin:top right}.loader-out .loaderGame-container{opacity:0}.loaderGame-in{width:1200px;position:absolute;overflow:hidden;left:0;animation:loaderGame 7s linear infinite}@keyframes loaderGame{0%{transform:translate(0)}to{transform:translate(-300px)}}.loaderGame-line{float:left;margin:0 20px 40px;position:relative;width:10px;height:60px;background-color:#000;display:block}.loaderGame-line:nth-child(2n){margin-top:40px;margin-bottom:0}.loaderGame-ball{position:absolute;left:20%;top:0%;width:15px;height:15px;border-radius:50%;background-color:#a87cff;animation:ball25 7s infinite;transform:translateY(10px);animation-timing-function:cubic-bezier(.3,1.18,.63,1.28)}.loading-marquee{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);color:var(--backgroundColor);font-size:60px;font-weight:600;text-transform:uppercase}.loading-marquee span{padding:0 50px;position:relative}.loading-marquee span:before{content:"";width:20px;height:20px;background-color:var(--backgroundColor);position:absolute;top:50%;border-radius:50px;left:0;transform:translate(-50%,-50%)}@keyframes ball25{0%{transform:translateY(70px)}15%{transform:translateY(10px)}30%{transform:translateY(70px)}45%{transform:translateY(10px)}67%{transform:translateY(70px)}80%{transform:translateY(10px)}90%{transform:translateY(70px)}to{transform:translateY(70px)}}@media only screen and (min-width: 1400px){.loading-wrap{--Lsize: 210px}.loading-button{padding:30px 70px;font-size:25px}.loading-container{left:70px}.loading-marquee{font-size:100px}}@media only screen and (min-width: 500px){.loading-header{padding:20px 0}.loader-title{font-size:16px}}@media only screen and (min-width: 1200px){.loading-header{padding:35px 0}.loader-title{font-size:18px}}.bus1{font-family:Inter,sans-serif!important;color:#1b1c1e}.bus1 .sectionTitle{font-size:28px;color:#183883;font-weight:600;position:relative}.bus1 .sectionTitle:after{content:"";position:absolute;left:calc(50% - 45px);bottom:-12px;width:90px;height:2px;border-radius:6px;background-color:#c52f25}.bus1 header{font-family:Inter,sans-serif!important;position:fixed;left:0;right:0;top:0;padding:0;margin:0;z-index:999}.bus1 header .header-wrapper{width:100%;display:flex;flex-direction:column;gap:0px}.bus1 header .header-cont{border-radius:0;background:#ffffffe6;box-shadow:1px 1px 8px #18388333;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);display:flex;align-items:center;justify-content:space-between;padding:12px 24px;gap:12px}.bus1 header .header-cont .logo{display:flex;flex-direction:row;gap:8px;align-items:center}.bus1 header .header-cont .logo span svg{width:150px;height:auto}.bus1 header .header-cont .menu{display:flex;flex-direction:row;align-items:center;height:100%;gap:32px;margin-top:0;margin-bottom:0}.bus1 header .header-cont .menu li{min-width:100px;position:relative;height:32px;display:flex;flex-direction:row;align-items:center}.bus1 header .header-cont .menu li .li-item{width:100%;font-size:16px;font-weight:500;text-align:center;color:#1b1c1e;line-height:16px;position:relative}.bus1 header .header-cont .menu li .li-item:hover:after{width:80%!important}.bus1 header .header-cont .menu li .li-item:after{content:"";position:absolute;bottom:-16px;left:50%;transform:translate(-50%);width:0;height:2px;background-color:var(--color-red);transition:.3s ease}.bus1 header .header-cont .menu li .li-item.active:after{width:80%!important}.bus1 header .header-cont .buttons{display:flex;gap:16px}.bus1 header .header-custom-button{padding:8px 13px;background-color:#fff;border-radius:6px;border:1px solid #C9E0FF;cursor:pointer;font-family:Inter,sans-serif!important;font-size:15px;color:#183883;font-weight:600}.bus1 header .header-custom-button:hover{color:#c52f25;box-shadow:1px 1px 8px #0030cc29}.bus1 header .header-custom-button.active{color:#c52f25;box-shadow:1px 1px 8px #0030cc29}.bus1 .home-news{width:100%;margin-bottom:80px}.bus1 .home-news .news-title{display:flex;justify-content:center;align-items:center;padding:8px 0;margin-bottom:24px}.bus1 .home-news .news-list{display:flex;flex-direction:column;width:100%;background:#fff;padding:32px 24px;border-radius:16px;box-shadow:1px 1px 8px #00000014;border:1px solid rgba(0,48,204,.1607843137)}.bus1 .home-news .newsItem{display:flex;flex-direction:column;border:1px solid #E1E1E1;border-radius:10px;padding:20px;gap:16px;width:100%}.bus1 .home-news .newsItem .img{background:transparent}.bus1 .home-news .newsItem .img:after{content:"Дэлгэрэнгүй";position:absolute;bottom:10px;left:50%;transform:translate(-50%) translateY(-100px);padding:8px 20px;background:#00000080;border-radius:6px;font-size:16px;color:#fff;font-weight:400;opacity:0;transition:opacity .4s ease,transform .4s ease;pointer-events:none}.bus1 .home-news .newsItem .img:hover:after{opacity:1;transform:translate(-50%) translateY(-200px)}.bus1 .home-news .newsItem img{border-radius:8px;height:250px;width:100%;-o-object-fit:cover;object-fit:cover}.bus1 .home-news .newsItem .body{margin-bottom:24px}.bus1 .home-news .newsItem .body .tt{font-weight:600;line-height:120%;font-size:16px;color:#000;margin:0}.bus1 .home-news .newsItem .body .tt:hover{color:#183883}.bus1 .home-news .newsItem .body .date{color:#0030cc;width:100%;font-size:16px}.bus1 .slide-news-item{position:relative;border-radius:18px;height:450px;display:flex;flex-direction:row;gap:0px;border:1px solid #E1E1E1;overflow:hidden}.bus1 .slide-news-item .back{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;z-index:0;height:100%;width:70%;max-width:70%}.bus1 .slide-news-item .back img{width:100%;position:relative!important;-o-object-fit:cover;object-fit:cover}.bus1 .slide-news-item .news-details{width:30%;padding:40px 24px;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center}.bus1 .slide-news-item .news-details h2{line-height:140%;font-size:20px;font-weight:600;color:#000;height:90px}.bus1 .slide-news-item .news-details p{font-size:20px;font-weight:600;line-height:140%}.bus1 .slide-news-item .news-details .date{color:#0030cc;width:100%;font-size:16px}@media (max-width: 1200px){.bus1 .slide-news-item{height:600px}.bus1 .slide-news-item .back{width:60%;max-width:60%}.bus1 .slide-news-item .news-details{width:40%;padding:24px;gap:12px}.bus1 .slide-news-item .news-details h2{line-height:26px;font-size:21px;font-weight:600}.bus1 .slide-news-item .news-details p{font-size:18px;font-weight:400;line-height:120%}.bus1 .slide-news-item .news-details .date{font-size:16px}.bus1 header{padding:0;margin:0}.bus1 header .header-cont{align-items:center;justify-content:space-between;padding:12px 16px}.bus1 header .header-cont .logo{height:40px}.bus1 header .header-cont .logo svg{width:auto;height:40px}.bus1 header .header-cont .logo span svg{width:140px;height:32px}.bus1 header .header-cont .menu{flex-direction:row;gap:12px}.bus1 header .header-cont .menu li a{font-size:14px;line-height:18px;text-align:center;display:inline-block}.bus1 header .header-cont .menu .header-custom-button{font-size:14px;padding:6px 10px}.bus1 .home-news{width:100%;margin-bottom:80px}.bus1 .home-news .news-title{display:flex;justify-content:center;align-items:center;padding:8px 0;margin-bottom:24px}.bus1 .home-news .news-list{display:flex;flex-direction:column;width:100%;background:#fff;padding:32px 24px;border-radius:16px;box-shadow:1px 1px 8px #00000014;border:1px solid rgba(0,48,204,.1607843137)}}@media (max-width: 992px){.bus1 .sectionTitle{font-size:24px}.bus1 .slide-news-item{height:450px}.bus1 .slide-news-item .back{width:50%;max-width:50%}.bus1 .slide-news-item .news-details{width:50%;padding:16px;gap:12px}.bus1 .slide-news-item .news-details h2{line-height:21px;font-size:18px;font-weight:600}.bus1 .slide-news-item .news-details p{font-size:16px;font-weight:400;line-height:120%}.bus1 .slide-news-item .news-details .date{font-size:15px;font-weight:400}.bus1 header .header-cont{align-items:center;justify-content:space-between;padding:12px 16px}.bus1 header .header-cont .logo{height:32px}.bus1 header .header-cont .logo svg{width:auto;height:32px}.bus1 header .header-cont .logo span{display:none;font-size:13px;width:120px}.bus1 header .header-cont .menu{flex-direction:row;gap:8px}.bus1 header .header-cont .menu li a{font-size:12px;line-height:18px;text-align:center;display:inline-block}.bus1 header .header-cont .menu .header-custom-button{font-size:12px;padding:6px 10px}.bus1 .home-news .newsItem{padding:12px;gap:16px}.bus1 .home-news .newsItem img{border-radius:6px}.bus1 .home-news .newsItem .body{margin-bottom:24px}.bus1 .home-news .newsItem .body .tt{font-weight:600;font-size:15px}.bus1 .home-news .newsItem .body .date{color:#0030cc;width:100%;font-size:16px}}@media (max-width: 768px){.bus1 .sectionTitle{font-size:20px}.bus1 .slide-news-item{height:550px;flex-direction:column}.bus1 .slide-news-item .back{width:100%;max-width:100%;max-height:50%}.bus1 .slide-news-item .news-details{width:100%;padding:16px;gap:12px}.bus1 .slide-news-item .news-details h2{line-height:21px;font-size:18px;font-weight:600}.bus1 .slide-news-item .news-details p{font-size:16px;font-weight:400;line-height:120%}.bus1 .slide-news-item .news-details .date{font-size:15px;font-weight:400}.bus1 header .burger-menu{padding:0 4px!important}.bus1 header .burger-menu svg{font-size:16px!important}.bus1 header .header-topper{height:42px;width:100%;padding:4px 36px;gap:16px}.bus1 header .header-topper .subtitle{font-size:16px;color:#fff;font-weight:300}.bus1 header .header-topper svg{font-size:18px}.bus1 header .header-cont{align-items:center;justify-content:space-between;padding:16px 20px}.bus1 header .header-cont .logo{height:32px}.bus1 header .header-cont .logo svg{width:auto;height:32px}.bus1 header .header-cont .logo span{display:block;font-size:13px;width:120px}.bus1 .home-news .newsItem{padding:0;gap:16px;display:flex;flex-direction:row}.bus1 .home-news .newsItem .img{width:40%}.bus1 .home-news .newsItem .img img{border-radius:6px 0 0 6px;height:100%;-o-object-fit:cover;object-fit:cover}.bus1 .home-news .newsItem .body{max-width:60%;padding:12px 12px 12px 0;margin-bottom:24px}.bus1 .home-news .newsItem .body .tt{font-weight:600;font-size:14px}.bus1 .home-news .newsItem .body .date{color:#0030cc;width:100%;font-size:14px}}@media (max-width: 576px){.bus1 .sectionTitle{font-size:18px}.bus1 header .header-cont{align-items:center;justify-content:space-between;padding:12px 16px}.bus1 header .header-cont .logo img{width:auto;height:28px!important}.bus1 header .header-cont .menu{flex-direction:row;gap:12px}.bus1 header .header-cont .menu li a{font-size:13px;line-height:15px;text-align:center;display:inline-block}.bus1 header .header-cont .buttons{display:flex;gap:12px}.bus1 header .header-cont .buttons .btn-auth{font-size:12px;padding:6px 12px}.bus1 header .header-cont .header-profile_menu{align-items:center;padding:6px}.bus1 header .header-cont .header-profile_menu .img{width:20px;height:20px}.bus1 header .header-cont .header-profile_menu .name{max-width:170px;min-width:100px;font-size:13px;margin-left:8px;text-align:start}.bus1 header .header-cont .header-profile_menu .menu-btn{width:14px;height:12px}.bus1 header .burger-menu{padding:0 4px!important}.bus1 header .burger-menu svg{font-size:16px!important}.bus1 .navbarMenu .ant-dropdown-menu{width:244px!important;margin-top:-6px!important;padding:6px 12px!important}.bus1 .navbarMenu .ant-dropdown-menu-title-content span{font-size:13px;font-weight:600;color:#1f1f1f}.bus1 .navbarMenu .ant-dropdown-menu-item-icon{font-size:16px!important}.bus1 .home-news .news-list{padding:8px}.bus1 .home-news .newsItem{padding:0;gap:12px;display:flex;flex-direction:row}.bus1 .home-news .newsItem .img{width:40%}.bus1 .home-news .newsItem .img img{border-radius:6px 0 0 6px;height:100%;-o-object-fit:cover;object-fit:cover}.bus1 .home-news .newsItem .body{max-width:60%;padding:12px 12px 12px 0;margin-bottom:24px}.bus1 .home-news .newsItem .body .tt{font-weight:600;font-size:13px}.bus1 .home-news .newsItem .body .date{font-size:13px}}.tc-container{max-width:1500px;margin:0 auto;padding:0 32px}.tc-container.small{max-width:880px}.route-cont{display:flex;flex-direction:row;width:100%;gap:24px;height:650px;background:#fff;padding:32px 24px;border-radius:16px;box-shadow:1px 1px 8px #00000014;border:1px solid rgba(0,48,204,.1607843137)}.route-cont button{font-family:Inter,sans-serif!important}.route-cont .routeLink{width:100%}.route-cont .route-title{display:flex;justify-content:center;align-items:center;padding:8px 0;margin-bottom:24px}.route-cont .route-desc{line-height:160%;font-size:16px;color:#1b1c1e}.route-cont .route-body{width:100%;display:flex;flex-direction:column;gap:16px;padding:0 16px}.route-cont .route-img{width:100%;max-width:650px;height:100%;display:flex;flex-direction:column;gap:16px}.route-cont .route-img .img-cont{flex-grow:1;display:flex;flex-direction:column;align-items:center;width:100%;padding:16px;border:.76px solid rgba(0,48,204,.1607843137);box-shadow:.76px .76px 6.09px #00000014;border-radius:6px;overflow:hidden}.route-cont .route-img img{height:100%}.route-cont .route-text{width:100%;padding:16px;background:#b6eeff29;border:1px solid rgba(0,48,204,.1607843137);color:#0030cc;font-weight:500;font-size:16px;box-shadow:1px 1px 8px #0030cc14;border-radius:6px}.route-button{font-weight:600!important;color:#1b1c1e;font-size:16px;border:1px solid #E1E1E1!important;transition:.3s ease}.route-button.active{border:1px solid rgba(0,48,204,.1607843137)!important;box-shadow:1px 1px 8px #0030cc29!important;color:#c52f25!important}@media (max-width: 1350px){.property-list{max-width:450px}}@media (max-width: 1200px){.route-cont{gap:20px;height:auto;padding:24px 20px;border-radius:12px}.route-cont .route-title{padding:8px 0;margin-bottom:24px}.route-cont .route-body{gap:16px}.route-cont .route-img{width:100%;max-width:600px;height:100%;display:flex;flex-direction:column;gap:16px}.route-cont .route-text{padding:16px;font-weight:500;font-size:16px}}@media (max-width: 992px){.route-cont{gap:16px;min-height:650px;padding:20px 16px;border-radius:12px}.route-cont .route-title{padding:8px 0;margin-bottom:16px}.route-cont .route-body{gap:16px;padding:0 12px}.route-cont .route-desc{font-size:16px}.route-cont .route-img{width:100%;max-width:450px;gap:16px}.route-cont .route-text{padding:16px;font-weight:500;font-size:15px}.page-wrapper{padding:24px}}@media (max-width: 768px){.route-cont{gap:24px;height:auto;flex-direction:column;padding:16px 16px 80px;border-radius:12px}.route-cont .route-title{padding:8px 0;margin-bottom:24px}.route-cont .routeLink{position:absolute;width:calc(100% - 48px);justify-content:center;bottom:16px}.route-cont .route-body{gap:16px}.route-cont .route-desc{font-size:15px}.route-cont .route-img{width:100%;max-width:100%;gap:16px}.route-cont .route-text{padding:16px;font-weight:500;font-size:15px}.page-wrapper{padding:20px}}@media (max-width: 576px){.page-wrapper{padding:16px 12px}.route-cont{gap:24px;padding-bottom:80px}.route-cont .route-title{padding:8px 0;margin-bottom:16px}.route-cont .routeLink{position:absolute;width:calc(100% - 48px);justify-content:center;bottom:16px}.route-cont .route-body{gap:16px}.route-cont .route-desc{font-size:15px}.route-cont .route-img{width:100%;max-width:100%;gap:16px}.route-cont .route-text{padding:12px;font-weight:500;font-size:14px}.route-cont .sectionTitle{font-size:18px}}.about-cont{display:flex;flex-direction:row;align-items:center;width:100%;gap:32px;height:650px;background:#fff;padding:32px 24px;border-radius:16px;box-shadow:1px 1px 8px #00000014;border:1px solid rgba(0,48,204,.1607843137)}.about-cont .about-body{width:100%;display:flex;flex-direction:column;gap:16px;padding:0 24px}.about-cont .about-desc,.about-cont .about-descrip{font-size:18px;line-height:160%}.about-cont .about-img{width:100%;max-width:500px;height:100%;max-height:450px;display:flex;flex-direction:column;gap:16px}.about-cont .about-img .img-cont{flex-grow:1;width:100%;overflow:hidden;border-radius:8px;box-shadow:1px 1px 8px #00000040}.about-cont .about-img img{height:100%!important;position:relative!important}.about-cont .recharge-img{width:100%;max-width:550px;height:100%;display:flex;flex-direction:column;gap:16px}.about-cont .recharge-img .img-cont{flex-grow:1;width:100%;overflow:hidden}.about-cont .recharge-img img{height:auto!important;width:100%;position:relative!important}.about-title{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:8px 0;margin-bottom:24px}.about-title .sectionTitle{font-size:28px;color:#183883;font-weight:600;position:relative}.about-title .sectionTitle:after{content:"";position:absolute;left:0;bottom:-12px;width:90px;height:2px;border-radius:6px;background-color:#c52f25}@media (max-width: 1200px){.about-cont{gap:24px;height:600px;padding:24px 20px;border-radius:16px}.about-cont .about-body{gap:16px;padding:0 24px}.about-cont .about-desc{font-size:17px}.about-cont .about-img{max-width:500px;gap:16px}.about-cont .recharge-img{width:100%;max-width:500px;gap:16px}}@media (max-width: 992px){.about-cont{gap:16px;height:550px;padding:20px 16px;border-radius:12px}.about-cont .about-body{gap:16px;padding:0 24px}.about-cont .about-desc{font-size:16px}.about-cont .about-img{max-width:400px;gap:16px}.about-cont .recharge-img{width:100%;max-width:400px;gap:16px}}@media (max-width: 768px){.about-cont{gap:16px;height:auto;flex-direction:column;padding:20px 16px;border-radius:12px}.about-cont .about-body{gap:16px;padding:0 24px}.about-cont .about-desc{font-size:14px}.about-cont .about-img{max-width:100%;height:300px;gap:16px}.about-cont .recharge-img{width:100%;max-width:400px;gap:16px}}@media (max-width: 576px){.about-cont{gap:16px;height:auto;flex-direction:column;padding:20px 16px;border-radius:12px}.about-cont .about-body{gap:16px;padding:0 24px}.about-cont .about-desc{font-size:14px}.about-cont .about-img{max-width:100%;height:250px;gap:16px}}.partner-cont{width:100%;height:550px;background:#fff;position:relative;border-radius:16px;box-shadow:1px 1px 8px #00000014;border:1px solid rgba(0,48,204,.1607843137);overflow:hidden}.partner-cont .back-img{position:absolute;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;pointer-events:none;border-radius:16px;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.partner-cont .back-img img{width:100%!important;position:relative!important;-o-object-fit:cover;object-fit:cover}.partner-cont .partner-body{height:100%;width:100%;max-width:1100px;align-items:center;display:flex;flex-direction:row;justify-content:space-around}.partner-cont .partner-body .count-title{font-size:32px;font-weight:700;color:#fff}.partner-cont .partner-body .count-desc{font-size:21px;font-weight:600;color:#fff}.partner-cont .partner-body .partner-item{width:31%}.partner-cont .partner-button{width:100%;max-width:350px;font-size:18px;color:#fff;font-weight:700;background:#3aa2ef;padding:16px 24px;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center}.partner-cont .partner-desc{font-size:20px;font-weight:600;color:#fff}@media (max-width: 992px){.partner-cont{width:100%;height:550px;border-radius:16px}.partner-cont .back-img{border-radius:16px}.partner-cont .partner-body{max-width:700px}.partner-cont .partner-body .count-title{font-size:26px;font-weight:600}.partner-cont .partner-body .count-desc{font-size:18px;font-weight:500}.partner-cont .partner-button{width:100%;max-width:300px;font-size:18px;padding:16px 24px}.partner-cont .partner-desc{font-size:18px}}@media (max-width: 768px){.partner-cont{height:500px;border-radius:12px}.partner-cont .back-img{border-radius:12px}.partner-cont .partner-body{max-width:560px}.partner-cont .partner-body .count-title{font-size:21px}.partner-cont .partner-body .count-desc{font-size:16px;font-weight:500}.partner-cont .partner-button{width:100%;max-width:250px;font-size:16px;padding:12px 20px}.partner-cont .partner-desc{font-size:16px;font-weight:500}}@media (max-width: 576px){.partner-cont{height:500px;border-radius:12px}.partner-cont .back-img{border-radius:12px}.partner-cont .partner-body{max-width:560px;flex-direction:column;gap:20px}.partner-cont .partner-body .partner-item{border:none!important;width:70%;text-align:center;gap:8px}.partner-cont .partner-body .count-title{font-size:21px}.partner-cont .partner-body .count-desc{font-size:16px;font-weight:500}.partner-cont .partner-button{width:100%;max-width:250px;font-size:14px;padding:12px 20px;margin-top:16px!important}.partner-cont .partner-desc{font-size:14px;max-width:70%}}.contact-cont{width:100%;background:#fff;position:relative;border-radius:16px;box-shadow:1px 1px 8px #00000014;border:1px solid rgba(0,48,204,.1607843137);overflow:hidden;font-family:Inter,sans-serif!important}.contact-cont .back-img{position:absolute;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;pointer-events:none;border-radius:16px;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.contact-cont .back-img img{width:100%!important;position:relative!important;-o-object-fit:cover;object-fit:cover}.contact-cont .contact-body{width:100%;height:100%;display:flex;flex-direction:row;gap:60px;padding:60px 80px}.contact-cont .contact-list{display:flex;flex-direction:column;gap:32px;z-index:20}.contact-cont .contact-list h3{color:#fff;font-size:24px;font-weight:600;margin-bottom:24px}.contact-cont .contact-list .contact-item{color:#fff;display:flex;flex-direction:row;width:100%;font-size:18px;font-weight:400;gap:30px;align-items:start;margin-bottom:10px}.contact-cont .contact-list .contact-item:last-child{margin-bottom:0}.contact-cont .contact-list .contact-item svg{width:20px;min-width:20px;height:26px;margin-right:8px;color:#fff}.contact-cont .contact-list .contact-item .contact-detail{display:flex;flex-direction:column;gap:8px;align-items:flex-start;font-weight:500;padding:2px 0;text-align:start}.contact-cont .contact-list .contact-item .contact-detail span{font-weight:300!important}.contact-cont .contact-form{background:#fff9;border-radius:12px;position:relative;width:100%;z-index:20;max-width:600px;padding:40px 32px}.contact-cont .contact-form .form-title{font-size:24px;font-weight:600;text-align:center;margin-bottom:48px}.contact-cont .contact-form .ant-form-item{margin-bottom:0}.contact-cont .contact-form .ant-form-item input{height:40px;font-size:16px;font-weight:300}.contact-cont .contact-form .ant-form-item textarea{font-size:16px;font-weight:300}.contact-cont .contact-form .contact-button{height:42px;background:#3aa2ef;font-size:18px;font-weight:700;box-shadow:none}@media (max-width: 992px){.contact-cont,.contact-cont .back-img{border-radius:16px}.contact-cont .contact-body{gap:32px;padding:32px 48px}.contact-cont .contact-list{gap:24px}.contact-cont .contact-list h3{color:#fff;font-size:21px;margin-bottom:20px}.contact-cont .contact-list .contact-item{font-size:16px;gap:16px;margin-bottom:6px}.contact-cont .contact-list .contact-item:last-child{margin-bottom:0}.contact-cont .contact-list .contact-item svg{width:18px;min-width:18px;height:22px;margin-right:4px}.contact-cont .contact-list .contact-item .contact-detail{gap:8px;font-weight:500}.contact-cont .contact-list .contact-item .contact-detail span{font-weight:300!important}.contact-cont .contact-form{max-width:450px;padding:32px 24px}.contact-cont .contact-form .form-title{font-size:21px;margin-bottom:32px}.contact-cont .contact-form .ant-form-item{margin-bottom:0}.contact-cont .contact-form .ant-form-item input{height:32px;font-size:15px}.contact-cont .contact-form .ant-form-item textarea{font-size:15px}.contact-cont .contact-form .contact-button{height:36px;font-size:16px;font-weight:600}}@media (max-width: 768px){.contact-cont,.contact-cont .back-img{border-radius:12px}.contact-cont .contact-body{gap:20px;flex-direction:column;padding:28px 40px}.contact-cont .contact-list{gap:20px}.contact-cont .contact-list h3{margin-top:12px;font-size:18px;margin-bottom:20px}.contact-cont .contact-list .contact-item{font-size:16px;gap:16px;margin-bottom:6px}.contact-cont .contact-list .contact-item svg{width:18px;min-width:18px;height:22px;margin-right:4px}.contact-cont .contact-list .contact-item .contact-detail{gap:8px;font-weight:500}.contact-cont .contact-list .contact-item .contact-detail span{font-weight:300!important}.contact-cont .contact-form{max-width:450px;padding:28px 24px}.contact-cont .contact-form .form-title{font-size:18px;margin-bottom:28px}.contact-cont .contact-form .ant-form-item{margin-bottom:0}.contact-cont .contact-form .ant-form-item input{height:32px;font-size:14px}.contact-cont .contact-form .ant-form-item textarea{font-size:14px}.contact-cont .contact-form .contact-button{height:32px;font-size:15px;font-weight:500}}@media (max-width: 576px){.contact-cont .contact-body{gap:16px;flex-direction:column;padding:16px 20px}.contact-cont .contact-list{gap:16px}.contact-cont .contact-list h3{margin-top:16px;font-size:18px;margin-bottom:20px}.contact-cont .contact-list .contact-item{font-size:14px;gap:12px;margin-bottom:6px}.contact-cont .contact-list .contact-item svg{width:16px;min-width:16px;height:18px;margin-right:4px}.contact-cont .contact-list .contact-item .contact-detail{gap:8px;font-weight:500}.contact-cont .contact-form{max-width:450px;padding:22px 18px}.contact-cont .contact-form .form-title{font-size:18px;margin-bottom:22px}.contact-cont .contact-form .ant-form-item{margin-bottom:0}.contact-cont .contact-form .ant-form-item input{height:28px;font-size:13px}.contact-cont .contact-form .ant-form-item textarea{font-size:13px}.contact-cont .contact-form .contact-button{height:32px;font-size:14px;font-weight:500}}footer .footer{font-family:Inter,sans-serif!important;border-radius:24px 24px 0 0;background-color:var(--color-black);padding:44px 44px 0}footer .footer-logo{height:60px;margin-bottom:48px;display:flex;flex-direction:row;align-items:center;gap:16px}footer .footer-logo img{width:150px}footer .footer-logo .logo-desc svg{width:200px;height:50px}footer .body{display:flex;flex-wrap:wrap;margin-bottom:60px;justify-content:space-between}footer .body .detail{width:40%;display:flex;flex-direction:row;align-items:start;justify-content:space-between}footer .body .detail .menu{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}footer .body .detail .menu a{font-size:20px;font-weight:400;line-height:normal;color:#fff}footer .body .detail .menu button{text-align:start;background:none;color:#fff;font-weight:500;font-size:20px}footer .body .social{display:flex;margin-top:32px;align-items:center;gap:20px}footer .body .social a{width:42px;height:42px;display:flex;color:#fff}footer .body .social a svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}footer .body .contact{width:40%;display:flex;flex-direction:column;gap:20px}footer .body .contact .contact-item{color:#fff;display:flex;flex-direction:row;width:100%;font-size:18px;font-weight:400;gap:30px;align-items:start;margin-bottom:10px}footer .body .contact .contact-item:last-child{margin-bottom:0}footer .body .contact .contact-item svg{width:20px;min-width:20px;height:26px;margin-right:8px;color:#fff}footer .body .contact .contact-item .contact-detail{display:flex;flex-direction:column;gap:8px;align-items:flex-start;font-weight:500;padding:2px 0;text-align:start}footer .body .contact .contact-item .contact-detail span{font-weight:300}footer .links{padding:24px 0;border-top:1px solid #878787;display:flex;justify-content:center;align-items:center}@media (max-width: 992px){footer .footer{border-radius:20px 20px 0 0;padding:36px 36px 0}footer .topper{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:end}footer .footer-logo{height:60px;margin-bottom:48px;gap:16px}footer .footer-logo img{width:120px}footer .footer-logo .logo-desc svg{width:150px;height:34px}footer .tt{font-size:28px;margin-bottom:42px}footer .body{margin-bottom:60px}footer .body .detail .menu{gap:16px 40px;margin-bottom:32px}footer .body .detail .menu a{font-size:18px}footer .body .detail .menu button{font-size:18px}footer .body .social{gap:24px}footer .body .social a{width:36px;height:36px}footer .body .contact .contact-item{font-size:16px;gap:30px;margin-bottom:10px}footer .body .contact .contact-item div svg{width:18px;min-width:18px;height:24px;margin-right:8px}footer .links{padding:24px 0;gap:24px}footer .links a{font-size:18px}}@media (max-width: 768px){footer .footer{border-radius:20px 20px 0 0;padding:24px 28px 0}footer .footer-logo{height:auto;flex-direction:column;margin-bottom:12px;gap:12px}footer .footer-logo img{width:100px}footer .footer-logo .logo-desc svg{width:150px;height:28px}footer .tt{font-size:22px;margin-bottom:32px}footer .body{margin-bottom:45px}footer .body .detail .menu{gap:16px 24px;margin-bottom:32px}footer .body .detail .menu a{font-size:16px}footer .body .detail .menu button{font-size:16px}footer .body .social{gap:24px}footer .body .social a{width:28px;height:28px}footer .body .contact .contact-item{font-size:15px;gap:12px;margin-bottom:10px;justify-content:flex-start}footer .body .contact .contact-item div{flex-grow:0}footer .body .contact .contact-item div svg{width:16px;min-width:16px;height:20px;margin-right:6px}footer .links{padding:24px 0;gap:24px}footer .links a{font-size:16px}footer .links .divider{display:none}}@media (max-width: 576px){footer .footer{border-radius:20px 20px 0 0;padding:24px 28px 0}footer .footer-logo{margin-bottom:24px;gap:16px;align-items:start}footer .footer-logo img{width:90px}footer .footer-logo .logo-desc{width:150px}footer .tt{display:none}footer .body{margin-bottom:45px}footer .body .detail{width:100%}footer .body .detail .menu{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}footer .body .detail .menu a{font-size:14px}footer .body .detail .menu button{font-size:16px}footer .body .social{gap:16px}footer .body .social a{width:24px;height:24px}footer .body .contact{width:100%}footer .body .contact .contact-item{font-size:14px;gap:12px;margin-bottom:10px;justify-content:flex-start;width:-moz-fit-content;width:fit-content}footer .body .contact .contact-item div{flex-grow:0}footer .body .contact .contact-item div svg{width:16px;min-width:16px;height:20px;margin-right:6px}footer .body .contact .contact-item p{margin-left:12px}footer .links{flex-direction:column;padding:24px 0;gap:16px}footer .links a{font-size:14px}}html{scroll-behavior:smooth!important;background-color:#fff}:root{--color-black: #1F1F1F;--color-red: #B31F25;--color-orange: #FFB000;--color-gray: #797979}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;letter-spacing:-.32px!important}.para{font-size:16px;font-weight:400;margin:0;line-height:14 0%}.home-page{position:relative;z-index:12;background:#fff;width:100%;padding-top:24px;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-page .landing-steppe{margin-top:0;width:100%;height:auto;display:flex;flex-direction:column;gap:20px;justify-content:center;text-align:center;align-items:center}.home-page .landing-steppe .title-section{width:100%;display:flex;flex-direction:column;gap:20px;max-width:850px;text-align:center;align-items:center;margin-bottom:100px}.home-page .landing-steppe .title-top-span{color:#8e84ff;font-size:24px}.home-page .landing-steppe h1{font-size:64px;color:#2e3238;font-weight:600;letter-spacing:-.02em}.home-page .landing-steppe .title-desc{font-size:28px;font-weight:400;letter-spacing:-.32px;color:#2e3238}.skillsSection{font-family:Inter,sans-serif!important;max-height:-moz-max-content!important;max-height:max-content!important;padding:120px 60px;max-width:100%;display:flex;flex-direction:column;align-items:center}.skillsSection .title-section{width:100%;display:flex;flex-direction:column;gap:20px;max-width:850px;text-align:center;align-items:center;margin-bottom:100px}.skillsSection h1{font-size:64px;color:#2e3238;font-weight:600;letter-spacing:-.02em}.skillsSection .skills-desc{font-size:24px;color:#2e3238}.skillsSection .skillText{font-size:36px;font-weight:400;letter-spacing:-.32px;line-height:120%;color:#2e3238}.skillsSection .skillText:hover{color:#3e36a6}.edge-gradient-left,.edge-gradient-right{position:absolute;top:0;bottom:0;height:100%;width:20%;pointer-events:none;z-index:10}.edge-gradient-left{left:0;background:linear-gradient(to right,white,transparent)}.edge-gradient-right{right:0;background:linear-gradient(to left,white,transparent)}.what-we-do{background:linear-gradient(197deg,#2e3853,#1d2537);color:#fff;width:100%;min-height:100vh;overflow:hidden;padding:120px 32px}.what-we-do .scroll-container{display:flex;width:100%;position:relative}.what-we-do .sticky-left{width:55%;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.what-we-do .sticky-left h2{font-size:36px;font-weight:400;margin-bottom:2rem}.what-we-do .sticky-left p{font-size:24px;line-height:150%;margin-bottom:64px}.what-we-do .sticky-left .categories{list-style:none;padding:0}.what-we-do .sticky-left .categories li{font-size:52px;font-weight:600;margin-bottom:0;opacity:.3;transition:all .3s ease}.what-we-do .sticky-left .categories li.active{opacity:1;color:#a78bfa}.what-we-do .scroll-right{width:45%;padding:6rem 20px;display:flex;flex-direction:column;align-items:center;gap:10rem}.what-we-do .slide{opacity:0;transform:translateY(50px);transition:all .8s ease-out;min-height:100vh;height:100vh;display:flex;padding:60px 0;flex-direction:column;align-items:center;line-height:1.6;max-width:600px;margin-top:50%;gap:40px}.what-we-do .slide .slide-title{display:flex;flex-direction:column;align-items:flex-start;width:80%;gap:40px}.what-we-do .slide h4{font-size:24px;margin-bottom:0;font-weight:300}.what-we-do .slide p{font-size:24px}.what-we-do .slide .back-img{margin-left:120px;width:380px;margin-bottom:60px}.what-we-do .slide .front-img{width:400px}.card-cont{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px}.card-cont h4{font-size:20px;font-weight:400;color:#5c6470}.card-cont .hover-cards{align-content:center;align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:wrap;margin-top:32px;gap:24px;height:-moz-min-content;height:min-content;justify-content:center;overflow:visible;padding:0;position:relative;width:100%;max-width:1200px}.card-cont .hover-cards .sector-hover-card{position:relative;display:inline-block;font-size:64px;padding:12px 24px;font-weight:600;font-family:Inter,sans-serif;color:#fff;cursor:pointer;letter-spacing:-.32px}.card-cont .hover-cards .sector-hover-card .sector-text{transition:color .3s ease,transform .4s ease;position:relative;z-index:3}.card-cont .hover-cards .sector-hover-card .card{position:absolute;top:50%;left:80%;width:110px;height:170px;border-radius:1rem;overflow:hidden;transform:translate(-50%,-50%) rotate(0) scale(.8);opacity:0;transition:all .5s ease;z-index:1}.card-cont .hover-cards .sector-hover-card .card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-cont .hover-cards .sector-hover-card .card-1{transform:translate(-50%,-50%) rotate(-8deg) scale(.8);z-index:1}.card-cont .hover-cards .sector-hover-card .card-2{transform:translate(-50%,-50%) rotate(8deg) scale(.8);z-index:2}.card-cont .hover-cards .sector-hover-card:hover .sector-text{color:#ac99ff;transform:translate(-40px)}.card-cont .hover-cards .sector-hover-card:hover .card-1{transform:translate(-90%,-60%) rotate(-12deg) scale(1);opacity:1}.card-cont .hover-cards .sector-hover-card:hover .card-2{transform:translate(-30%,-40%) rotate(6deg) scale(1);opacity:1}.stacked-cards{margin-top:150px;margin-bottom:15vh;width:100%;position:relative}.stacked-cards h1{font-size:56px;font-weight:600;width:100%;text-align:center;color:#2e3238}.project-card{height:300px;min-width:440px;cursor:pointer}.project-card button{background-color:transparent}.project-card button span{font-size:16px}.project-card button:hover{background-color:#fff;color:#2e3238}.project-card button:hover svg path{fill:#2e3238}@media (max-width: 1200px){.home-page{padding-top:24px;flex-direction:column;align-items:center;justify-content:center}.home-page .landing-steppe{width:100%;flex-direction:column;gap:20px;align-items:center}.home-page .landing-steppe .title-section{gap:16px;max-width:700px;margin-bottom:40px}.home-page .landing-steppe .title-top-span{font-size:21px}.home-page .landing-steppe h1{font-size:44px;margin:16px 0}.home-page .landing-steppe .title-desc{font-size:22px}.project-card{height:270px;min-width:400px}.project-card button span{font-size:16px}.what-we-do{padding:120px 24px}.what-we-do .scroll-container{display:flex;width:100%;position:relative}.what-we-do .sticky-left{width:50%}.what-we-do .sticky-left h2{font-size:32px;font-weight:400;margin-bottom:2rem}.what-we-do .sticky-left p{font-size:21px;line-height:150%;margin-bottom:64px}.what-we-do .sticky-left .categories{list-style:none;padding:0}.what-we-do .sticky-left .categories li{font-size:42px;font-weight:600}.what-we-do .scroll-right{width:50%;padding:5rem 0px;gap:8rem}.what-we-do .slide{opacity:0;transform:translateY(50px);min-height:100vh;padding:40px 0;flex-direction:column;max-width:600px;margin-top:45%;gap:32px}.what-we-do .slide .slide-title{display:flex;flex-direction:column;align-items:flex-start;width:80%;gap:32px}.what-we-do .slide h4{font-size:22px;margin-bottom:0;font-weight:300}.what-we-do .slide p{font-size:21px}.what-we-do .slide .back-img{margin-left:90px;width:340px;margin-bottom:60px}.what-we-do .slide .front-img{width:350px}.card-cont{gap:40px}.card-cont h4{font-size:18px}.card-cont .hover-cards{margin-top:24px;gap:21px;max-width:1000px}.card-cont .hover-cards .sector-hover-card{font-size:52px;padding:10px 20px}.card-cont .hover-cards .sector-hover-card .card{top:50%;left:80%;width:100px;height:160px}.card-cont .hover-cards .sector-hover-card .card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.skillsSection{padding:100px 50px;max-width:100%}.skillsSection .title-section{gap:16px;max-width:750px;margin-bottom:80px}.skillsSection h1{font-size:52px}.skillsSection .skills-desc{font-size:21px;color:#2e3238}.skillsSection .skillText{font-size:32px}}@media (max-width: 992px){.home-page{padding-top:24px;flex-direction:column;align-items:center;justify-content:center}.home-page .landing-steppe{width:100%;flex-direction:column;gap:20px;align-items:center}.home-page .landing-steppe .title-section{gap:16px;max-width:680px;margin-bottom:40px}.home-page .landing-steppe .title-top-span{font-size:20px}.home-page .landing-steppe h1{font-size:40px;margin:16px 0}.home-page .landing-steppe .title-desc{font-size:21px}.project-card{height:250px;min-width:380px}.project-card button span{font-size:15px}.what-we-do{padding:100px 24px}.what-we-do .scroll-container{display:flex;width:100%;position:relative}.what-we-do .sticky-left{width:45%}.what-we-do .sticky-left h2{font-size:28px;margin-bottom:1.5rem}.what-we-do .sticky-left p{font-size:18px;margin-bottom:48px}.what-we-do .sticky-left .categories{list-style:none;padding:0}.what-we-do .sticky-left .categories li{font-size:36px;font-weight:600}.what-we-do .scroll-right{width:55%;padding:5rem 0px;gap:8rem}.what-we-do .slide{opacity:0;transform:translateY(50px);min-height:100vh;padding:40px 0;flex-direction:column;max-width:600px;margin-top:45%;gap:32px}.what-we-do .slide .slide-title{display:flex;flex-direction:column;align-items:flex-start;width:80%;gap:32px}.what-we-do .slide h4{font-size:20px;margin-bottom:0;font-weight:300}.what-we-do .slide p{font-size:19px}.what-we-do .slide .back-img{margin-left:60px;width:270px;margin-bottom:40vh}.what-we-do .slide .front-img{width:300px}.card-cont{gap:32px}.card-cont h4{font-size:18px}.card-cont .hover-cards{margin-top:24px;gap:21px;max-width:850px}.card-cont .hover-cards .sector-hover-card{font-size:40px;padding:8px 18px}.card-cont .hover-cards .sector-hover-card .card{top:50%;left:80%;width:85px;height:135px;border-radius:12px}.card-cont .hover-cards .sector-hover-card .card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.skillsSection{padding:100px 50px;max-width:100%}.skillsSection .title-section{gap:16px;max-width:750px;margin-bottom:80px}.skillsSection h1{font-size:40px}.skillsSection .skills-desc{font-size:20px}.skillsSection .skillText{font-size:28px}}@media (max-width: 768px){.home-page{padding-top:8px;flex-direction:column;align-items:center;justify-content:center}.home-page .landing-steppe{width:100%;flex-direction:column;gap:16px;align-items:center}.home-page .landing-steppe .title-section{gap:16px;max-width:580px;margin-bottom:40px}.home-page .landing-steppe .title-top-span{font-size:18px}.home-page .landing-steppe h1{font-size:32px;margin:16px 0}.home-page .landing-steppe .title-desc{font-size:18px}.project-card{height:250px;min-width:380px}.project-card button span{font-size:14px}.what-we-do{padding:60px 16px}.what-we-do .scroll-container{display:flex;width:100%;flex-direction:column}.what-we-do .sticky-left{width:100%;position:static!important;height:auto;top:auto}.what-we-do .sticky-left h2{font-size:24px;margin-bottom:1.5rem}.what-we-do .sticky-left p{font-size:16px;margin-bottom:32px}.what-we-do .sticky-left .categories{display:none}.what-we-do .scroll-right{width:100%;padding:1rem 0px;gap:8rem}.what-we-do .slide{opacity:0;transform:translateY(50px);min-height:30vh;height:auto;padding:16px 0;flex-direction:column;max-width:100%;margin-top:10%;gap:16px}.what-we-do .slide h4{font-size:24px}.what-we-do .slide p{font-size:19px}.what-we-do .slide .back-img{display:none}.what-we-do .slide .front-img,.what-we-do .slide .slide-title{width:100%}.card-cont{gap:24px}.card-cont h4{font-size:18px}.card-cont .hover-cards{margin-top:16px;gap:21px;max-width:650px}.card-cont .hover-cards .sector-hover-card{font-size:32px;padding:8px 18px}.card-cont .hover-cards .sector-hover-card .card{top:50%;left:80%;width:65px;height:105px;border-radius:10px}.skillsSection{padding:60px 24px;max-width:100%}.skillsSection .title-section{gap:16px;max-width:600px;margin-bottom:60px}.skillsSection h1{font-size:32px}.skillsSection .skills-desc{font-size:18px}.skillsSection .skillText{font-size:24px}}@media (max-width: 560px){.home-page{padding-top:8px;flex-direction:column;align-items:center;justify-content:center}.home-page .landing-steppe{margin-top:80px;width:100%;gap:16px}.home-page .landing-steppe .title-section{gap:16px;max-width:400px;margin-bottom:24px}.home-page .landing-steppe .title-top-span{font-size:16px}.home-page .landing-steppe h1{font-size:24px;margin:16px 0}.home-page .landing-steppe .title-desc{font-size:16px}.project-card{height:200px;min-width:290px}.project-card a span{font-size:12px}.what-we-do{padding:60px 16px}.what-we-do .scroll-container{display:flex;width:100%;flex-direction:column}.what-we-do .sticky-left{width:100%;position:static!important;height:auto;top:auto}.what-we-do .sticky-left h2{font-size:24px;margin-bottom:1.5rem}.what-we-do .sticky-left p{font-size:16px;margin-bottom:32px}.what-we-do .sticky-left .categories{display:none}.what-we-do .scroll-right{width:100%;padding:1rem 0px;gap:8rem}.what-we-do .slide{opacity:0;transform:translateY(50px);min-height:30vh;height:auto;padding:16px 0;flex-direction:column;max-width:100%;margin-top:10%;gap:16px}.what-we-do .slide h4{font-size:24px}.what-we-do .slide p{font-size:19px}.what-we-do .slide .back-img{display:none}.what-we-do .slide .front-img,.what-we-do .slide .slide-title{width:100%}.card-cont{gap:24px}.card-cont h4{font-size:16px}.card-cont .hover-cards{margin-top:16px;gap:16px;max-width:400px}.card-cont .hover-cards .sector-hover-card{font-size:24px;padding:6px 12px}.card-cont .hover-cards .sector-hover-card .card{top:50%;left:80%;width:40px;height:70px;border-radius:8px}.skillsSection{padding:16px 12px;max-width:100%}.skillsSection .title-section{gap:16px;max-width:400px;margin-bottom:32px}.skillsSection h1{font-size:24px}.skillsSection .skills-desc{font-size:16px}.skillsSection .skillText{font-size:18px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none!important}.visible{visibility:visible!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.inset-0{top:0!important;right:0!important;bottom:0!important;left:0!important}.inset-y-0{top:0!important;bottom:0!important}.bottom-4{bottom:1rem!important}.bottom-\[12px\]{bottom:12px!important}.bottom-\[60px\]{bottom:60px!important}.left-0{left:0!important}.left-10{left:2.5rem!important}.right-0{right:0!important}.top-auto{top:auto!important}.z-0{z-index:0!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-\[11\]{z-index:11!important}.m-0{margin:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.mb-10{margin-bottom:2.5rem!important}.mb-4{margin-bottom:1rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-8{margin-bottom:2rem!important}.mb-\[80px\]{margin-bottom:80px!important}.ml-2{margin-left:.5rem!important}.ml-4{margin-left:1rem!important}.ml-auto{margin-left:auto!important}.mt-10{margin-top:2.5rem!important}.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.mt-\[120px\]{margin-top:120px!important}.mt-\[30px\]{margin-top:30px!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.grid{display:grid!important}.hidden{display:none!important}.h-\[10px\]{height:10px!important}.h-\[32px\]{height:32px!important}.h-\[500px\]{height:500px!important}.h-\[50px\]{height:50px!important}.h-\[60px\]{height:60px!important}.h-\[80px\]{height:80px!important}.h-\[auto\],.h-auto{height:auto!important}.h-fit{height:-moz-fit-content!important;height:fit-content!important}.h-full{height:100%!important}.min-h-\[100svh\]{min-height:100svh!important}.min-h-\[150px\]{min-height:150px!important}.min-h-\[80vh\]{min-height:80vh!important}.min-h-\[90vh\]{min-height:90vh!important}.min-h-screen{min-height:100vh!important}.w-\[10px\]{width:10px!important}.w-\[120px\]{width:120px!important}.w-\[20\%\]{width:20%!important}.w-\[20px\]{width:20px!important}.w-\[24px\]{width:24px!important}.w-\[300px\]{width:300px!important}.w-\[32px\]{width:32px!important}.w-\[36px\]{width:36px!important}.w-\[400px\]{width:400px!important}.w-\[65px\]{width:65px!important}.w-full{width:100%!important}.w-screen{width:100vw!important}.max-w-3xl{max-width:48rem!important}.max-w-4xl{max-width:56rem!important}.max-w-\[1500px\]{max-width:1500px!important}.max-w-\[620px\]{max-width:620px!important}.max-w-\[640px\]{max-width:640px!important}.flex-1{flex:1 1 0%!important}.shrink-0{flex-shrink:0!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes logo{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.animate-logo{animation:logo 6s infinite linear!important}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}.animate-marquee{animation:marquee var(--duration) linear infinite!important}@keyframes marquee-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(-100% - var(--gap)))}}.animate-marquee-vertical{animation:marquee-vertical var(--duration) linear infinite!important}.cursor-pointer{cursor:pointer!important}.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.resize-none{resize:none!important}.resize{resize:both!important}.snap-start{scroll-snap-align:start!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}.items-start{align-items:flex-start!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.gap-2{gap:.5rem!important}.gap-28{gap:7rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-6{gap:1.5rem!important}.gap-8{gap:2rem!important}.gap-\[16px\]{gap:16px!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.5rem * var(--tw-space-y-reverse))!important}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.rounded-2xl{border-radius:1rem!important}.rounded-\[16px\]{border-radius:16px!important}.rounded-\[6px\]{border-radius:6px!important}.rounded-\[8px\]{border-radius:8px!important}.rounded-full{border-radius:9999px!important}.rounded-md{border-radius:.375rem!important}.rounded-xl{border-radius:.75rem!important}.border,.border-\[1px\]{border-width:1px!important}.border-l-\[2px\]{border-left-width:2px!important}.border-t{border-top-width:1px!important}.border-none{border-style:none!important}.border-gray-300{--tw-border-opacity: 1 !important;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))!important}.border-white\/10{border-color:#ffffff1a!important}.bg-\[\#183883\]{--tw-bg-opacity: 1 !important;background-color:rgb(24 56 131 / var(--tw-bg-opacity, 1))!important}.bg-\[\#C52F25\]{--tw-bg-opacity: 1 !important;background-color:rgb(197 47 37 / var(--tw-bg-opacity, 1))!important}.bg-\[\#f7f7ff\]{--tw-bg-opacity: 1 !important;background-color:rgb(247 247 255 / var(--tw-bg-opacity, 1))!important}.bg-black0{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-blue-500{--tw-bg-opacity: 1 !important;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))!important}.bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-\[url\(\/bgs\/bata\.jpeg\)\]{background-image:url(/bgs/bata.jpeg)!important}.bg-\[url\(\/bgs\/breathrise\.jpg\)\]{background-image:url(/bgs/breathrise.jpg)!important}.bg-\[url\(\/bgs\/bus1\.jpg\)\]{background-image:url(/bgs/bus1.jpg)!important}.bg-\[url\(\/bgs\/dent\.jpg\)\]{background-image:url(/bgs/dent.jpg)!important}.bg-\[url\(\/bgs\/elfbar\.png\)\]{background-image:url(/bgs/elfbar.png)!important}.bg-\[url\(\/bgs\/gandir\.jpg\)\]{background-image:url(/bgs/gandir.jpg)!important}.bg-\[url\(\/bgs\/hab\.png\)\]{background-image:url(/bgs/hab.png)!important}.bg-\[url\(\/bgs\/ubcar\.jpg\)\]{background-image:url(/bgs/ubcar.jpg)!important}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))!important}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))!important}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))!important}.from-\[\#0C15287A\]{--tw-gradient-from: #0C15287A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 21 40 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-\[\#1B1C1EB2\]{--tw-gradient-from: #1B1C1EB2 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 28 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-\[\#222325\]{--tw-gradient-from: #222325 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(34 35 37 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black\/20{--tw-gradient-from: rgb(0 0 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.via-\[\#1a171d\]{--tw-gradient-to: rgb(26 23 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #1a171d var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.to-\[\#0C15287A\]{--tw-gradient-to: #0C15287A var(--tw-gradient-to-position) !important}.to-\[\#0b080c\]{--tw-gradient-to: #0b080c var(--tw-gradient-to-position) !important}.to-\[\#1B1C1EB2\]{--tw-gradient-to: #1B1C1EB2 var(--tw-gradient-to-position) !important}.to-black\/30{--tw-gradient-to: rgb(0 0 0 / .3) var(--tw-gradient-to-position) !important}.bg-cover{background-size:cover!important}.bg-center{background-position:center!important}.fill-black{fill:#000!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.p-2{padding:.5rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-\[150px\]{padding-top:150px!important;padding-bottom:150px!important}.pt-\[120px\]{padding-top:120px!important}.text-center{text-align:center!important}.text-\[12px\]{font-size:12px!important}.text-\[14px\]{font-size:14px!important}.text-\[16px\]{font-size:16px!important}.text-\[19px\]{font-size:19px!important}.text-\[20px\]{font-size:20px!important}.text-\[24px\]{font-size:24px!important}.text-\[36px\]{font-size:36px!important}.text-lg{font-size:18px!important}.font-\[300\]{font-weight:300!important}.font-bold{font-weight:700!important}.font-light{font-weight:300!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.leading-\[120\%\]{line-height:120%!important}.leading-relaxed{line-height:1.625!important}.leading-snug{line-height:1.375!important}.text-\[\#1B1C1E\]{--tw-text-opacity: 1 !important;color:rgb(27 28 30 / var(--tw-text-opacity, 1))!important}.text-\[\#2e3238\]{--tw-text-opacity: 1 !important;color:rgb(46 50 56 / var(--tw-text-opacity, 1))!important}.text-\[\#5C6470\]{--tw-text-opacity: 1 !important;color:rgb(92 100 112 / var(--tw-text-opacity, 1))!important}.text-\[\#C52F25\]{--tw-text-opacity: 1 !important;color:rgb(197 47 37 / var(--tw-text-opacity, 1))!important}.text-\[\#FEFFFE\]{--tw-text-opacity: 1 !important;color:rgb(254 255 254 / var(--tw-text-opacity, 1))!important}.text-gray-700{--tw-text-opacity: 1 !important;color:rgb(55 65 81 / var(--tw-text-opacity, 1))!important}.text-indigo-900{--tw-text-opacity: 1 !important;color:rgb(49 46 129 / var(--tw-text-opacity, 1))!important}.text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.opacity-30{opacity:.3!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.blur{--tw-blur: blur(8px) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.blur-\[10px\]{--tw-blur: blur(10px) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-300{transition-duration:.3s!important}.\[--duration\:20s\]{--duration: 20s !important}.\[--duration\:60s\]{--duration: 60s !important}.\[--gap\:1rem\]{--gap: 1rem !important}.\[--gap\:6px\]{--gap: 6px !important}.\[animation-direction\:reverse\]{animation-direction:reverse!important}.\[duration\:var\(--duration\)\]{duration:var(--duration)!important}.\[gap\:var\(--gap\)\]{gap:var(--gap)!important}:root{font-family:Geist,sans-serif;font-optical-sizing:auto;font-style:normal;line-height:1.5;scroll-behavior:smooth;color-scheme:light dark;color:#eae5ec;background-color:var(--backgroundColor);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;-webkit-user-select:none;-moz-user-select:none;--accentColor: #c2a4ff;--backgroundColor: #0b080c;--vh: 100vh;--vh: 100svh}h1,h2,h3,h4,h5,h6{font-family:Geist,sans-serif}a{color:inherit;text-decoration:inherit}a:hover{color:var(--accentColor)}main{opacity:1;transition:.3s}.main-active{opacity:0;animation:fadeIn 1s 1;animation-fill-mode:forwards}@keyframes fadeIn{to{opacity:1}}body{margin:0;height:auto;background-color:#0b080c;flex-grow:1;--cWidth: calc(100% - 30px) ;--cMaxWidth: 1920px;max-width:100vw;overflow-x:hidden}.main-body{max-width:100vw;overflow-x:hidden}.container-main{width:100%;margin:auto}.container1{width:var(--cWidth);height:var(--vh);margin:auto;position:relative}.split-line{overflow:hidden}.split-h2{overflow:hidden;display:flex;white-space:nowrap;flex-wrap:nowrap}.techstack{width:100%;position:relative;height:var(--vh);margin:50px auto -100px}.techstack h2{font-size:80px;text-align:center;position:absolute;width:100%;top:120px;left:0;font-weight:400;text-transform:uppercase}@media screen and (min-width: 768px){body{--cWidth: 94%}}@media screen and (max-width: 900px){.techstack h2{font-size:40px}}.before\:absolute:before{content:var(--tw-content)!important;position:absolute!important}.before\:inset-0:before{content:var(--tw-content)!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.before\:z-0:before{content:var(--tw-content)!important;z-index:0!important}.before\:rounded-\[8px\]:before{content:var(--tw-content)!important;border-radius:8px!important}.before\:bg-black\/30:before{content:var(--tw-content)!important;background-color:#0000004d!important}.before\:content-\[\'\'\]:before{--tw-content: "" !important;content:var(--tw-content)!important}.hover\:bg-black0:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))!important}.hover\:text-blue-600:hover{--tw-text-opacity: 1 !important;color:rgb(37 99 235 / var(--tw-text-opacity, 1))!important}.focus\:outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1)) !important}.group:hover .group-hover\:\[animation-play-state\:paused\]{animation-play-state:paused!important}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.sm\:text-\[16px\]{font-size:16px!important}}@media (min-width: 768px){.md\:sticky{position:sticky!important}.md\:bottom-\[16px\]{bottom:16px!important}.md\:bottom-\[32px\]{bottom:32px!important}.md\:bottom-\[40px\]{bottom:40px!important}.md\:right-auto{right:auto!important}.md\:top-0{top:0!important}.md\:my-4{margin-top:1rem!important;margin-bottom:1rem!important}.md\:mb-10{margin-bottom:2.5rem!important}.md\:mb-12{margin-bottom:3rem!important}.md\:mt-\[60px\]{margin-top:60px!important}.md\:h-\[60px\]{height:60px!important}.md\:h-screen{height:100vh!important}.md\:w-1\/2{width:50%!important}.md\:w-\[140px\]{width:140px!important}.md\:w-\[36px\]{width:36px!important}.md\:w-\[50px\]{width:50px!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:gap-4{gap:1rem!important}.md\:gap-6{gap:1.5rem!important}.md\:gap-8{gap:2rem!important}.md\:p-5{padding:1.25rem!important}.md\:px-4{padding-left:1rem!important;padding-right:1rem!important}.md\:py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.md\:text-\[16px\]{font-size:16px!important}.md\:text-\[18px\]{font-size:18px!important}.md\:text-\[20px\]{font-size:20px!important}.md\:text-\[24px\]{font-size:24px!important}.md\:text-\[36px\]{font-size:36px!important}}@media (min-width: 1024px){.lg\:mx-8{margin-left:2rem!important;margin-right:2rem!important}.lg\:mb-16{margin-bottom:4rem!important}.lg\:mb-20{margin-bottom:5rem!important}.lg\:mt-\[30px\]{margin-top:30px!important}.lg\:h-\[55px\]{height:55px!important}.lg\:min-h-\[90vh\]{min-height:90vh!important}.lg\:w-\[160px\]{width:160px!important}.lg\:w-\[75px\]{width:75px!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.lg\:gap-10{gap:2.5rem!important}.lg\:p-\[24px\]{padding:24px!important}.lg\:px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.lg\:py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.lg\:text-\[14px\]{font-size:14px!important}.lg\:text-\[16px\]{font-size:16px!important}.lg\:text-\[18px\]{font-size:18px!important}.lg\:text-\[24px\]{font-size:24px!important}.lg\:text-\[28px\]{font-size:28px!important}.lg\:text-\[44px\]{font-size:44px!important}}@media (min-width: 1280px){.xl\:w-\[175px\]{width:175px!important}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.xl\:text-\[28px\]{font-size:28px!important}.xl\:text-\[32px\]{font-size:32px!important}.xl\:text-\[52px\]{font-size:52px!important}}
