@import"https://fonts.googleapis.com/css2?family=Overpass&display=swap";:root{--deep-red: hsl(353, 100%, 62%);--red: hsl(356, 100%, 66%);--light-red: hsl(355, 100%, 74%);--deep-blue: hsl(208, 49%, 24%);--gray: hsl(207, 13%, 34%);--dark-gray: hsl(240, 10%, 16%);--orange: hsl(13, 100%, 72%);--black: hsl(237, 23%, 31%);--pitch-black: hsl(237, 17%, 21%)}html,body{overflow-x:hidden;margin:0;font-family:Overpass,sans-serif;scrollbar-width:none}body::-webkit-scrollbar{display:none}hr{border:1px solid rgba(178,178,178,.877);width:90%}.app{margin:0;padding:0;overflow:hidden}nav{display:flex;justify-content:space-between;align-items:center;padding-left:2rem;padding-right:2rem;height:60px;margin:4rem 4rem 0;color:#fff;position:sticky;z-index:2000}.hook{z-index:1}.nav-start,.links{display:flex;align-items:center;gap:3rem}.links{gap:1.5rem;font-family:Overpass,sans-serif;font-weight:600}.nav__item{margin:5px}.links>*{cursor:pointer}.links>*:hover{text-decoration:underline}#sign{display:flex;gap:1.5rem;margin:1rem}.signup{border-radius:999px;border:none;font-family:Overpass,sans-serif;font-weight:600;padding:.6rem 1.5rem;color:var(--red);cursor:pointer;background-color:#fff;transition:background .1s}.login{border:none;background-color:transparent;color:#fff;cursor:pointer;font-family:Overpass,sans-serif;font-weight:600}.account{display:flex;flex-direction:column;gap:1rem;margin:1rem}.sm-login{border:none;background-color:transparent;color:var(--pitch-black);cursor:pointer;font-family:Overpass,sans-serif;font-weight:600;font-size:30px}.sm-signup{border:none;background:linear-gradient(to right,var(--orange),var(--red));padding:.5rem;font-size:30px;font-family:Overpass,sans-serif;font-weight:600;border-radius:999px;width:8rem;color:#fff}.dropdown{list-style-type:none;position:absolute;z-index:1000;top:50px;padding:0;height:fit-content;min-width:150px;transform:translate(-20%);background-color:#fff;border-radius:5px;overflow:hidden;color:#000;font-weight:500;box-shadow:8px 8px 16px #00000059;transition:font-weight .5s ease}.dropdown p{position:relative;padding:1rem;margin-top:2px;margin-bottom:2px;width:100%;transition:background-color .2s ease;z-index:1000}.dropdown p:hover{background-color:var(--light-red);font-weight:700}.arrow--clicked{transform:rotate(180deg)}.hero{margin:0;color:#fff;height:40rem;width:100dvw;background:linear-gradient(to right,var(--orange),var(--deep-red));z-index:10;overflow:hidden;border-radius:0 0 0 100px}.hero__bg{height:200rem;position:relative;top:0;z-index:1;object-fit:cover;transform:translate(-11.8%,-55%)}.hero__title{margin-top:4rem;display:flex;flex-direction:column;align-items:center}.hook{font-size:65px;font-weight:500;margin-bottom:.5rem}.hook,.subtitle,.hero__buttons{z-index:10}.subtitle{font-size:24px}.hero__buttons{margin-top:2rem;display:flex;gap:1rem}.btn{border-radius:999px;border:none;font-weight:600;padding:.6rem 1.5rem;cursor:pointer;font-family:Overpass,sans-serif}.learn-more{border:1px solid white;background-color:transparent;color:#fff;transition:background .1s}.learn-more:hover{background-color:#fff;color:var(--red)}.for-free{color:var(--red);transition:background .1s}.signup:hover,.for-free:hover{background-color:#ffffff67;color:#fff}.editor{margin:2rem 4rem}.editor>h2{margin:5rem 0;text-align:center;font-size:50px}.editor__details{display:flex;align-items:center;position:relative;top:4rem}.details__descreption,.details__visual{width:50%}.details__visual{position:relative;display:flex;justify-content:center;align-items:center}.editor-screen{position:absolute;top:-30rem;right:-20rem;height:50rem}.editor-circles{position:absolute;top:-28rem;right:-15rem;height:40rem;z-index:-1}.self-orbit{animation:spin 2s linear infinite;transform-origin:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.details__descreption{position:relative;top:-7rem;display:flex;flex-direction:column;gap:2rem;font-size:24px}.details__descreption p,.features__descreption p{color:var(--gray);font-size:20px}.overlay{position:fixed;top:5rem;width:100%;height:fit-content;display:flex;justify-content:center;align-items:center;z-index:1000}.mobile-nav{display:flex;flex-direction:column;align-items:center;height:fit-content;padding-bottom:2rem}.mobile-links{display:flex;flex-direction:column;justify-content:center;margin:0;padding:0,5rem 0 .5rem 0;width:90%;height:max(fit-content,100vh);align-items:center;overflow-y:scroll;background-color:#fff;border-radius:10px;box-shadow:10px 10px 10px #00000070;overflow-x:hidden}.mobile__menu{display:flex;flex-direction:column;justify-content:space-between;align-items:center;color:#333;color:var(--pitch-black);text-decoration:none;font-size:34px;padding:.5rem;margin:0;overflow-x:hidden;overflow-y:scroll}.dropdown__menu{display:flex;flex-direction:column;border-radius:8px;background-color:#a8a8a871;margin-left:0;width:max(14rem);padding:1rem;margin-bottom:1rem;transform:translate(-100px);text-align:center}.menu__item{color:var(--pitch-black);font-size:16px;font-weight:600;margin:1rem}.drk-arw{height:10px;margin-left:.5rem}.flipped{transform:rotate(180deg)}.fixed{position:fixed;top:3rem;right:4rem;z-index:2000}.infr__wrapper{height:50rem}.infr{height:15rem;padding:1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to left,var(--black),var(--deep-blue));position:relative;bottom:22rem;border-radius:0 100px;z-index:-2;color:#fff;overflow:hidden}.infr__bg{position:absolute;left:-15rem;z-index:-1}.infr__items{display:flex;position:absolute;justify-content:center;align-items:center;gap:8rem;position:relative;margin:2rem 4rem;width:90%;max-width:100rem}.items__details{color:#fff}.items__details h3{font-size:30px}.items__details p{font-size:24px}.phones{overflow:visible;height:23rem;position:relative;top:1rem}.features{display:flex}.laptop,.features-circles{height:35rem}.features-circles{position:absolute;left:-2rem;z-index:-1}.laptop{position:relative;right:6rem}.features__descreption{padding:0 4rem 0 0;margin:2rem 0 0}.rest-of-page{position:relative;bottom:12rem}footer{display:flex;align-items:start;justify-content:space-around;background-color:var(--pitch-black);border-radius:0 100px 0 0;color:#fff;padding:4rem;position:relative;top:5rem;height:20rem}.list-title{font-size:18px}.element{color:#c3c3c3;cursor:pointer}.element:hover{color:#fff}@media (max-width: 1250px){.editor-screen{height:37.5rem;right:-18rem;top:-25rem}.editor-circles{height:30rem;right:-12rem;top:-23rem}}@media (max-width: 1160px){.infr__items{gap:2rem}.items__details h3{font-size:24px}.items__details p{font-size:16px}}@media (max-width: 1000px){.editor-screen{height:32.25rem;right:-15rem;top:-25rem}.editor-circles{height:25rem;right:-10rem;top:-23rem}.hero__bg{height:120rem}}@media (max-width: 984px){.details__title{font-size:20px}.details__descreption p,.features__descreption p{font-size:16px}.phones{height:23rem;top:1rem}.infr__items{top:0}.infr{height:15rem}.infr__wrapper{bottom:30rem}}@media (max-width: 945px){.hook{font-size:40px}}@media (max-width: 875px){nav{margin:2rem 2rem 0}.nav-start{width:100%;justify-content:space-between}.hero__btn{width:12rem;height:4rem;font-size:20px}.hero__bg{height:100rem}.hamburger{height:30px;width:auto;z-index:2000}.mobile__item,.menu-btn{font-size:18px}.editor>h2{font-size:40px;margin-bottom:0}.editor__details{align-items:center;justify-content:center;width:100%;margin:0}.details__descreption{position:static;width:100%}.details__descreption h3,.features__descreption h3{font-size:20px}.details__descreption p,.features__descreption p{font-size:16px}.editor-screen,.editor-circles{height:25rem}.editor-screen{top:-15rem;right:-13rem}.editor-circles{top:-15rem;right:-14rem}.laptop,.features-circles{height:20rem}.infr{bottom:16rem}.infr__items{top:6rem}footer{padding:2rem 0;text-align:center}}@media (max-width: 780px){.phones{height:18rem}.infr__items{top:1rem}.infr{bottom:16rem;height:11rem}}@media (max-width: 730px){.editor-screen,.editor-circles{height:20rem;right:-10rem}.phones{height:13rem}.infr{height:8rem;top:-8rem}.infr__items{top:5rem}.items__details h3{font-size:16px}.items__details p{font-size:12px}.rest-of-page{bottom:5rem}}@media (max-width: 690px){.hero__bg{height:110rem;transform:translate(-20%,-55%)}.laptop{position:static}.features-circles{left:max(25%,6rem);top:-2rem}.features{flex-direction:column;align-items:center}.features__descreption{text-align:center;margin:0;padding:1rem}.rest-of-page{top:1rem}}@media (max-width: 630px){.details__descreption{width:15rem}.details__descreption h3,.features__descreption h3{font-size:16px}.details__descreption p,.features__descreption p{font-size:12px}}@media (max-width: 590px){.hero{height:30rem}.editor>h2{font-size:22px}.hero__bg{height:100rem;transform:translate(-20%,-45%)}.hook{font-size:30px}.subtitle{font-size:18px}.editor__details{flex-direction:column}.editor-visual-mb{width:20rem;height:auto}.details__descreption{width:100%;text-align:center}.infr{top:-14rem;height:20rem}.infr__items{gap:.5rem;transform:translate(-2.5rem);flex-direction:column;text-align:center}.phones{height:20rem}.infr__items h3{font-size:24px}.infr__items p{font-size:18px}nav{margin:1rem 1rem 0}.hero__btn{width:10rem;height:3rem;font-size:16px}.logo{height:2rem;width:auto}.hamburger{height:1.2rem}.rest-of-page{top:0}footer{flex-direction:column;align-items:center;gap:2rem;overflow:scroll;margin-bottom:2rem}}@media (max-width: 502px){.infr{top:-15rem}}@media (max-width: 450px){.hero__bg{height:90rem;transform:translate(-20%,-45%)}.hook{font-size:20px;text-align:center}.subtitle{font-size:14px;text-align:center}.hero__btn{display:flex;align-items:center;justify-content:center;font-size:12px;height:2rem;width:8rem}.laptop,.features-circles{height:16rem}.features-circles{bottom:22rem;left:2rem}}
