@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background:var(--color-bg)}a{color:inherit;text-decoration:none}.gradient__bg{background:radial-gradient(circle at 3% 25%,#002853 0,#040c18 100%)}.gradient__text{-webkit-text-fill-color:transparent;background:var(--gradient-text);background-clip:text;-webkit-background-clip:text}.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:768px){.section__padding{padding:4rem}.section__margin{margin:4rem}}@media screen and (max-width:550px){.section__padding{padding:4rem 2rem}.section__margin{margin:4rem 2rem}}.gpt3__blog-container_article{display:grid;grid-template-rows:1fr 1.5fr;height:100%}.gpt3__blog-container_article-image{grid-row:1/2}.gpt3__blog-container_article-image>img{height:100%;width:100%}.gpt3__blog-container_article-content{background:var(--color-blog);display:flex;flex-direction:column;grid-row:2/2;justify-content:space-between;padding:20px}.gpt3__blog-container_article-content>p{cursor:pointer}.gpt3__brand{flex-wrap:wrap}.gpt3__brand,.gpt3__brand>div{align-items:center;display:flex;justify-content:center}.gpt3__brand>div{flex:auto;margin:1rem;max-width:150px;min-width:120px}.gpt3__cta{align-items:center;background:var(--gradient-bar);border:1px solid #000;border-radius:10.7236px;box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;justify-content:space-between;min-height:172.65px;padding:0 30px}.gpt3__cta-content>p{color:#0e0e0e;font-family:var(--font-family);font-size:12px;font-weight:500;line-height:30px}.gpt3__cta-content>h3{color:#000;font-family:var(--font-family);font-size:24px;font-weight:800;line-height:45px}.gpt3__cta-btn>button{background:#000;border:none;border-radius:40px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:700;height:59.4px;line-height:30px;outline:none;width:189.14px}.gpt3__cta-btn>button:hover{color:tomato;-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .5s ease}@media screen and (max-width:650px){.gpt3__cta{flex-direction:column;padding:20px 30px}.gpt3__cta-btn{margin-top:2rem}}@media screen and (max-width:550px){.gpt3__cta-content>h3{font-size:18px;line-height:32px}.gpt3__cta-btn>button{font-size:14px;height:49.4px;line-height:28px;width:169.14px}}.gpt3__features-container__feature{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin:1rem;width:100%}.gpt3__features-container__feature-title{flex:1 1;margin-right:2rem;max-width:180px}.gpt3__features-container__feature-title>h1{color:#fff;font-family:var(--font-family);font-size:18px;font-weight:800;letter-spacing:-.04em;line-height:24px}.gpt3__features-container__feature-title>div{background:var(--gradient-bar);box-shadow:0 4px 4px rgba(0,0,0,.25);height:3px;margin-bottom:.25rem;width:38px}.gpt3__features-container__feature-text{display:flex;flex:2 1;max-width:390px}.gpt3__features-container__feature-text>p{color:var(--color-text);font-family:var(--font-family);font-size:14px;font-weight:500;line-height:24px}@media screen and (max-width:550px){.gpt3__features-container__feature{margin:1rem 0}.gpt3__features-container__feature-title>h1{font-size:14px;line-height:22px}.gpt3__features-container__feature-text>p{font-size:12px;line-height:20px}}.gpt3__navbar{align-items:center;display:flex;justify-content:space-between;padding:2rem 6rem}.gpt3__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-start}.gpt3__navbar-links_logo{margin-right:2rem}.gpt3__navbar-links_logo img{height:16.02px;width:62.56px}.gpt3__navbar-links_container{display:flex;flex-direction:row}.gpt3__navbar-sign{align-items:center;display:flex;justify-content:flex-end}.gpt3__navbar-links_container p,.gpt3__navbar-menu_container-links p,.gpt3__navbar-sign p{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;line-height:25px;margin:0 1rem;text-transform:capitalize}.gpt3__navbar-links_container p:hover{color:var(--color-text);-webkit-transform:scale(1.05);transform:scale(1.05)}.gpt3__navbar-menu_container button,.gpt3__navbar-sign button{background:#ff4820;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;line-height:25px;outline:none;padding:.5rem 1rem}.gpt3__navbar-sign button:hover{background:#f84f29;-webkit-transform:scale(1.02);transform:scale(1.02)}.gpt3__navbar-menu{display:none;margin-left:1rem;position:relative}.gpt3__navbar-menu svg{cursor:pointer}.gpt3__navbar-menu_container{align-items:flex-end;background:var(--color-footer);border-radius:5px;box-shadow:0 0 5 rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:flex-end;margin-top:1rem;min-width:210px;padding:2rem;position:absolute;right:0;text-align:end;top:40px}.gpt3__navbar-menu_container p{margin:1rem 0}.gpt3__navbar-menu_container-links-sign{display:none}@media screen and (max-width:1050px){.gpt3__navbar-links_container{display:none}.gpt3__navbar-menu{display:block}}@media screen and (max-width:700px){.gpt3__navbar{padding:2rem 4rem}}@media screen and (max-width:550px){.gpt3__navbar{padding:2rem}.gpt3__navbar-sign{display:none}.gpt3__navbar-menu_container{top:20px}.gpt3__navbar-menu_container-links-sign{display:block}}.gpt3__blog{display:flex;flex-direction:column}.gpt3__blog-heading>h1{font-family:var(--font-family);font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px;margin-bottom:3rem}.gpt3__blog-container{grid-gap:50px;display:grid;grid-template-columns:1fr 2fr}.gpt3__blog-container_groupB{grid-gap:50px;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:990px){.gpt3__blog-container{display:flex;flex-direction:column-reverse}}@media screen and (max-width:650px){.gpt3__blog-container_groupA .gpt3__blog-container_article .gpt3__blog-container_article-content .gpt3__blog-container_article-content_heading>h1{font-size:19px}.gpt3__blog-container_groupB{grid-template-columns:repeat(1,1fr)}.gpt3__blog-heading>h1{font-size:46px;line-height:52px}}@media screen and (max-width:450px){.gpt3__blog-heading>h1{font-size:32px;line-height:40px}}.gpt3__features{display:flex;flex-direction:row;justify-content:space-between;width:100%}.gpt3__features-heading{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-right:5rem;text-align:left}.gpt3__features-heading>h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px}.gpt3__features-heading>p{color:var(--color-subtext);font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px;margin-top:1rem}.gpt3__features-container{align-items:center;display:flex;flex:1.5 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:990px){.gpt3__features{flex-direction:column}.gpt3__feature-heading{margin:0 0 2rem}}@media screen and (max-width:550px){.gpt3__features-heading>h1{font-size:28px;line-height:38px}}.gpt3__footer{align-items:center;background-color:var(--color-footer);display:flex;flex-direction:column}.gpt3__footer-heading{text-align:center;width:100%}.gpt3__footer-heading>h1{font-family:var(--font-family);font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px;text-align:center}.gpt3__footer-btn{align-items:center;border:1px solid #fff;color:#fff;cursor:pointer;display:flex;font-family:Gilroy-Medium;font-size:18px;height:65px;justify-content:center;line-height:21px;margin-bottom:8rem;margin-top:3rem;width:218px}.gpt3__footer-btn>p{word-spacing:2px}.gpt3__footer-links{align-items:flex-start;display:flex;flex-flow:row wrap;justify-content:space-between;width:100%}.gpt3__footer-links>div{margin:1rem;width:250px}.gpt3__footer-links_logo{display:flex;flex-direction:column}.gpt3__footer-links_logo>img{height:30px;width:118px}.gpt3__footer-links_logo>p{color:#fff;font-family:Gilroy-Medium;font-size:12px;line-height:14px;margin-top:2rem}.gpt3__footer-links_div{display:flex;flex-direction:column;justify-content:flex-start}.gpt3__footer-links_div>h4,.gpt3__footer-links_div>p{color:#fff;font-family:Gilroy-Bold}.gpt3__footer-links_div>h4{font-size:14px;line-height:16px;margin-bottom:1rem}.gpt3__footer-links_div>p{cursor:pointer;font-size:12px;line-height:14px;margin:.5rem 0}.gpt3__footer-copyright{color:#fff;font-family:Gilroy-Medium;font-size:12px;line-height:14px;margin-top:3rem}@media screen and (max-width:990px){.gpt3__footer-heading br{display:none}}@media screen and (max-width:850px){.gpt3__footer-heading>h1{font-size:44px;line-height:50px}}@media screen and (max-width:550px){.gpt3__footer-heading>h1{font-size:34px;line-height:42px}.gpt3__footer-links>div{margin:1rem 0}.gpt3__footer-btn{height:-webkit-max-content;height:max-content;padding:1rem;width:-webkit-max-content;width:max-content}.gpt3__footer-btn>p{font-size:14px;line-height:20px}}@media screen and (max-width:400px){.gpt3__footer-heading>h1{font-size:27px;line-height:38px}}.gpt3__header{display:flex}.gpt3__header-content{flex:1 1}.gpt3__header-content>h1{font-family:var(--font-family);font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px;margin-top:3rem}.gpt3__header-content>p{color:var(--color-text);font-family:var(--font-family);font-size:20px;font-weight:400;line-height:27px;margin-top:1.5rem;max-width:554px}.gpt3__header-content_email{display:flex;margin:2rem 0 1rem;width:100%}.gpt3__header-content_email>input{background:var(--color-footer);border:none;border-radius:5px 0 0 5px;flex:2 1;font-weight:400}.gpt3__header-content_email>button,.gpt3__header-content_email>input{color:#fff;font-family:var(--font-family);font-size:20px;line-height:27px;outline:none;padding:1.3rem 1rem;width:100%}.gpt3__header-content_email>button{background:#ff4820;border:none;border-radius:0 5px 5px 0;cursor:pointer;flex:0.6 1;font-weight:700}.gpt3__header-content_people{align-items:center;display:flex;gap:20px;justify-content:flex-start;width:100%}.gpt3__header-content_people>img{height:38px;width:181.79px}.gpt3__header-content_people>p{color:#fff;font-family:var(--font-family);font-size:12px;font-weight:500;line-height:38px}.gpt3__header-img_container{align-items:flex-start;display:flex;flex:1 1;justify-content:center}.gpt3__header-img_container img{height:95%;width:95%}@media screen and (max-width:1050px){.gpt3__header{flex-direction:column}.gpt3__header-content{margin:0 0 3rem}.gpt3__header-content>h1{margin-top:0}}@media screen and (max-width:768px){.gpt3__header-content_email input,.gpt3__header-content_email>button{font-size:16px;line-height:22px;padding:.7rem;width:auto}}@media screen and (max-width:650px){.gpt3__header-content>h1{font-size:47px;line-height:52px}.gpt3__header-content>p{font-size:16px;line-height:24px}.gpt3__header-content_email{flex-direction:column}.gpt3__header-content_people{flex-direction:column;gap:5px;margin-top:2rem}.gpt3__header-content_email input,.gpt3__header-content_email>button{font-size:16px;line-height:22px;padding:.7rem;width:auto}.gpt3__header-content_email>button{align-self:center;margin-top:2rem;width:200px}}@media screen and (max-width:490px){.gpt3__header-content>h1{font-size:36px;line-height:48px}.gpt3__header-content>p{font-size:14px;line-height:24px}.gpt3__header-content_email input,.gpt3__header-content_email>button{font-size:12px;line-height:16px}}.gpt3__possibility,.gpt3__possibility-image{align-items:center;display:flex}.gpt3__possibility-image{flex:1 1;justify-content:flex-start;margin-right:2rem}.gpt3__possibility-image>img{height:100%;width:100%}.gpt3__possibility-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-end}.gpt3__possibility-content>h4{color:#71e5ff;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__possibility-content>h1{margin:1rem 0}.gpt3__possibility-content>p{color:var(--color-text);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:30px}.gpt3__possibility-content>h4:nth-of-type(2){color:#ff8a71;margin-top:2rem}@media screen and (max-width:950px){.gpt3__possibility{flex-direction:column}.gpt3__possibility-image{margin-bottom:3rem}}.gpt3__whatgpt3{background:var(--color-footer);background:radial-gradient(circle at 30% -100%,#042c54 25%,#042c54 85%,#1b78de 100%);display:flex;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));flex-direction:column;padding:2rem}.gpt3__whatgpt3-feature{display:flex}.gpt3__whatgpt3-feature .gpt3__features-container__feature{margin:0}.gpt3__whatgpt3-feature .gpt3__features-container__feature-text{max-width:700px}.gpt3__whatgpt3-heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:4rem 0 2rem}.gpt3__whatgpt3-heading>h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;max-width:510px}.gpt3__whatgpt3-heading>p{color:var(--color-subtext);cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__whatgpt3-container{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:2rem}.gpt3__whatgpt3-container .gpt3__features-container__feature{display:inline;display:initial;flex:1 1;flex-direction:column;margin:1rem;min-width:210px}.gpt3__whatgpt3-container .gpt3__features-container_feature-text{margin-top:.5rem}@media screen and (max-width:850px){.gpt3__whatgpt3-heading{align-items:flex-start;flex-direction:column;margin-bottom:0}.gpt3__whatgpt3-heading p{margin-top:1rem}}@media screen and (max-width:650px){.gpt3__whatgpt3-feature .gpt3__features-container__feature{flex-direction:column}.gpt3__whatgpt3-feature .gpt3__features-container_feature-text{margin-top:.5rem}.gpt3__whatgpt3-heading h1{font-size:28px;line-height:40px}}@media screen and (max-width:350px){.gpt3__whatgpt3-container .gpt3__features-container__feature{margin:1rem 0;min-width:100%}}: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}
/*# sourceMappingURL=main.7eebd727.css.map*/