.our-projects-container{background-color:#000;overflow:hidden}.our-projects-wrapper{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:10% 5%;row-gap:20%;column-gap:2%;padding-bottom:10%}.projects-grid-item{position:relative;padding:20px;border-radius:10px;transition:transform .3s ease;cursor:pointer;display:flex;flex-direction:column}.projects-grid-item:hover{transform:scale(1.05)}.projects-grid-item:hover .project-image{filter:blur(10px)}.projects-grid-item:hover .explore-text{opacity:1;transform:translateY(0)}.projects-grid-item:hover .arrow{transform:translate(10px)}.explore-text-wrapper{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.explore-text{position:relative;transform:translate(-50%,-50%) translateY(20px);font-size:1.5rem;font-weight:700;color:#fff;opacity:0;transition:opacity .5s ease,transform .5s ease;display:flex;align-items:center}.arrow{display:inline-block;margin-left:5px;font-size:1.5rem;transition:transform .5s ease}.projects-grid-image{width:100%;object-fit:cover;padding-bottom:100%;position:relative}.project-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:10px}.projectgrid-project-title{margin-top:10px;font-size:1.5rem;color:#fff;text-align:left;font-weight:700}@media (max-width: 1200px){.our-projects-wrapper{grid-template-columns:repeat(2,1fr);row-gap:0}}@media (max-width: 768px){.our-projects-wrapper{grid-template-columns:1fr}}.nav-bar-container{position:absolute;z-index:20;top:0;width:100%;padding:2% 0;background-color:#000}.nav-bar-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;padding:0 5%}.hamburger-menu{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger-menu .line{width:30px;height:3px;background-color:#fff;transition:all .3s ease}.hamburger-menu .line.open:nth-child(1){transform:rotate(45deg) translateY(10px)}.hamburger-menu .line.open:nth-child(2){opacity:0}.hamburger-menu .line.open:nth-child(3){transform:rotate(-45deg) translateY(-10px)}.nav-bar-logo{font-size:2rem;color:#fff;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer}.kineticscape-logo{width:15%}.kineticscape-logo img{width:100%;object-fit:cover}.nav-bar-routes{color:#fff;display:flex;align-items:center;justify-content:flex-end;gap:10%;width:50%}.nav-bar-contact-us-route{border:1px solid white;padding:2% 5%;transition:.5s ease;cursor:pointer}.nav-bar-contact-us-route:hover{background-color:#fff;color:#000}.nav-bar-about-us-route:hover,.nav-bar-our-work-route:hover,.nav-bar-blog-route:hover{color:#3933f3;transition:.5s ease;cursor:pointer}@media only screen and (max-width: 1425px){.nav-bar-logo{font-size:1.8rem}.nav-bar-routes{width:70%;gap:8%}}@media only screen and (max-width: 1280px){.nav-bar-logo{font-size:1.5rem}.nav-bar-routes{width:70%;gap:5%}}@media only screen and (max-width: 820px){.nav-bar-container{position:absolute;padding:0}.nav-bar-wrapper{padding:0}.nav-bar-logo{font-size:1.25rem;padding:4% 2%}.kineticscape-logo{width:15%}.kineticscape-logo img{width:100%;object-fit:cover}.hamburger-menu{display:flex;z-index:100;padding:3%}.hamburger-menu.active{position:fixed;right:1%}.nav-bar-routes{position:fixed;top:0;width:100%;right:-100%;height:100%;flex-direction:column;justify-content:center;align-items:flex-end;background-color:#4944dd;transition:right .5s ease;gap:5%}.nav-bar-routes.active{right:0}.nav-bar-about-us-route,.nav-bar-our-work-route,.nav-bar-blog-route{font-size:2.8rem;text-transform:uppercase;font-weight:700;border-left:5px solid #d8dd44;padding-right:4%}.nav-bar-contact-us-route{padding:5% 10%;background-color:#d8dd44;color:#000;font-size:1.8rem;border:none;border-radius:20px;margin-right:5%}}@media only screen and (max-width: 768px){.nav-bar-container{position:absolute;padding:0}.nav-bar-wrapper{padding:0}.nav-bar-logo{font-size:1.25rem;padding:4% 2%}.kineticscape-logo{width:15%}.kineticscape-logo img{width:100%;object-fit:cover}.hamburger-menu{display:flex;z-index:100;padding:3%}.hamburger-menu.active{position:fixed;right:1%}.nav-bar-routes{position:fixed;top:0;width:100%;right:-100%;height:100%;flex-direction:column;justify-content:center;align-items:flex-end;background-color:#4944dd;transition:right .5s ease;gap:5%}.nav-bar-routes.active{right:0}.nav-bar-about-us-route,.nav-bar-our-work-route,.nav-bar-blog-route{font-size:2.8rem;text-transform:uppercase;font-weight:700;border-left:5px solid #d8dd44;padding-right:4%}.nav-bar-contact-us-route{padding:5% 10%;background-color:#d8dd44;color:#000;font-size:1.8rem;border:none;border-radius:20px;margin-right:5%}}.footer-container{position:relative;color:#fff;background-color:#000;border-top:1px solid white}.footer-wrapper{display:flex;flex-wrap:wrap;gap:10%;padding:5%;justify-content:space-around}.footer-content-wrapper{display:flex;flex-direction:column;gap:40px;width:30%}.footer-content-heading{font-size:2.5rem;font-weight:500}.footer-content-para,.footer-content-email-wrapper{font-size:1.5rem;font-weight:300}.footer-content-email-wrapper span{text-decoration:underline}.footer-case-studies-heading,.footer-socials-heading{font-size:1.5rem;font-weight:500}.footer-case-studies-wrapper,.footer-socials-wrapper{display:flex;flex-direction:column;gap:20%}.socials{cursor:pointer}.socials:hover{color:#ecf320}@media only screen and (max-width: 1280px){.footer-content-heading{font-size:1.5rem}.footer-content-para,.footer-content-email-wrapper{font-size:1rem}.footer-case-studies-heading,.footer-socials-heading{font-size:1.5rem}}@media only screen and (max-width: 1024px){.footer-wrapper{justify-content:space-between;row-gap:20px}.footer-content-wrapper{width:100%}}@media only screen and (max-width: 768px){.footer-wrapper{padding:10% 5%}.footer-content-wrapper{gap:30px}.footer-content-heading{font-size:1.375rem}.footer-content-para{font-size:.875rem}.footer-content-email-wrapper{font-size:.75rem}.footer-case-studies-heading,.footer-socials-heading{font-size:1.375rem;font-weight:500;padding-top:20%}.footer-case-studies-wrapper{display:flex;flex-direction:column;gap:20px;font-size:.875rem}.footer-socials-wrapper{display:flex;flex-direction:column;gap:20%;font-size:.875rem}}.home-page-container{position:relative;width:100%;height:100%;overflow:hidden}.home-page-main-wrapper{position:relative;color:#fff;display:flex;height:100vh;margin:0 5%}.home-page-main-head{position:relative;display:flex;flex-direction:column;gap:2%;align-items:flex-start;justify-content:center;font-size:4rem;font-weight:700}.homepage-sub-heading{font-size:2rem;font-weight:400;color:#919191;width:50%}.home-page-main-cta{display:flex;font-size:1.8rem;width:100%;gap:5%;font-weight:400}.home-page-see-how-btn{padding:1% 5%;background:rgb(57,51,243);background:linear-gradient(90deg,rgba(57,51,243,1) 0%,rgba(33,29,141,1) 100%);background-size:200% 200%;cursor:pointer;transition:background-position 1s ease}.home-page-view-our-work-btn{padding:1% 5%;border:1px solid white;cursor:pointer;transition:.5s ease}.home-page-see-how-btn:hover{background-position:100% 0}.home-page-view-our-work-btn:hover{background-color:#fff;color:#000}.home-page-video-reel-container{position:relative;display:flex;align-items:center;flex-direction:column;width:100%}.home-page-video-reel-wrapper{position:relative;width:80%;height:100%;display:flex;align-items:center;justify-content:center}.home-page-video-reel-wrapper video{object-fit:cover;width:100%;height:100%}.home-page-info-content-wrapper{color:#fff}.home-page-info-cta-container{margin:10% 5%}.home-page-info-cta-wrapper{position:relative;display:flex;align-items:center;justify-content:space-around}.home-page-info-content-wrapper{display:flex;flex-direction:column;gap:30px;align-items:flex-start;width:50%}.home-page-info-content-heading{font-size:3.5rem;font-weight:700;border-bottom:1px solid white}.home-page-info-content-sub-heading{font-size:2rem;font-weight:400}.home-page-info-content-para{font-size:1.85rem;font-weight:300;color:#949494}.home-page-info-content-cta-btn{font-size:2rem;border:1px solid white;padding:3% 6%;width:100%;cursor:pointer;transition:.5s ease}.home-page-info-content-cta-btn:hover{background-color:#fff;color:#000}.home-page-info-video-wrapper{width:40%}.home-page-info-video-wrapper video{width:100%;height:100%;object-fit:cover}.home-page-trust-us-container{position:relative;color:#fff;background-color:#151515;clip-path:polygon(0% 20%,100% 0%,100% 100%,0% 100%);height:100%}.home-page-trust-us-wrapper{padding:20% 5%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:40px}.home-page-turst-us-heading{font-size:3.5rem}.home-page-trust-us-para{font-size:1.5rem;color:#949494;padding:0 10%}.home-page-trust-us-cta{font-size:2rem;display:flex;background:rgb(57,51,243);background:linear-gradient(90deg,rgba(57,51,243,1) 0%,rgba(33,29,141,1) 100%);background-size:200% 200%;cursor:pointer;transition:background-position 1s ease;padding:1% 5%;align-items:center;justify-content:center}.home-page-trust-us-cta:hover{background-position:100% 0}.thumbnail-container{position:relative;width:100%;height:100%}.thumbnail-wrapper{position:relative;width:100%;height:100%;filter:blur(2%);-webkit-filter:blur(2px)}.thumbnail-wrapper img{width:100%;height:100%;object-fit:cover}.play-show-reel-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.play-show-reel-btn span{color:#fff;font-size:1.5rem;font-weight:700}.play-button{border:2px solid white;border-radius:10px;height:50px;width:100px;background-color:#000;cursor:pointer;transition:.5s ease}.play-button svg{width:20px;height:20px}.play-button:hover{background-color:#444}@media only screen and (max-width: 1425px){.home-page-info-content-para{font-size:1.5rem}.home-page-info-content-cta-btn{font-size:1.8rem}}@media only screen and (max-width: 1024px){.home-page-main-head{font-size:2.5rem}.homepage-sub-heading{font-size:1rem}.home-page-info-content-heading{font-size:2.5rem}.home-page-info-content-para{font-size:1rem}.home-page-info-content-cta-btn{font-size:1.35rem}.home-page-turst-us-heading{font-size:2.5rem}.home-page-trust-us-para{font-size:1rem}.home-page-trust-us-cta{font-size:1.5rem}}@media only screen and (max-width: 820px){.home-page-info-content-wrapper{width:100%}.home-page-main-wrapper{height:60vh}.home-page-main-head{font-size:2rem}.home-page-main-cta{display:flex;font-size:1.5rem;width:100%;gap:5%;font-weight:400}.home-page-see-how-btn,.home-page-view-our-work-btn{border-radius:5px}.home-page-info-cta-wrapper{position:relative;flex-direction:column;height:100%}.home-page-info-content-heading{font-size:2rem}.home-page-info-content-sub-heading{font-size:1.5rem;font-weight:400}.home-page-info-content-para{font-size:1.25rem;font-weight:300;color:#949494}.home-page-info-content-cta-btn{font-size:1.5rem;border-radius:5px}.home-page-info-video-wrapper{width:100%}.home-page-trust-us-wrapper{padding:50% 5%;gap:40px}.home-page-turst-us-heading{font-size:2rem}.home-page-trust-us-para{font-size:1.5rem}.home-page-video-reel-wrapper{height:100%;width:80%}.home-page-video-reel-container{display:flex;align-items:center;flex-direction:column}.home-page-trust-us-cta{font-size:1.5rem;border-radius:10px;padding:2% 5%}}@media only screen and (max-width: 768px){.play-button{height:40px;width:70px}.play-button svg{width:15px;height:25px}.play-show-reel-btn span{font-size:1rem}.thumbnail-wrapper{filter:blur(1%);-webkit-filter:blur(1px)}.home-page-info-content-wrapper{width:100%}.home-page-main-wrapper{height:50vh}.home-page-main-head{font-size:1.25rem}.homepage-sub-heading{font-size:.75rem;width:100%}.home-page-main-cta{display:flex;font-size:1rem;width:100%;gap:5%;font-weight:400}.home-page-see-how-btn,.home-page-view-our-work-btn{border-radius:5px}.home-page-info-cta-wrapper{position:relative;flex-direction:column;height:100%}.home-page-info-content-heading{font-size:2rem}.home-page-info-content-sub-heading{font-size:1.5rem;font-weight:400}.home-page-info-content-para{font-size:.875rem;font-weight:300;color:#949494}.home-page-info-content-cta-btn{font-size:1rem;border-radius:5px}.home-page-info-video-wrapper{width:100%}.home-page-trust-us-wrapper{padding:50% 5%;gap:40px}.home-page-turst-us-heading{font-size:1.5rem}.home-page-trust-us-para{font-size:1rem}.home-page-video-reel-wrapper{height:100%;width:80%}.home-page-video-reel-container{display:flex;align-items:center;flex-direction:column}.home-page-trust-us-cta{font-size:1rem;border-radius:10px;padding:2% 5%}}.about-us-page-container{position:relative;padding:0;overflow:hidden;color:#fff}.about-us-page-wrapper{position:relative;padding:0}.text-align-left{text-align:left}.about-us-page-main{position:relative;z-index:10;color:#fff;width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;margin:15% 5%;gap:20px}.about-us-main-heading{font-size:4rem;position:relative;font-weight:700}.about-us-main-para{position:relative;font-size:2rem;color:#c5c5c5;font-weight:400}.about-us-journey-content{position:relative;z-index:10;color:#fff;width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:20px}.about-us-journey{height:100%;width:100%;position:relative;display:flex;gap:20px;justify-content:center;margin:5% 0}.about-us-journey-our-journey{font-size:2rem;font-family:Ubuntu Sans Mono,monospace;display:flex;gap:20px;padding:20px 0;align-content:center;width:30%}.about-us-the-line{width:50%;border-top:2px solid white;margin:20px 0;justify-items:flex-end}.about-us-journey-heading{font-size:4rem;font-weight:700}.about-us-journey-para{font-size:2rem;color:#c5c5c5;font-weight:400}.about-us-expertise{position:relative;z-index:10;color:#000;width:100%;height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:50px;background-color:#d8dd44}.about-us-expertise-heading{font-size:4rem;font-weight:700}.about-us-expertise-para{font-size:2rem;font-weight:400;color:#393939;width:80%}.about-us-expertise-cta{background:rgb(33,29,141);background:linear-gradient(77deg,rgba(33,29,141,1) 0%,rgba(57,51,243,1) 100%);background-size:200% 200%;cursor:pointer;transition:background-position 1s ease;color:#fff;font-size:1.8rem;padding:1% 3%;transition:.5s ease}.about-us-expertise-cta:hover{background-position:100% 0}@media only screen and (max-width: 1425px){.about-us-main-heading{font-size:2.5rem}.about-us-main-para{font-size:1.5rem}.about-us-journey-heading{font-size:2.5rem}.about-us-journey-our-journey,.about-us-journey-para{font-size:1.5rem}.about-us-expertise-heading{font-size:2.5rem}.about-us-expertise-para,.about-us-expertise-cta{font-size:1.5rem}}@media only screen and (max-width: 1024px){.about-us-main-heading{font-size:2rem}.about-us-main-para{font-size:1.2rem}.about-us-journey-heading{font-size:2rem}.about-us-journey-our-journey,.about-us-journey-para{font-size:1.2rem}.about-us-expertise-heading{font-size:2rem}.about-us-expertise-para,.about-us-expertise-cta{font-size:1.2rem}}@media only screen and (max-width: 768px){.about-us-page-main{width:90%;height:50vh;padding:0 5%;margin:0}.about-us-main-heading{font-size:1.5rem}.about-us-main-para{font-size:.85rem}.about-us-journey{width:90%;height:100%;margin:0 5% 10%;flex-direction:column}.about-us-journey-heading{font-size:1.5rem}.about-us-journey-our-journey{font-size:1rem;width:100%}.about-us-the-line{margin:10px 0}.about-us-journey-content{width:100%}.about-us-journey-para{font-size:.85rem;width:100%}.about-us-expertise{height:100%;padding:10% 0}.about-us-expertise-heading{font-size:1.5rem}.about-us-expertise-para{font-size:.85rem}.about-us-expertise-cta{font-size:1rem;border-radius:10px}.about-us-expertise-cta:hover{background-position:100% 0}}html,body,#root{margin:0;padding:0;background-color:#000;width:100%;height:100%;position:relative;font-family:Plus Jakarta Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.case-study-container{position:relative;width:100%;overflow:hidden}.case-study-wrapper{display:flex;height:100vh;overflow:hidden}.case-study-media-container{position:relative;width:50%}.case-study-media-wrapper{display:flex;flex-direction:column}.case-study-media-container img{width:100%;height:100%;object-fit:cover}.case-study-media-container video{width:100%;height:100%;object-fit:cover}.next-project-button-container{position:relative;display:flex;height:50px;width:200px;align-items:center;bottom:15%}.next-project-button{padding:1% 5%;background:rgb(57,51,243);background:linear-gradient(90deg,rgba(57,51,243,1) 0%,rgba(33,29,141,1) 100%);background-size:200% 200%;cursor:pointer;transition:background-position 1s ease;color:#fff;width:100%;font-size:1.5rem;text-align:center;height:100%;display:flex;align-items:center;justify-content:center}.next-project-button:hover{background-position:100% 0}.case-study-content-container{display:flex;flex-direction:column;color:#fff;width:50%;align-self:center}.case-study-content-wrapper{margin:0 5%}.case-study-content-head{display:flex;flex-direction:column}.case-study-title{font-size:5rem;font-weight:800;text-transform:uppercase}.case-study-content-tags{display:flex;gap:5%}.case-study-perTag{padding:1% 3%;border:1px solid white;border-radius:50px;font-size:1rem;font-weight:300;color:#b7b7b7}.case-study-content-para{font-size:1.5rem;font-weight:400;color:#b7b7b7}.splide__list{padding:0;margin:0}.project-buttons-container{position:absolute;display:flex;z-index:15;justify-content:flex-end;align-items:flex-end;width:100%;height:100%;pointer-events:none}.project-info-button-container{display:none}.project-info-button,.next-project-button{pointer-events:auto}@media only screen and (max-width: 1425px){.case-study-title{font-size:3.85rem}.case-study-content-para,.next-project-button{font-size:1.25rem}}@media only screen and (max-width: 1024px){.case-study-title{font-size:2.85rem}.case-study-content-para{font-size:1rem}.next-project-button{font-size:.8rem}}@media only screen and (max-width: 768px){.project-buttons-container{width:100%;justify-content:space-around;height:100%}.case-study-media-container{width:100%}.case-study-content-container{display:absolute;justify-content:center;position:absolute;background-color:#000;width:100%;bottom:-100%;z-index:12;color:#fff;height:100%;transition:bottom 1s ease}.project-info-button-container{position:relative;display:flex;align-items:center;justify-content:center;width:150px;height:40px;bottom:15%}.project-info-button{position:relative;background-color:transparent;font-size:1rem;cursor:pointer;transition:background-color .3s,color .3s;color:#fff;font-weight:300;border:2px solid white;width:100%;padding:5%;text-align:center;height:100%;display:flex;align-items:center;justify-content:center}.project-info-button.active{background-color:#fff;color:#000}.next-project-button-container{position:relative;width:150px;height:40px;bottom:15%}.next-project-button{padding:5%;background:linear-gradient(90deg,rgba(57,51,243,1) 0%,rgba(33,29,141,1) 100%);cursor:pointer;transition:background-position 1s ease;color:#fff;width:100%;text-align:center;font-size:1rem}.case-study-content-container.open{bottom:0}.case-study-title{font-size:3rem}.case-study-content-tags{display:flex;gap:5%}.case-study-perTag{padding:1% 3%;border:1px solid white;border-radius:50px;font-size:.85rem;font-weight:300;color:#b7b7b7}.case-study-content-para{font-size:1rem;font-weight:400;color:#b7b7b7}}.questionarre-container{position:relative;width:100%;height:100vh;background:rgb(0,0,0);background:linear-gradient(45deg,rgba(0,0,0,1) 72%,rgba(16,15,69,1) 80%,rgba(34,31,147,1) 89%,rgba(40,36,173,1) 92%,rgba(57,51,243,1) 100%)}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .5s ease-in}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .5s ease-out}.get-started-question-container{position:relative;color:#fff}.get-started-question-wrapper{position:relative;display:flex;flex-direction:column;gap:20px;height:100vh;width:100%;align-items:center;justify-content:center;text-align:center}.get-started-question-head{font-size:3rem;font-weight:700}.get-started-question-para{font-size:2rem;font-weight:300;color:#a1a1a1}.get-started-question-btn-wrapper{font-size:2.25rem;font-weight:700}.get-started-question-btn-wrapper{display:flex;width:100%;align-items:center;justify-content:center}.get-started-btn{background-color:#322dd5;padding:1% 5%;cursor:pointer;transition:1s ease}.get-started-btn:hover{background-color:#151352}.getstarted-two-mins-wrapper{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:700}@media only screen and (max-width: 786px){.get-started-question-head{font-size:1.5rem}.get-started-question-para{font-size:.85rem}.get-started-question-btn-wrapper{font-size:1.85rem}.getstarted-two-mins-wrapper{font-size:1rem}}.question-name-container{position:relative;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.questionname-wrapper{position:relative;display:flex;flex-direction:column;gap:50px;justify-content:center;width:50%}.questionname-head{font-size:3rem;font-weight:700}.questionname-inputs{display:flex;flex-direction:column;gap:30px;width:100%;font-size:2rem;font-weight:300;color:#fff}.questionname-inputs input{color:#fff;font-size:2rem;font-weight:300}.questionname-inputs input::placeholder{color:#fff}.questionname-inputs input:focus{outline:none;caret-color:#fff}.questionname-inputs input:focus::placeholder{color:transparent}.questionname-inputs input{width:100%;background-color:transparent;border:0px;border-bottom:1px solid white;padding:2% 0}.questionname-submit-btn{background-color:#322dd5;cursor:pointer;font-size:2.25rem;font-weight:700;border:0px;padding:2% 5%;color:#fff;transition:1s ease}.questionname-submit-btn:hover{background-color:#151352}@media only screen and (max-width: 786px){.questionname-wrapper{width:70%}.questionname-head{font-size:1.8rem;font-weight:700}.questionname-inputs input{font-size:1rem}.questionname-submit-btn{font-size:1.25rem;padding:3% 6%}}.question-email-container{position:relative;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.question-email-wrapper{position:relative;display:flex;flex-direction:column;gap:50px;justify-content:center;width:50%}.question-email-head{font-size:2.5rem;font-weight:700}.question-email-inputs{display:flex;flex-direction:column;gap:30px;width:100%}.question-email-inputs input{width:100%;background-color:transparent;border:0px;border-bottom:1px solid white;padding:2% 0;font-size:2rem;color:#fff}.question-email-inputs input::placeholder{color:#fff}.question-email-inputs input:focus{outline:none;caret-color:#fff}.question-email-inputs input:focus::placeholder{color:transparent}.question-email-submit-btn-wrapper{display:flex;justify-items:flex-start}.question-email-submit-btn{background-color:#322dd5;cursor:pointer;font-size:2.25rem;font-weight:700;border:0px;padding:1% 5%;color:#fff;transition:1s ease}.question-email-submit-btn:hover{background-color:#151352}.input-error{border-bottom:1px solid red}.error-message{color:red;font-size:.85rem;margin-top:.5rem}@media only screen and (max-width: 786px){.question-email-wrapper{width:70%}.question-email-head{font-size:1.5rem}.question-email-inputs input{font-size:1rem}.question-email-submit-btn{font-size:1.25rem;padding:2% 6%}}.question-industry-container{position:relative;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.question-industry-wrapper{position:relative;display:flex;flex-direction:column;gap:50px;justify-content:center;width:50%}.question-industry-head{font-size:2.5rem;font-weight:700}.question-industry-dropdown select{width:100%;padding:10px;font-size:1.5rem;background-color:#000;border:none;border-bottom:2px solid white;color:#fff;outline:none}.question-industry-submit-btn-wrapper{display:flex;justify-content:flex-start}.question-industry-submit-btn{background-color:#322dd5;cursor:pointer;font-size:2.25rem;font-weight:700;border:0px;padding:1% 5%;color:#fff;transition:1s ease}.question-industry-submit-btn:hover{background-color:#151352}@media only screen and (max-width: 786px){.question-industry-wrapper{width:70%}.question-industry-head{font-size:1.5rem;font-weight:700}.question-industry-dropdown select{font-size:.85rem}.question-industry-submit-btn{font-size:1.25rem;padding:2% 6%}}.question-marketing-efforts-container{position:relative;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:linear-gradient(45deg,#000000 72%,#100f45 80%,#221f93 89%,#2824ad 92%,#3933f3 100%)}.question-marketing-efforts-wrapper{position:relative;display:flex;flex-direction:column;gap:30px;justify-content:center;align-items:center;width:60%}.question-marketing-efforts-head{font-size:3rem;font-weight:700;text-align:left;color:#fff}.question-marketing-efforts-scale{display:flex;justify-content:space-between;gap:10px;width:100%;margin-top:20px}.scale-option{width:70px;height:70px;display:flex;justify-content:center;align-items:center;background-color:transparent;border:1px solid white;color:#fff;font-size:1.5rem;cursor:pointer;transition:background-color .3s ease}.scale-option:hover{background-color:#fff;color:#000}.scale-option.selected{background-color:#3933f3}.scale-labels{display:flex;justify-content:space-around;width:100%;font-size:1rem;font-weight:300;color:#a1a1a1}.scale-label{display:flex;align-items:center;gap:20px}@media only screen and (max-width: 768px){.question-marketing-efforts-wrapper{width:70%}.question-marketing-efforts-head{font-size:1.5rem}.question-marketing-efforts-scale{gap:5px}.scale-option{width:30px;height:30px;display:flex;justify-content:center;align-items:center;background-color:transparent;border:1px solid white;color:#fff;font-size:.7rem;cursor:pointer;transition:background-color .3s ease}.scale-option:hover{background-color:#fff;color:#000}.scale-option.selected{background-color:#3933f3}.scale-labels{display:flex;justify-content:center;width:100%;font-size:.5rem;font-weight:300;color:#a1a1a1}.scale-label{display:flex;align-items:center;gap:20px}.scale-label svg{max-width:20%}}.question-customer-engagement-container{position:relative;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:linear-gradient(45deg,#000000 72%,#100f45 80%,#221f93 89%,#2824ad 92%,#3933f3 100%)}.question-customer-engagement-wrapper{position:relative;display:flex;flex-direction:column;gap:40px;justify-content:center;align-items:center;width:60%}.question-customer-engagement-head{font-size:3rem;font-weight:700;text-align:left;color:#fff}.question-customer-engagement-options{display:flex;justify-content:flex-start;align-self:flex-start;gap:50px}.customer-engagement-option{width:300px;height:70px;display:flex;justify-content:center;align-items:center;background-color:#3933f3;color:#fff;font-size:2rem;font-weight:700;cursor:pointer;transition:.5s ease}.customer-engagement-option:hover{background-color:#16135c}.option-no{background-color:transparent;border:1px solid white}.option-no:hover{background-color:#fff;color:#000}@media only screen and (max-width: 768px){.question-customer-engagement-wrapper{position:relative;display:flex;flex-direction:column;gap:40px;justify-content:center;align-items:center;width:70%}.question-customer-engagement-head{font-size:1.5rem;font-weight:700;text-align:left;color:#fff}.question-customer-engagement-options{gap:30px}.customer-engagement-option{width:120px;height:50px;font-size:1rem;font-weight:700}}.results-page-container{position:relative;color:#fff;overflow:hidden}.results-page-main-wrapper{position:relative;height:100vh;width:100%;display:flex;align-items:center;margin:0 5%}.results-page-main-head{position:relative;display:flex;flex-direction:column;width:50%}.results-page-main-score{position:relative;width:50%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.results-page-main-score video{object-fit:cover;width:100%;position:absolute;z-index:1}.results-page-main-score span{position:relative;z-index:2;font-size:5.5rem;font-weight:900;color:#0c0c0c}.results-page-main-score span:nth-child(2){-webkit-text-stroke:4px rgb(255,255,255);text-stroke:4px #ffffff}.results-page-main-score span:nth-child(3){color:#000;font-size:3rem;font-weight:400}.results-page-head-heading{font-size:4rem;font-weight:700}.results-page-head-para{font-size:2rem;font-weight:400;color:#767676}.results-page-key-insights-wrapper{position:relative;display:flex;justify-content:space-between;padding:10% 5%;background-color:#302ac9;align-items:flex-start}.results-key-insights-number{font-size:12rem;font-weight:700;width:30%;line-height:.8}.results-key-insights-content{display:flex;flex-direction:column;gap:40px;width:70%}.results-key-insights-content-heading{font-size:4rem;font-weight:700}.key-insights-insight{font-size:1.5rem;font-weight:300;display:flex;color:#cacaca}.key-insights-insight svg{width:10%}.results-page-our-help-wrapper{position:relative;display:flex;justify-content:space-between;padding:10% 5%;align-items:flex-start}.results-our-help-number{font-size:12rem;font-weight:700;width:30%;line-height:.8}.results-our-help-content{display:flex;flex-direction:column;gap:40px;width:70%}.results-our-help-content-head{font-size:4rem;font-weight:700}.results-our-help-para{font-size:1.5rem;font-weight:300;display:flex;color:#c7c7c7}.results-our-help-para svg{width:10%}.results-page-cta-wrapper{position:relative;display:flex;justify-content:space-between;padding:10% 5%;align-items:flex-start;color:#000;background-color:#d8dd44}.results-page-cta-number{font-size:12rem;font-weight:700;width:30%;line-height:.8}.results-page-cta-content-wrapper{display:flex;flex-direction:column;gap:40px;width:70%}.results-page-cta-content-head{font-size:4rem;font-weight:700}.results-page-cta-content-para{font-size:2rem;font-weight:300;display:flex}.results-page-cta-content-para svg{width:10%}.results-page-cta-btn-wrapper{display:flex}.results-page-cta-btn{background-color:#3933f3;color:#fff;padding:2% 5%;font-size:2rem;font-weight:300;transition:.5s ease;cursor:pointer}.results-page-cta-btn:hover{background-color:#181661}@media only screen and (max-width: 768px){.results-page-main-wrapper{height:100%;width:100%;margin:0 5%;flex-direction:column;gap:0px;align-items:flex-start}.results-page-main-head{margin:30% 0 0;width:90%}.results-page-main-score{width:100%;height:100%;margin:20% -20px}.results-page-main-score span{font-size:2.5rem}.results-page-main-score span:nth-child(2){-webkit-text-stroke:1px rgb(255,255,255);text-stroke:1px #ffffff}.results-page-main-score span:nth-child(3){font-size:2rem}.results-page-head-heading{font-size:1.5rem}.results-page-head-para{font-size:.8rem}.results-page-key-insights-wrapper{flex-direction:column;gap:20px}.results-key-insights-number{font-size:8rem}.results-key-insights-content{width:100%}.results-key-insights-content-heading{font-size:2.6rem}.key-insights-insight{font-size:1rem}.key-insights-insight svg{width:50%}.results-page-our-help-wrapper{flex-direction:column;gap:40px}.results-our-help-number{font-size:8rem}.results-our-help-content{width:100%}.results-our-help-content-head{font-size:2.6rem}.results-our-help-para{font-size:1rem}.results-our-help-para svg{width:50%}.results-page-cta-wrapper{flex-direction:column;gap:40px}.results-page-cta-number{font-size:8rem;width:30%}.results-page-cta-content-wrapper{width:100%}.results-page-cta-content-head{font-size:2.6rem}.results-page-cta-content-para{font-size:1.5rem}.results-page-cta-content-para svg{width:50%}.results-page-cta-btn{font-size:1rem}}.loading-screen-container{position:fixed;left:0;width:100%;height:100%;z-index:20000}.loading-screen-video{width:100%;height:100%}.loading-screen-video video{width:100%;height:100%;object-fit:cover}.contact-us-page-container{position:relative;color:#fff;overflow:hidden}.contact-us-page-wrapper{position:relative;height:100%;display:flex;align-items:center;padding:0 5%;gap:20px;margin:10% 0}.blue-bar{border:5px solid blue;width:20%}.contact-us-head{width:50%}.contact-us-heading{font-size:8rem;font-weight:700}.contact-us-head-para{font-size:3rem;font-weight:300;color:#a1a1a1}.contact-us-form{width:45%;background:linear-gradient(135deg,#0e0e0e 0%,#2b2b2b 100%);padding:2rem;border-radius:10px}.contact-us-form form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-group label{font-size:1.2rem;margin-bottom:.5rem;display:block;color:#fff;font-weight:800}.form-group input{width:90%;padding:.75rem;border:none;border-bottom:2px solid #595959;background:transparent;color:#fff;font-size:1rem;transition:border-bottom-color .3s}.form-group input:focus{border-bottom-color:#fff;outline:none}.contact-number-wrapper{display:flex;align-items:center}.country-code-select{background-color:#2b2b2b;border:none;color:#fff;padding:.75rem;margin-right:1rem;font-size:1rem;border-bottom:2px solid #595959;cursor:pointer}.country-code-select:focus{outline:none;border-bottom:2px solid white}.contact-number-input{flex:1;padding:.75rem 1rem;border:none;border-bottom:2px solid #595959;background:transparent;color:#fff;font-size:1rem}.contact-number-input:focus{border-bottom-color:#fff;outline:none}.contact-submit-btn{margin-top:1rem;padding:.75rem;font-size:2rem;color:#fff;background-color:#3933f3;border:none;cursor:pointer;transition:background-color .3s;width:50%;font-weight:700}.contact-submit-btn:hover{background-color:#2520a6}.error{color:red;font-size:.85rem;margin-top:.5rem;display:block}@media (max-width: 1425px){.contact-us-heading{font-size:5rem;font-weight:700}.contact-us-head-para{font-size:2rem}.contact-us-head{width:40%}.contact-us-page-wrapper{justify-content:center;gap:80px}}@media (max-width: 1280px){.contact-us-page-wrapper{gap:80px}}@media (max-width: 1024px){.contact-us-page-wrapper{margin:15% 0}.contact-us-heading{font-size:2rem;font-weight:700}.contact-us-head-para{font-size:1.5rem}.contact-us-head{width:30%}.contact-us-page-wrapper{justify-content:center}.contact-us-form{width:50%}.contact-us-form{padding:0rem}.contact-us-form-container{padding:1rem}.form-group label,.form-group input{font-size:.8rem}.contact-us-heading{font-size:3rem}.contact-us-head-para{font-size:1.8rem}.contact-submit-btn{width:40%;font-size:.875rem}}@media (max-width: 820px){.contact-us-page-wrapper{flex-direction:column;height:auto;padding:20% 5%;align-items:flex-start}.blue-bar{width:50%;margin-bottom:20px}.contact-us-head,.contact-us-form{width:100%}.contact-us-form{padding:0rem}.contact-us-form-container{padding:1rem}.form-group label,.form-group input{font-size:1rem}.contact-us-heading{font-size:3rem}.contact-us-head-para{font-size:1.8rem}.form-group input{width:90%}.contact-submit-btn{width:40%;font-size:1.2rem}.contact-number-wrapper{flex-direction:column;align-items:flex-start}.country-code-select{margin-right:0;width:100%;margin-bottom:1rem;font-size:.8rem}.contact-number-input{width:100%}}@media (max-width: 768px){.contact-us-page-wrapper{flex-direction:column;height:auto;padding:20% 5%;align-items:flex-start}.blue-bar{width:50%;margin-bottom:20px}.contact-us-head,.contact-us-form{width:100%}.contact-us-form{padding:0rem}.contact-us-form-container{padding:1rem}.form-group label,.form-group input{font-size:.8rem}.contact-us-heading{font-size:3rem}.contact-us-head-para{font-size:1.8rem}.form-group input{width:90%}.contact-submit-btn{width:40%;font-size:.875rem}.contact-number-wrapper{flex-direction:column;align-items:flex-start}.country-code-select{margin-right:0;width:100%;margin-bottom:1rem;font-size:.8rem}.contact-number-input{width:100%}}.intake-personal-detail p{width:480px;font-weight:600}form{background-image:url(/Intakes/Group\ 148.svg);background-size:320px 320px;background-repeat:no-repeat;background-position:center center}input,select{border:2px solid #ccc;padding:8px;border-radius:4px;outline:none;transition:border-color .3s ease}.intake-page-container{background-color:#fff}.personal-details-inputs{display:grid;margin:0 auto}.intake-disclaimer{text-align:justify;font-size:smaller;color:#000;opacity:.2;line-height:1}.input-container input{width:100%;box-sizing:border-box;position:relative}.input-container p.weight-label{position:absolute;top:50%;left:10px;font-size:1rem;color:#777;pointer-events:none;transform:translateY(-50%);transition:.2s ease all;opacity:.7}.input-container input:focus+p.weight-label,.input-container input:not(:placeholder-shown)+p.weight-label{top:-8px;font-size:.8rem;color:#333;opacity:1}.intake-header{padding:10px;background-color:#9feb9f;text-align:center}.intake-header p{font-size:1.2em;font-weight:600;margin-top:12px;margin-bottom:12px}.intake-group-content{display:flex;align-items:center;justify-content:center;gap:20px;font-size:1.5em;font-weight:600}.larger-screen{display:none}.intake-form-control-card{background-color:#fcdada;border-radius:8px;padding:10px;box-shadow:0 3px 2px #0003,0 0 6px #00000030;display:grid;justify-content:center}.intake-form-control span{color:#000;font-weight:600;font-size:10px}.intake-form-control-card h4{margin-bottom:10px;margin-top:0;text-align:center}.group-benefits{display:flex;align-items:center;justify-content:flex-start;gap:10px;line-height:1.5}.group-benefits input[type=checkbox]{opacity:0;position:absolute}.group-benefits label{position:relative;padding-left:35px;font-size:large;cursor:pointer}.group-benefits label:before{content:"";position:absolute;left:15px;top:6px;width:10px;height:10px;border-radius:4px}.group-benefits input[type=checkbox]:checked+label:before{background-color:#000;border:2px solid black}.group-benefits input[type=checkbox]:checked+label{color:#fff}.group-benefits input[type=checkbox]:checked+label:after{content:"✔";position:absolute;left:17px;top:5px;font-size:11px;color:#fff}.group-benefits label{color:#000!important}.purchase-plan h4,.purchase-plan p{margin-top:0;margin-bottom:10px;line-height:1.5}.offers-thumnail{background-image:url(/Intakes/Frame\ 789.svg);background-size:contain;background-repeat:no-repeat;background-position:center;padding-top:20px;text-align:center;align-items:center;display:flex;justify-content:center}.offers-thumnail-timer{display:flex;justify-content:space-between;margin-bottom:20px}.timer{display:flex;align-items:center;justify-content:center}.timer-div{background-color:#9feb9f;box-shadow:0 3px 2px #0003,0 0 6px #00000030;border-radius:10px;padding:10px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2em}.offers-thumnail-timer{display:flex;align-items:center;justify-content:center}.timer-group{display:grid;align-items:center}span.timer-colon{font-size:30px;margin-top:2em}button.offers-thumnail-message{text-align:center;margin-top:20px;padding:10px;border:none;color:#000;font-weight:600;cursor:pointer}.offers-thumnail h1{margin-top:0;margin-bottom:0}.offers-thumnail-message{margin-top:20px;background-color:#eb9f9f;box-shadow:0 3px 2px #0003,0 0 6px #00000030;padding:2px;border-radius:8px}.offers-thumnail-message h4{margin-top:0;margin-bottom:0}.timer-colon{font-size:30px;color:#fff;margin:0 10px}.gender-input{display:flex;justify-content:space-between;padding:0 50px}.cheat-meals{background-image:url(/Intakes/rb_12333\ 1.svg);background-size:contain;background-repeat:no-repeat;background-position:right;height:150px;margin-top:-12%}.intake-form-control input:hover,.intake-form-control select:hover{border-color:green}.intake-form-control input:focus,.intake-form-control select:focus{border-color:green}.loading-message-container{display:grid;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%;background-color:#fff;box-shadow:0 4px 6px #0000001a;padding:20px;box-sizing:border-box}.loading-message-pic img{max-width:50%;height:auto}.loading-message-text{text-align:center;padding:0 20px;color:#333;margin:20px 0}.loading-message-text h3{font-weight:500;line-height:1.6}@media (min-width: 500px){.loading-message-pic img{max-width:25%;height:auto}.intake-personal-detail p{font-size:x-large}.personal-details-inputs.mobile-view{display:none}.larger-screen{display:block}.personal-details-inputs{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;padding:0 50px 2em}.inputs-div{flex:1 1 30%}.offers-thumnail{background-image:url(/Intakes/Frame\ 789.svg);background-size:contain;background-repeat:no-repeat;background-position:center;text-align:center;align-items:center;display:flex;justify-content:center;height:400px}.purchase-plan{font-size:x-large}.intake-form-control-card{background-color:#fcdada;border-radius:8px;padding:10px;box-shadow:0 3px 2px #0003,0 0 6px #00000030;display:grid;justify-content:center;font-size:x-large;gap:12px}.gender-input{margin-top:-2em}}.intake-disclaimer{background-image:url(/Intakes/rb_36348\ 1.svg);background-size:contain;background-repeat:no-repeat;background-position:right;padding-top:20px;opacity:.5;height:100px}.intake-section{padding:0 20px;margin-bottom:30px}.intake-personal-detail{display:flex;align-items:center}.border-ui{border:1px solid #000000;width:100%;opacity:.2}h4.intake-heading{font-family:Plus Jakarta Sans,sans-serif;color:#000}.intake-form-control{display:grid;line-height:2;margin-bottom:20px}.intake-form-control input,.intake-form-control select{border:1px solid lightgrey;border-radius:8px;padding:10px;background:transparent}.intake-radio-group{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.radio-group{gap:10px;z-index:1}.intake-form-radio{display:flex;align-items:center}.form-radio{background:#FDF4F4;border-radius:20px;padding:0 10px}p.intake-heading2{width:500px;font-weight:600}p.contact-label{position:absolute;margin-top:35px;margin-left:10px}.input-container{position:relative;width:100%}.input-container p{position:absolute;right:8px;top:50%;transform:translateY(-50%);margin:0;font-size:.9rem;color:#888;pointer-events:none}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;outline:none;cursor:pointer;background:#D8FFD8}input[type=radio]:checked{background:#06B607}.intake-form-radio.checked{background:#FCDADA}button.intake-paynow-button{position:relative;bottom:10px;background:#9FEB9F;padding:10px 40px;border-radius:10px;border:none;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;font-size:larger}span.error-text{color:red;font-size:12px;margin-top:5px;letter-spacing:.5px;margin-left:10px}.gender-control{padding:0 30px}.submitButton{text-align:center}.header-disclaimer{font-size:12px!important}img.err-warning{width:20px;padding-top:10px}input.error-border,select.error-border{border:1px solid red}
