@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);.gpt3__blog-container_article{width:100%;height:100%;display:flex;flex-direction:column;background:var(--color-footer)}.gpt3__blog-container_article-image{width:100%;height:100%;background:var(--color-bg)}.gpt3__blog-container_article-image img{width:100%;height:100%}.gpt3__blog-container_article-content{display:flex;flex-direction:column;justify-content:space-between;padding:1rem 1.5rem;height:100%}.gpt3__blog-container_article-content p{font-family:var(--font-family);font-size:11.65px;font-weight:700;line-height:35px;color:#fff}.gpt3__blog-container_article-content h3{font-family:var(--font-family);font-size:25.11px;font-weight:800;line-height:30.3px;color:#fff;margin-bottom:5rem;cursor:pointer}.gpt3__blog-container_article-content p:last-child{cursor:pointer}@media screen and (max-width:550px){.gpt3__blog-container_article-content h3{font-size:18px;line-height:25p}}.blog{display:flex;flex-direction:column}.blog-heading{width:100%;text-align:left;margin-bottom:5rem}.blog-heading h1{font-size:62px;line-height:75px;font-family:var(--font-family);font-weight:800}.blog-container{display:flex;flex-direction:row}.blog-container_groupA{flex:0.75 1;margin-right:2rem}.blog-container_groupB{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}@media screen and (max-width:990px){.blog-container{flex-direction:column-reverse}.blog-container_groupA{margin:2rem 0}.blog-container_groupA .blog-container_article{width:48%}.blog-container_groupA .blog-container_article-image{height:250px}}@media screen and (max-width:700px){.blog-container_groupB{grid-template-columns:repeat(1,1fr)}.blog-container_groupA .blog-container_article{width:100%}.blog-heading h1{font-size:46px;line-height:52px}}@media screen and (max-width:550px){.blog-heading h1{font-size:34px;line-height:42px}}.features-container__feature{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;margin:1rem}.features-container__feature img{height:70px;margin:10px;display:block}.features-container__feature-title{flex:1 1;max-width:180px;margin-right:2rem}.features-container__feature-title h1{font-family:var(--font-family);font-weight:800;font-size:18px;line-height:24px;letter-spacing:-.04em;color:#fff}.features-container__feature-title div{width:38px;height:3px;background:var(--gradient-bar);box-shadow:0 4px 4px rgba(0,0,0,.25);margin-bottom:.25rem}.features-container_feature-text{flex:2 1;max-width:390px;display:flex}.features-container_feature-text p{font-family:var(--font-family);font-weight:500;font-size:14px;line-height:24px;color:var(--color-text)}@media screen and (max-width:550px){.features-container__feature-title h1{font-size:14px;line-height:22px}.features-container_feature-text p{font-size:12px;line-height:20px}.features-container__feature{margin:1rem 0}.features-container__feature img{height:70px;margin:20px;display:block}}.features{justify-content:space-between;flex-direction:row}.features-heading h1{line-height:45px}.header{display:flex;flex-direction:row}.header-content{flex:1 1;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;margin-right:5rem}.header-content h1{font-weight:800;font-size:62px;line-height:75px;letter-spacing:-.04em;padding-top:10%}.header-content h1,.header-content p{font-family:var(--font-family);margin:auto;text-align:center}.header-content p{font-weight:400;font-size:20px;line-height:28px;color:var(--color-text);padding-top:100px;padding-bottom:50px}.header-content div{display:flex;flex-direction:row;margin:150px auto 100px}.header-content button{color:var(--color-text);display:flex;justify-content:flex-end;align-items:center;text-transform:capitalize;padding:1rem;color:#fff;background:#3856b9;margin:25px}.header-content .disabled,.header-content button{font-family:var(--font-family);font-weight:500;font-size:18px;line-height:25px;border:none;outline:none;cursor:pointer;border-radius:5px}.header-content .disabled{color:#424242;padding:.5rem 1rem;background:#252525}.header-content__input{width:100%;margin:2rem 0 1rem;display:flex;flex-direction:row}.header-content__input input{flex:2 1;background:var(--color-footer);border:2px solid var(--color-footer);border-top-left-radius:5px;border-bottom-left-radius:5px}.header-content__input button,.header-content__input input{width:100%;min-height:50px;font-family:var(--font-family);font-weight:400;font-size:20px;line-height:28px;padding:0 1rem;outline:none;color:#fff}.header-content__input button{flex:0.6 1;background:#ff4820;border:2px solid #ff4820;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px}.header-content__people{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;margin-top:2rem}.header-content__people img{width:181.79px;height:38px}.header-content__people p{margin:0 0 0 1rem;font-family:var(--font-family);font-weight:500;font-size:12px;line-height:38px;color:#fff;text-align:center}.header-content__button_group{width:100%;display:flex;justify-content:space-around;align-items:baseline;flex-direction:row;flex-wrap:wrap;margin-top:2rem}.header-content__button_group button{text-align:center;flex-direction:column;margin:1rem 2rem;min-height:50px;font-family:var(--font-family);font-weight:400;font-size:20px;line-height:28px;background:transparent;border:2px solid transparent;padding:0 1rem;color:#fff;cursor:pointer;outline:none;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px}.header-content__button_group img{height:70px;margin:20px;display:block}.header-image{flex:0 1;display:flex;justify-content:center;align-items:center}.header-image img{width:100%;height:100%}@media screen and (max-width:1050px){.header{flex-direction:column}.header-content{margin:0 0 3rem}}@media screen and (max-width:650px){.header-content h1{font-size:48px;line-height:60px}.header-content p{font-size:16px;line-height:24px}.header-content__people{flex-direction:column}.header-content__people p{margin:0}.header-content__input button,.header-content__input input{font-size:16px;line-height:24px}}@media screen and (max-width:490px){.header-content h1{font-size:36px;line-height:48px}.header-content p{font-size:14px;line-height:24px}.header-content__input button,.header-content__input input{font-size:12px;line-height:16px}}.footer{display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--color-footer)}.footer-heading{width:100%;text-align:center;margin-bottom:3rem}.footer-heading h1{font-family:var(--font-family);font-weight:800;font-size:64px;line-height:75px}.footer-btn{display:flex;justify-content:center;align-items:center;padding:1rem;border:1px solid #fff;text-align:center;margin-bottom:10rem;cursor:pointer}.footer-btn p{font-size:18px;font-family:var(--font-family);line-height:21px;color:#fff;word-spacing:2px}.footer-links{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;flex-wrap:wrap;width:100%;text-align:left}.footer-links div{width:250px;margin:1rem}.footer-links_logo{display:flex;flex-direction:column}.footer-links_logo img{width:118px;height:30px;margin-bottom:1rem}.footer-links_logo p{font-family:var(--font-family);font-size:12px;line-height:15px;color:#fff}.footer-links_div{display:flex;justify-content:flex-start;flex-direction:column}.footer-links_div h4{font-size:14px;line-height:17px;margin-bottom:.9rem}.footer-links_div h4,.footer-links_div p{font-family:var(--font-family);color:#fff}.footer-links_div p{font-size:12px;line-height:15px;margin:.5rem 0;cursor:pointer}.footer-copyright{margin-top:2rem;text-align:center;width:100%}.footer-copyright p{font-size:12px;font-family:var(--font-family);line-height:15px;color:#fff}@media screen and (max-width:850px){.footer-heading h1{font-size:44px;line-height:50px}}@media screen and (max-width:550px){.footer-heading h1{font-size:34px;line-height:42px}.footer-links div{margin:1rem 0}.footer-btn p{font-size:14px;line-height:20px}}@media screen and (max-width:400px){.footer-heading h1{font-size:27px;line-height:38px}}.possibility{display:flex;flex-direction:row}.possibility-image{flex:1 1;display:flex;justify-content:flex-start;align-items:center;margin-right:2rem}.possibility-image img{width:100%;height:100%}.possibility-content{flex:1 1;display:flex;justify-content:flex-end;align-items:flex-start;flex-direction:column}.possibility-content h4{font-family:var(--font-family);font-weight:500;font-size:16px;line-height:30px;color:#71e5ff}.possibility-content h4:last-child{color:#ff8a71}.possibility-content h1{font-family:var(--font-family);font-weight:800;font-size:34px;line-height:45px;margin:1rem 0}.possibility-content p{color:var(--color-text);font-family:var(--font-family);font-weight:400;font-size:16px;line-height:30px;margin-bottom:2rem}@media screen and (max-width:950px){.possibility{flex-direction:column}.possibility-image{margin:1rem 0}.possibility-image img{width:unset;height:unset}.possibility-content{margin-top:2rem}}@media screen and (max-width:700px){.possibility-image img{width:100%;height:100%}}.focus{flex-direction:column;padding:2rem;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.focus,.focus-feature{display:flex}.focus-feature .features-container__feature{margin:0}.focus-feature .features-container_feature-text{max-width:700px}.focus-heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:4rem 0 2rem}.focus-heading h1{font-size:34px;line-height:45px;font-weight:800;font-family:var(--font-family);max-width:510px}.focus-heading p{font-family:var(--font-family);font-weight:500;font-size:16px;line-height:30px;color:var(--color-subtext);cursor:pointer}.focus-container{display:flex;flex-wrap:wrap;flex-direction:row;margin-top:2rem}.focus-container .features-container__feature{flex:1 1;margin:1rem;min-width:210px;display:unset;flex-direction:column}.focus-container .features-container_feature-text{margin-top:.5rem}@media screen and (max-width:850px){.focus-heading{flex-direction:column;align-items:flex-start;margin-bottom:0}.focus-heading p{margin-top:1rem}}@media screen and (max-width:650px){.focus-feature .features-container__feature{flex-direction:column}.focus-feature .features-container_feature-text{margin-top:.5rem}.focus-heading h1{font-size:28px;line-height:40px}}@media screen and (max-width:350px){.focus-container .features-container__feature{margin:1rem 0;min-width:100%}}.gpt3__brand{flex-wrap:wrap}.gpt3__brand,.gpt3__brand div{display:flex;justify-content:center;align-items:center}.gpt3__brand div{flex:1 1;max-width:150px;min-width:120px;margin:1rem}.cta{display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:2rem;margin:4rem;border-radius:1rem;background:var(--gradient-bar)}.cta-content{display:flex;flex-direction:column;text-align:left;color:#fff}.cta-content p{font-family:var(--font-family);font-size:12px;line-height:30px;font-weight:500}.cta-content h3{font-family:var(--font-family);font-size:24px;line-height:45px;font-weight:800}.cta-btn{display:flex;justify-content:center;align-items:center;margin-left:2rem}.cta-btn button{background:#000;color:#fff;font-family:var(--font-family);font-weight:700;font-size:18px;line-height:30px;padding:.5rem 1rem;border-radius:2rem;border:none;outline:none;cursor:pointer;min-width:150px}.cta-btn div{color:#fff;padding:.5rem 2rem 0 0}@media screen and (max-width:650px){.cta{flex-direction:column}.cta-btn{margin:2rem 0 0}}@media screen and (max-width:550px){.cta{flex-direction:column;margin:4rem 2rem}.cta-content h3{font-size:18px;line-height:32px}.cta-btn button{font-size:14px;line-height:28px}}.navbar{justify-content:space-between;padding:2rem 6rem}.navbar,.navbar-links{display:flex;align-items:center}.navbar-links{flex:1 1;justify-content:flex-start}.navbar-links_logo{margin-right:2rem}.navbar-links_container{display:flex;flex-direction:row}.navbar-sign{display:flex;justify-content:flex-end;align-items:center}.navbar-links_container p,.navbar-menu_container p,.navbar-sign p{color:#fff;font-family:var(--font-family);font-weight:500;font-size:18px;line-height:25px;text-transform:capitalize;margin:0 1rem;cursor:pointer}.navbar-sign .disabled{color:#424242;background:#252525}.navbar-menu_container button,.navbar-sign .disabled,.navbar-sign button{padding:.5rem 1rem;font-family:var(--font-family);font-weight:500;font-size:18px;line-height:25px;border:none;outline:none;cursor:pointer;border-radius:5px}.navbar-menu_container button,.navbar-sign button{color:#fff;background:#ff4820}.navbar-menu{margin-left:1rem;display:none;position:relative}.navbar-menu svg{cursor:pointer}.navbar-menu_container{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;text-align:end;background:var(--color-footer);padding:2rem;position:absolute;right:0;top:40px;margin-top:1rem;min-width:210px;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2)}.navbar-menu_container p{margin:1rem 0}.navbar-menu_container-links-sign{display:none}@media screen and (max-width:1050px){.navbar-links_container{display:none}.navbar-menu{display:flex}}@media screen and (max-width:700px){.navbar{padding:2rem 4rem}}@media screen and (max-width:550px){.navbar{padding:2rem}.navbar-sign{display:none}.navbar-menu_container{top:20px}.navbar-menu_container-links-sign{display:block}}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}body{background:var(--color-bg)}a{color:unset;text-decoration:none}.gradient__bg{background:radial-gradient(circle at 85% 3%,#002853 30%,#040c18 70%)}.gradient__text{background:var(--gradient-text);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section__padding{padding:4rem 6rem}.section__margin{margin:4rem 6rem}.scale-up-center{-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@media screen and (max-width:700px){.section__padding{padding:4rem}.section__margin{margin:4rem}}@media screen and (max-width:550px){.section__padding{padding:4rem 2rem}.section__margin{margin:4rem 2rem}}.logo{color:#fff;font-weight:600;font-size:2rem;font-family:"Roboto",sans-serif}.features{width:100%;display:flex;justify-content:start;flex-direction:column}.features-heading{flex:1 1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;text-align:left;margin-right:5rem}.features-heading h1{font-size:34px;line-height:25px;font-weight:800;font-family:var(--font-family)}.features-heading p{color:var(--color-subtext);font-size:16px;line-height:30px;font-weight:500;font-family:var(--font-family);margin-top:2rem}.features-container{flex:1.5 1;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.features-container p{font-family:var(--font-family);font-weight:500;font-size:20px;line-height:28px;color:var(--color-text);padding-top:20px;padding-bottom:50px;text-align:left}@media screen and (max-width:990px){.features{flex-direction:column}.features-heading{margin:0 0 2rem}}@media screen and (max-width:550px){.features-heading h1{font-size:28px;line-height:38px}}:root{--font-family:"Manrope",sans-serif;--gradient-text:linear-gradient(89.97deg,#ae67fa 1.84%,#f49867 102.67%);--gradient-bar:linear-gradient(103.22deg,#ae67fa -13.86%,#f49867 99.55%);--color-bg:#040c18;--color-footer:#031b34;--color-blog:#042c54;--color-text:#81afdd;--color-subtext:#ff8a71}