@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{box-sizing:border-box;padding:0;margin:0}body,html{font-family:Roboto,sans-serif;width:100%;min-height:100vh;overflow-x:hidden;cursor:default}a{color:inherit;text-decoration:none}.container{width:100%;min-height:100vh}.container.padding{padding:50px 20px}.container.centered{display:flex;align-items:center;justify-content:center}#home{color:#fff}#home,#home .top{display:flex;flex-direction:column}#home .top{align-items:center;justify-content:center;gap:40px;background-color:#2d343c;padding:60px 20px}#home .top .powered-by-wrap{display:flex;gap:20px;align-items:center}#home .top .powered-by-wrap .text{font-size:1.2em}@media screen and (max-width:770px){#home .top .powered-by-wrap{flex-direction:column}}#home .top .title-wrap{display:flex;flex-direction:column;align-items:center;gap:15px;text-align:center}#home .top .title-wrap .title{color:#24b6aa}#home .multiline-text{min-height:350px}#home .cid-wrap{display:flex;align-items:center;gap:15px;margin-top:20px;margin-bottom:20px}#home .presentation-section .text-wrap{display:flex;flex-direction:column}#home .presentation-section .text-wrap .buttons{align-self:flex-end}@media screen and (max-width:770px){#home .presentation-section .text-wrap .buttons{display:flex;flex-direction:row;justify-content:center;width:100%}}#home .presentation-section .text-wrap .buttons .button{border:none;outline:none;background-color:#e6e6e6;transition:all .3s ease;padding:15px 25px;color:#000!important;cursor:pointer}#home .presentation-section .text-wrap .buttons .button:first-child{border-top-left-radius:8px}#home .presentation-section .text-wrap .buttons .button:nth-child(2){border-left:1px solid #dbd6d6!important;border-right:1px solid #dbd6d6!important}#home .presentation-section .text-wrap .buttons .button:last-child{border-top-right-radius:8px}#home .presentation-section .text-wrap .buttons .button[data-active=true]{background-color:#24b6aa;color:#fff!important}#home .section{justify-content:center;width:100%;min-height:300px;padding:60px 20px}#home .section,#home .section.buttons{display:flex;flex-direction:column;align-items:center}#home .section.buttons{gap:20px;padding:30px 20px;min-height:200px}#home .section.buttons .button{max-width:850px!important;width:100%!important}#home .section .card{display:flex;flex-direction:column;gap:20px;background-color:#fff;min-height:400px;width:100%;max-width:850px;border-radius:10px;padding:20px}#home .section .card .title{color:#24b6aa}#home .section.grey{background-color:#e3e3e3}#home .section.yellow{background-color:#fff7ed}#home .section.blue{background-color:#e0ecf4}#home .section.orange{background-color:#ffedd8}.vp-details{display:flex;flex-direction:column;gap:20px;width:100%;max-width:850px}.vp-details .details{display:flex;gap:15px;align-items:center;padding:15px 20px;border-radius:7px;background-color:#fff;width:100%;box-shadow:0 3px 7px rgba(0,0,0,.1);color:#000;word-break:break-all}.vp-details .details .title{color:#24b6aa;font-weight:600;max-width:120px;width:100%;display:flex;justify-content:space-between}@media screen and (max-width:770px){.vp-details .details{flex-direction:column;align-items:flex-start}.vp-details .details .title{max-width:max-content}}.button{text-transform:none!important;font-size:1em!important;padding-left:20px!important;padding-right:20px!important;gap:7px!important}.button:not(.MuiLoadingButton-loading):not(.Mui-disabled){border-color:#24b6aa!important;color:#24b6aa!important}.button:not(.MuiLoadingButton-loading):not(.Mui-disabled).MuiButton-contained{background-color:#24b6aa!important;color:#fff!important}.button:not(.MuiLoadingButton-loading):not(.Mui-disabled).MuiButton-contained .icon{color:#fff!important}.button:not(.MuiLoadingButton-loading):not(.Mui-disabled).MuiButton-sizeLarge{padding:15px;max-height:50px}.button:not(.MuiLoadingButton-loading):not(.Mui-disabled).bg-delete{background-color:#f94c66!important}.icon-button .icon{font-size:.8em;transition:all .3s ease}.icon-button .icon.line-shape{transform:rotate(-45deg)}.icon-button.hover-theme:hover .icon{color:#24b6aa}.input.search{width:100%;background-color:#fff}.input label.Mui-focused:not([class*=Mui-error]){color:#24b6aa!important}.input .Mui-focused:not([class*=Mui-error]) .MuiOutlinedInput-notchedOutline,.input .Mui-focused:not([class*=Mui-error]):after,.input .Mui-focused:not([class*=Mui-error]):before{border-color:#24b6aa!important}.input.no-arrows input[type=number]::-webkit-inner-spin-button,.input.no-arrows input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none!important}.checkbox-label{max-width:max-content}.checkbox-label .checkbox,.checkbox-label .checkbox.Mui-checked{color:#24b6aa!important}.checkbox-label .MuiTypography-root{color:#000!important}.skeleton{width:100%;transform:inherit!important}