.newstartup-body{background:#00090a;display:flex;flex-direction:column;padding:6%;position:relative;overflow:hidden;min-height:100vh;isolation:isolate;transform:translateZ(0)}.newstartup-body .light-rays-bg{position:absolute;inset:-50px;z-index:0;pointer-events:none;background:#00090a}.newstartup-body .light-rays-bg canvas{width:100%!important;height:100%!important;display:block}.newstartup-body .custom-rays{width:100%;height:100%}.newstartup-body .startup-content{position:relative;z-index:2}.newstartup-body .startup-header{display:flex;flex-direction:column;gap:35px;margin-top:70px}.newstartup-body .startup-header .startup-page-title{max-width:60%;color:#e6eaea;font-family:var(--font-inter)!important;font-size:clamp(22px,6vw,52px);font-weight:500;line-height:clamp(28px,10vw,76px);overflow:hidden}.newstartup-body .startup-header .startup-page-title .word{display:inline-block}@media(max-width:768px){.newstartup-body .startup-header .startup-page-title{max-width:100%;margin-top:20px}}.newstartup-body .startup-header .divider{background:#273a3c;height:.5px;width:100%}.newstartup-body .startup-details{display:flex;justify-content:space-between;align-items:center;align-self:stretch;margin-top:35px;gap:80px}@media(max-width:768px){.newstartup-body .startup-details{flex-direction:column;align-items:flex-start;gap:24px}}.newstartup-body .startup-details .hero-btn{visibility:hidden;opacity:0;border-radius:8px;background:#fff;padding:16px 24px;color:#000;border:none;font-family:var(--font-inter)!important;font-size:18px;font-weight:500;display:flex;align-items:center;gap:12px;cursor:pointer;overflow:hidden;animation:animateButton .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1.75s;transition:all .4s ease}.newstartup-body .startup-details .hero-btn .arrow-wrapper{width:24px;height:24px;overflow:hidden;display:flex}.newstartup-body .startup-details .hero-btn .arrow-wrapper svg{transform:translate(0)}.newstartup-body .startup-details .hero-btn.hovered{background:#012427;color:#f8f9fb}.newstartup-body .startup-details .hero-btn.hovered svg{animation:arrowForward .35s ease forwards}.newstartup-body .startup-details .hero-btn.left svg{animation:arrowBack .35s ease forwards}@media(max-width:768px){.newstartup-body .startup-details .hero-btn{padding:12px 20px;font-size:14px}.newstartup-body .startup-details .hero-btn .arrow-wrapper,.newstartup-body .startup-details .hero-btn .arrow-wrapper svg{width:20px;height:20px}}.newstartup-body .startup-details .section-moto{color:#8a9da0;max-width:600px;overflow:visible;font-family:var(--font-inter)!important;font-size:var(--Fonts-Size-body-lg,18px);font-style:normal;font-weight:500;line-height:var(--Fonts-Line-height-body-lg,28px);letter-spacing:var(--Body-Large-letter-spacing,0)}.newstartup-body .startup-details .section-moto .moto-line{overflow:visible}@media(max-width:768px){.newstartup-body .startup-details .section-moto{max-width:100%}}.newstartup-body .startup-details .section-moto .moto-line{display:block;margin-bottom:8px}.newstartup-body .startup-details .section-moto .moto-line:last-child{margin-bottom:0}@media(max-width:768px){.newstartup-body .startup-details .section-moto{max-width:100%}.newstartup-body .startup-details .section-moto .moto-line{display:inline;margin-bottom:0;font-size:14px;line-height:20px}}[data-aos=word-blur]{opacity:0;filter:blur(14px);transform:translateY(15px);transition:opacity .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}[data-aos=word-blur].aos-animate{opacity:1;filter:blur(0);transform:translateY(0)}[data-aos=line-reveal]{transform:translateY(24px);transition:opacity .9s cubic-bezier(.16,1,.3,1),filter .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.startup-cards-wrapper{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;cursor:-webkit-grab;cursor:grab;margin-top:clamp(32px,6vw,45px)}.startup-cards-wrapper::-webkit-scrollbar{display:none}.startup-cards-wrapper .startup-cards{display:flex;gap:20px;width:max-content}.startup-cards-wrapper .startup-card-indiv{width:368px;height:auto;flex-shrink:0;padding:26px 20px;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between;background:#00161a;position:relative;overflow:hidden}.startup-cards-wrapper .startup-card-indiv .startup-card-heading{width:299px;color:var(--on-action-white,#f8f9fb);font-family:var(--font-plus-jakarta)!important;font-size:var(--Fonts-Size-h5,28px);font-style:normal;font-weight:600;line-height:40px;letter-spacing:var(--Headings-h6-letter-spacing,0)}.startup-cards-wrapper .startup-card-indiv .startup-card-filler{width:100%;color:var(--body-lighter,#c4c4c4);font-family:var(--font-inter)!important;font-size:16px;font-style:normal;font-weight:500;line-height:26px;z-index:7;letter-spacing:var(--Body-Medium-letter-spacing,0);position:relative;margin-top:-60px}.startup-cards-wrapper .startup-card-indiv .blur-bg{position:absolute;width:100%;height:150px;left:0;bottom:0;z-index:5;background:linear-gradient(180deg,rgba(0,22,26,0),#00161a 45%);opacity:1}.startup-cards-wrapper .startup-card-indiv img{position:relative;height:350px;width:350px;align-self:center;margin-bottom:-60px;z-index:1}@media(max-width:768px){.startup-cards-wrapper{padding:0 6%}.startup-cards-wrapper .startup-card-indiv{width:320px;padding:22px 18px}.startup-cards-wrapper .startup-card-indiv .startup-card-heading{width:100%;font-size:24px;line-height:34px}.startup-cards-wrapper .startup-card-indiv .startup-card-filler{font-size:14px;line-height:22px;margin-top:-50px}.startup-cards-wrapper .startup-card-indiv img{width:280px;height:280px;margin-bottom:-50px}.startup-cards-wrapper .startup-card-indiv .blur-bg{height:180px}}@media(max-width:576px){.startup-cards-wrapper{padding:0}.startup-cards-wrapper .startup-card-indiv{width:265px;padding:16px}.startup-cards-wrapper .startup-card-indiv .startup-card-heading{width:100%;font-size:20px;line-height:28px}.startup-cards-wrapper .startup-card-indiv .startup-card-filler{font-size:13px;line-height:20px;margin-top:-40px}.startup-cards-wrapper .startup-card-indiv img{width:240px;height:240px;margin-bottom:-40px}.startup-cards-wrapper .startup-card-indiv .blur-bg{height:150px}}@keyframes cardSlider{0%{transform:translateX(0)}to{transform:translateX(-50%)}}[data-aos=card-reveal]{transition:opacity .9s cubic-bezier(.16,1,.3,1),filter .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.light-rays-container{width:100%;height:100%;position:relative;pointer-events:none;z-index:3;overflow:hidden}.startup-journey-body{padding:6%;background-color:#00090a;display:flex;flex-direction:column;gap:10px}.startup-journey-body .startup-journey-heading{color:#e6eaea;font-family:var(--font-inter);font-size:clamp(30px,6vw,36px);font-style:normal;font-weight:500;line-height:clamp(30px,10vw,52px)}@media screen and (max-width:768px){.startup-journey-body .startup-journey-heading{max-width:-moz-fit-content;max-width:fit-content}}.startup-journey-body .cards-container{display:grid;grid-row-gap:var(--Jumpers-24-16,24px);row-gap:var(--Jumpers-24-16,24px);grid-column-gap:var(--Jumpers-24-16,24px);column-gap:var(--Jumpers-24-16,24px);align-self:stretch;grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and (max-width:991px){.startup-journey-body .cards-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:600px){.startup-journey-body .cards-container{grid-template-columns:1fr}}.startup-journey-body .cards-container .card{display:flex;padding:var(--Jumpers-24-16,24px);flex-direction:column;align-items:flex-start;gap:var(--Jumpers-48-16,48px);align-self:stretch;justify-self:stretch;border-radius:12px;border:1.75px solid var(--Colors-Border-primary,#1a1a1a);background:transparent;min-height:220px}@media(max-width:576px){.startup-journey-body .cards-container .card{padding:20px;gap:30px;min-height:auto}}.startup-journey-body .cards-container .card:hover{background-color:#081717}.startup-journey-body .cards-container .card .icon-div{background-color:#1a1a1a;border-radius:8px;width:48px;height:48px;display:flex;align-items:center;justify-content:center}@media(max-width:576px){.startup-journey-body .cards-container .card .icon-div{width:36px;height:36px;border-radius:6px}.startup-journey-body .cards-container .card .icon-div svg{width:18px!important;height:18px!important}}.startup-journey-body .cards-container .card .text-box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.startup-journey-body .cards-container .card .text-box .card-heading{color:#e6eaea;font-family:var(--font-plus-jakarta)!important;font-size:20px;font-weight:600;line-height:32px}@media(max-width:768px){.startup-journey-body .cards-container .card .text-box .card-heading{font-size:18px;line-height:28px}}@media(max-width:576px){.startup-journey-body .cards-container .card .text-box .card-heading{font-size:16px;line-height:24px}}.startup-journey-body .cards-container .card .text-box .card-desc{color:#737373;font-family:var(--font-inter)!important;font-size:16px;font-weight:500;line-height:24px}@media(max-width:576px){.startup-journey-body .cards-container .card .text-box .card-desc{font-size:14px;line-height:20px}}.startup-journey-body .cards-container .card.center-card{min-height:220px;justify-content:center!important;align-items:center!important;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.startup-journey-body .cards-container .card.center-card:hover{background-color:rgba(5,142,157,.08)}.startup-journey-body .cards-container .card.center-card:hover .fundraising svg{transform:translate(3px,-3px);color:#fff}.fundraising{display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer}.fundraising .shiny-text{display:inline-block;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,background-position;font-family:var(--font-inter)!important;font-size:22px;font-weight:500;background:linear-gradient(105deg,#8a9da0,#8a9da0 42%,#fff 50%,#8a9da0 58%,#8a9da0);background-size:300% 100%;background-position:150%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shinyMove 7s ease infinite}@media(max-width:576px){.fundraising .shiny-text{font-size:18px}}.fundraising svg{color:#8a9da0;transition:transform .4s cubic-bezier(.16,1,.3,1),color .4s ease}@keyframes shinyMove{0%{background-position:150%}50%{background-position:0}to{background-position:-150%}}[data-aos=heading-reveal]{opacity:0;transform:translateY(40px) scale(.95);transition-property:opacity,transform;transition-duration:.9s;transition-timing-function:cubic-bezier(.16,1,.3,1)}[data-aos=heading-reveal].aos-animate{opacity:1;transform:translateY(0) scale(1)}.raise-capital-body{position:relative;overflow:hidden;background:#050608;padding:6%;transition:background .8s cubic-bezier(.16,1,.3,1)}.raise-capital-body .color-glow{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:1;transition:background 1.2s cubic-bezier(.16,1,.3,1)}.raise-capital-body.seed-bg .color-glow{background:radial-gradient(circle at 40% 20%,rgba(88,80,255,.25),transparent 55%)}.raise-capital-body.seed-bg .tabs{background:#05052d}.raise-capital-body.seed-bg .tabs .tab-bg{background:#211f58}.raise-capital-body.premium-bg .color-glow{background:radial-gradient(circle at 45% 25%,rgba(255,196,88,.28),transparent 55%)}.raise-capital-body.premium-bg .tabs{background:#211607}.raise-capital-body.premium-bg .tabs .tab-bg{background:#4b330c}.raise-capital-body.elite-bg .color-glow{background:radial-gradient(circle at 45% 25%,rgba(255,90,190,.25),transparent 55%)}.raise-capital-body.elite-bg .tabs{background:#220617}.raise-capital-body.elite-bg .tabs .tab-bg{background:#521334}.raise-capital-body .veil-bg{position:absolute;inset:0}.raise-capital-body .content{position:relative;z-index:2}.raise-capital-body .heading{color:#fff;font-size:48px;line-height:1.35;font-weight:500}.raise-capital-body .tabs{position:relative;display:flex;margin-top:60px;padding:8px;background:#120c06;border-radius:12px;overflow:hidden}.raise-capital-body .tabs button{flex:1 1;height:70px;z-index:2;background:none;border:0;color:#fff;font-size:22px;cursor:pointer}.raise-capital-body .tabs .tab-bg{position:absolute;left:14px;top:14px;width:calc((100% - 28px)/3);height:calc(100% - 28px);background:#211f58;border-radius:10px;transition:left .6s cubic-bezier(.16,1,.3,1),background-color .8s cubic-bezier(.16,1,.3,1)}.raise-capital-body .details{margin-top:60px;animation:tabReveal .8s cubic-bezier(.16,1,.3,1) both}.raise-capital-body .details h2{color:#918cff;font-size:50px;font-family:serif}.raise-capital-body .details .descriptions-container{animation:textReveal .7s cubic-bezier(.16,1,.3,1) both;animation-delay:.08s}.raise-capital-body .details .descriptions-container p{color:#eee;font-size:24px;line-height:1.6;margin-top:35px}.raise-capital-body .signal-title{margin-top:80px;padding-bottom:30px;border-bottom:1px solid #555;color:#fff;font-size:28px;display:flex;gap:16px}.raise-capital-body .signals{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:70px 80px;gap:70px 80px}.raise-capital-body .signals .signal svg{color:#fff;font-size:26px}.raise-capital-body .signals .signal h3{margin-top:30px;color:#fff;font-size:24px}.raise-capital-body .signals .signal p{color:#777;font-size:18px;line-height:1.5}.raise-capital-body .buttons{display:flex;gap:16px;margin-top:70px}.raise-capital-body .buttons button{padding:20px 32px;border-radius:8px;background:#fff;color:#000;display:flex;gap:14px;font-size:20px;border:0}.raise-capital-body .buttons button:hover{background:#e0dfdf}.raise-capital-body .buttons .outline{background:transparent;color:#fff;border:1px solid #777;animation:animateButton .8s cubic-bezier(.16,1,.3,1) both;animation-delay:1.75s}.raise-capital-body .buttons .outline:hover{background:transparent}.hero-btn{visibility:hidden;opacity:0;border-radius:8px;background:#fff;padding:16px 24px;color:#000;border:none;font-family:var(--font-inter)!important;font-size:18px;font-weight:500;display:flex;align-items:center;gap:12px;cursor:pointer;overflow:hidden;animation:animateButton .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1.75s;transition:all .4s ease}.hero-btn .arrow-wrapper{width:24px;height:24px;overflow:hidden;display:flex}.hero-btn .arrow-wrapper svg{transform:translate(0)}.hero-btn.hovered{background:#012427;color:#f8f9fb}.hero-btn.hovered svg{animation:arrowForward .35s ease forwards}.hero-btn.left svg{animation:arrowBack .35s ease forwards}.series-logo{overflow:hidden}.series-logo img{width:280px;height:auto;object-fit:contain;animation:logoReveal .8s cubic-bezier(.16,1,.3,1) both}.descriptions-container p{opacity:0;animation:lineReveal .8s cubic-bezier(.16,1,.3,1) both}[data-aos=logo-reveal]{opacity:0;transform:translateY(45px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}[data-aos=logo-reveal].aos-animate{opacity:1;transform:translateY(0)}@keyframes arrowForward{0%{transform:translate(0);opacity:1}45%{transform:translate(30px,-30px);opacity:0}50%{transform:translate(-30px,30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes arrowBack{0%{transform:translate(0);opacity:1}45%{transform:translate(-30px,30px);opacity:0}50%{transform:translate(30px,-30px);opacity:0}to{transform:translate(0);opacity:1}}[data-aos=line-reveal]{opacity:0;transform:translateY(25px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}[data-aos=line-reveal].aos-animate{opacity:1;transform:translateY(0)}@media(max-width:991px){.raise-capital-body .signals{grid-template-columns:repeat(2,1fr);gap:50px 40px}}@media(max-width:768px){.raise-capital-body{padding:6%}.raise-capital-body .heading{font-size:32px;line-height:1.3}.raise-capital-body .tabs{margin-top:40px}.raise-capital-body .tabs button{height:52px;font-size:16px}.raise-capital-body .details{margin-top:40px}.raise-capital-body .details h2{font-size:36px}.raise-capital-body .details .descriptions-container p{font-size:18px;font-weight:600;margin-top:20px;line-height:26px;letter-spacing:0}.raise-capital-body .series-logo img{max-width:220px;width:100%;height:auto}.raise-capital-body .signal-title{margin-top:50px;font-size:18px;padding-bottom:20px;align-items:center}.raise-capital-body .signals{margin-top:30px;gap:30px}.raise-capital-body .signals .signal h3{margin-top:15px;font-size:16px}.raise-capital-body .signals .signal p{font-size:16px;margin-top:12px}.raise-capital-body .signals .signal svg{font-size:20px}.raise-capital-body .buttons{margin-top:50px}}@media(max-width:576px){.raise-capital-body .heading{font-size:22px}.raise-capital-body .heading br{display:none}.raise-capital-body .tabs{flex-direction:column;gap:8px;height:172px;padding:8px}.raise-capital-body .tabs .tab-bg{left:8px!important;top:calc(8px + var(--active)*52px);width:calc(100% - 16px);height:52px;transition:top .6s cubic-bezier(.16,1,.3,1),background-color .8s cubic-bezier(.16,1,.3,1)}.raise-capital-body .tabs button{width:100%;height:52px;text-align:center;margin-block:auto;font-size:16px}.raise-capital-body .details h2{font-size:20px}.raise-capital-body .signals{grid-template-columns:1fr;gap:24px}.raise-capital-body .buttons{flex-direction:column;gap:12px}.raise-capital-body .buttons button{width:100%;justify-content:center;font-size:14px;padding:14px 20px}.raise-capital-body .series-logo.elite-logo img{width:150px}}@keyframes textReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes buttonReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes animateButton{0%{visibility:hidden;opacity:0}1%{visibility:visible}to{visibility:visible;opacity:1}}@keyframes tabReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}[data-aos=card-reveal]{opacity:0;transform:translateY(40px) scale(.95);transition-property:opacity,transform;transition-duration:.9s;transition-timing-function:cubic-bezier(.16,1,.3,1)}[data-aos=card-reveal].aos-animate{opacity:1;transform:translateY(0) scale(1)}.darkveil-canvas{width:100%;height:100%;display:block}.launchpad-body-s4{display:flex;background:#00090a;position:relative;overflow:hidden;min-height:100vh;justify-content:center;align-items:center;isolation:isolate;transform:translateZ(0)}.launchpad-body-s4 .light-rays-bg{position:absolute;inset:-50px;z-index:0;pointer-events:none;background:#00090a}.launchpad-body-s4 .light-rays-bg canvas{width:100%!important;height:100%!important;display:block}.launchpad-body-s4 .custom-rays{width:100%;height:100%}.launchpad-body-s4 .launch-content{position:relative;z-index:3;text-align:center;display:flex;flex-direction:column;align-items:center;margin-top:-120px}.launchpad-body-s4 .launch-content .launch-logo img{width:260px;height:auto}.launchpad-body-s4 .launch-content h1{margin-top:60px;color:#fff;font-size:52px;line-height:76px;font-weight:700;font-family:var(--font-plus-jakarta)!important;letter-spacing:-.52px}.launchpad-body-s4 .launch-content .launch-desc{max-width:75%;margin-top:20px;color:#b3b3b3;font-size:18px;font-weight:500;line-height:30px;font-family:var(--font-inter)!important}.launchpad-body-s4 .launch-content .launch-buttons{margin-top:40px;display:flex;gap:16px}.launchpad-body-s4 .launch-content .launch-buttons a,.launchpad-body-s4 .launch-content .launch-buttons button{padding:18px 30px;border-radius:10px;font-size:18px;display:flex;align-items:center;gap:12px;border:none;cursor:pointer}.launchpad-body-s4 .launch-content .launch-buttons .launch-btn{background:#fff;color:#000;overflow:hidden;transition:background .35s ease,color .35s ease}.launchpad-body-s4 .launch-content .launch-buttons .launch-btn .icon-box{width:24px;height:24px;overflow:hidden;display:flex;align-items:center;justify-content:center}.launchpad-body-s4 .launch-content .launch-buttons .launch-btn .icon-box svg{transform:translate(0)}.launchpad-body-s4 .launch-content .launch-buttons .launch-btn.hovered{background:#dd9cfd}.launchpad-body-s4 .launch-content .launch-buttons .launch-btn.hovered svg{animation:iconUp .4s ease forwards}.launchpad-body-s4 .launch-content .launch-buttons .launch-btn.left svg{animation:iconDown .4s ease forwards}.launchpad-body-s4 .launch-content .launch-buttons button{background:transparent;color:#fff}.launchpad-body-s4 .launch-content .launch-buttons button:hover{background:#000}@media screen and (max-width:991px){.launchpad-body-s4 .launch-content{margin-top:-60px;padding:0 6%}.launchpad-body-s4 .launch-content h1{font-size:40px;line-height:56px}}@media screen and (max-width:768px){.launchpad-body-s4 .launch-content{margin-top:-30px;padding:0 6%}.launchpad-body-s4 .launch-content .launch-logo img{width:200px}.launchpad-body-s4 .launch-content h1{font-size:32px;line-height:46px;margin-top:40px}.launchpad-body-s4 .launch-content .launch-desc{max-width:90%;font-size:16px;line-height:26px;margin-top:16px}.launchpad-body-s4 .launch-content .launch-buttons{margin-top:32px;flex-direction:column;width:100%;max-width:320px;gap:12px}.launchpad-body-s4 .launch-content .launch-buttons a,.launchpad-body-s4 .launch-content .launch-buttons button{width:100%;justify-content:center;padding:15px 24px;font-size:16px}}@media screen and (max-width:480px){.launchpad-body-s4 .launch-content{margin-top:0;padding:0 16px}.launchpad-body-s4 .launch-content .launch-logo img{width:160px}.launchpad-body-s4 .launch-content h1{font-size:26px;line-height:36px;margin-top:30px}.launchpad-body-s4 .launch-content .launch-desc{max-width:100%;font-size:14px;line-height:22px}}@keyframes iconUp{0%{transform:translateY(0);opacity:1}45%{transform:translateY(-28px);opacity:0}50%{transform:translateY(28px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes iconDown{0%{transform:translateY(0);opacity:1}45%{transform:translateY(28px);opacity:0}50%{transform:translateY(-28px);opacity:0}to{transform:translateY(0);opacity:1}}.fundraising-process-body{padding:6%;display:flex;flex-direction:column;align-items:center;gap:40px}.fundraising-process-body .heading{color:#242424;font-family:var(--font-inter);font-size:clamp(32px,6vw,36px);font-weight:500;line-height:52px}.fundraising-process-body .tabs{width:100%;background:#f1f3f3;padding:12px;border-radius:12px;display:flex;position:relative;overflow:hidden}.fundraising-process-body .tabs .tab-bg{position:absolute;top:14px;left:14px;width:calc(50% - 14px);height:calc(100% - 28px);background:#fff;border-radius:12px;transition:transform .6s cubic-bezier(.16,1,.3,1)}.fundraising-process-body .tabs button{width:50%;border:0;background:transparent;position:relative;z-index:2;padding:16px 8px;cursor:pointer;color:var(--Colors-Text-heading,#111);font-family:var(--font-plus-jakarta)!important;font-size:var(--Fonts-Size-h7,20px);font-style:normal;font-weight:700;line-height:var(--Fonts-Line-height-h7,32px);letter-spacing:var(--Headings-h6-letter-spacing,0)}.fundraising-process-body .process-grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);grid-auto-flow:column;grid-gap:28px;gap:28px}.fundraising-process-body .process-grid .process-card{height:200px;background:#f1f3f3;border-radius:12px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;overflow:hidden}.fundraising-process-body .process-grid .process-card .card-left{height:100%;display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.fundraising-process-body .process-grid .process-card .card-left span{font-size:var(--Fonts-Size-h7,20px);font-weight:700;line-height:var(--Fonts-Line-height-h7,32px)}.fundraising-process-body .process-grid .process-card .card-left h3,.fundraising-process-body .process-grid .process-card .card-left span{color:var(--heading,#242424);font-family:var(--font-plus-jakarta)!important;font-style:normal;letter-spacing:var(--Headings-h6-letter-spacing,0)}.fundraising-process-body .process-grid .process-card .card-left h3{font-size:var(--Fonts-Size-h6,24px);font-weight:600;line-height:var(--Fonts-Line-height-h6,34px)}.fundraising-process-body .process-grid .process-card .card-right{display:flex;align-items:center}.fundraising-process-body .process-grid .process-card .card-right img{width:150px;height:auto;object-fit:contain}[data-aos=card-up]{opacity:0;transform:translateY(80px) scale(.96);transition-property:opacity,transform;transition-duration:.9s;transition-timing-function:cubic-bezier(.16,1,.3,1)}[data-aos=card-up].aos-animate{opacity:1;transform:translateY(0) scale(1)}@media(max-width:991px){.fundraising-process-body{padding:8% 6%;gap:30px}.fundraising-process-body .process-grid{gap:20px}}@media(max-width:768px){.fundraising-process-body{padding:6%;gap:24px}.fundraising-process-body .heading{font-size:32px;line-height:44px}.fundraising-process-body .tabs{padding:8px}.fundraising-process-body .tabs .tab-bg{top:10px;left:10px;width:calc(50% - 10px);height:calc(100% - 20px)}.fundraising-process-body .tabs button{font-size:16px;line-height:26px;padding:12px 6px}.fundraising-process-body .process-grid{grid-template-columns:1fr;grid-template-rows:auto;grid-auto-flow:row;gap:16px}.fundraising-process-body .process-grid .process-card{height:auto;min-height:150px;padding:20px}.fundraising-process-body .process-grid .process-card .card-left span{font-size:18px;line-height:28px}.fundraising-process-body .process-grid .process-card .card-left h3{font-size:20px;line-height:28px;margin-top:8px}.fundraising-process-body .process-grid .process-card .card-right img{width:110px}.fundraising-process-body .buttons{flex-direction:column;width:100%;gap:12px;margin-top:16px}.fundraising-process-body .buttons button{width:100%;justify-content:center;height:52px;font-size:16px}}@media(max-width:480px){.fundraising-process-body .heading{font-size:26px;line-height:36px}.fundraising-process-body .tabs{flex-direction:column;gap:8px;text-align:center;padding:8px;border-radius:12px}.fundraising-process-body .tabs .tab-bg{transform:translateX(0)!important;top:calc(8px + var(--active)*60px);left:8px!important;width:calc(100% - 16px);height:48px;border-radius:10px;transition:top .6s cubic-bezier(.16,1,.3,1),background-color .6s cubic-bezier(.16,1,.3,1)}.fundraising-process-body .tabs button{width:100%;height:52px;padding:0;font-size:14px;line-height:22px}.fundraising-process-body .process-grid .process-card{padding:16px;min-height:120px;gap:12px}.fundraising-process-body .process-grid .process-card .card-left h3,.fundraising-process-body .process-grid .process-card .card-left span{font-size:16px;line-height:24px}.fundraising-process-body .process-grid .process-card .card-right img{width:90px}}.buttons{gap:16px}.buttons,.buttons button{display:flex;align-items:center}.buttons button{height:56px;padding:0 24px;border-radius:8px;gap:12px;cursor:pointer;font-size:18px;font-weight:500}.buttons .outline{background:#fff;border:1px solid #1a1a1a;color:#242424;transition:.3s ease}.buttons .hero-btn{background:#000;color:#fff;border:none;overflow:hidden}.buttons .hero-btn .arrow-wrapper{width:24px;height:24px;overflow:hidden;display:flex}.buttons .hero-btn.hovered svg{animation:arrowForward .35s ease forwards}.buttons .hero-btn.left svg{animation:arrowBack .35s ease forwards}body,html{background-color:#fff}