@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Instrument+Serif:ital@0;1&family=Oxanium:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";body,html{max-width:100vw;overflow-x:hidden;scrollbar-width:thin}body{background-color:#fafafa}*{box-sizing:border-box;padding:0;font-family:Geist,sans-serif;margin:0}* ::selection{background-color:#1900ff;color:#fff}a{text-decoration:none}a,span{color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit}button,img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.introduction_section{width:80%;margin:15vh auto 10vh;text-align:center;display:flex;align-items:center;flex-direction:column}.introduction_section .introduction_wrapper{font-family:Geist,sans-serif;font-size:18px;background-color:#cdcdff;color:blue;padding:6px 18px 6px .5rem;border-radius:50px;display:flex;align-items:center;letter-spacing:-.25px}.introduction_section .introduction_wrapper .announcement{font-size:18px;letter-spacing:-.5px;color:#4b4bff;background-color:#fff;display:flex;align-items:center;border-radius:50px;padding:5px .75rem;margin-right:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.introduction_section .introduction_wrapper .announcement .icon{font-size:18px;margin-right:6px;color:#6464ff}.introduction_section .introduction_wrapper .company{font-family:Poppins,sans-serif;font-weight:600;margin-left:6px}.introduction_section .introduction_wrapper .arrow_icon{font-size:16px;display:flex;cursor:pointer;margin-left:5px}.introduction_section h1{font-family:Poppins,sans-serif;font-size:4.25rem;font-weight:600;letter-spacing:-1px;line-height:1.25;margin:1rem 0 .75rem}.introduction_section h1 .span{font-family:"Instrument Serif",serif;font-style:italic;letter-spacing:1.25px}.introduction_section h1 .colored-span{background:-webkit-linear-gradient(0deg,rgb(0,0,255) 5%,rgb(140,140,255));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.introduction_section h1 .colored-span:nth-of-type(2){background:-webkit-linear-gradient(45deg,rgb(75,75,255) 1%,rgb(150,150,255));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.introduction_section .subHeading{color:#878787;font-size:1.25rem;font-weight:400;line-height:1.25}.introduction_section .buttons-wrapper{display:flex;align-items:center;justify-content:center;gap:2rem}.introduction_section .buttons-wrapper button{font-family:Poppins,sans-serif;font-size:18px;letter-spacing:-.25px;line-height:2rem;color:#fff;margin:2.5rem 0 .75rem;gap:1rem;outline:none;display:flex;align-items:center;cursor:pointer;transition:.3s ease}.introduction_section .buttons-wrapper button:hover{background-color:rgba(0,0,0,0);color:#000;border-color:#000}.introduction_section .buttons-wrapper .get_started-button{background-color:blue;padding:.5rem 1.25rem;border:2px solid blue;border-radius:10px}.introduction_section .buttons-wrapper .watch_demo-button{justify-content:space-between;background-color:#000;padding:.5rem .75rem;border:2px solid #000;border-radius:50px}.introduction_section .buttons-wrapper .watch_demo-button .icon{font-size:1.5rem}.introduction_section .buttons-wrapper .watch_demo-button span{font-size:16px;font-family:Oxanium,serif;color:#969696}.introduction_section .free_trial{font-family:Roboto,sans-serif;color:#646464;font-size:18px;font-weight:300;letter-spacing:-.25px}.introduction_section .recommendation-wrapper{margin:5rem 0}.introduction_section .recommendation-wrapper h5{font-family:Oxanium,serif;font-size:22px;font-weight:500;letter-spacing:-.5px;text-transform:uppercase;color:#4b4bff;border-radius:50px;padding:.75rem 1.5rem;line-height:1.2}.introduction_section .recommendation-wrapper .slider-container{width:55%;overflow:hidden;margin:20px auto;white-space:nowrap;position:relative}.introduction_section .recommendation-wrapper .slider-container:after,.introduction_section .recommendation-wrapper .slider-container:before{position:absolute;top:0;content:"";width:10%;height:100%;z-index:1;pointer-events:none}.introduction_section .recommendation-wrapper .slider-container:before{left:0;background:linear-gradient(270deg,rgba(255,255,255,0),rgb(250,250,250))}.introduction_section .recommendation-wrapper .slider-container:after{right:0;background:linear-gradient(90deg,rgba(255,255,255,0),rgb(250,250,250))}.introduction_section .recommendation-wrapper .slider-container:hover .slider-items{animation-play-state:paused}.introduction_section .recommendation-wrapper .slider-container .slider-items{display:inline-block;animation:slides 15s linear infinite}.introduction_section .recommendation-wrapper .slider-container .logo-img{width:140px;height:80px;object-fit:contain;margin:0 1.5rem;filter:grayscale(100%);transition:filter .2s ease-in-out;z-index:1}.introduction_section .recommendation-wrapper .slider-container .logo-img:hover{filter:grayscale(0)}@keyframes slides{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media(max-width:1550px){.introduction_section .recommendation-wrapper .slider-container{width:50%}}@media(max-width:1450px){.introduction_section .introduction_wrapper,.introduction_section .introduction_wrapper .announcement{font-size:17px}.introduction_section h1{font-size:3.5rem}.introduction_section .subHeading{font-size:18px}.introduction_section .buttons-wrapper button{margin-top:2.25rem;font-size:16px}}@media(max-width:1370px){.introduction_section .introduction_wrapper,.introduction_section .introduction_wrapper .announcement{font-size:16px}.introduction_section .introduction_wrapper .arrow_icon{font-size:15px}.introduction_section h1{font-size:3.25rem}.introduction_section .buttons-wrapper button{margin-top:2rem;font-size:15px}.introduction_section .buttons-wrapper .watch_demo-button{padding:6px .75rem}.introduction_section .buttons-wrapper .get_started-button{padding:6px 1.25rem}.introduction_section .recommendation-wrapper h5{padding:0}.introduction_section .recommendation-wrapper .slider-container{width:42.5%}.introduction_section .recommendation-wrapper .slider-container .logo-img{width:120px;height:70px}}@media(max-width:1285px){.introduction_section{margin-bottom:0;width:90%}.introduction_section .introduction_wrapper{font-size:15px;padding:5px .75rem 5px 5px}.introduction_section .introduction_wrapper .announcement{font-size:15px;margin-right:10px}.introduction_section h1{font-size:3rem;margin-bottom:.5rem}.introduction_section .subHeading{font-size:16px}.introduction_section .buttons-wrapper button{margin-top:1.75rem;font-size:14px}.introduction_section .buttons-wrapper .watch_demo-button{padding:5px .75rem}.introduction_section .buttons-wrapper .get_started-button{padding:5px 1.25rem}.introduction_section .free_trial{font-size:16px}}@media(max-width:650px){.introduction_section .introduction_wrapper{font-size:14px;padding:4px 11px 4px 4px}.introduction_section .introduction_wrapper .announcement{font-size:14px;margin-right:8px}.introduction_section .introduction_wrapper .announcement .icon{font-size:16px}.introduction_section h1{font-size:2.75rem;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.15}.introduction_section .subHeading{font-size:15px}.introduction_section .subHeading br{display:none}.introduction_section .buttons-wrapper{width:100%;flex-direction:column;justify-content:center;gap:6px;margin:1.75rem 0 .5rem}.introduction_section .buttons-wrapper button{width:90%;font-size:16px;margin:0}.introduction_section .buttons-wrapper .get_started-button{padding:6px 1.75rem;justify-content:center}.introduction_section .buttons-wrapper .watch_demo-button{padding:6px 1.25rem}.introduction_section .buttons-wrapper .watch_demo-button span{font-size:14px}.introduction_section .free_trial{margin-top:.5rem}.introduction_section .recommendation-wrapper{margin:3rem 0}.introduction_section .recommendation-wrapper h5{font-size:20px}.introduction_section .recommendation-wrapper .slider-container{margin:14px auto;width:25%}.introduction_section .recommendation-wrapper .slider-container .logo-img{width:80px;height:45px}}header{z-index:9999;position:fixed;top:5%;left:50%;transform:translate(-50%,-50%);width:60%;min-width:1000px;border:1px solid rgba(200,200,200,.7);border-radius:12px;padding:0 1.25rem;background-color:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}header,header nav{display:flex;flex-direction:row}header nav{align-items:center;justify-content:space-between;width:100%}header nav .logo{display:flex;align-items:center;cursor:pointer}header nav .logo .icon{font-size:1.5rem;color:#000159;margin-right:3px}header nav .logo h5{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;letter-spacing:.5px;background:linear-gradient(90deg,#000159 0,#3964FF 90%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin:1rem 0}header nav .links{display:flex;flex-direction:row;width:50%;justify-content:center;align-items:center}header nav .links a{font-family:Poppins,sans-serif;font-size:17px;font-weight:500;padding:.5rem 1.25rem;margin:0 .75rem;border-radius:50px;transition:.3s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}header nav .links a:first-of-type{background-color:#4b4bff;color:#fff;transition:.25s ease}header nav .links a:hover{color:#000159;background-color:#cdcdff}header nav .links a:hover:first-of-type{background-color:#000159;color:#fff}header nav button{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#fff;outline:none;background-color:blue;padding:6px 1rem;border:2px solid blue;border-radius:12px;display:flex;align-items:center;cursor:pointer;transition:.275s ease}header nav button .icon{margin-right:7px}header nav button:hover{background-color:rgba(0,0,0,0);color:#000;border-color:#000}@media(max-width:1285px){header{min-width:900px}header nav .logo .icon{font-size:22px}header nav .logo h5{font-size:20px}header nav .links a{font-size:16px;margin:0 5px;padding:6px 1rem}header nav button{font-size:15px}}@media(max-width:650px){header{width:98%;min-width:0;padding:6px;border-radius:50px}header nav .logo{display:none}header nav .links{width:100%;justify-content:space-between}header nav .links a{font-size:14px;padding:6px .75rem;margin:0}header nav button{display:none}}.problem_section{margin:0 auto;width:80%;padding-top:12.5vh;text-align:center;display:flex;align-items:center;flex-direction:column}.problem_section h5{font-family:Oxanium,serif;font-size:1.5rem;font-weight:500;letter-spacing:-.5px;color:#4b4bff;font-feature-settings:"smcp";font-variant:small-caps;line-height:1.2}.problem_section h2{font-family:Poppins,sans-serif;font-size:3.75rem;font-weight:600;letter-spacing:-.5px;margin:0 0 2rem;line-height:1.25;color:#070707;position:relative}.problem_section h2:after{content:"";position:absolute;z-index:-1;right:-1rem;top:50%;transform:translateY(-50%);background-color:#afe1ff;background-color:#dcdcff;height:4.5rem;width:25%}.problem_section article{width:95%;margin:2.5rem 0 10vh;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.problem_section article .card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:31%;will-change:transform;transition:.375s ease;transition-delay:.05s}.problem_section article .card:hover{transform:translateY(-4px)}.problem_section article .card .icon_wrapper{border-radius:50%;height:60px;width:60px;background-color:#dcdcff;position:relative;display:flex}.problem_section article .card .icon_wrapper .icon{display:flex;font-size:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:blue}.problem_section article .card h6{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;letter-spacing:-.25px;margin:.5rem 0 .75rem}.problem_section article .card p{font-family:Poppins,sans-serif;color:#737373;font-size:16px;font-weight:300;width:90%;letter-spacing:-.2px;line-height:1.5}@media(max-width:1450px){.problem_section{width:90%}}@media(max-width:1370px){.problem_section h5{font-size:1.25rem}.problem_section h2{font-size:3rem}.problem_section article{width:95%}}@media(max-width:650px){.problem_section{padding-top:2.5vh;width:97.5%}.problem_section h5{font-size:20px}.problem_section h2{font-size:2.75rem;line-height:1.175}.problem_section h2:after{display:none}.problem_section article{width:100%;flex-direction:column;align-items:center}.problem_section article .card{width:95%;align-items:center;margin-bottom:1.5rem}.problem_section article .card h6{text-align:center;font-size:22px;line-height:1.25;letter-spacing:-.25px;height:2rem}.problem_section article .card p{font-size:15px;letter-spacing:-.25px;line-height:1.45;text-align:center;width:90%}}.howItWorks_section{margin:5vh auto;width:80%;padding-top:12.5vh;text-align:center;display:flex;align-items:center;flex-direction:column}.howItWorks_section h6{font-family:Oxanium,serif;font-size:1.5rem;font-weight:500;letter-spacing:-.5px;color:#4b4bff;font-feature-settings:"smcp";font-variant:small-caps;line-height:1.2}.howItWorks_section h2{font-family:Poppins,sans-serif;font-size:3.75rem;font-weight:600;letter-spacing:-.5px;margin:0 0 2rem;line-height:1.25;color:#070707}.howItWorks_section article{width:100%;display:flex;justify-content:space-between;align-items:center}.howItWorks_section article .steps_wrapper{display:flex;flex-direction:column;width:40%}.howItWorks_section article .steps_wrapper .step{display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;margin:1.75rem 0;padding-left:1.25rem;border-left:3px solid #d3d3d3}.howItWorks_section article .steps_wrapper .step:hover .icon_wrapper .icon{transform:translate(-50%,-50%) scale(1.2)}.howItWorks_section article .steps_wrapper .step:first-of-type{border-left-color:#6969ff;border-radius:2px}.howItWorks_section article .steps_wrapper .step .icon_wrapper{border-radius:50%;height:50px;width:50px;aspect-ratio:1/1;background-color:#dcdcff;position:relative;display:flex;margin-right:1.5rem}.howItWorks_section article .steps_wrapper .step .icon_wrapper .icon{display:flex;font-size:1.75rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:blue;will-change:transform;transition:.3s ease}.howItWorks_section article .steps_wrapper .step .step_content h5{font-family:Geist,sans-serif;font-size:19px;font-weight:600;gap:6px;color:#141414;display:flex;align-items:center}.howItWorks_section article .steps_wrapper .step .step_content h5 span{color:#afafaf;-webkit-user-select:none;-moz-user-select:none;user-select:none}.howItWorks_section article .steps_wrapper .step .step_content p{color:#969696}.howItWorks_section img{object-fit:cover;height:auto;width:auto}@media(max-width:1450px){.howItWorks_section{width:85%}}@media(max-width:1370px){.howItWorks_section{width:90%}.howItWorks_section h6{font-size:1.25rem}.howItWorks_section h2{font-size:3rem}}@media(max-width:650px){.howItWorks_section{width:95%;margin-bottom:0}.howItWorks_section h6{font-size:20px}.howItWorks_section h2{width:90%;font-size:2.75rem;line-height:1.175}.howItWorks_section article{flex-direction:column}.howItWorks_section article .steps_wrapper{width:97.5%}.howItWorks_section article .steps_wrapper .step{margin:1.25rem 0;padding-left:1rem}.howItWorks_section article .steps_wrapper .step .step_content h5{font-size:18px}.howItWorks_section article .steps_wrapper .step .step_content p{font-size:15px}.howItWorks_section img{width:95vw}}.pricing_section{margin:15vh auto;width:80%;padding-top:12.5vh;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.pricing_section h6{font-family:Oxanium,serif;font-size:1.5rem;font-weight:500;letter-spacing:-.5px;color:#4b4bff;font-feature-settings:"smcp";font-variant:small-caps;line-height:1.2}.pricing_section h2{font-family:Poppins,sans-serif;font-size:3.75rem;font-weight:600;letter-spacing:-.5px;margin:0 0 2rem;line-height:1.25;color:#070707}.pricing_section .cards_wrapper{width:90%;display:flex;justify-content:center;align-items:center}.pricing_section .cards_wrapper .card{width:30%;border-radius:18px;border:2px solid #e1e1e1;padding:1.25rem .75rem 1.5rem;position:relative;z-index:10;background-color:#fff;transition:.275s ease;transition-delay:.05s}.pricing_section .cards_wrapper .card:hover{border-color:#000159}.pricing_section .cards_wrapper .card:first-of-type{transform:translateX(3.5%);z-index:0}.pricing_section .cards_wrapper .card:nth-of-type(3){transform:translateX(-3.5%);z-index:0}.pricing_section .cards_wrapper .card .popular{position:absolute;top:0;right:0;background:blue;color:#fff;border-bottom-left-radius:12px;padding:6px .75rem;border-top-right-radius:15px;display:flex;align-items:center;font-size:16px}.pricing_section .cards_wrapper .card .popular .star_icon{margin-right:3px}.pricing_section .cards_wrapper .card.highlighted{width:33.3333%;border-color:blue;padding:2rem .75rem}.pricing_section .cards_wrapper .card.highlighted button{border:2px solid blue;background-color:blue;color:#fff}.pricing_section .cards_wrapper .card.highlighted button:hover{background-color:rgba(0,0,0,0);color:#000;border-color:#000}.pricing_section .cards_wrapper .card .subsc_type{font-size:17px;color:#555;font-weight:600;letter-spacing:-.3px}.pricing_section .cards_wrapper .card .price_wrapper h3{line-height:1;font-family:Poppins,sans-serif;font-size:3rem;font-weight:600;letter-spacing:-1.75px;margin:1.75rem 0 .75rem;display:flex;flex-direction:row;align-items:flex-end;justify-content:center}.pricing_section .cards_wrapper .card .price_wrapper h3 span{font-size:1rem;color:gray;letter-spacing:-.25px}.pricing_section .cards_wrapper .card .price_wrapper p{color:#969696}.pricing_section .cards_wrapper .card ul{margin:1.25rem auto 1rem;padding-bottom:.75rem;width:90%;list-style:none;display:flex;flex-direction:column;align-items:flex-start;border-bottom:1px solid #afafaf}.pricing_section .cards_wrapper .card ul li{font-size:15px;font-family:Poppins,sans-serif;margin:.2rem 0;display:flex;align-items:center}.pricing_section .cards_wrapper .card ul li .icon{color:blue;margin-right:3px}.pricing_section .cards_wrapper .card button{font-family:Geist,sans-serif;font-size:16px;font-weight:500;width:90%;margin:0 auto;outline:none;background-color:rgba(0,0,0,0);padding:10px 1rem;border:2px solid #dcdcdc;border-radius:8px;cursor:pointer;transition:.3s ease;transition-delay:.05s}.pricing_section .cards_wrapper .card button:hover{color:#fff;background-color:#000159;border-color:#000159}.pricing_section .cards_wrapper .card .subsc_description{color:#4b4b4b;font-size:15px;margin-top:1.25rem;letter-spacing:-.1px}@media(max-width:1550px){.pricing_section{width:85%}}@media(max-width:1450px){.pricing_section{width:87.5%}}@media(max-width:1370px){.pricing_section{width:97.5%}.pricing_section h6{font-size:1.25rem}.pricing_section h2{font-size:3rem}}@media(max-width:1285px){.pricing_section{width:100%}.pricing_section .cards_wrapper{width:95%}}@media(max-width:650px){.pricing_section{margin-bottom:0}.pricing_section h6{font-size:20px}.pricing_section h2{width:90%;font-size:2.75rem}.pricing_section .cards_wrapper{flex-direction:column;gap:.75rem}.pricing_section .cards_wrapper .card{width:90%;padding:1rem .75rem 1.25rem}.pricing_section .cards_wrapper .card:first-of-type,.pricing_section .cards_wrapper .card:nth-of-type(3){transform:translateX(0)}.pricing_section .cards_wrapper .card.highlighted{width:90%}.pricing_section .cards_wrapper .card .subsc_type{font-size:20px}.pricing_section .cards_wrapper .card .price_wrapper h3{margin:.5rem 0 .25rem}.pricing_section .cards_wrapper .card ul li{margin:2px 0}.pricing_section .cards_wrapper .card .subsc_description{margin-top:.5rem}}.testimonials_section{width:80%;margin:17.5vh auto;text-align:center;display:flex;align-items:center;flex-direction:column}.testimonials_section .images_wrapper{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:1.5rem}.testimonials_section .images_wrapper .inner_div,.testimonials_section .images_wrapper .outer_div{display:flex;flex-direction:column;gap:1rem;width:10%}.testimonials_section .images_wrapper .inner_div img,.testimonials_section .images_wrapper .outer_div img{filter:brightness(55%) opacity(.625);height:210px;width:100%;will-change:transform;transition:.325s cubic-bezier(.165,.84,.44,1);transition-delay:.05s}.testimonials_section .images_wrapper .inner_div img:hover,.testimonials_section .images_wrapper .outer_div img:hover{filter:brightness(100%) opacity(1);scale:1.025}.testimonials_section .images_wrapper .outer_div{margin-top:12.5vh}.testimonials_section .images_wrapper .inner_div img{filter:brightness(70%) opacity(.75)}.testimonials_section .images_wrapper img{height:210px;width:auto;aspect-ratio:1/1.5;object-fit:cover;border-radius:10px;filter:brightness(75%);will-change:transform;transition:.325s cubic-bezier(.165,.84,.44,1);transition-delay:.05s}.testimonials_section .images_wrapper img:hover{filter:brightness(100%) opacity(1);scale:1.025}.testimonials_section .images_wrapper .outer_single-image{filter:brightness(75%) opacity(.825);margin-top:0}.testimonials_section .images_wrapper .inner_single-image{filter:brightness(85%) opacity(.9);margin-bottom:17.5vh}.testimonials_section .images_wrapper .middle_single-image{margin-bottom:7.5vh;filter:brightness(100%) opacity(1)}.testimonials_section .subheading{padding:.5rem 1.25rem;font-size:18px;font-weight:500;color:#141414;background-color:#dedede;border-radius:50px;margin:-5rem 0 2rem}.testimonials_section h2{font-size:4rem;font-weight:500;letter-spacing:-.5px;line-height:1.1;color:#070707}.testimonials_section h2:nth-of-type(2){color:#a5a5a5}.testimonials_section .description{font-size:1.5rem;font-weight:500;line-height:1.3;color:#191919;margin:2rem 0;max-width:40%}.testimonials_section button{margin:1rem 0;border:1px solid #191919;background-color:#191919;color:#fff;outline:none;padding:14px 1.75rem;border-radius:50px;font-size:1rem;font-weight:500;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:.275s ease;transition-delay:.05s}.testimonials_section button .arrow_icon{transition:transform .275s ease;transition-delay:.05s}.testimonials_section button:hover{background-color:#d3d3d3;border-color:#d3d3d3;color:#191919}.testimonials_section button:hover .arrow_icon{transform:translateX(6px)}@media(max-width:1550px){.testimonials_section{width:90%}}@media(max-width:1440px){.testimonials_section{width:97.5%;margin-bottom:10vh}.testimonials_section .images_wrapper{gap:.5rem}.testimonials_section .subheading{margin-bottom:1.5rem}.testimonials_section h2{font-size:3.5rem}.testimonials_section .description{font-size:1.25rem;max-width:40%}}@media(max-width:1285px){.testimonials_section{width:98.75%}}@media(max-width:650px){.testimonials_section{margin:0 auto}.testimonials_section .images_wrapper img{aspect-ratio:1/1.6}.testimonials_section h2{font-size:2.5rem;line-height:1}.testimonials_section h2:first-of-type{font-weight:600}.testimonials_section .description{max-width:95%;font-size:18px;line-height:1.25;margin-top:1.75rem;margin-bottom:.5rem}}.faq-section{margin:0 auto 10vh;width:80%;padding-top:12.5vh;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.faq-section .heading{font-family:Oxanium,serif;font-size:1.5rem;font-weight:500;letter-spacing:-.5px;color:#4b4bff;font-feature-settings:"smcp";font-variant:small-caps;line-height:1.2}.faq-section .subHeading{font-family:Poppins,sans-serif;font-size:3.75rem;font-weight:600;letter-spacing:-.5px;margin:0 0 2.25rem;line-height:1.25}.faq-section .faq-contact{font-family:Oxanium,serif;margin:3rem 0;font-size:16px;letter-spacing:.25px;color:#7d7d7d}.faq-section .faq-contact span{border-bottom:1px solid #000;transition:.25s cubic-bezier(.215,.61,.355,1);cursor:pointer}.faq-section .faq-contact:hover span{color:#000}.faq-section .faq-container{width:55%;margin:3rem auto;display:flex;flex-direction:column;gap:1.5rem}.faq-section .faq-item{border-bottom:1.5px solid #d2d2d2;padding-bottom:1rem;transition:.3s ease}.faq-section .faq-item:last-child{border-bottom:none}.faq-section .faq-question{font-size:21px;font-weight:600;width:100%;background:none;border:none;outline:none;text-align:left;display:flex;justify-content:space-between;align-items:center;color:#050032;cursor:pointer;padding:.75rem 1rem;border-radius:10px;transition:.4s ease}.faq-section .faq-question:focus,.faq-section .faq-question:hover{color:#1964dd;background:rgba(59,130,246,.15)}.faq-section .faq-question.open{background:rgba(59,130,246,.3);transition:.3s ease}.faq-section .faq-question.open:focus,.faq-section .faq-question.open:hover{background:rgba(0,40,101,.35)}.faq-section .faq-question .faq-icon{font-size:1.25rem;transition:.2s ease}.faq-section .faq-question .faq-icon.open{transform:rotate(180deg)}.faq-section .faq-answer{text-align:left;display:grid;grid-template-rows:0fr;overflow:hidden;padding:0;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1),padding .25s}.faq-section .faq-answer p{font-family:Ubuntu,sans-serif;font-size:18px;line-height:1.45;color:#5d6079;overflow:hidden;padding:0 1rem}.faq-section .faq-answer.open{grid-template-rows:1fr;padding:.75rem 0}.faq-section .faq-answer.open p{padding:.25rem 1rem 0}@media screen and (max-width:1600px){.faq-section{width:90%}}@media screen and (max-width:1450px){.faq-section{width:95%}}@media screen and (max-width:650px){.faq-section{width:100%;padding-top:10vh}.faq-section .heading{font-size:2.5rem;text-wrap:balance}.faq-section .subHeading{margin-top:.75rem;font-size:18px;width:97.5%;text-wrap:balance}.faq-section .faq-container{width:95%}.faq-section .faq-container .faq-question{font-size:15px;letter-spacing:-.5px;padding:.75rem .5rem}.faq-section .faq-container .faq-answer p{font-size:14px;line-height:1.5;padding:0 .5rem}}.freeTrial_section{margin:5vh auto 7.5vh;padding:15vh 0;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;background:linear-gradient(90deg,rgba(58,79,180,.2),rgba(29,56,253,.3) 50%,rgba(69,100,252,.25));background:linear-gradient(90deg,rgba(29,56,253,.3),rgba(29,56,253,.3) 50%,rgba(29,56,253,.3));background:linear-gradient(90deg,rgba(29,56,253,.45),rgba(29,56,253,.25) 50%,rgba(29,56,253,.45));background:radial-gradient(circle,rgba(25,0,255,0) 0,rgba(0,18,255,.8) 100%)}.freeTrial_section h6{font-family:Oxanium,serif;font-size:1.25rem;font-weight:500;letter-spacing:-.5px;word-spacing:2px;color:#4b4bff;text-transform:uppercase;line-height:1.2}.freeTrial_section h2{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:600;letter-spacing:-.5px;margin:0 0 2rem;line-height:1.25}.freeTrial_section button{font-family:Poppins,sans-serif;font-size:18px;font-weight:500;color:#fff;outline:none;background-color:blue;padding:.5rem 1.5rem;border:2px solid blue;border-radius:10px;display:flex;align-items:center;cursor:pointer;transition:.175s ease-in-out;gap:.75rem}.freeTrial_section button:hover{background-color:rgba(0,0,0,0);color:#000;border-color:#000}@media(max-width:1370px){.freeTrial_section h6{font-size:1.25rem}.freeTrial_section h2{font-size:3rem}.freeTrial_section button{font-size:16px}}@media(max-width:1285px){.freeTrial_section button{font-size:15px}}@media screen and (max-width:650px){.freeTrial_section h2{margin-top:.75rem;width:90%;font-size:2.75rem;line-height:1.2}}footer{width:90%;margin:2.5vh auto}footer .footer_logo{display:flex;align-items:center;justify-content:space-between}footer .footer_logo div{display:flex;align-items:center;gap:.3rem}footer .footer_logo div .icon{font-size:1.75rem;color:#000159}footer .footer_logo div h5{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;letter-spacing:.5px;background:linear-gradient(90deg,#000159 0,#3964FF 90%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin:.25rem 0}footer .footer_logo p{font-family:Oxanium,serif;font-size:16px;color:#232323}footer .footer_content{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;width:100%;padding:1.5rem 0;border-top:2px solid #dcdcff;border-bottom:2px solid #dcdcff;margin-bottom:1.5rem}footer .footer_content main{display:flex;flex-direction:row;width:75%}footer .footer_content main .footer_content-column{width:30%}footer .footer_content main .footer_content-column h6{font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#191919;margin-bottom:.25rem}footer .footer_content main .footer_content-column p{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.25px;width:-moz-fit-content;width:fit-content;color:#7d7d7d;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,0);cursor:pointer;transition:.25s ease;transition-delay:.05s}footer .footer_content main .footer_content-column p:hover{color:#000159;border-bottom:1px solid #000159}footer .footer_content .footer_contact .icons_container{display:flex;flex-direction:row;gap:.75rem}footer .footer_content .footer_contact .icons_container .icon_wrapper{height:35px;width:35px;aspect-ratio:1/1;border-radius:50%;background-color:#dcdcff;position:relative;display:flex}footer .footer_content .footer_contact .icons_container .icon_wrapper:hover .icon{transform:translate(-50%,-50%) scale(1.1)}footer .footer_content .footer_contact .icons_container .icon_wrapper .icon{display:flex;font-size:1.25rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#4b4bff;will-change:transform;transition:.275s ease;transition-delay:.05s;cursor:pointer}footer .footer_bottom{display:flex;justify-content:space-between;color:#191919}footer .footer_bottom div{display:flex;gap:1rem}@media(max-width:1440px){footer{width:92.5%}}@media(max-width:1285px){footer{width:95%}}@media screen and (max-width:650px){footer{width:97.5%}footer .footer_logo{padding:0 .25rem}footer .footer_logo div .icon,footer .footer_logo div h5{font-size:22px;margin:0}footer .footer_logo p{font-size:15px;letter-spacing:-.4px}footer .footer_content{flex-wrap:wrap}footer .footer_content main{width:100%}footer .footer_content main .footer_content-column{width:33.33333%}footer .footer_content main .footer_content-column h6{text-align:center}footer .footer_content main .footer_content-column p{font-size:14px;font-weight:300;letter-spacing:-.5px;text-align:center;display:flex;margin:0 auto}footer .footer_bottom{padding:0 .25rem}footer .footer_bottom p{font-size:14px;letter-spacing:-.25px}.footer_contact{margin:1.5rem auto 0}}