@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap";:root{--cyan:#2acfcf;--dark-cyan:#23c7c7;--dark-violet:#3b3054;--red:#f46262;--gray:#bfbfbf;--gray-body:#f0f1f6;--grayish-violet:#9e9aa7;--very-dark-blue:#35323e;--very-dark-violet:#232127;--tra:all 0.3s ease}body,html{padding:0;margin:0;scroll-behavior:smooth}a{color:inherit;text-decoration:none}*,:after,:before{box-sizing:border-box;padding:0;margin:0;font-family:Poppins,sans-serif;font-weight:500}ul li{list-style:none}@media(min-width:64em){.hide-for-desktop{display:none}}@media(max-width:63.937em){.hide-for-mobile{display:none}}@media(min-width:64em){.container-px{padding-right:165px}.container-pl,.container-px{width:100%;padding-left:165px}.container-pr{width:100%;padding-right:165px}}@media(max-width:63.937em){.container-px{padding-right:25px}.container-pl,.container-px{width:100%;padding-left:25px}.container-pr{width:100%;padding-right:25px}}.btn{display:block;width:190px;height:50px;background-color:var(--cyan);border:2px solid var(--dark-cyan);border-radius:40px;font-size:1.2rem;font-weight:500;color:#fff;margin:auto;transition:var(--tra)}.btn:hover{opacity:.5}@media(min-width:64em){.btn{margin:0;cursor:pointer}}.hero{position:relative;width:100%}@media(min-width:64em){.hero{margin-top:40px}}.hero__wrapper{overflow-x:hidden;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 25px}@media(min-width:64em){.hero__wrapper{flex-direction:row-reverse;justify-content:space-between;padding:0 0 0 165px}}.hero__wrapper__img{width:120%;max-width:550px;transform:translateX(60px)}@media(min-width:64em){.hero__wrapper__img{max-width:700px}}.hero__wrapper__text{text-align:center;margin-top:25px}@media(min-width:64em){.hero__wrapper__text{text-align:left;margin-top:0}}.hero__wrapper__text>h1{color:var(--very-dark-violet);font-weight:700;line-height:1.2;font-size:2.5rem;margin-bottom:15px}@media(min-width:64em){.hero__wrapper__text>h1{max-width:477px;font-size:4rem}}.hero__wrapper__text>p{font-size:1.15rem;color:var(--grayish-violet);margin-bottom:15px}@media(min-width:64em){.hero__wrapper__text>p{max-width:485px;margin-bottom:35px}}.input{margin-top:180px;background-color:var(--gray-body)}@media(min-width:64em){.input{margin-top:215px}}.input__wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transform:translateY(-75px)}.input__wrapper__form{width:100%;padding:25px;margin-bottom:25px;border-radius:8px;background-image:url(/img/bg-shorten-mobile.svg);background-size:80%;background-repeat:no-repeat;background-position:100% 0;background-color:var(--dark-violet)}@media(min-width:40em){.input__wrapper__form{display:flex;justify-content:space-between;align-items:flex-start}}@media(min-width:64em){.input__wrapper__form{background-image:url(/img/bg-shorten-desktop.svg);background-position:100% 0;background-size:150%;padding:45px 65px}}.input__wrapper__form__control{margin-bottom:16px}@media(min-width:40em){.input__wrapper__form__control{display:flex;flex-direction:column;margin-bottom:0;width:75%}}.input__wrapper__form__control>input{width:100%;height:50px;border:2px solid #e0e0e0;border-radius:8px;padding:0 16px;font-size:1rem;outline:none;transition:var(--tra);font-family:Poppins,sans-serif;font-weight:500;color:var(--dark-violet)}@media(min-width:64em){.input__wrapper__form__control>input{font-size:1.2rem;padding:0 30px;height:65px}}.input__wrapper__form__control>input.danger{border-color:var(--red)}.input__wrapper__form__control>input.danger::-moz-placeholder{color:var(--red)}.input__wrapper__form__control>input.danger:-ms-input-placeholder{color:var(--red)}.input__wrapper__form__control>input.danger::placeholder{color:var(--red)}.input__wrapper__form__control>p{margin-top:5px;color:var(--red);font-size:.8rem;text-align:left}@media(min-width:64em){.input__wrapper__form__control>p{font-size:.88rem}}.input__wrapper__form__buttons{background-color:#fff;border-radius:8px}@media(min-width:40em){.input__wrapper__form__buttons{width:20%}}.input__wrapper__form__buttons__button{width:100%;height:50px;font-size:1.2rem;font-weight:700;border:1px solid var(--dark-cyan);color:#fff;border-radius:8px;background-color:var(--cyan);transition:var(--tra)}@media(min-width:64em){.input__wrapper__form__buttons__button{cursor:pointer}}.input__wrapper__form__buttons__button:active,.input__wrapper__form__buttons__button:hover{opacity:.5}@media(min-width:64em){.input__wrapper__form__buttons__button{height:65px;font-size:1.3rem}}.input__wrapper__singleBox{position:relative;width:100%;padding:17px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:var(--very-dark-violet);text-align:left}@media(min-width:40em){.input__wrapper__singleBox{display:flex;justify-content:space-between;align-items:center}}@media(min-width:64em){.input__wrapper__singleBox{padding:20px 30px}}.input__wrapper__singleBox:after{content:"";display:block;position:absolute;width:100%;height:2px;top:45px;left:0;background-color:var(--gray-body)}@media(min-width:40em){.input__wrapper__singleBox:after{display:none}}.input__wrapper__singleBox>h4{font-size:1rem;margin-bottom:17px}@media(min-width:40em){.input__wrapper__singleBox>h4{margin-bottom:0}}@media(min-width:64em){.input__wrapper__singleBox>h4{font-size:1.1rem}}.input__wrapper__singleBox__button{position:relative;width:100%;height:40px;border:1px solid var(--dark-cyan);border-radius:8px;font-size:1.1rem;font-weight:700;color:#fff;background-color:var(--cyan);transition:var(--tra)}@media(min-width:64em){.input__wrapper__singleBox__button{cursor:pointer}}.input__wrapper__singleBox__button.active{background-color:var(--dark-violet);border-color:var(--dark-violet)}@media(min-width:40em){.input__wrapper__singleBox__button{width:105px}}.input__wrapper__singleBox:not(:last-child){margin-bottom:25px}.statistics{background-color:var(--gray-body);padding-top:20px;padding-bottom:80px}@media(min-width:64em){.statistics{padding-bottom:120px}}.statistics__wrapper__text{text-align:center;margin-bottom:100px}.statistics__wrapper__text>h2{font-size:1.9rem;font-weight:700;color:var(--very-dark-blue);margin-bottom:25px}@media(min-width:64em){.statistics__wrapper__text>h2{font-size:2.5rem}}.statistics__wrapper__text>p{font-size:1.1rem;color:var(--grayish-violet);font-weight:500;line-height:1.7}@media(min-width:64em){.statistics__wrapper__text>p{margin:auto;font-size:1.3rem;max-width:600px}}.statistics__wrapper__features{position:relative;width:100%;display:grid;grid-template-columns:1fr;justify-items:center;grid-gap:90px;gap:90px}@media(min-width:64em){.statistics__wrapper__features{grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;min-height:400px}}.statistics__wrapper__features__single{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;padding:0 35px 40px;border-radius:8px;background-color:#fff;text-align:center;outline:none}@media(min-width:64em){.statistics__wrapper__features__single{align-items:flex-start;cursor:pointer}.statistics__wrapper__features__single:first-child{align-self:flex-start}.statistics__wrapper__features__single:nth-child(2){align-self:center}.statistics__wrapper__features__single:last-child{align-self:flex-end}}.statistics__wrapper__features__single:not(:last-child):after{content:"";position:absolute;width:8px;height:50px;bottom:-50px;background-color:var(--cyan)}@media(min-width:64em){.statistics__wrapper__features__single:not(:last-child):after{width:30px;height:8px;right:-30px;bottom:160px}.statistics__wrapper__features__single:first-child:after{bottom:100px}}.statistics__wrapper__features__single:hover .statistics__wrapper__features__single__img{transform:scale(1.1) translateY(-50%)}.statistics__wrapper__features__single__img{width:85px;height:85px;border-radius:100%;display:flex;justify-content:center;align-items:center;background-color:var(--dark-violet);transform:translateY(-50%);transition:var(--tra)}.statistics__wrapper__features__single__text{margin-top:-10px;text-align:center}@media(min-width:64em){.statistics__wrapper__features__single__text{text-align:left}}.statistics__wrapper__features__single__text>h3{font-size:1.5rem;font-weight:700;margin-bottom:20px;color:var(--very-dark-blue)}.statistics__wrapper__features__single__text>p{font-size:.96rem;font-weight:500;line-height:1.7;color:var(--grayish-violet)}.boost{background-image:url(/img/bg-boost-mobile.svg);background-size:100%;background-repeat:no-repeat;background-position:100% 0;background-color:var(--dark-violet)}@media(min-width:64em){.boost{background-image:url(/img/bg-boost-desktop.svg);background-size:180%;background-position:50%}}.boost__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:90px;padding-bottom:90px}.boost__wrapper>h2{font-size:1.7rem;font-weight:700;color:#fff;margin-bottom:25px}@media(min-width:64em){.boost__wrapper>h2{font-size:2.5rem}}.boost__wrapper__buttons{background-color:#fff;border-radius:40px}.navbar__wrapper{display:flex;align-items:center;justify-content:space-between;padding:40px 0}.navbar__wrapper .logo{justify-self:start;flex:2 1}.navbar__wrapper__burger{justify-self:flex-end;width:25px}.navbar__wrapper__burger>div{width:100%;height:4px;background-color:var(--grayish-violet);transition:var(--tra);transform-origin:left}.navbar__wrapper__burger>div:not(:last-child){margin-bottom:5px}.navbar__wrapper__burger.active>div:first-child{transform:rotate(45deg)}.navbar__wrapper__burger.active>div:last-child{transform:rotate(-45deg)}.navbar__wrapper__burger.active>div:nth-child(2){opacity:0}.navbar__wrapper__linksButtons{display:flex;flex:9 1;justify-content:space-between;align-items:center}@media(max-width:63.937em){.navbar__wrapper__linksButtons{display:none}}.navbar__wrapper__linksButtons .navbar__wrapper__links{font-size:1rem;color:var(--grayish-violet)}.navbar__wrapper__linksButtons .navbar__wrapper__links ul{display:flex}.navbar__wrapper__linksButtons .navbar__wrapper__links ul li{transition:var(--tra)}.navbar__wrapper__linksButtons .navbar__wrapper__links ul li a{font-weight:500}.navbar__wrapper__linksButtons .navbar__wrapper__links ul li:hover{color:var(--very-dark-blue)}.navbar__wrapper__linksButtons .navbar__wrapper__links ul li:not(:last-child){margin-right:30px}.navbar__wrapper__linksButtons .navbar__wrapper__buttons>button{width:105px;height:40px;outline:none;border-radius:30px;border:none;font-weight:500;font-size:1rem;background-color:transparent;color:var(--grayish-violet);transition:var(--tra)}@media(min-width:64em){.navbar__wrapper__linksButtons .navbar__wrapper__buttons>button{cursor:pointer}}.navbar__wrapper__linksButtons .navbar__wrapper__buttons>button:hover{opacity:.5}.navbar__wrapper__linksButtons .navbar__wrapper__buttons>button:last-child{background-color:var(--cyan);border:2px solid var(--dark-cyan);color:#fff}.navbar__wrapper__linksButtons.active{z-index:100;display:flex;position:fixed;flex:unset;width:86vw;max-width:366px;top:113px;right:25px;flex-direction:column;padding:50px 0;background-color:var(--dark-violet);justify-content:center;border-radius:10px;transition:var(--tra);-webkit-animation:boxAnimation .3s ease-out both;animation:boxAnimation .3s ease-out both}@media(min-width:64em){.navbar__wrapper__linksButtons.active{position:relative;flex:9 1;justify-content:space-between;align-items:center;width:unset;max-width:unset;top:unset;right:unset;flex-direction:row;padding:0;background-color:transparent;border-radius:0;-webkit-animation:unset;animation:unset}}.navbar__wrapper__linksButtons.active .navbar__wrapper__links ul{flex-direction:column;align-items:center;color:#fff}@media(min-width:64em){.navbar__wrapper__linksButtons.active .navbar__wrapper__links ul{flex-direction:row;align-items:unset;color:var(--grayish-violet)}}.navbar__wrapper__linksButtons.active .navbar__wrapper__links ul li{margin-bottom:35px}@media(min-width:64em){.navbar__wrapper__linksButtons.active .navbar__wrapper__links ul li{margin-bottom:0}}.navbar__wrapper__linksButtons.active .navbar__wrapper__links ul li:last-child{margin-bottom:65px}@media(min-width:64em){.navbar__wrapper__linksButtons.active .navbar__wrapper__links ul li:last-child{margin-bottom:0}}.navbar__wrapper__linksButtons.active .navbar__wrapper__links ul li:hover{color:#fff;opacity:.5}@media(min-width:64em){.navbar__wrapper__linksButtons.active .navbar__wrapper__links ul li:hover{opacity:1;color:var(--very-dark-blue)}}.navbar__wrapper__linksButtons.active .navbar__wrapper__links ul li:not(:last-child){margin-right:0}@media(min-width:64em){.navbar__wrapper__linksButtons.active .navbar__wrapper__links ul li:not(:last-child){margin-right:30px}}.navbar__wrapper__linksButtons.active .navbar__wrapper__buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;width:80%}@media(min-width:64em){.navbar__wrapper__linksButtons.active .navbar__wrapper__buttons{display:block;flex-direction:row;justify-content:unset;align-items:unset;width:unset}}.navbar__wrapper__linksButtons.active .navbar__wrapper__buttons>button{color:#fff;width:100%}@media(min-width:64em){.navbar__wrapper__linksButtons.active .navbar__wrapper__buttons>button{width:105px;color:var(--grayish-violet)}}.navbar__wrapper__linksButtons.active .navbar__wrapper__buttons>button:first-child{position:relative}.navbar__wrapper__linksButtons.active .navbar__wrapper__buttons>button:first-child:after{content:"";position:absolute;display:block;width:100%;height:1px;background-color:var(--gray);top:0;transform:translateY(-30px)}@media(min-width:64em){.navbar__wrapper__linksButtons.active .navbar__wrapper__buttons>button:first-child:after{display:none}.navbar__wrapper__linksButtons.active .navbar__wrapper__buttons>button:last-child{color:#fff}}.navbar__wrapper__linksButtons.active .navbar__wrapper__buttons>button:not(:last-child){margin-bottom:35px}@media(min-width:64em){.navbar__wrapper__linksButtons.active .navbar__wrapper__buttons>button:not(:last-child){margin-bottom:0}}@-webkit-keyframes boxAnimation{0%{opacity:0}to{opacity:1}}@keyframes boxAnimation{0%{opacity:0}to{opacity:1}}.footer{background-color:var(--very-dark-violet)}.footer__wrapper{padding:50px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media(min-width:64em){.footer__wrapper{padding:80px 0;text-align:left;flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer__wrapper .logo path{fill:#fff}.footer__wrapper__links{display:flex;flex-direction:column;justify-content:center;align-items:center}@media(min-width:64em){.footer__wrapper__links{flex-direction:row;align-items:flex-start;justify-content:unset}}.footer__wrapper__links h4{font-size:1.0625rem;color:#fff;margin-bottom:20px;margin-top:30px;font-weight:700}@media(min-width:64em){.footer__wrapper__links h4{margin-top:0}.footer__wrapper__links>div:not(:last-child){margin-right:70px}}.footer__wrapper__links ul li{display:block;color:var(--grayish-violet);font-size:1rem;font-weight:500;transition:var(--tra)}@media(min-width:64em){.footer__wrapper__links ul li{cursor:pointer}}.footer__wrapper__links ul li:hover{color:var(--cyan)}.footer__wrapper__links ul li:not(:last-child){margin-bottom:10px}.footer__wrapper__icons{display:flex;margin-top:30px}@media(min-width:64em){.footer__wrapper__icons{margin-top:0}}.footer__wrapper__icons .icon{display:block;color:#fff;font-size:1.875rem;transition:var(--tra)}@media(min-width:64em){.footer__wrapper__icons .icon{cursor:pointer}}.footer__wrapper__icons .icon:hover{color:var(--cyan)}.footer__wrapper__icons .icon:not(:last-child){margin-right:20px}