@import "https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Goldman:wght@400;700&display=swap";
.hepta-section .title{text-align:center;margin-bottom:20px}.hepta-section .subtitle{text-align:center;margin-bottom:60px}.hepta-section .grid-layout{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.hepta-section .grid-layout .card{border:1px solid #0000;border-radius:18px;transition:all .3s;position:relative}.hepta-section .grid-layout .card h3{color:var(--primary-color);margin-bottom:20px}.hepta-section .grid-layout .card p{color:var(--accent-color);margin-bottom:0}.hepta-section .grid-layout .card1{background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(90deg,#0d0d0d 0%,#b7822382 96.83%) border-box;grid-area:1/1/span 2/span 2;justify-content:end;display:flex}.hepta-section .grid-layout .card1 img{position:absolute;top:0;left:0;right:0}.hepta-section .grid-layout .card1 h3{max-width:43%}.hepta-section .grid-layout .card1 p{max-width:100%}.hepta-section .grid-layout .card1 .content_card{padding:0 10px 40px 20px}.hepta-section .grid-layout .card2{background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(228deg,#0d0d0d 0%,#b7822382 96.83%) border-box;grid-area:1/3/span 1/span 3}.hepta-section .grid-layout .card2 .content_card{padding:67px 20px 20px}.hepta-section .grid-layout .card2 img{position:absolute;top:0;right:0}.hepta-section .grid-layout .card2 h3{max-width:30%}.hepta-section .grid-layout .card2 p{max-width:80%}.hepta-section .grid-layout .card2 img{width:287px}.hepta-section .grid-layout .card3{background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(228deg,#0d0d0d 0%,#b7822382 96.83%) border-box;grid-column:span 2;padding:49px 0 20px 20px}.hepta-section .grid-layout .card3 img{width:158px;position:absolute;top:0;right:0}.hepta-section .grid-layout .card3 h3{max-width:66%}.hepta-section .grid-layout .card3 p{max-width:90%}.hepta-section .grid-layout .card4{background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(90deg,#0d0d0d 0%,#b7822382 96.83%) border-box;grid-area:3/1/span 1/span 3;padding:112px 10px 20px 20px}.hepta-section .grid-layout .card4 img{width:514px;position:absolute;top:0;right:50px}.hepta-section .grid-layout .card4 .content_card{justify-content:end}.hepta-section .grid-layout .card4 h3{max-width:100%}.hepta-section .grid-layout .card4 p{max-width:70%}.hepta-section .grid-layout .card5{background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(228deg,#0d0d0d 0%,#b7822382 96.83%) border-box;grid-area:3/4/span 1/span 2;padding:40px 10px 92px 20px}.hepta-section .grid-layout .card5 img{width:170px;position:absolute;bottom:0;right:0}.hepta-section .grid-layout .card5 h3,.hepta-section .grid-layout .card5 p{max-width:100%}.hepta-section .logo-card-head{z-index:2;grid-area:2/3/span 1/span 1;justify-content:center;align-items:center;display:flex}.hepta-section .logo-card{-webkit-backdrop-filter:blur(36.8px);backdrop-filter:blur(36.8px);background:radial-gradient(141.43% 142.5% at 50.13% 4.61%,#000 51.1847%,#ec9901 100%);border-radius:50px;justify-content:center;align-items:center;width:186px;height:189px;display:flex;box-shadow:inset 0 -4px 7px #ec9901,0 0 35px #ec9901}.grid-layout.animate-in .card1{animation:.8s ease-out .2s both transformationCard1}.grid-layout.animate-in .card2{animation:.8s ease-out .4s both transformationCard2}.grid-layout.animate-in .card3{animation:.8s ease-out .6s both transformationCard3}.grid-layout.animate-in .card4{animation:.8s ease-out .8s both transformationCard4}.grid-layout.animate-in .card5{animation:.8s ease-out 1s both transformationCard3}.grid-layout.animate-in .card1.card{opacity:0;opacity:0;animation-name:transformationCard1;animation-duration:.8s;animation-timing-function:ease-out;animation-delay:1s;animation-fill-mode:both}@keyframes transformationCard1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.grid-layout.animate-in .card2.card{opacity:0;opacity:0;animation-name:transformationCard2;animation-duration:.8s;animation-timing-function:ease-out;animation-delay:1.6s;animation-fill-mode:both}@keyframes transformationCard2{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.grid-layout.animate-in .card3.card{opacity:0;opacity:0;animation-name:transformationCard3;animation-duration:.8s;animation-timing-function:ease-out;animation-delay:1.3s;animation-fill-mode:both}@keyframes transformationCard3{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.grid-layout.animate-in .card4.card{opacity:0;opacity:0;animation-name:transformationCard4;animation-duration:.8s;animation-timing-function:ease-out;animation-delay:1.5s;animation-fill-mode:both}@keyframes transformationCard4{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes transformationMobileRise{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1470px){.hepta-section .grid-layout{margin:auto 80px}.hepta-section .grid-layout .card p{font-size:16px}.hepta-section .grid-layout .card h3{font-size:18px}.hepta-section .para{font-size:16px}.subtitle{margin-bottom:40px!important}}@media (max-width:1399px){.hepta-section .grid-layout{margin:auto 0}.hepta-section .grid-layout .card2 img{width:263px}.hepta-section .grid-layout .card3 h3{max-width:69%}.hepta-section .grid-layout .card1 h3{max-width:80%}.hepta-section .grid-layout .card2 h3{max-width:34%}.hepta-section .grid-layout .card2 p{max-width:100%}.grid-layout.animate-in .card2.card{justify-content:end}}@media (max-width:1280px){.hepta-section .grid-layout .card3 p{max-width:100%}.hepta-section .grid-layout .card3 h3{max-width:67%}.hepta-section .grid-layout .card3 img{width:152px}.hepta-section .grid-layout .card5 img{width:171px}.hepta-section .grid-layout .card5{padding:40px 10px 106px 20px}.hepta-section .grid-layout .card4{padding:98px 10px 20px 20px}}@media (max-width:1199px){.hepta-section .grid-layout .card2 p,.hepta-section .grid-layout .card1 h3,.hepta-section .grid-layout .card4 h3,.hepta-section .grid-layout .card4 p{max-width:100%}.hepta-section .grid-layout .card2 img{width:236px}.hepta-section .grid-layout .card3 img{width:131px}.hepta-section .grid-layout .card3 h3{max-width:81%}.hepta-section .grid-layout .card4 img{width:437px}.hepta-section .grid-layout .card5 img{width:147px}.hepta-section .grid-layout .card5{padding:40px 10px 91px 20px}.hepta-section .logo-card{border-radius:40px;width:192px;height:195px}}@media (max-width:1024px){.hepta-section .grid-layout{gap:25px}.hepta-section .logo-card{border-radius:27px;width:171px;height:166px}.hepta-section .grid-layout .card2 img{width:222px}.hepta-section .grid-layout .card3 img{width:127px}.hepta-section .grid-layout .card2 p{max-width:100%}.hepta-section .grid-layout .card3 h3{max-width:78%}.hepta-section .grid-layout .card4 img{width:444px}.hepta-section .grid-layout .card5 img{width:146px}.hepta-section .grid-layout .card5{padding:40px 10px 63px 20px}}@media (max-width:991px){.hepta-section .logo-card-head{display:none}.hepta-section .grid-layout .card3,.hepta-section .grid-layout .card4,.hepta-section .grid-layout .card5{grid-column:span 3}.hepta-section .grid-layout .card2 img{width:222px}.hepta-section .grid-layout .card3 img{width:132px}.hepta-section .grid-layout .card3{padding:20px 1px 20px 10px}.hepta-section .grid-layout .card1 .content_card{padding:0 10px 20px}.hepta-section .grid-layout .card4 img{width:400px;right:26px}.hepta-section .grid-layout .card4{padding:64px 10px 20px 20px}.hepta-section .grid-layout .card5 img{width:113px}.hepta-section .grid-layout .card5{padding:20px 10px 48px}.hepta-section .grid-layout .card4 h3{max-width:76%}.hepta-section .subtitle{text-align:center;margin-bottom:35px}.hepta-section .grid-layout{margin-bottom:35px!important}.hepta-section .grid-layout .card2 h3{max-width:45%}.hepta-section .grid-layout .card3 h3{max-width:70%}.hepta-section .grid-layout{gap:8px}.hepta-section .grid-layout .card2 .content_card{padding:26px 10px 20px}.grid-layout.animate-in .card1,.grid-layout.animate-in .card2,.grid-layout.animate-in .card3,.grid-layout.animate-in .card4,.grid-layout.animate-in .card5,.grid-layout.animate-in .card1.card,.grid-layout.animate-in .card2.card,.grid-layout.animate-in .card3.card,.grid-layout.animate-in .card4.card,.grid-layout.animate-in .card5.card{animation-name:transformationMobileRise}}@media (max-width:767px){.hepta-section .grid-layout .card p{font-size:14px}.hepta-section .grid-layout .card h3{font-size:16px}.hepta-section .grid-layout{gap:12px}.hepta-section .grid-layout .card2 p{max-width:100%}.hepta-section .grid-layout .card2 img{width:176px}.hepta-section .grid-layout .card3 img{width:100px}.hepta-section .grid-layout .card4 img{width:344px}.hepta-section .grid-layout .card4{padding:56px 10px 20px 20px}.hepta-section .grid-layout .card5{padding:26px 10px 48px 20px}.hepta-section .grid-layout .card2 h3{max-width:56%}.hepta-section .grid-layout .card4{background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(#b37504 3.17%,#0d0d0d 100%) border-box;grid-area:3/1/auto/-1}.hepta-section .grid-layout .card5{background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(#b37504 3.17%,#0d0d0d 100%) border-box;grid-area:4/1/auto/-1}.hepta-section .grid-layout .card5 img{width:113px}.hepta-section .grid-layout .card h3{margin-bottom:5px}}@media (max-width:575px){.hepta-section .grid-layout{grid-template-columns:1fr}.hepta-section .grid-layout .card1,.hepta-section .grid-layout .card2,.hepta-section .grid-layout .card3,.hepta-section .grid-layout .card4,.hepta-section .grid-layout .card5{grid-area:auto/1/auto/-1!important}.hepta-section .grid-layout .card1 img{left:unset;width:114px;right:0}.hepta-section .grid-layout .card1 .content_card{padding:25px 7px 20px}.hepta-section .grid-layout .card{background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(#b37504 3.17%,#0d0d0d 100%) border-box;border-radius:6px}.hepta-section .grid-layout{gap:15px}.hepta-section .grid-layout .card2 .content_card{padding:17px 7px 20px}.hepta-section .grid-layout .card2 h3{max-width:57%}.hepta-section .grid-layout .card h3{font-size:14px!important}.hepta-section .grid-layout .card p{max-width:90%;font-size:12px}.hepta-section .grid-layout .card2 img{width:132px}.hepta-section .grid-layout .card3 img{width:71px}.hepta-section .grid-layout .card3{padding:15px 1px 20px 6px}.hepta-section .grid-layout .card3 h3{max-width:75%}.hepta-section .grid-layout .card4{padding:16px 10px 20px}.hepta-section .grid-layout .card4 img{width:227px;right:11px}.hepta-section .grid-layout .card4 p{max-width:80%}.hepta-section .grid-layout .card5{padding:15px 10px 41px}.hepta-section .grid-layout .card5 img{width:84px}}@media (max-width:424px){.hepta-section .grid-layout .card3 h3{max-width:76%}.hepta-section .grid-layout .card1 img{top:0}}
@keyframes slideLeft40{0%{transform:translate(-40px)}to{transform:translate(0)}}@keyframes slideLeft30{0%{transform:translate(-30px)}to{transform:translate(0)}}@keyframes slideLeft10{0%{transform:translate(-10px)}to{transform:translate(0)}}@keyframes slideRight30{0%{transform:translate(30px)}to{transform:translate(0)}}@keyframes slideRight40{0%{transform:translate(40px)}to{transform:translate(0)}}.hero{width:100%;height:100vh;position:relative;overflow:visible}.hero-img-top-left,.hero-img-top-right,.hero-img-center-left,.hero-img-center-right{pointer-events:none;z-index:1;opacity:1;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;position:absolute}.hero-img-top-left{background-image:url(/assets/image/top-left-image.png);width:clamp(180px,12.5vw,240px);height:clamp(200px,15.1vw,290px);top:clamp(-30px,1.042vw,20px);left:0}.hero-img-top-right{background-image:url(/assets/image/top-right-image.png);width:clamp(160px,11.93vw,229px);height:clamp(180px,13.96vw,268px);top:clamp(-2px,-.104vw,0px);left:auto;right:0}.hero-img-center-left{background-image:url(/assets/image/center-left-image.png);width:clamp(130px,11.46vw,220px);height:clamp(130px,11.46vw,220px);top:clamp(300px,27.969vw,537px);left:clamp(140px,15.16vw,291px)}.hero-img-center-right{background-image:url(/assets/image/center-right-image.png);width:clamp(120px,11vw,194px);height:clamp(120px,11vw,194px);top:clamp(591px,33.385vw,641px);right:clamp(120px,19.43vw,373px)}.hero:before{content:"";filter:blur(90px);opacity:.2;z-index:-1;background:linear-gradient(90deg,#ed9b01 0%,#c73123 100%);border-radius:100%;width:clamp(340px,31.25vw,600px);height:clamp(340px,31.25vw,600px);margin:auto;position:absolute;inset:0}.hero-sub{text-align:center;z-index:2;justify-content:center;align-items:center;padding:clamp(90px,9.5vw,184px) 20px clamp(40px,4vw,80px);display:flex;position:relative}.hero-content{will-change:transform,opacity}.hero .logo{width:clamp(200px,15.36vw,295px);height:auto;margin-bottom:clamp(10px,.83vw,16px)}.hero-title{background:var(--secondary-color);-webkit-text-fill-color:transparent;will-change:transform,opacity;contain:layout style;-webkit-background-clip:text;background-clip:text;width:clamp(760px,61.67vw,1184px);max-width:92vw;margin:clamp(12px,1.3vw,25px) auto clamp(14px,1.3vw,25px)}.hero-desc{color:var(--primary-color);letter-spacing:0;text-align:center;width:clamp(500px,40.26vw,773px);max-width:90vw;margin:0 auto;font-family:Google Sans,Product Sans,sans-serif;font-size:clamp(16px,1.146vw,22px);font-style:normal;font-weight:400;line-height:clamp(22px,1.5625vw,30px)}.hero-buttons-home{flex-wrap:wrap;gap:clamp(10px,1.25vw,24px);margin-top:clamp(24px,2.19vw,42px);margin-bottom:clamp(28px,3.5vw,70px);display:flex;justify-content:center!important}.hero-buttons-home .primary_btn,.hero-buttons-home .secondary_btn{letter-spacing:0;text-align:center;white-space:nowrap;justify-content:center;align-items:center;font-family:Google Sans,Product Sans,sans-serif;font-size:clamp(14px,1.042vw,20px);font-style:normal;font-weight:400;line-height:1;display:inline-flex}.hero-buttons-home .primary_btn{will-change:transform,opacity;opacity:1;border-radius:clamp(40px,2.86vw,55px);min-width:clamp(200px,17.92vw,344px);height:clamp(42px,2.97vw,57px);padding:0 clamp(16px,1.56vw,28px)}.hero-buttons-home .secondary_btn{will-change:transform,opacity;opacity:1;min-width:clamp(140px,11.46vw,220px);height:clamp(42px,2.97vw,57px);padding:0 clamp(16px,1.56vw,28px)}.trusted{opacity:1}.trusted p{margin-bottom:clamp(10px,1.2vw,20px);font-weight:500}.companies{flex-direction:column;align-items:center;gap:clamp(10px,1.5vw,28px);margin:0 auto;display:flex}.companies-row{flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(10px,3.5vw,68px);display:flex}.company{opacity:1;z-index:1;letter-spacing:0;white-space:nowrap;will-change:transform;background:#0f0f0f;border:1px solid #ffffff1a;border-radius:9px;justify-content:center;align-items:center;gap:9px;min-width:clamp(90px,8.85vw,170px);height:clamp(36px,2.552vw,49px);padding:0 clamp(10px,1.146vw,22px);font-family:Goldman,cursive;font-size:clamp(11px,.9375vw,18px);font-style:normal;font-weight:400;line-height:1;display:inline-flex}.company span{flex-shrink:0;align-items:center;display:inline-flex;margin-right:0!important}.company span svg{width:clamp(15px,1.406vw,27px);height:clamp(15px,1.406vw,27px)}.company span svg[viewBox="0 0 24 24"]{width:clamp(13px,1.25vw,24px);height:clamp(13px,1.25vw,24px)}.company span svg[viewBox="0 0 22 22"]{width:clamp(12px,1.146vw,22px);height:clamp(12px,1.146vw,22px)}.company.row1-btn1{animation:.7s cubic-bezier(.25,.46,.45,.94) .7s both slideLeft40}.company.row1-btn2{animation:.7s cubic-bezier(.25,.46,.45,.94) .7s both slideLeft30}.company.row1-btn3{animation:.7s cubic-bezier(.25,.46,.45,.94) .7s both slideRight30}.company.row1-btn4{animation:.7s cubic-bezier(.25,.46,.45,.94) .7s both slideRight40}.company.row2-btn1{animation:.7s cubic-bezier(.25,.46,.45,.94) .7s both slideLeft40}.company.row2-btn2,.company.row2-btn3{animation:.7s cubic-bezier(.25,.46,.45,.94) .7s both slideLeft10}.company.row2-btn4{animation:.7s cubic-bezier(.25,.46,.45,.94) .7s both slideRight30}.company.row2-btn5{animation:.7s cubic-bezier(.25,.46,.45,.94) .7s both slideRight40}.pulseicon span svg{width:12px}.about_mob_sub{display:none}@media (max-width:1600px){.company{min-width:clamp(110px,8vw,145px);font-size:clamp(12px,.82vw,15px)}.companies-row{gap:clamp(10px,3vw,55px)}}@media (max-width:1536px){.company{min-width:clamp(120px,8.5vw,150px);height:clamp(36px,2.6vw,48px);padding:0 clamp(10px,1vw,18px);font-size:clamp(12px,.85vw,15px)}.hero-img-center-right{top:clamp(460px,32vw,600px);right:clamp(110px,18vw,320px)}.companies-row{gap:clamp(10px,2.8vw,48px)}.companies{gap:clamp(8px,1.3vw,22px)}.hero-buttons-home{margin-bottom:clamp(22px,3vw,55px)}}@media (max-width:1440px){.hero-desc{max-width:85vw}.company{min-width:clamp(112px,8vw,140px);padding:0 clamp(10px,.9vw,16px);font-size:clamp(12px,.82vw,14px)}.companies-row{gap:clamp(10px,2.6vw,42px)}}@media (max-width:1380px){.hero-title{width:clamp(700px,72vw,960px);max-width:93vw}.hero-desc{width:clamp(460px,52vw,680px);max-width:88vw}.hero-img-center-left{left:clamp(60px,6vw,160px)}.hero-img-center-right{right:clamp(40px,5vw,120px)}.company{min-width:clamp(108px,7.8vw,132px);font-size:clamp(12px,.78vw,13px)}.companies-row{gap:clamp(8px,2.4vw,36px)}}@media (max-width:1366px){.hero-sub{min-height:90vh;padding-top:clamp(80px,8vw,120px)}.hero-img-center-right{top:clamp(440px,30vw,560px);right:clamp(90px,15vw,260px)}.company{min-width:clamp(104px,7.6vw,128px);height:clamp(34px,2.5vw,42px);padding:0 clamp(9px,.85vw,14px);font-size:clamp(12px,.75vw,13px)}.companies-row{gap:clamp(8px,2.2vw,32px)}.companies{gap:clamp(7px,1.1vw,16px)}.hero-buttons-home{margin-bottom:clamp(18px,2.5vw,40px)}.trusted p{margin-bottom:clamp(8px,.9vw,14px)}}@media (max-width:1280px){.hero-img-center-right{top:clamp(420px,28vw,520px);right:220px}.hero-img-center-left{top:clamp(260px,24vw,420px);left:180px}.company{gap:7px;min-width:clamp(100px,7.5vw,122px);height:clamp(34px,2.4vw,40px);padding:0 clamp(8px,.8vw,13px);font-size:clamp(12px,.72vw,13px)}.companies-row{gap:clamp(8px,2vw,26px)}.companies{gap:clamp(6px,1vw,14px)}.hero-buttons-home{margin-bottom:clamp(16px,2vw,34px)}.trusted p{margin-bottom:clamp(6px,.8vw,12px)}}@media (max-width:1200px){.hero-title{width:clamp(620px,80vw,900px);max-width:94vw}.hero-desc{width:clamp(420px,60vw,660px);max-width:90vw}.hero-blob-left{left:20px}.hero-blob-right{right:20px}.company{gap:5px;min-width:clamp(76px,6.2vw,98px);padding:0 8px;font-size:clamp(10px,.65vw,11px)}.companies-row{gap:clamp(6px,1.6vw,20px)}}@media (max-width:991px){.hero{min-height:unset;max-height:unset;background:url(/assets/image/banner_mobile.webp) top/contain no-repeat;height:auto}.hero:before{display:none}.hero-title,.hero-desc{width:100%;max-width:100%}.hero .logo{width:clamp(120px,18vw,180px)}.hero-blob-left,.hero-blob-right,.hero-img-top-left,.hero-img-top-right,.hero-img-center-left,.hero-img-center-right{display:none}.hero-buttons-home .primary_btn,.hero-buttons-home .secondary_btn{min-width:unset;height:clamp(42px,5.5vw,52px)}.companies{gap:10px}.companies-row{flex-wrap:wrap;gap:clamp(8px,2vw,20px)}.company{min-width:unset;animation:none;transform:none}.about_mob_sub{display:block}.about-hepta-sub{display:none}}@media (max-width:767px){.hero .logo{width:120px}.company{padding:0 12px}.hero-buttons-home .primary_btn,.hero-buttons-home .secondary_btn{height:48px}}@media (max-width:575px){.hero-buttons-home{flex-direction:column;align-items:center;margin:20px auto 30px}.hero-title{width:100%;max-width:100%;margin-bottom:15px}.hero-buttons-home .primary_btn,.hero-buttons-home .secondary_btn{width:100%}.companies-row{flex-wrap:wrap;justify-content:center;gap:8px}.company{flex:0 0 calc(50% - 8px);justify-content:center}}
.about-hepta{text-align:center;z-index:1;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;min-height:clamp(400px,80vh,900px);display:flex;position:relative}.about-hepta:before{content:"";filter:blur(180px);z-index:-1;background:linear-gradient(90deg,#ed9b01 0%,#c73123 100%);border-radius:100%;width:700px;height:196px;margin:auto;position:absolute;inset:0}.about-hepta-sub{display:block}#about-section{scroll-margin-top:120px}.about_mob_sub{display:none}.about-hepta-sub{margin-bottom:80px}.about-content{max-width:700px;margin:-200px auto auto}.about-content h2{color:var(--primary-color);margin-bottom:28px}.about-content p{margin-bottom:21px}.about-content .secondary_btn{margin-top:50px;margin-bottom:30px}.center-card-head{background:url(../media/card_about.b99e82ba.png) 0 0/cover no-repeat;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.center-card-head-another{background:url(../media/card_about.b99e82ba.png) 0 0/cover no-repeat;justify-content:center;align-items:center;display:flex}.center-card-head-another>div,.center-card-head>div{justify-content:center;align-items:center;height:100%;display:flex}.about-hepta .center-card{opacity:1;transform-origin:50%;transform-box:fill-box}.about-hepta img.center-card{transform-box:border-box}.about-hepta .icon{opacity:1}@media (max-width:1470px){.about-hepta-sub{transform-origin:top;margin-bottom:-40px;transform:scale(.9)}}@media (max-width:1399px){.about-hepta-sub{transform:unset;margin-bottom:80px}.about-content{margin:-115px auto auto}.about-hepta:before{filter:blur(113px);height:97px}}@media (max-width:1199px){.about-content{margin:-100px auto auto}}@media (max-width:991px){.about-hepta-sub{display:none}.about_mob_sub{display:block}.about-content{max-width:650px;margin:-34px auto auto}.about-hepta{background:0 0}.about-hepta:before{display:none}.about-hepta-sub{margin-bottom:0;transform:scale(1)}.about-content .secondary_btn{margin-top:2px;margin-bottom:50px}.about-hepta-sub{margin-bottom:22px}.about-hepta{min-height:auto}.center-card-head-another{background:url(../media/card_about_2.92207694.png) 0 0/cover no-repeat}.about_mob{background:url(../media/about_bg_mobile.72d5d88e.webp) 0 0/contain no-repeat}}@media (max-width:767px){.about-hepta:before{display:none}.about-content{max-width:443px;margin:-20px auto auto}.about-content .secondary_btn{margin-top:2px}.about-hepta-sub{margin-bottom:22px}}@media (max-width:575px){.about-content{max-width:449px;margin:-22px auto auto}}
.architecture-section .h5tag{max-width:55%;margin-bottom:120px}.architecture-section .grid-box{isolation:isolate;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.architecture-section .grid-box:before{content:"";pointer-events:none;z-index:0;opacity:0;background:linear-gradient(#000 0%,#ffa500d4 96.83%);border-image:linear-gradient(#7c7c7c 0%,#0000 100%) 1;width:25%;height:100%;transition:transform .46s cubic-bezier(.22,1,.36,1),opacity .22s;position:absolute;top:0;left:0;transform:translate(0,0)}.architecture-section .grid-box:has(.arch-card:hover):before{opacity:1}.architecture-section .grid-box:has(.arch-card:first-child:hover):before{transform:translate(0%,0%)}.architecture-section .grid-box:has(.arch-card:nth-child(2):hover):before{transform:translate(100%)}.architecture-section .grid-box:has(.arch-card:nth-child(3):hover):before{transform:translate(200%)}.architecture-section .grid-box:has(.arch-card:nth-child(4):hover):before{transform:translate(300%)}.architecture-section .arch-card{z-index:1;background:linear-gradient(#0d0d0d80 0%,#20202080 96.83%);flex-direction:column;gap:100px;padding:30px 20px;transition:all .3s;display:flex;position:relative}.architecture-section .arch-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(#494949,#0000);padding:.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.architecture-section .arch-card:first-child:before{padding:1px}.architecture-section .icon-box{border:1px solid #0000;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:20px;margin-left:0;display:flex;position:relative}.architecture-section .icon{width:100%;height:100%;transition:all .3s;position:absolute}.architecture-section .hover-icon{opacity:0}.architecture-section .arch-card:hover .hover-icon{opacity:1}.architecture-section .arch-card:hover .normal-icon{opacity:0}.architecture-section .arch-card h3{color:var(--primary-color);min-height:80px}.architecture-section .arch-card p{color:var(--accent-color);margin-bottom:0}.architecture-section .arch-card:hover p{color:var(--primary-color)}@media (max-width:1399px){.architecture-section .h5tag{max-width:60%}}@media (max-width:1199px){.architecture-section .h5tag{max-width:78%;margin-bottom:100px}.architecture-section .arch-card h3{min-height:110px}.architecture-section .arch-card{gap:30px}}@media (max-width:991px){.architecture-section .h5tag{max-width:72%;margin-bottom:60px}.architecture-section .grid-box{grid-template-columns:repeat(2,1fr)}.architecture-section .grid-box:before{width:50%;height:50%}.architecture-section .grid-box:has(.arch-card:first-child:hover):before{transform:translate(0%,0%)}.architecture-section .grid-box:has(.arch-card:nth-child(2):hover):before{transform:translate(100%)}.architecture-section .grid-box:has(.arch-card:nth-child(3):hover):before{transform:translateY(100%)}.architecture-section .grid-box:has(.arch-card:nth-child(4):hover):before{transform:translate(100%,100%)}}@media (max-width:767px){.architecture-section .h5tag{max-width:80%}}@media (max-width:600px){.architecture-section .grid-box{grid-template-columns:repeat(2,1fr)}.architecture-section .arch-card{border-right:none}}@media (max-width:460px){.architecture-section .h5tag{max-width:100%}.architecture-section .grid-box{grid-template-columns:repeat(2,1fr)}.architecture-section .arch-card{gap:42px;padding:15px 6px}.architecture-section .icon{width:43px;height:43px}.architecture-section .icon-box{width:43px;height:43px;margin-bottom:13px}.architecture-section .arch-card h3{min-height:78px}}
.digital-section-flex{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.left-content h3{margin-bottom:20px}.left-content span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#c12925 0%,#ec9901 100%);-webkit-background-clip:text;background-clip:text}.left-content p{margin-bottom:0}.cube-area{justify-content:center;align-items:center;display:flex;position:relative}.cube-area:before{content:"";filter:blur(241.9px);z-index:-1;background:linear-gradient(90deg,#ed9b01 0%,#c73123 100%);border-radius:100%;width:848px;height:372px;position:absolute}.cube-img{margin-top:50px;position:relative}.cube-area:after{content:"";background:url(../media/circle.7a4a1300.svg) 0 0/contain no-repeat;width:460px;height:460px;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.right-content{flex-direction:column;gap:20px;display:flex;position:relative}.info-highlight{pointer-events:none;z-index:0;background:linear-gradient(#57575742 0%,#0000000a 100%);border-radius:15px;transition:transform .42s cubic-bezier(.22,1,.36,1),height .42s cubic-bezier(.22,1,.36,1),opacity .2s;position:absolute;top:0;left:0;right:0}.info-card{z-index:1;cursor:pointer;border-radius:15px;padding:18px 30px;position:relative}.info-card:hover{background:0 0}.info-card h3{color:var(--primary-color);margin-bottom:15px}.info-card p{color:var(--accent-color);margin-bottom:0}@media (max-width:1199px){.cube-area:before{filter:blur(191.9px);width:648px;height:296px}.digital-section-flex{gap:12px}.right-content{gap:0}.cube-area:after{width:400px;height:400px}}@media (max-width:991px){.digital-section-flex{text-align:center;grid-template-columns:1fr}.left-content h3{text-align:start}.right-content{gap:20px}.info-card{padding:10px}.left-content p,.left-content h2,.info-card{text-align:start}.cube-area{margin:auto}.cube-area:before{filter:blur(134.9px);width:481px;height:255px}area:after{width:400px;height:400px}}@media (max-width:767px){.cube-img{width:287px}.cube-area:before{filter:blur(145.9px);width:339px;height:235px}.cube-area:after{width:250px;height:250px}}
.heading-box{margin-bottom:50px}.heading-box h2{background:var(--text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:500!important}.heading-box p{margin-bottom:0}.core-section.section{position:relative}.core-section.section:before{content:"";filter:blur(100px);opacity:.2;z-index:1;background:linear-gradient(90deg,#ed9b01 0%,#c73123 100%);border-radius:100%;width:clamp(340px,31.25vw,600px);height:clamp(340px,31.25vw,600px);margin:auto;position:absolute;inset:0}.service-card{z-index:1;opacity:0;background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(360deg,#0d0d0d 0%,#7c7c7c 96.83%) border-box;border:1px solid #fff0;border-radius:24px;margin-bottom:24px;padding:65px 30px 30px;transition:all .3s;position:relative;overflow:hidden}.service-card.animate-in{z-index:1;animation:.8s ease-out .4s forwards serviceCardAnimation}@keyframes serviceCardAnimation{0%{opacity:0;transform:translateY(90px)}to{opacity:1;transform:translateY(0)}}.service-grid{gap:24px;display:grid}.service-card{height:100%}.service-card:hover{background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(26deg,#000 0%,#4d4d4d 73%,red 100%) border-box}.service-card:hover:after{content:"";filter:blur(65.1px);z-index:-1;background:#c12925;border-radius:100%;width:260px;height:260px;position:absolute;top:-127px;right:-58px}.service-card img{position:absolute;top:20px;right:20px}.service-card .p_smalltag{color:var(--accent-color)}.service_icon_light{opacity:0}.service-card:hover .service_icon_light{opacity:1}.service-card:hover .service_icon{opacity:0}@media (max-width:1199px){.service-card{padding:97px 30px 12px}}@media (max-width:991px){.service-card{padding:22px 10px 12px}.service-card .para{margin-bottom:23px}.service-card img{width:50px;height:50px}}@media (max-width:767px){.heading-box{margin-bottom:20px}.service-card .p_smalltag{margin-bottom:0}}@media (max-width:490px){.service-card .para{max-width:80%;margin-bottom:30px}}
.industry-section{color:#fff;text-align:center;padding:0 20px 400px;position:relative}.content{z-index:2;max-width:77%;margin:auto;position:relative}.content h2{margin-bottom:14px}.content p{margin-bottom:40px}.curve-wrapper{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.curve{width:1900px;max-width:100%;position:absolute;bottom:184px;left:50%;transform:translate(-50%)}.curveimg{width:100%;height:100%}.curve-svg-ind{width:100%;height:auto;display:block}.items{margin-top:130px;position:relative}.item{text-align:center;z-index:1;width:172px;position:absolute}.item:before{content:"";z-index:-1;background:url(../media/line.5dfa0ae0.svg) no-repeat;width:4.56px;height:224.42px;position:absolute;top:-100px}.item-1:before{width:4.56px;height:228px;top:-120px}.item-2:before{width:4.56px;height:345px;top:-150px}.item-3:before{width:4.56px;height:375px;top:-190px}.item-4:before{width:4.56px;height:228px;top:-120px}.item-5:before{width:4.56px;height:345px;top:-150px}.item-6:before{width:4.56px;height:145px;top:-100px}.icon{justify-content:center;align-items:center;width:78px;height:78px;margin:auto auto 10px;display:flex}.item .p_smalltag{max-width:80%;margin:auto}.item-0{top:-83px;left:0%}.item-1{top:39px;left:12%}.item-2{top:153px;left:26%}.item-3{top:264px;left:43%}.item-4{top:143px;right:26%}.item-5{top:49px;right:12%}.item-6{top:-85px;right:0}.curve1{display:none}@media (max-width:1399px){.industry-section{padding:0 20px 337px}.content{max-width:87%}.curve-wrapper{top:92px}.curve{bottom:279px}}@media (max-width:1199px){.industry-section{padding:0 20px 337px}.content{max-width:84%}.curve{bottom:226px}.curve-wrapper{top:-9px}}@media (max-width:991px){.curve{bottom:unset}.industry-section{padding-bottom:0}.item .p_smalltag{max-width:45%}.items{grid-template-columns:repeat(2,1fr);gap:80px;margin-top:176px;display:grid}.item{grid-auto-flow:column;width:auto;position:static}.item:before{background:url(../media/line3.9b50a8c0.svg) no-repeat;width:10.56px}.item-0:before{top:-84px}.item-1:before{height:228px;top:-89px}.item-2:before{top:155px}.item-3:before{height:138px;top:158px}.item-4:before{height:106px;top:unset;bottom:363px}.item-5:before{height:106px;top:unset;bottom:378px}.item-6{grid-column:1/-1;justify-self:center}.item-6:before{width:10.56px;height:827px;top:unset;background:url(../media/line2.d9fa85bf.svg) no-repeat;bottom:-10px}}@media (max-width:767px){.items{margin-top:0}.curve{display:none}.curve1{display:inline}.industry-section.section{padding:0}.industry-section.section .img-fluid.curve1{width:100%;height:100%}}@media (max-width:575px){.content{max-width:100%}}
.tech-container{justify-content:center;align-items:center;padding:0;display:flex}.tech-container .content-wrapper{position:relative}.content-wrapper{grid-template-columns:1fr 1fr;align-items:stretch;gap:80px;display:grid}.left-panel,.right-panel{height:auto}.content-wrapper:before{content:"";filter:blur(145.9px);z-index:1;background:linear-gradient(90deg,#ed9b01 0%,#c73123 100%);border-radius:100%;width:701px;height:209px;margin:auto;position:absolute;inset:0}.content-wrapper .h2tag{background:var(--text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:23px}.description{color:var(--primary-color);margin-bottom:50px}.category-list{flex-direction:column;gap:21px;display:flex}.category-list-head{max-width:100%;margin-left:auto}.content-wrapper .category-item{cursor:pointer;z-index:1;background:linear-gradient(#0d0d0d00 0%,#20202000 96.83%) padding-box padding-box,linear-gradient(90deg,#9990 0%,#fff0 100%) border-box;border:1px solid #0000;border-radius:20px;justify-content:end;align-items:center;gap:75px;padding:0 90px 0 0;font-size:clamp(16px,1.15vw,21px);transition:gap .55s cubic-bezier(.22,1,.36,1),padding .55s cubic-bezier(.22,1,.36,1),color .45s,font-size .55s cubic-bezier(.22,1,.36,1),border-color .4s;display:flex}.content-wrapper .category-item img{opacity:0;flex-shrink:0;width:20px;transition:opacity .5s cubic-bezier(.22,1,.36,1),width .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transform:scale(.92)}.category-item.active{color:#fff;gap:45px;padding:20px 50px 20px 0;font-size:clamp(18px,1.4vw,24px)}.category-item{background:0 0;border-radius:20px;position:relative}.content-wrapper .category-item-ring{z-index:0;opacity:0;pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(90deg,#9990,#fff 80%);border-radius:20px;padding:1px;transition:opacity .5s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.category-item.active .category-item-ring{opacity:1}.content-wrapper .category-item:after{content:"";pointer-events:none;opacity:0;background:#6a503d;width:80px;height:2px;transition:opacity .45s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;right:-80px;transform:translateY(-50%)}.content-wrapper .category-item.active:after{opacity:1}.content-wrapper .category-item>:not(.category-item-ring){z-index:1;position:relative}.content-wrapper .category-item.active img{opacity:1;width:35px;transform:scale(1)}.icon-placeholder{background:#1a1a1a;border-radius:6px;padding:4px 8px}.right-panel{z-index:2;background:0 0;border-radius:12px;padding:90px 35px;position:relative}.right-panel:before{content:"";pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(-90deg,#9990,#7c6b5d);border-radius:12px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#7c6b5d 0 0),linear-gradient(#7c6b5d 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.glass-grid-stage{will-change:opacity,transform;min-height:min(520px,55vh)}.glass-grid{grid-template-columns:1fr 1fr;align-content:start;gap:100px;display:grid}.tech-card{background:#1111114d;border:.5px solid #45454570;border-radius:16px;align-items:center;gap:12px;padding:4px;transition:transform .2s;display:flex}.tech-icon-box img{border-radius:6px;width:64px;height:64px}.tech-name{color:var(--primary-color)}@media (max-width:1399px){.tech-container .content-wrapper{gap:60px}.category-item.active:after{width:59px;right:-60px}.glass-grid{gap:100px 32px}}@media (max-width:1199px){.category-item.active:after{display:none}.category-item.active{font-size:18px;font-weight:700}.category-item{font-size:18px}.tech-container .content-wrapper{grid-template-columns:1fr}.category-list{flex-flow:wrap;justify-content:center;gap:0}.category-item.active{padding:20px}.content-wrapper .category-item.active img{width:25px}.content-wrapper .category-item{gap:20px;padding:20px 40px}.content-wrapper .category-item img{opacity:1;width:25px}.content-wrapper:before{display:none}.glass-grid-stage{min-height:unset}.glass-grid{grid-template-columns:1fr 1fr 1fr;gap:40px;padding:25px 30px}.glass-grid:before{-webkit-mask-composite:xor;background:linear-gradient(360deg,#9990,#fff);-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.tech-card{background:linear-gradient(#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(360deg,#0d0d0d 0%,#9e9e9e 96.83%) border-box;justify-content:center}.tech-icon-box img{width:50px;height:50px}}@media (max-width:991px){.right-panel{padding:25px 35px}.content-wrapper .category-item{gap:20px;padding:20px 30px}.category-item.active{font-size:14px;font-weight:700}.category-item{font-size:14px}.glass-grid{padding:0}.right-panel:before{background:linear-gradient(#7c6b5d,#9990)}}@media (max-width:767px){.content-wrapper .category-item{justify-content:start;gap:20px;padding:20px}.category-item.active{font-size:12px;font-weight:700}.category-list{grid-template-columns:1fr 1fr;gap:20px 18px;display:grid}.content-wrapper .category-item img,.content-wrapper .category-item.active img{width:15px}.category-item,.category-item.active{font-size:20px}.glass-grid{grid-template-columns:1fr 1fr;gap:20px}.tech-icon-box img{width:32px;height:32px}}@media (max-width:670px){.content-wrapper .category-item:after{right:0}}@media (max-width:575px){.tech-container{padding:20px 10px}.content-wrapper{gap:30px}.category-list{flex-direction:column;gap:10px}.content-wrapper .category-item,.content-wrapper .category-item.active{justify-content:flex-start;gap:10px;padding:10px;font-size:16px}.content-wrapper .category-item img{width:14px}.glass-grid{grid-template-columns:1fr 1fr;gap:15px}.tech-card{justify-content:flex-start;padding:8px}.tech-icon-box img{width:26px;height:26px}.tech-name{font-size:13px}}
.timeline-container{position:relative}.timeline-head h2{background:var(--text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;max-width:54%;margin-bottom:23px}.description{color:var(--primary-color);margin-bottom:50px}.timeline-row{grid-template-columns:1fr 330px 1fr;align-items:center;gap:54px;margin-bottom:100px;display:grid}.timeline-container:before{content:"";background-blend-mode:multiply;width:1px;height:100%;position:absolute;left:calc(50% - 165px);background:linear-gradient(#99999924 3%,#ffffffb5 41%,#9999991c 100%),repeating-linear-gradient(#000 0 6px,#0000 6px 12px)!important}.timeline-container:after{content:"";background-blend-mode:multiply;width:1px;height:100%;position:absolute;top:0;left:calc(50% + 165px);background:linear-gradient(#99999924 3%,#ffffffb5 41%,#9999991c 100%),repeating-linear-gradient(#000 0 6px,#0000 6px 12px)!important}.timeline-content{position:relative}.timeline-content-sub{padding:25px;position:relative}.timeline-content-sub:after{content:"";background-blend-mode:multiply;background:linear-gradient(90deg,#4e4e4e26 41%,#ffffff8c 100%),repeating-linear-gradient(90deg,#000 0 6px,#0000 6px 12px);width:100%;height:1px;position:absolute;bottom:0;left:0}.timeline-content-sub:before{content:"";background-blend-mode:multiply;background:linear-gradient(90deg,#4e4e4e26 41%,#ffffff8c 100%),repeating-linear-gradient(90deg,#000 0 6px,#0000 6px 12px);width:100%;height:1px;position:absolute;top:0;left:0}.timeline-item.right .timeline-content-sub:after{content:"";background-blend-mode:multiply;background:linear-gradient(270deg,#4e4e4e26 41%,#ffffff8c 100%),repeating-linear-gradient(90deg,#000 0 6px,#0000 6px 12px);width:100%;height:1px;position:absolute;bottom:0;left:0}.timeline-item.right .timeline-content-sub:before{content:"";background-blend-mode:multiply;background:linear-gradient(270deg,#4e4e4e26 41%,#ffffff8c 100%),repeating-linear-gradient(90deg,#000 0 6px,#0000 6px 12px);width:100%;height:1px;position:absolute;top:0;left:0}.timeline-content-sub:after{bottom:0}.timeline-content:before{content:"";background:linear-gradient(#ff8c00,#ff3c00);width:3px;position:absolute;top:10px;bottom:10px}.timeline-item.left .timeline-content:before{right:-6px}.timeline-item.right .timeline-content:before{left:-6px}.timeline-icon{z-index:2;justify-content:center;width:330px;display:flex}.timeline-icon img{width:326px;height:auto}.timeline-item{z-index:1;position:relative}.timeline-item.left{grid-column:1}.timeline-item.right{grid-column:3}.timeline-icon{grid-column:2}.why-head{background:linear-gradient(#171717 0% 96.83%) padding-box padding-box,linear-gradient(90deg,#000 0%,#ec9901 100%) border-box;border:1px solid #0000;border-radius:10px;align-items:center;gap:16px;width:fit-content;margin-bottom:25px;padding:10px 14px;display:flex}.timeline-content h4,.timeline-content p{color:var(--primary-color);margin-bottom:0}.timeline-item:after{content:"";z-index:-1;background:url(../media/Vector.1513e738.svg) 0 0/cover no-repeat;width:39px;height:2px;position:absolute;top:50%}.timeline-item.left:after{right:-40px}.timeline-item.right:after{left:-40px}.timeline-item:before{content:"";z-index:1;background:url(../media/Vector2.145975fb.svg) 0 0/cover no-repeat;width:14px;height:14px;position:absolute;top:47%}.timeline-item.left:before{right:-49px}.timeline-item.right:before{left:-49px}.timeline-section{position:relative}.timeline-section:before{content:"";filter:blur(100px);opacity:.3;z-index:1;background:linear-gradient(90deg,#ed9b01 0%,#c73123 100%);border-radius:100%;width:100%;max-width:848px;height:clamp(340px,31.25vw,600px);margin:auto;position:absolute;inset:-65% 0 0}@media (max-width:1399px){.timeline-head h2{max-width:52%}.timeline-content-sub{padding:25px 10px}}@media (max-width:1199px){.timeline-head h2{max-width:54%}}@media (max-width:991px){.timeline-container:before,.timeline-container:after{display:none}.timeline-section .container{max-width:100%;padding:0 20px}.timeline-row{grid-template-columns:1fr auto;align-items:center;gap:50px;width:100%;margin-bottom:60px;display:grid}.timeline-row>*{min-width:0}.timeline-item.left,.timeline-item.right,.timeline-icon{grid-column:auto}.timeline-item.left,.timeline-item.right{grid-column:1}.timeline-row:nth-child(odd) .timeline-icon{grid-column:2}.timeline-row:nth-child(2n) .timeline-icon{grid-column:1}.timeline-row:nth-child(2n) .timeline-item{grid-column:2}.timeline-icon{justify-content:center;align-items:center;width:220px;display:flex}.timeline-icon img{width:220px;max-width:100%;height:auto}.timeline-content-sub{padding:10px}.why-head{margin-bottom:12px;padding:8px}}@media (max-width:767px){.timeline-icon,.timeline-icon img{width:200px}.timeline-row{gap:55px;margin-bottom:45px}}@media (max-width:575px){.timeline-icon,.timeline-icon img{width:85px}.timeline-head h2{max-width:58%}}@media (max-width:520px){.timeline-head h2{max-width:63%}}@media (max-width:456px){.timeline-head h2{max-width:83%}}
.testimonial_head{text-align:center;margin-bottom:70px}.testimonial_head h3{background:var(--text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.testimonial_head h3 span{background:var(--secondary-color);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.testimonial_head p{max-width:32%;margin:auto}.testimonial-section .swiper{max-width:1300px;margin:auto}.test_slide .user-img{width:70px;height:70px;margin:auto auto 15px}.test_slide .user-img img{border-radius:50%;width:100%;height:100%}.test_slide .testimonial-card h3{font-weight:500!important}.test_slide .testimonial-card p{color:var(--accent-color)}.test_slide .stars{color:#fbbf24;font-size:23px}.test_slide .arrow{color:#fff;cursor:pointer;z-index:1;border:1px solid #555;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;position:absolute;bottom:0;display:flex!important}.test_slide .slide{padding:60px 15px 40px;transition:all .4s}.test_slide .testimonial-card{text-align:center;color:#fff;background:linear-gradient(34deg,#0d0d0d 0%,#202020 96.83%) padding-box padding-box,linear-gradient(360deg,#0d0d0d 0%,#7c7c7c 96.83%) border-box;border:1px solid #0000;border-radius:16px;padding:40px 35px;transition:all .4s;transform:scale(.9)}.test_slide .swiper-slide{opacity:.5;transition:all .4s;transform:scale(.85)}.test_slide .swiper-slide-active{opacity:1;transform:scale(1.05)}.test_slide .swiper-slide .testimonial-card{opacity:.5;transition:all .4s;transform:scale(.9)}.test_slide .swiper-slide-active .testimonial-card{opacity:1;transform:scale(1)}.testimonial-card{text-align:center;color:#fff;background:linear-gradient(#111,#000);border-radius:20px;padding:25px}.user-img img{border-radius:50%;width:70px;height:70px;margin-bottom:10px}.stars{color:#f5a623;margin-top:10px}.custom-nav{justify-content:center;gap:15px;margin-top:30px;display:flex}.custom-prev,.custom-next{cursor:pointer;z-index:10}.custom-nav{z-index:20;justify-content:center;gap:15px;margin-top:30px;display:flex;position:relative}.custom-prev,.custom-next{cursor:pointer;z-index:30;border:1px solid #555;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.custom-prev svg{transform:rotate(0)}@media (max-width:1470px){.testimonial_head p{max-width:44%}}@media (max-width:1280px){.testimonial_head p{max-width:48%}}@media (max-width:1199px){.testimonial_head p{max-width:55%}}@media (max-width:991px){.testimonial_head{text-align:center;margin-bottom:40px}}@media (max-width:650px){.testimonial_head p{max-width:64%}}@media (max-width:767px){.testimonial-section .swiper{padding:0 10px}.test_slide .swiper-slide{opacity:.7;transform:scale(.75)}.test_slide .swiper-slide-active{opacity:1;transform:scale(.9)}.testimonial-card{padding:20px 10px}.user-img img{width:50px;height:50px}.stars{font-size:16px}}@media (max-width:575px){.test_slide .slick-list{padding-bottom:21px!important}.testimonial_head p{max-width:78%}.test_slide .next{right:31%}.test_slide .prev{left:33%}.test_slide .swiper-slide{transform:scale(.7)}.test_slide .swiper-slide-active{transform:scale(.85)}.test_slide .testimonial-card{padding:10px 10px 40px}.custom-prev svg,.custom-next svg{width:10px}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
.journey-section{z-index:1;position:relative}.journey-title{text-align:center;background:var(--text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;max-width:40%;margin:0 auto 60px}.awards-row{flex-wrap:wrap;justify-content:center;gap:137px;margin-bottom:80px;display:flex}.award img{width:173px}@media (max-width:1199px){.awards-row{gap:60px}.journey-section:after{content:"";filter:blur(137.9px);z-index:1;z-index:-1;background:linear-gradient(90deg,#ed9b01 0%,#c73123 100%);border-radius:100%;width:449px;height:266px;margin:auto;position:absolute;bottom:-200px;right:41px}}@media (max-width:991px){.award img{width:128px}.journey-section:after{display:none}}@media (max-width:767px){.awards-row{gap:20px 128px}.award img{width:168px}}@media (max-width:575px){.award img{width:148px}.journey-title{max-width:80%;margin:0 auto 35px}.awards-row{gap:20px 30px}}
