@charset "UTF-8";html *,html :after,html :before{box-sizing:border-box}body{font-family:Source Sans Pro,sans-serif;font-size:16px;color:#1e191a}body,body h1,body h2,body h3,body h4,body h5,body h6,body p{margin:0}body a{color:#1e191a;text-decoration:none}body a:hover{color:#ed1374}body ul{margin:0;padding:0;list-style-type:none}body button{cursor:pointer;border:none}.btn{box-shadow:5px 5px 10px 4px rgba(30,25,26,.11);font-size:18px;display:block;margin:auto auto 0;padding:10px 15px}.btn-primary{background-color:#eaeaea}.btn-primary:hover{color:#ed1374}.btn-transparent{background-color:transparent;color:#fff}.btn-gradient{background:linear-gradient(90deg,#fe3479,#ff652c);border-radius:10px;color:#fff;padding:10px 50px}.btn-gradient:hover{color:#fff}.btn-white{background-color:#fff;border-radius:5px;color:#1e191a}.btn-wide{padding:10px 60px}.btn-hover:hover{cursor:pointer;transform:scale(1.1);filter:brightness(95%);transition:.5s linear}footer{background-color:#f2f2f2;padding:60px 0}footer .footer-content{text-align:center;margin-bottom:40px;font-weight:700}@media (min-width:1024px){footer .footer-content{display:grid;grid-template-columns:1fr 2fr;align-items:center;text-align:left}}footer .footer-content .contact-email,footer .footer-content .contact-phone{margin-bottom:10px}footer .footer-content .contact-email a,footer .footer-content .contact-phone a{display:inline-block}footer .footer-content .logo{display:block;margin-bottom:40px}@media (min-width:1024px){footer .footer-content .logo{margin-bottom:0}}footer .footer-content .footer-menu{display:grid;grid-template-columns:1fr;align-items:center}@media (min-width:568px){footer .footer-content .footer-menu{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){footer .footer-content .footer-menu{grid-template-columns:2fr 1fr 1fr}}@media (min-width:1280px){footer .footer-content .footer-menu{grid-template-columns:3fr 1fr 1fr}}footer .copyright{text-align:center}.hamburger-menu{background-color:transparent;width:35px}.hamburger-menu svg{height:100%}@media screen and (min-width:1280px){.hamburger-menu{display:none}}header{position:relative;display:flex;align-items:center;justify-content:space-between;max-width:1500px;margin:auto;padding:20px}header a{display:block}header .logo,header .logo-secondary{display:none}header .logo-mobile img{width:150px}@media screen and (min-width:1280px){header{align-items:flex-end;padding:60px 20px}header a{display:block}header .logo,header .logo-secondary{display:inline-flex}header .logo-navbar{height:18px}header .logo-mobile{display:none}header .logo{margin-right:30px}header .logo-secondary{margin-left:20px}}@media screen and (min-width:1400px){header .logo{margin-right:80px}}nav{display:none;background-color:#fff;position:absolute;top:60px;right:20px;padding:20px;max-width:250px;width:100%}@media screen and (min-width:1280px){nav{max-width:100%}}nav.is-open{border-bottom:4px solid #ed1374;box-shadow:0 5px 10px #1e191a;display:block;z-index:9}nav.is-open .card{background:none;box-shadow:none}nav.is-open a{padding:5px 0}nav .active{color:#ed1374}@media screen and (min-width:1280px){nav{display:block;position:relative;top:0;right:0;padding:0;width:100%}.nav-main,.nav-secondary{display:flex;align-items:center;max-width:1500px}.nav-main{justify-content:flex-end;margin-bottom:30px}.nav-main ul{display:flex;gap:20px}.nav-main ul li{width:120px;text-align:center}.nav-main ul li a{padding:5px 0}.nav-secondary{font-weight:600;justify-content:space-between}.nav-secondary a{padding:10px 40px}.nav-secondary>a{color:#ed1374}.nav-secondary>a:hover{color:orange}.nav-secondary ul{display:flex}.nav-secondary ul li:nth-child(2)>a{color:orange}.nav-secondary ul li:nth-child(2)>a:hover{color:#ed1374}}section{margin-bottom:20px}.card{background-color:#f2f2f2;box-shadow:5px 4px 10px rgba(30,25,26,.11)}.card-gradient-container{border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:20px;background:linear-gradient(90deg,#fe3479,#ff652c)}@media screen and (min-width:1700px){.card-gradient-container{padding:20px;margin-right:0}}.card-gradient{background-color:transparent;display:flex;flex-direction:column;justify-content:space-between}.card-pink{background-color:#feedf4}.font-bold{font-weight:700!important}.font-18{font-size:18px}.font-24{font-size:24px}.grid-container{display:grid;gap:20px}.grid-container .grid-item{padding:30px 15px}.grid-container .grid-item .grid-item-logo{display:block;font-weight:500;margin:0 auto 40px;text-align:center}.grid-container .grid-item p{text-align:justify}.grid-container .grid-item .grid-item-header{height:52px;position:relative;top:0}.grid-container .grid-item .grid-item-row{display:flex;text-align:justify;color:#fff;font-weight:100;position:relative;top:0}.grid-span-2{grid-column:span 2/auto!important}.grid-span-3{grid-column:span 3/auto!important}@media screen and (min-width:992px){.grid-row-2-4{grid-row-start:2!important;grid-row-end:4!important}}@media screen and (min-width:992px){.grid-col-start-2{grid-column-start:2!important}}@media screen and (min-width:992px){.grid-row-start-4{grid-row-start:4!important}}.mb-20{margin-bottom:20px}.mt-20{margin-top:20px}.p-xs{padding:10px}.pr-m{padding-right:20px!important}.text-center{text-align:center!important}.text-primary{color:#ed1374!important}.wrapper{max-width:1500px;margin:auto;padding:0 20px}.position-relative{position:relative}.about section:first-child{align-items:center;position:relative}@media screen and (min-width:768px){.about section:first-child{grid-template-columns:1fr 1fr}}@media screen and (min-width:1280px){.about section:first-child{grid-template-columns:1.5fr 1fr}}.about section:first-child .grid-item{max-width:750px;padding:40px}@media screen and (min-width:1280px){.about section:first-child .grid-item{padding:60px}}.about section:first-child .grid-item h1{font-size:clamp(1.5rem,4vw,4rem);text-align:center;font-weight:400;margin-bottom:40px}.about section:first-child .grid-item p{margin-bottom:60px}.about section:first-child img{border-radius:5px;height:100%;object-fit:cover;width:100%;grid-row-start:1}@media screen and (min-width:768px){.about section:first-child img{grid-column-start:2}}@media screen and (min-width:992px){.about section:nth-child(2){grid-template-columns:1fr 1.5fr}}.about section:nth-child(2) h2{font-size:clamp(1.3rem,4vw,4.5rem)}@media screen and (min-width:1280px){.about section:nth-child(2) .card-gradient-container{padding:60px 100px}}.about section:nth-child(2) button{font-size:20px;margin:auto;padding:20px 80px}.authentication{position:relative}.authentication .authentication-title{font-size:60px;text-align:center}.authentication .card{padding:15px 10px}.contact .grid-item h1{line-height:1;font-weight:600!important;font-size:42px!important}.contact a{grid-row-start:2}@media screen and (min-width:768px){.contact a{grid-row-start:1;grid-column-start:2}}.contact a span{display:block;padding:10px 20px}@media screen and (min-width:768px){.contact a span{width:70%}}.contact .contact-wrapper{display:grid;grid-template-columns:1fr;grid-gap:20px}@media screen and (min-width:768px){.contact .contact-wrapper{grid-template-columns:1fr 1fr 1fr 1fr}}.contact .contact-wrapper .card{text-align:center;padding:20px;margin-bottom:20px}.contact .contact-wrapper .card a{display:block}.downloads{position:relative}@media screen and (min-width:768px){.downloads{grid-template-columns:1fr 1fr}}.downloads.grid-container .grid-item{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:70px 30px;text-align:center}.downloads.grid-container .grid-item .btn{margin:0 auto}.downloads .downloads-img{margin-bottom:80px;width:100%}.downloads .downloads-img.winmentor{max-width:300px}.downloads .downloads-img.winmentor-enterprise{margin-top:50px;max-width:500px}.home section:first-child{align-items:center;position:relative}@media screen and (min-width:768px){.home section:first-child{grid-template-columns:1fr 1fr}}@media screen and (min-width:1280px){.home section:first-child{grid-template-columns:1.5fr 1fr}}.home section:first-child .grid-item{max-width:750px;padding:40px}.home section:first-child .grid-item h1{font-size:clamp(1.5rem,4vw,4rem);text-align:center;font-weight:400;margin-bottom:20px}.home section:first-child .grid-item p{margin-bottom:60px}.home section:first-child img{border-radius:5px;height:100%;object-fit:cover;width:100%;grid-row-start:1}@media screen and (min-width:768px){.home section:first-child img{grid-column-start:2}}@media screen and (min-width:1280px){.home section:nth-child(2){grid-template-columns:repeat(4,1fr)}}.home section:nth-child(2) .grid-item{grid-column:span 3/auto}@media screen and (min-width:1280px){.home section:nth-child(2) .grid-item{grid-column:unset}}.home section:nth-child(2) .grid-item h2,.home section:nth-child(2) .grid-item p{color:#ed1374}.home section:nth-child(2) .grid-item h2{font-size:5rem;line-height:1;margin-bottom:20px}@media screen and (min-width:1280px){.home section:nth-child(2) .grid-container{grid-template-columns:repeat(3,1fr)}}.home section:nth-child(2) .grid-container .grid-item-logo{color:#fff}.home section:nth-child(2) .grid-container .card-gradient button{margin-top:40px}.home section:nth-child(2) .grid-container p{color:#fff;font-weight:100}@media screen and (min-width:992px){.home section:nth-child(3){grid-template-columns:repeat(4,1fr)}}.home section:nth-child(3) h3{text-transform:uppercase}.home section:nth-child(3) .more-info{display:flex;flex-direction:column}.home section:nth-child(3) .more-info a>button{width:100%}.home section:nth-child(3) .overflow-item{font-weight:700;font-size:20px;padding-bottom:15px}.home section:nth-child(3) .grid-item,.home section:nth-child(3)>div{grid-column:span 2/auto}@media screen and (min-width:992px){.home section:nth-child(3) .grid-item,.home section:nth-child(3)>div{grid-column:unset}}.home section:nth-child(3) .grid-item{text-align:center;display:flex;flex-direction:column}.home section:nth-child(3) .grid-item .d-flex-row-left{display:flex;text-align:left}.home section:nth-child(3) .grid-item .d-contents{display:contents}.home section:nth-child(3) .grid-item h2{font-size:4rem;font-weight:400;line-height:1;text-align:left;margin:revert}.home section:nth-child(3) .grid-item.erptools-addon p{margin-bottom:40px}.home section:nth-child(3) .grid-item .erptools-mobile{font-weight:500;margin:60px auto 0}.home section:nth-child(3) .grid-item .erptools-mobile img{width:300px}.home section:nth-child(3) .grid-item .erptools-mobile span{font-size:16px}.home section:nth-child(3) .grid-item .erptools-mobile p{font-size:16px;margin-top:20px}.home section:nth-child(4) .grid-item{grid-column:span 3/auto}@media screen and (min-width:1280px){.home section:nth-child(4) .grid-item{grid-column:unset}}@media screen and (min-width:1280px){.home section:nth-child(4){grid-template-columns:repeat(4,1fr)}}.home section:nth-child(4) h2{color:#ed1374;font-size:100px;line-height:1}.home section:nth-child(4) .grid-inner-container{display:grid;gap:40px}@media screen and (min-width:768px){.home section:nth-child(4) .grid-inner-container{grid-template-columns:repeat(2,1fr)}}.home section:nth-child(4) .grid-inner-container .grid-inner-item{position:relative;display:flex;flex-direction:column;justify-content:space-between}.home section:nth-child(4) .grid-inner-container .grid-inner-item h4{font-weight:700;padding-bottom:10px}.home section:nth-child(4) .grid-inner-container .grid-inner-item p{margin-bottom:20px}.home section:nth-child(4) .grid-inner-container .grid-inner-item button{margin:0 0 0 auto}.home section:nth-child(4) .grid-inner-container .grid-inner-item:last-child .grid-inner-border{border-bottom:none}.home section:nth-child(4) .grid-inner-container .grid-inner-item .grid-inner-border{border-bottom:1px solid #ed1374;bottom:-20px;position:absolute;width:100%}@media screen and (min-width:768px){.home section:nth-child(4) .grid-inner-container .grid-inner-item .grid-inner-border{border-bottom:none;bottom:0}.home section:nth-child(4) .grid-inner-container .grid-inner-item .grid-inner-border.border-right{border-right:1px solid #ed1374;height:100%;right:-20px;pointer-events:none}.home section:nth-child(4) .grid-inner-container .grid-inner-item .grid-inner-border.border-bottom{border-bottom:1px solid #ed1374;width:100%;bottom:-20px;pointer-events:none}.home section:nth-child(4) .grid-inner-container .grid-inner-item .grid-inner-border.border-left{border-left:1px solid #ed1374;height:100%;left:-21px;pointer-events:none}.home section:nth-child(4) .grid-inner-container .grid-inner-item .grid-inner-border.border-top{border-top:1px solid #ed1374;width:100%;top:-21px;pointer-events:none}}.home section:nth-child(6){grid-template-columns:repeat(3,1fr);margin-bottom:80px}.home section:nth-child(6) img{width:100%}@media screen and (min-width:768px){.home section:nth-child(6){grid-template-columns:repeat(6,1fr)}}@media screen and (min-width:992px){.home section:nth-child(6){grid-template-columns:repeat(9,1fr)}}@media screen and (min-width:1280px){.home section:nth-child(6){grid-template-columns:repeat(12,1fr)}}@media screen and (min-width:992px){.home section:nth-child(7){grid-template-columns:repeat(3,1fr)}}.home section:nth-child(7) h4{font-weight:700;padding-bottom:40px}.home section:nth-child(7) p{padding-bottom:40px}.home section:nth-child(8){display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:40px 0}.home section:nth-child(8)>div{margin-bottom:30px;text-align:center;width:100%}@media screen and (min-width:1280px){.home section:nth-child(8)>div{margin-bottom:0;text-align:left;width:auto}}@media screen and (min-width:992px){.home section:nth-child(8) .grid-container{grid-template-columns:repeat(5,1fr)}.home section:nth-child(8) .grid-container a{border-left:1px solid #ed1374;display:block;padding:0 20px 0 40px}.home section:nth-child(8) .grid-container a:first-child{border-left:none}}@media screen and (min-width:992px) and (min-width:1280px){.home section:nth-child(8) .grid-container a:first-child{border-left:1px solid #ed1374}}@media screen and (min-width:992px){.home section:nth-child(8) .grid-container a:last-child{border-right:none}}@media screen and (min-width:992px) and (min-width:1280px){.home section:nth-child(8) .grid-container a:last-child{border-right:1px solid #ed1374;padding-right:40px}}.home .sec-10 h2{color:#ed1374;font-size:clamp(4rem,6vw,100px);line-height:1;text-transform:uppercase}.home .sec-11.card-gradient-container{border-radius:5px;color:#fff;margin:0;padding:20px 0}.home .sec-11.card-gradient-container .card-gradient{padding:20px 10px}@media screen and (min-width:992px){.home .sec-11.card-gradient-container .grid-container{grid-template-columns:5fr 1fr;gap:40px}}.home .sec-11.card-gradient-container .grid-container svg{width:100%;height:90px;margin-bottom:10px}.home .sec-11.card-gradient-container .grid-container a{color:#fff;padding:10px;text-align:center}@media screen and (min-width:568px){.projects{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.projects{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1280px){.projects{grid-template-columns:repeat(6,1fr)}}.projects.grid-container .grid-item p{text-align:center}.projects img{margin-bottom:5px;width:100%;object-fit:cover}.projects .projects-title{font-weight:700;margin-bottom:20px;text-align:center}.analysis .whats-next{padding:30px;display:flex;flex-direction:column}@media screen and (min-width:1280px){.analysis .whats-next{flex-direction:row}}.analysis .whats-next h2{font-size:66px;line-height:1;color:#ec1b73;font-weight:700}@media screen and (min-width:1280px){.analysis .whats-next h2{width:30%;margin-right:20px}}.analysis .whats-next ul{margin-left:40px;position:relative}.analysis .whats-next ul:before{content:" ";position:absolute;z-index:1;display:block;width:25px;height:100%;left:-34px;background:linear-gradient(180deg,#ff652c,#fe3479);border-radius:20px;padding-bottom:5px}.analysis .whats-next ul li{font-size:16px;padding-bottom:15px;position:relative}.analysis .whats-next ul li:before{content:"→";left:-30px;top:2px;position:absolute;z-index:2;font-weight:700;color:#fff}.analysis .whats-next ul li:last-child{padding-bottom:0}.test{padding-right:100px;position:relative}@media screen and (min-width:992px){.test .grid-container{grid-template-columns:1.5fr 1fr;gap:30px}}.test .grid-container h2{color:#ed1374;font-size:clamp(4rem,6vw,80px);line-height:1;text-transform:uppercase}@keyframes line_animation{0%{left:50%;width:0}to{left:0;width:100%}}.animate{background-color:#fff;height:2px;animation-name:line_animation;animation-timing-function:linear;animation-duration:.3s;position:relative;top:5px}.badge-support{position:sticky;background:transparent linear-gradient(215deg,#e11762,#ec5323) 0 0 no-repeat padding-box;font-family:Source Sans Pro,Bold;font-weight:700;border-radius:50%;height:102px;width:102px;border-bottom-right-radius:0;border:5px solid #fff;color:#fff;padding:10px;float:right;bottom:20px}@media screen and (min-width:1700px){.badge-support{margin-right:-35px}}.badge-support-vechi{position:sticky;background:linear-gradient(90deg,#fe3479,#ff652c);border-radius:10px;border-bottom-right-radius:0;box-shadow:5px 4px 10px rgba(30,25,26,.11);color:#fff;padding:25px 50px 25px 20px;float:right;bottom:20px;margin-right:20px}@media screen and (min-width:1700px){.badge-support-vechi{margin-right:-50px}}.badge-support-hover:hover{cursor:pointer;transform:scale(1.1);transition:.25s linear}.support-widget{display:none;z-index:1;height:100%;width:100%;position:sticky;background:linear-gradient(69deg,#e70e6c,#f1651f);border-radius:10px;border:5px solid;color:#fff;height:250px;max-width:350px;padding:20px 50px 65px;text-align:center;float:right;bottom:20px;-webkit-animation-name:animatebottom;-webkit-animation-duration:.4s;animation-name:animatebottom;animation-duration:.4s;margin-right:0}@media screen and (min-width:1700px){.support-widget{margin-right:-80px}}.support-widget .login-title{padding-bottom:35px}.support-widget input{border:none;display:block;height:100%;width:100%;padding:6px 12px 6px 25px;outline:none}.support-widget .login-input{height:30px;margin-bottom:15px;position:relative}.support-widget .login-input .input-icon{position:absolute;left:5px;top:50%;transform:translateY(-50%);color:grey}.support-widget .btn{margin-top:auto;padding:7px 10px}.close{position:absolute;color:#fff;float:right;font-size:36px;font-weight:700;top:0;right:0;padding:0 10px}.close:focus,.close:hover{color:grey;text-decoration:none;cursor:pointer}@-webkit-keyframes animatebottom{0%{bottom:-300px;opacity:0}to{bottom:20px;opacity:1}}@keyframes animatebottom{0%{bottom:-300px;opacity:0}to{bottom:20px;opacity:1}}.support-wrapper{max-width:1500px;margin:auto}.breadcrumb{padding-bottom:30px}.breadcrumb ul{display:flex}.breadcrumb ul li:last-child{color:#ed1374}.breadcrumb ul li:after{content:"←";padding:0 5px}.breadcrumb ul li:last-child:after{content:""}.dropdown{position:relative;text-align:center;background-color:#fff;box-shadow:5px 5px 10px 4px rgba(30,25,26,.11);display:none;z-index:9}@media screen and (min-width:1280px){.dropdown{position:absolute}}.dropdown ul{display:block}.dropdown ul li:after{content:"";display:block;border-bottom:2px solid;margin:auto;width:10px}.dropdown ul li:last-child:after{display:none}.dropdown ul li a{padding:8px 10px}.login-box{background:linear-gradient(90deg,#fe3479,#ff652c);border-radius:20px;border:5px solid;color:#fff;display:grid;height:340px;margin:120px auto;max-width:450px;padding:20px 50px 65px;text-align:center}.login-box .login-title{padding-bottom:35px}.login-box input{border:none;display:block;height:100%;width:100%;padding:6px 12px 6px 25px;outline:none}.login-box .login-input{height:36px;margin-bottom:15px;position:relative}.login-box .login-input .input-icon{position:absolute;left:5px;top:50%;transform:translateY(-50%);color:grey}.login-box .btn{margin-top:auto}.need-erp-tools{display:flex;align-items:center;justify-content:center;padding:15px;flex-direction:column;margin-bottom:40px}@media screen and (min-width:568px){.need-erp-tools{flex-direction:row}}.need-erp-tools h1{font-size:60px}@media screen and (min-width:568px){.need-erp-tools h1{margin-right:20px}}.need-erp-tools .logo{display:flex}.need-erp-tools .logo img{height:40px;margin-top:10px}