@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap);
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;font-size:100%;vertical-align:baseline}a{text-decoration:none}a:active,a:hover{outline:0}li,ul{list-style-type:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}*,:after,:before,html{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}audio,img,video{max-width:100%;height:auto}audio,canvas,iframe,img,svg,video{vertical-align:middle}iframe{border:0}textarea{resize:none;overflow:auto;vertical-align:top;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}button,input,select,textarea{outline:none;border:none;font-size:100%;margin:0}button,input{line-height:normal}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}body,html{height:100%;overflow-x:hidden}html{font-size:62.5%}body{margin:0;padding:0;background:#fff;color:#222;font-family:Open Sans,sans-serif;font-weight:400;font-size:1.4rem}h1{font-size:2.4rem;text-align:center;margin-bottom:40px}h1,h2{font-weight:700}h2{font-size:1.8rem}h2.page-title{margin-top:64px;margin-bottom:32px}h3{font-size:2.2rem}a{color:#222;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.container{padding:0 10px}.underlined{position:relative}.underlined:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:2px;background-color:#3f51b5;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.underlined:hover{color:#3f51b5}.underlined:hover:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left}.header{width:100%;height:100px}.header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:inherit}.header .container .header-logo svg{width:152px;height:49px}.header .container .header-logo svg path{-webkit-transition:fill .3s ease-out;-o-transition:fill .3s ease-out;transition:fill .3s ease-out}.header .container .header-logo:hover svg path{fill:#3f51b5}.header .container .header-links__item{margin-left:90px}.header .container .header-links--mobile{position:fixed;left:-2000px;height:90vh;width:100vw;opacity:0;-webkit-transition:opacity .5s ease,-webkit-transform .3s ease;transition:opacity .5s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,opacity .5s ease;transition:transform .3s ease,opacity .5s ease;transition:transform .3s ease,opacity .5s ease,-webkit-transform .3s ease;z-index:999}.header .container .header-links--mobile.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:100px;left:0;opacity:1;background-color:#fff}.header .container .header-links--mobile.active .header-links__item{margin-top:100px;font-size:2rem}.header .container .header-toggle{width:50px;height:50px;padding:12.5px 0;border-radius:50%;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:rgba(0,0,0,0);cursor:pointer}.header .container .header-toggle__line{width:20px;height:2px;background:#222;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.header .container .header-toggle.active .header-toggle__line:first-of-type{-webkit-transform:translateY(9px) rotate(45deg);-ms-transform:translateY(9px) rotate(45deg);transform:translateY(9px) rotate(45deg)}.header .container .header-toggle.active .header-toggle__line:nth-of-type(2){-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);opacity:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.header .container .header-toggle.active .header-toggle__line:nth-of-type(3){-webkit-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.footer{border-top:1px solid #e0e0e0;margin-top:32px;padding-top:20px;padding-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__text{color:rgba(0,0,0,.5);text-align:center}.main-btn{width:280px}.main-btn .MuiButton-label{font-size:1.8rem;text-transform:none}.textfield-main .MuiFormLabel-root,.textfield-main .MuiInputBase-root,.textfield-small .MuiFormLabel-root,.textfield-small .MuiInputBase-root{font-size:1.4rem!important}.textfield-main .PrivateNotchedOutline-legendLabelled-3,.textfield-main .PrivateNotchedOutline-legendLabelled-15,.textfield-small .PrivateNotchedOutline-legendLabelled-3,.textfield-small .PrivateNotchedOutline-legendLabelled-15{font-size:1.1rem!important}.textfield-small{width:120px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.paper-analysis{width:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding-top:20px;padding-bottom:20px;margin-top:32px}.paper-analysis__text{font-size:1.6rem;height:60px}.paper-analysis__count{font-weight:600;font-size:2.4rem}.paper-analysis__checkboxes{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.on-dev-section{padding-top:64px}.main-card{padding:32px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.main-card__title{font-size:24px;font-weight:600;text-align:center;margin-bottom:20px}.main-card__btn{width:100%}.first-section{padding-top:20px}.first-section .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wavy-section{position:relative;width:100%}.wavy-section #bottom-wave,.wavy-section #top-wave{position:relative;width:100%;height:auto}.wavy-section #top-wave{top:2px}.wavy-section #bottom-wave{bottom:2px}.wavy-section .content{background-color:#3f51b5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:100px;padding-bottom:100px}.wavy-section .content__title{color:#fff;text-align:center;max-width:800px}.wavy-section .content__text{color:#fff;width:36%;text-align:center;margin-top:16px}.human-section{padding-bottom:64px}.human-section .content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:100px;padding-bottom:20px}.human-section .content__title{text-align:center;max-width:550px}.human-section .content__text{width:50%;text-align:center;margin-top:16px}.human-section .content #human{width:250px;height:auto;position:absolute;left:0;top:70px;display:none}.login-section{position:relative;padding-top:16px}.login-section h2{margin-bottom:32px}.login-section .login-form{width:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.login-section .login-form .form-item{margin-bottom:20px}.login-section #login-image{position:absolute;top:50px;right:10%;display:none}.signup-section{position:relative;padding-top:16px}.signup-section h2{margin-bottom:32px}.signup-section .signup-form{width:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.signup-section .signup-form .form-item{margin-bottom:20px}.signup-section #signup-image{position:absolute;right:18%;display:none}.main-card-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}.user-statistics-section{padding-top:64px}.user-statistics-section .content-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.user-statistics-section .box-info{height:100%;padding:32px 64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.user-statistics-section .box-info__title{font-size:26px;font-weight:700;margin-bottom:16px}.user-statistics-section .box-info__text{margin-bottom:8px}.user-statistics-section .box-info__subject{font-weight:600}.user-statistics-section .box-info .main-btn{margin-top:16px;width:100%}.user-statistics-section h2{margin-bottom:32px}.user-statistics-section h4{margin-top:8px}.user-statistics-section h4+h4{margin-bottom:20px}.user-statistics-section .donut-chart{max-width:600px}.user-statistics-section .bar-chart{margin-top:64px}.user-analysis-section .analysis-text{padding-top:22px;padding-bottom:32px}.user-analysis-section .analysis-text__item{margin-top:10px}.user-analysis-section .donut-chart{max-width:600px;margin-top:32px}.user-analysis-section .analysis-tariff{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-analysis-section .analysis-tariff__mark{margin-left:10px}.user-analysis-section .analysis-tariff__title{margin-top:16px;margin-bottom:24px}.user-analysis-section .analysis-tariff__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:40px}.user-analysis-section .analysis-efficiency h3{margin-top:16px;margin-bottom:16px}.user-analysis-section .analysis-efficiency .analysis-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:768px){body{font-size:1.8rem}h1{font-size:4.8rem}h2{font-size:2.8rem}.container{max-width:85%}.footer{margin-top:64px}.first-section{padding-top:50px}.wavy-section .content__text{margin-top:32px}.human-section .content{padding-top:32px;padding-bottom:30px}.human-section .content__text{margin-top:32px}.login-section{padding-top:32px}.login-section #login-image{display:block;width:280px;height:auto}.signup-section{padding-top:32px}.signup-section #signup-image{display:block;width:300px;height:auto;top:25%}}@media (min-width:480px){h1{font-size:3.2rem}h2{font-size:2rem}.container{max-width:90%;margin:auto;padding:0}}@media (min-width:1024px){h1{font-size:5.2rem;line-height:7rem}h2{font-size:3.6rem}.container{max-width:85%}.footer{margin-top:100px}.first-section{padding-top:80px}.human-section .content{margin-top:100px}.human-section .content #human{display:block}.login-section{padding-top:64px}.login-section #login-image{width:auto}.signup-section{padding-top:64px}.signup-section #signup-image{top:0;width:auto}}@media (max-width:768px){h2.page-title{margin-top:32px;margin-bottom:16px}.header{height:60px}.header .container .header-logo svg{width:110px}.header .container .header-links{display:none}.header .container .header-links__item{margin-left:0!important}.header .container .header-links--mobile.active{top:60px}.header .container .header-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:1440px){.container{max-width:1140px}.first-section{padding-top:100px}.login-section #login-image,.signup-section #signup-image{right:15%}}@media (max-width:1024px){.header .container .header-links__item{margin-left:50px}.human-section .content__text,.wavy-section .content__text{width:50%}}@media (min-width:1024px) and (max-width:1440px){.human-section .content #human{left:0}}@media screen and (max-width:1254px){.user-statistics-section .box-info{margin-top:32px;padding:32px}}@media screen and (max-width:768px){.user-analysis-section .analysis-efficiency .analysis-check{-ms-flex-pack:distribute;justify-content:space-around}}
