@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap";*{padding:0;margin:0;box-sizing:border-box;scroll-behavior:smooth}body{background-color:var(--color-bg)}a{color:unset;text-decoration:none}.gradient__bg{background:radial-gradient(circle at 3% 25%,rgba(0,40,83,1) 0%,rgba(4,12,24,1) 100%)}.gradient__text{color:var(--gradient-text);-webkit-background-clip:text;background-clip:text;--webkit-background-clip:text;--webkit-background-clop: 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,.section__margin{padding:4rem}}@media screen and (max-width:550px){.section__padding,.section__margin{padding:4rem 2rem}}.gpt3__blog__container__article{width:100%;height:100%;display:flex;flex-direction:column;background:var(--color-footer)}.gpt3__blog__container__article__img{width:100%;height:100%;background:var(--color-footer)}.gpt3__blog__container__article__img 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{color:#fff;text-transform:capitalize;font-family:var(--font-family);font-size:11.649px;font-weight:700;line-height:34.947px}.gpt3__blog__container__article__content h3{color:#fff;font-family:var(--font-family);font-size:25.11px;font-weight:800;line-height:30.287px}.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:25px}}.gpt3__brand{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.gpt3__brand div{flex:1;max-width:150px;min-width:120px;margin:1rem;display:flex;justify-content:center;align-items:center}.gpt3__cta{display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:2rem;margin:4rem;border-radius:1rem;background:var(--gradient-bar)}.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__button button{border-radius:40px;background:#000;color:#fff;text-transform:capitalize;border:none;outline:none;font-family:var(--font-family);font-size:18px;font-weight:700;line-height:30px;padding:.5rem 1.3rem;cursor:pointer}@media screen and (max-width:650px){.gpt3__cta{flex-direction:column}.gpt3__cta__button{margin:2rem 0 0}}@media screen and (max-width:550px){.gpt3__cta{margin:4rem 2rem}.gpt3__cta__content h3{font-size:18px;line-height:32px}.gpt3__cta__button button{font-size:14px;line-height:28px}}.gpt3__features__container__feature{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;margin:1rem}.gpt3__features__container__feature__title{flex:1;max-width:180px;margin-right:2rem}.gpt3__features__container__feature__title h1{color:#fff;font-family:var(--font-family);font-size:18px;font-weight:800;line-height:25px;letter-spacing:-.96px}.gpt3__features__container__feature__title .gradient__line{width:38px;height:3px;flex-shrink:0;background:var(--gradient-bar);margin-bottom:.25rem}.gpt3__features__container__feature__text{flex:2;max-width:390px;display:flex;color:var(--color-text);font-family:var(--font-family);font-size:16px;font-weight:500;line-height:24px}@media screen and (max-width: 550px){.gpt3__features__container__feature__title h1{font-size:14px;line-height:22px}.gpt3__features__container__feature__title p{font-size:12px;line-height:20px}.gpt3__features__container__feature{margin:1rem 0}}.gpt3__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem 6rem}.gpt3__navbar__links{flex:1;display:flex;justify-content:space-between;align-items:center}.gpt3__navbar__links__logo{margin-right:2rem}.gpt3__navbar__links__logo img{width:62px;height:16px}.gpt3__navbar__links__container{display:flex;flex-direction:row}.gpt3__navbar__sign{display:flex;justify-content:flex-end;align-items:center}.gpt3__navbar__links__container p,.gpt3__navbar__sign p,.gpt3__navbar__menu__container p{color:#fff;font-family:var(--font-family);font-weight:500;font-weight:18px;line-height:25px;display:block;text-transform:capitalize;margin:0 1rem;cursor:pointer}.gpt3__navbar__sign button,.gpt3__navbar__menu__container button{padding:.5rem 1rem;color:#fff;background-color:#ff4820;font-family:var(--font-family);font-weight:500;line-height:25px;font-size:18px;border-radius:5px;border:0;outline:0;cursor:pointer}.gpt3__navbar__menu{margin-left:1rem;display:none;position:relative}.gpt3__navbar__menu svg{cursor:pointer}.gpt3__navbar__menu__container{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;text-align:end;background-color:var(--color-footer);padding:2rem;position:absolute;top:40px;right:0;margin-top:1rem;min-height:210px;border-radius:5px;box-shadow:0 0 5 #0003}.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:flex}}@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{width:100%;text-align:left;margin-bottom:5rem}.gpt3__blog__heading h1{font-family:var(--font-family);font-size:62px;font-weight:800;line-height:75px;letter-spacing:-2.48px}.gpt3__blog__container{display:flex;flex-direction:row}.gpt3__blog__container__groupA{flex:.75;margin-right:2rem}.gpt3__blog__container__groupB{flex:1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}@media screen and (max-width:990px){.gpt3__blog__container{flex-direction:column-reverse}.gpt3__blog__container__groupA{margin:2rem 0}.gpt3__blog__container__groupA .gpt3__blog__container__article{width:48%}.gpt3__blog__container__groupA .gpt3__blog__container__article__image{height:250px}}@media screen and (max-width:700px){.gpt3__blog__heading h1{font-size:46px;line-height:53px}.gpt3__blog__container__groupB{grid-template-columns:repeat(1,1fr)}.gpt3__blog__container__groupA .gpt3__blog__container__article{width:100%}}.gpt3__footer{display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--color-footer)}.gpt3__footer__heading{width:100%;text-align:center;margin-bottom:3rem}.gpt3__footer__heading h1{text-align:center;font-family:var(--font-family);font-size:62px;font-weight:800;line-height:75px;letter-spacing:-2.48px}.gpt3__footer__btn p{color:#fff;font-family:var(--font-family);font-size:18px;font-weight:400;border:1px solid #fff;padding:1rem 1.5rem;text-transform:capitalize}.gpt3__footer__links{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;flex-direction:row;width:100%;text-align:left;margin-top:1rem}.gpt3__footer__links div{width:250px;margin:1rem}.gpt3__footer__links__logo{display:flex;flex-direction:column}.gpt3__footer__links__logo p{color:#fff;font-family:var(--font-family);font-size:12px;font-weight:400}.gpt3__footer__links__logo img{width:118px;height:30px;margin-bottom:1rem}.gpt3__footer__links__div{display:flex;justify-content:flex-start;flex-direction:column}.gpt3__footer__links__div h4{color:#fff;font-family:var(--font-family);font-size:16px;font-weight:400;margin-bottom:1rem}.gpt3__footer__links__div p{color:#fff;font-family:var(--font-family);font-size:12px;font-weight:400;margin:1rem 0}.gpt3__footer__copyright{margin-top:2rem;text-align:center;width:100%}.gpt3__footer__copyright p{color:#fff;font-family:var(--font-family);font-size:12px;font-weight:400}@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 p{font-size:14px;line-height:20px}}@media screen and (max-width:550px){.gpt3__footer__heading h1{font-size:27px;line-height:36px}}.gpt3__possability{display:flex;flex-direction:row}.gpt3__possability__image{flex:1;display:flex;justify-content:flex-start;align-items:center;margin-right:2rem}.gpt3__possability__image img{width:100%;height:100%}.gpt3__possability__content{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.gpt3__possability__content h4{color:#71e5ff;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__possability__content h4:last-child{color:#ff8a71;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__possability__content h1{color:#fff;max-width:426px;font-family:var(--font-family);font-size:34px;font-style:normal;font-weight:800;line-height:45px;margin:1rem 0}.gpt3__possability__content p{color:var(--color-text);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:30px}@media screen and (max-width:950px){.gpt3__possability{flex-direction:column}.gpt3__possability__image{margin:1rem 0}.gpt3__possability__content{margin-top:2rem}.gpt3__possability__content h1{width:100%}}.gpt3__whatgpt3{display:flex;flex-direction:column;padding:2rem;background:var(--color-footer);background:-moz-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:-webkit-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:-o-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:-ms-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25))}.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{display:flex;flex-direction:row;justify-content:space-between;align-items:center;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;color:var(--gradient-text)}.gpt3__whatgpt3__heading p{color:var(--color-subtext);font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__whatgpt3__container{display:flex;flex-wrap:wrap;flex-direction:row;margin-top:2rem}.gpt3__whatgpt3__container .gpt3__features__container__feature{flex:1;margin:1rem;min-width:210px;display:unset;flex-direction:column}.gpt3__whatgpt3__container .gpt3__features__container__feature__text{margin-top:.5rem}@media screen and (max-width: 850px){.section__margin{margin:2rem}.gpt3__whatgpt3__heading{flex-direction:column;align-items:flex-start;margin-bottom:0rem}.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){.section__margin{margin:1rem}.gpt3__whatgpt3__container .gpt3__features__container__feature{margin:1rem 0;min-width:100%}}.gpt3__header{display:flex}.gpt3__header__content{flex:1;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;margin-right:5rem}.gpt3__header__content h1{font-family:var(--font-family);font-weight:800;font-size:62px;line-height:75px;letter-spacing:-.04em}.gpt3__header__content p{font-family:var(--font-family);font-size:20px;line-height:27px;color:var(--color-text);margin-top:1.5rem}.gpt3__header__content__input{width:100%;margin:2rem 0 1rem;display:flex}.gpt3__header__content__input input{flex:2;width:100%;min-height:50px;font-family:var(--font-family);font-size:20px;line-height:27px;background:var(--color-footer);border:2px solid var(--color-footer);padding:0 1rem;color:#fff;outline:none;font-weight:400;border-top-right-radius:5px;border-bottom-right-radius:5px}.gpt3__header__content__input button{flex:.6;width:100%;min-height:50px;font-family:var(--font-family);font-weight:700;font-size:20px;line-height:27px;cursor:pointer;outline:none;padding:0 1rem;background:#ff4820;color:#fff;border:none;border-top-right-radius:5px;border-bottom-right-radius:5px}.gpt3__header__content__people{width:100%;display:flex;justify-content:flex-start;align-items:center;margin-top:2rem}.gpt3__header__content__people img{width:181px;height:38px}.gpt3__header__content__people p{margin:0 0 0 1rem;color:#fff;font-family:var(--font-family);font-size:12px;font-weight:500;line-height:38px;text-align:center}.gpt3__header__image{flex:1;display:flex;align-items:center;justify-content:center}.gpt3__header__image img{width:100%;height:100%}@media screen and (max-width:1050px){.gpt3__header{flex-direction:column}.gpt3__header__content{margin:0 0 3rem}}@media screen and (max-width:650px){.gpt3__header h1{font-size:48px;line-height:60px}.gpt3__header p{font-size:16px;line-height:24px}.gpt3__header__content__people{flex-direction:column}.gpt3__header__content__people p{margin:0}.gpt3__header__content__input input,.gpt3__header__content__input button{font-size:16px;line-height:24px}.gpt3__header__content{margin:0 0 3rem}}@media screen and (max-width:490px){.gpt3__header h1{font-size:36px;line-height:48px}.gpt3__header p{font-size:14px;line-height:24px}.gpt3__header__content__input input,.gpt3__header__content__input button{font-size:12px;line-height:16px}}.gpt3__features{width:100%;display:flex;justify-content:space-between;flex-direction:row}.gpt3__features__heading{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;text-align:left;margin-right:5rem}.gpt3__features__heading h1{color:#fff;font-family:var(--font-family);font-weight:800;font-size:34px;line-height:45px}.gpt3__features__heading p{color:#ff8a71;margin-top:2rem;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__features__container{flex:1.5;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}@media screen and (max-width:990px){.gpt3__features{flex-direction:column}.gpt3__features__heading{margin:0 0 2rem}}@media screen and (max-width:550px){.gpt3__features__heading h1{font-size:28px;line-height:38px}}:root{--font-family: "Manrope", sans-serif;--gradient-text:#fff;--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}
