@import"https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap";:root{--row-padding: 0;--col-padding: 8px}body.sb-show-main.sb-main-padded{padding:15px}*.nunito{font-family:Nunito,sans-serif}.document-grabbing{cursor:grabbing!important}h1{font-size:36px;font-weight:600;margin:0}h2{font-size:32px;font-weight:500;margin:0}h3{font-size:24px;font-weight:500;margin:0}h4{font-size:18px;font-weight:500;margin:0}h5{font-family:Nunito,sans-serif;font-size:24px;font-weight:400;margin:0}.fade-enter{position:absolute;opacity:0}.fade-enter-active{transition:opacity .2s ease;position:absolute;opacity:1}.fade-exit{position:absolute;opacity:1}.fade-exit-active{transition:opacity .15s ease;position:absolute;opacity:0}*{box-sizing:border-box}*::-webkit-scrollbar-track{background-color:#f8f9f7;border-radius:20px}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-thumb{transition:all .25s ease;border-radius:10px;background-color:#cdd3cd;border-width:3px;border-style:solid;border-color:#f8f9f7}*::-webkit-scrollbar-thumb:hover{border-width:2px;background-color:#bfc7bf}*::-webkit-scrollbar-button{display:none}.scroll-white::-webkit-scrollbar-track{background-color:#fefefe;border-radius:20px}.scroll-white::-webkit-scrollbar-thumb{background-color:#cdd3cd;border-color:#fefefe}.scroll-white::-webkit-scrollbar-thumb:hover{background-color:#bfc7bf}.icon-component{fill:currentcolor;width:1em;height:1em;display:inline-block;font-size:1.5rem;flex-shrink:0;-webkit-user-select:none;user-select:none}:root .loader-three-dots-size-1{--td-ball-size: 8px;--td-transform-y-from: 5px;--td-transform-y-to: -5px;--margin-size: 2px}:root .loader-three-dots-size-2{--td-ball-size: 10px;--td-transform-y-from: 6px;--td-transform-y-to: -6px;--margin-size: 2px}:root .loader-three-dots-size-3{--td-ball-size: 12px;--td-transform-y-from: 8px;--td-transform-y-to: -8px;--margin-size: 3px}:root .loader-three-dots-size-4{--td-ball-size: 20px;--td-transform-y-from: 15px;--td-transform-y-to: -15px;--margin-size: 3px}.loader-three-dots{display:flex;justify-content:center;align-items:center}.loader-three-dots.loader-three-dots-primary>div{background-color:#3fa110}.loader-three-dots.loader-three-dots-secondary>div{background-color:#fefefe}.loader-three-dots.loader-three-dots-dark>div{background-color:#323c32}.loader-three-dots div{width:var(--td-ball-size);height:var(--td-ball-size);border-radius:50%;margin:var(--margin-size);animation:loader .6s infinite alternate;transform:translateY(var(--td-transform-y-from))}.loader-three-dots>div:nth-child(2){animation-delay:.2s}.loader-three-dots>div:nth-child(3){animation-delay:.4s}@keyframes loader{to{opacity:.4;transform:translateY(var(--td-transform-y-to))}}.component-button{display:flex;align-items:center;justify-content:center;font-weight:600;border-radius:9px;padding:4px 8px;font-size:16px;font-family:Nunito,sans-serif;border:1px solid;position:relative;-webkit-user-select:none;user-select:none;letter-spacing:.75px;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}.component-button.component-button-w100{width:100%}.component-button:focus{outline:none}.component-button .component-button-icon{position:relative;height:0;display:flex;justify-content:center;align-items:center}.component-button .component-button-icon svg{max-height:20px}.component-button .component-button-icon.component-button-left-icon{margin-right:4px}.component-button .component-button-icon.component-button-right-icon{margin-left:4px}.component-button .component-button-label{font-family:inherit}.component-button-loader{position:absolute;display:flex;align-items:center;justify-content:center}.component-button-hide{opacity:0}.component-button:disabled{border-color:#cdd3cd;background-color:#f8f9f7}.component-button:disabled.component-button-default-primary{border-color:#0000;background-color:#0000}.component-button:not(:disabled){cursor:pointer}.component-button:not(:disabled).component-button-primary{background-color:#3fa110;border-color:#3fa110;color:#fefefe}.component-button:not(:disabled).component-button-primary:focus{border-color:#3fa110}.component-button:not(:disabled).component-button-primary:hover{border-color:#368a0e;background-color:#368a0e}.component-button:not(:disabled).component-button-primary:active{border-color:#368a0e;background-color:#368a0e;transform:scale(.95)}.component-button:not(:disabled).component-button-primary-dark{background-color:#33820d;border-color:#33820d;color:#fefefe}.component-button:not(:disabled).component-button-primary-dark:focus{border-color:#33820d}.component-button:not(:disabled).component-button-primary-dark:hover{border-color:#2a6b0b;background-color:#2a6b0b}.component-button:not(:disabled).component-button-primary-dark:active{border-color:#2a6b0b;background-color:#2a6b0b;transform:scale(.95)}.component-button:not(:disabled).component-button-primary-light{background-color:#d7e6c8;border-color:#d7e6c8;color:#3fa110}.component-button:not(:disabled).component-button-primary-light:focus{border-color:#d7e6c8}.component-button:not(:disabled).component-button-primary-light:hover{border-color:#cadeb6;background-color:#cadeb6}.component-button:not(:disabled).component-button-primary-light:active{border-color:#cadeb6;background-color:#cadeb6;transform:scale(.95)}.component-button:not(:disabled).component-button-secondary{background-color:#0000;border-color:#3fa110;color:#3fa110}.component-button:not(:disabled).component-button-secondary:active{transform:scale(.95)}.component-button:not(:disabled).component-button-secondary-white-background{background-color:#fefefe;border-color:#33820d;color:#33820d}.component-button:not(:disabled).component-button-secondary-white-background:active{border-color:#215408;transform:scale(.95)}.component-button:not(:disabled).component-button-danger{background-color:#e60000;border-color:#e60000;color:#fefefe}.component-button:not(:disabled).component-button-danger:focus{border-color:#e60000}.component-button:not(:disabled).component-button-danger:hover{border-color:#cd0000;background-color:#cd0000}.component-button:not(:disabled).component-button-danger:active{border-color:#cd0000;background-color:#cd0000;transform:scale(.95)}.component-button:not(:disabled).component-button-danger-darker{background-color:#803230;border-color:#803230;color:#fefefe}.component-button:not(:disabled).component-button-danger-darker:focus{border-color:#803230}.component-button:not(:disabled).component-button-danger-darker:hover{border-color:#6d2b29;background-color:#6d2b29}.component-button:not(:disabled).component-button-danger-darker:active{border-color:#6d2b29;background-color:#6d2b29;transform:scale(.95)}.component-button:not(:disabled).component-button-danger-darker-outline{background-color:#0000;border-color:#803230;color:#803230}.component-button:not(:disabled).component-button-danger-darker-outline:active{transform:scale(.95)}.component-button:not(:disabled).component-button-default{background-color:#0000;border-color:#0000;color:#323c32}.component-button:not(:disabled).component-button-default:focus{text-decoration:underline}.component-button:not(:disabled).component-button-default:hover{text-decoration:underline}.component-button:not(:disabled).component-button-default:active{transform:scale(.95)}.component-button:not(:disabled).component-button-black{background-color:#121212;border-color:#121212;color:#fefefe}.component-button:not(:disabled).component-button-black:active{transform:scale(.95)}.component-button:not(:disabled).component-button-default-primary{position:relative;background-color:#0000;border-color:#0000;color:#3fa110}.component-button:not(:disabled).component-button-default-primary:after{box-sizing:inherit;content:"";height:1px;width:0;position:absolute;bottom:4px;left:50%;transition:width .25s ease,transform .25s ease,left .25s ease;background-color:#3fa110}.component-button:not(:disabled).component-button-default-primary:not(:disabled):focus:after{left:8px;width:calc(100% - 16px)}.component-button:not(:disabled).component-button-default-primary:not(:disabled):hover:after{left:8px;width:calc(100% - 16px)}.component-button:not(:disabled).component-button-default-primary:not(:disabled):active{transform:scale(.95)}.component-button:not(:disabled).component-button-blue{background-color:#00708f;border-color:#00708f;color:#fefefe}.component-button:not(:disabled).component-button-blue:focus{border-color:#00708f}.component-button:not(:disabled).component-button-blue:hover{border-color:#005c76;background-color:#005c76}.component-button:not(:disabled).component-button-blue:active{border-color:#005c76;background-color:#005c76;transform:scale(.95)}.component-button:not(:disabled).component-button-header-primary{font-size:16px;background-color:#3fa110;color:#fefefe;border-color:#0000}.component-button:not(:disabled).component-button-header-primary .component-button-icon.component-button-left-icon{margin-right:8px}.component-button:not(:disabled).component-button-header-primary .component-button-icon.component-button-right-icon{margin-left:8px}.component-button:not(:disabled).component-button-header-primary .component-button-icon svg{width:20px;height:20px}.component-button:not(:disabled).component-button-header-secondary{font-size:16px;background-color:#0000;color:#3fa110;border-color:#0000}.component-button:not(:disabled).component-button-header-secondary .component-button-icon.component-button-left-icon{margin-right:8px}.component-button:not(:disabled).component-button-header-secondary .component-button-icon.component-button-right-icon{margin-left:8px}.component-button:not(:disabled).component-button-header-secondary .component-button-icon svg{width:20px;height:20px}.component-button:not(:disabled).component-button-header-user-primary{font-weight:300;font-size:16px;background-color:#3fa110;color:#fefefe;border-color:#0000}@media screen and (max-width: 575.98px){.component-button:not(:disabled).component-button-header-user-primary{padding:0}.component-button:not(:disabled).component-button-header-user-primary>.component-button-label{display:none}}.component-button:not(:disabled).component-button-header-user-primary .component-button-icon.component-button-left-icon{margin-right:8px}.component-button:not(:disabled).component-button-header-user-primary .component-button-icon.component-button-right-icon{margin-left:8px}.component-button:not(:disabled).component-button-header-user-primary .component-button-icon svg{width:20px;height:20px}.component-button:not(:disabled).component-button-header-user-secondary{padding:15px 0;font-weight:400;font-size:16px;background-color:#0000;color:#3fa110;border-color:#0000}@media screen and (max-width: 575.98px){.component-button:not(:disabled).component-button-header-user-secondary{padding:15px 0}.component-button:not(:disabled).component-button-header-user-secondary>.component-button-label{display:none}}.component-button:not(:disabled).component-button-header-user-secondary .component-button-icon.component-button-left-icon{margin-right:8px}.component-button:not(:disabled).component-button-header-user-secondary .component-button-icon.component-button-right-icon{margin-left:8px}.component-button:not(:disabled).component-button-header-user-secondary .component-button-icon svg{width:20px;height:20px}.component-button:not(:disabled).component-button-header-user-bold{padding:15px 0;font-weight:400;font-size:16px;background-color:#0000;color:#3fa110;border-color:#0000}@media screen and (max-width: 575.98px){.component-button:not(:disabled).component-button-header-user-bold{padding:15px 0}.component-button:not(:disabled).component-button-header-user-bold>.component-button-label{display:none}}.component-button:not(:disabled).component-button-header-user-bold .component-button-label{font-weight:700}.component-button:not(:disabled).component-button-header-user-bold .component-button-icon.component-button-left-icon{margin-right:8px}.component-button:not(:disabled).component-button-header-user-bold .component-button-icon.component-button-right-icon{margin-left:8px}.component-button:not(:disabled).component-button-header-user-bold .component-button-icon svg{width:20px;height:20px}.component-button:not(:disabled).component-button-header-user-bold:not(:disabled):active{transform:scale(.95)}.component-button-pauta{background-color:#3fa110;color:#fefefe}.component-button-pauta:disabled{background-color:#e0e0e0;color:#bdbdbd}.component-button-pauta .component-button-label{font-weight:300}@media screen and (max-width: 767.98px){.component-button-pauta{height:40px;width:100%!important;position:absolute!important;bottom:0;left:0;border-radius:0;border:none}}@media screen and (max-width: 575.98px){.component-button-bottom-mobile{position:fixed;bottom:0;left:0;width:100%;border-radius:0;transform:translateY(2px);z-index:970;min-height:50px}.component-button-bottom-mobile:active{transform:translateY(2px)!important}}.component-icon-button{-webkit-tap-highlight-color:rgba(0,0,0,.1);background-color:#0000;border:none;padding:0;transition:all .25s ease;display:flex;justify-content:center;align-items:center}.component-icon-button:focus{outline:none}.component-icon-button:disabled{color:#cdd3cd}.component-icon-button:not(:disabled):not(.grab-handle){cursor:pointer}.component-icon-button:not(:disabled):active{transform:scale(.9)}.component-icon-button:not(:disabled).component-icon-button-primary{color:#3fa110}.component-icon-button:not(:disabled).component-icon-button-secondary{color:#fefefe}.component-icon-button:not(:disabled).component-icon-button-gray{color:#cdd3cd}.component-icon-button:not(:disabled).component-icon-button-dark{color:#323c32}.component-icon-button:not(:disabled).component-icon-button-blue{color:#00708f}.component-modal-mask{background-color:#00000080;position:fixed;z-index:984;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.component-modal-mask,.component-modal-mask *{box-sizing:border-box;min-width:0}.component-modal-mask ::selection{color:#33820d;background-color:#d7e6c8!important}.component-modal-mask.mobile{align-items:flex-end!important}.component-modal{padding:0;margin:0;border:none;z-index:986;background-color:#f8f9f7;min-height:200px;max-height:calc(100vh - 200px);position:relative;border-radius:8px;max-width:calc(100vw - 30px);display:flex;flex-flow:column}.component-modal,.component-modal *{box-sizing:border-box;min-width:0}.component-modal ::selection{color:#33820d;background-color:#d7e6c8!important}.component-modal-full-screen{width:100vw;height:100dvh;border-radius:0;max-height:none!important;max-width:none!important}.component-modal-extra-large{width:900px}.component-modal-large{width:630px}.component-modal-small{width:410px}@media (max-width: 575.98px){.component-modal-small{width:100%}}.component-modal.mobile{width:100%;max-height:78dvh!important;max-width:100%!important;border-radius:8px 8px 0 0}.component-modal.mobile .component-modal-content{max-height:calc(80vh - 144px)!important}.component-modal.mobile .component-modal-footer{width:100%;background-color:#f8f9f7}.component-modal .component-modal-header{flex:0 1 56px;height:56px;min-height:56px;display:flex;position:relative;align-items:center;justify-content:flex-start;border-bottom:1px solid #cdd3cd}.component-modal .component-modal-header .component-modal-title{font-size:24px;font-weight:300;padding-left:24px;max-width:calc(100% - 42px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 767.98px){.component-modal .component-modal-header .component-modal-title{font-size:20px}}.component-modal .component-modal-header .component-modal-close-button{position:absolute;right:20px}.component-modal .component-modal-content{display:flex;flex:1 1 auto;flex-flow:column;overflow-y:auto;overflow-y:overlay;padding:24px}.component-modal .component-modal-content.compense{padding:calc(24px - var(--col-padding))}.component-modal .component-modal-footer{display:flex;justify-content:flex-end;align-items:center;padding:var(--col-padding);flex:0 1 auto;flex-wrap:wrap}.component-modal .component-modal-footer button{margin:var(--col-padding)}@media screen and (max-width: 575.98px){.component-modal .component-modal-footer button{width:100%!important}}.component-collapse{width:100%;overflow:hidden;transition:height .25s ease,opacity .25s ease}.component-collapse,.component-collapse *{box-sizing:border-box;min-width:0}.component-collapse ::selection{color:#33820d;background-color:#d7e6c8!important}.component-accordion{display:flex;flex-direction:column;width:100%;background-color:#fefefe;border-radius:4px}.component-accordion,.component-accordion *{box-sizing:border-box;min-width:0}.component-accordion ::selection{color:#33820d;background-color:#d7e6c8!important}.component-accordion .component-accordion-first-content{display:flex;height:73px;padding:24px 20px;width:100%;align-items:center;justify-content:space-between;transition:border-bottom .25s ease;border-bottom:1px solid rgba(0,0,0,0)}.component-accordion .component-accordion-first-content .component-accordion-label-icon{display:flex;align-items:center}.component-accordion .component-accordion-first-content .component-accordion-label-icon .component-accordion-icon{margin-right:16px;color:#323c32}.component-accordion .component-accordion-first-content .component-accordion-label-icon .component-accordion-label{cursor:default;-webkit-user-select:none;user-select:none;font-weight:600;font-size:18px;font-family:"Exo 2",sans-serif;color:#323c32}.component-accordion .component-accordion-first-content .component-accordion-arrow{color:#3fa110;cursor:pointer;transition:transform .25s ease;display:flex;align-items:center;justify-content:center}.component-accordion.component-accordion-opened .component-accordion-first-content{border-bottom:1px solid #cdd3cd}.component-accordion.component-accordion-opened .component-accordion-arrow{transform:rotate(180deg)}.component-accordion.component-accordion-shadow{box-shadow:0 1px 2px #5a645a4d}.action-card{position:relative;border-radius:8px;padding:16px 24px;width:100%;font-family:Nunito,sans-serif}.action-card,.action-card *{box-sizing:border-box;min-width:0}.action-card ::selection{color:#33820d;background-color:#d7e6c8!important}.action-card .action{margin-top:12px}.action-card .bar{position:absolute;left:0;top:0;width:8px;border-top-left-radius:8px;border-bottom-left-radius:8px;height:100%}.action-card.primary{background-color:#fefefe;color:#121212}.action-card.primary .bar{background-color:#3fa110}.action-card.secondary{background-color:#3fa110;color:#fefefe}.action-card.secondary .bar{background-color:#33820d}.action-card.danger{background-color:#ffb4b4;color:#803230}.action-card.danger .bar{background-color:#e60000}.action-card.darker{background-color:#323c32;color:#fefefe}.action-card.darker .bar{background-color:#121212}.component-animated-link{position:relative;display:inline;color:#3fa110;cursor:pointer;font-weight:700;padding:2px 0;text-decoration:none;font-family:Nunito,sans-serif}.component-animated-link,.component-animated-link *{box-sizing:border-box;min-width:0}.component-animated-link ::selection{color:#33820d;background-color:#d7e6c8!important}.component-animated-link:visited,.component-animated-link:active{color:#3fa110}.component-animated-link.animated:after{box-sizing:inherit;content:"";height:1px;width:0%;position:absolute;bottom:2px;left:50%;transition:width .25s ease,transform .25s ease,left .25s ease;background-color:currentcolor}.component-animated-link.animated:hover:after{left:0%;width:100%}.component-banner{background-color:#fefefe;display:flex;padding:0;margin:0;width:100%;height:20vw;max-height:320px;border-radius:8px}.component-banner.clickable{cursor:pointer}@media screen and (max-width: 767.98px){.component-banner{height:80vw!important;max-height:80vw;flex-direction:column}.component-banner .component-banner-side{width:100%!important}.component-banner .component-banner-side.img{height:40vw!important}.component-banner .component-banner-side.img img{border-radius:8px 8px 0 0!important;width:100%;max-height:40vw}.component-banner .component-banner-side.text{border-radius:0 0 8px 8px!important;padding:10px 0}}.component-banner .component-banner-side.img{-webkit-user-select:none;user-select:none;width:50%;display:flex}.component-banner .component-banner-side.img img{border-radius:8px 0 0 8px;object-fit:cover;width:100%}.component-banner .component-banner-side.text{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;white-space:normal;border-radius:0 8px 8px 0;overflow:hidden}@media screen and (max-width: 767.98px){.component-banner .component-banner-side.text{height:40vw}}.component-banner .component-banner-side.text .component-banner-text{display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;width:100%;height:100%;justify-content:center;white-space:normal;word-wrap:break-word}.component-banner .component-banner-side.text .component-banner-text a{color:#3fa110}.component-banner .component-banner-side.text .component-banner-text h1{font-family:"Exo 2",sans-serif;display:block;padding:0 14%;font-weight:200;font-size:clamp(1.2rem,3.1vw,2.9rem);margin:0}.component-banner .component-banner-side.text .component-banner-text h1 strong,.component-banner .component-banner-side.text .component-banner-text h1 b{font-weight:700}@media screen and (max-width: 991.98px){.component-banner .component-banner-side.text .component-banner-text h1{font-size:clamp(1rem,3vw,5.8rem);padding:0 12%}}@media screen and (max-width: 767.98px){.component-banner .component-banner-side.text .component-banner-text h1{font-size:clamp(1.1rem,7vw,6rem)}}.component-banner .component-banner-side.text .component-banner-text h6{margin:0;padding:0 15%;font-family:Nunito,sans-serif;text-align:justify;font-size:clamp(.5rem,.8vw,1.2rem);font-weight:400;display:block}.component-banner .component-banner-side.text .component-banner-text h6:first-of-type{margin-top:2vw}.component-banner .component-banner-side.text .component-banner-text h6 strong,.component-banner .component-banner-side.text .component-banner-text h6 b{font-weight:700!important}@media screen and (max-width: 991.98px){.component-banner .component-banner-side.text .component-banner-text h6{padding:0 10%;font-size:clamp(.4rem,1vw,1.8rem)}}@media screen and (max-width: 767.98px){.component-banner .component-banner-side.text .component-banner-text h6{font-size:clamp(.4rem,2.1vw,2.8rem)}}.component-big-block-button{display:flex;align-items:center;justify-content:center;flex-direction:column;border:2px solid #cdd3cd;border-radius:8px;width:100%;height:147px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#f8f9f7;outline:none;transition:border .25s ease,background-color .25s ease,transform .25s ease}.component-big-block-button,.component-big-block-button *{box-sizing:border-box;min-width:0}.component-big-block-button ::selection{color:#33820d;background-color:#d7e6c8!important}.component-big-block-button:not(:disabled){cursor:pointer}.component-big-block-button:not(:disabled):hover{border-color:#3fa110}.component-big-block-button:not(:disabled):active{transform:scale(.96)}.component-big-block-button:disabled{opacity:.7}.component-big-block-button:disabled .component-big-block-button-icon,.component-big-block-button:disabled .component-big-block-button-label,.component-big-block-button:disabled .component-big-block-button-subtitle{color:#cdd3cd}.component-big-block-button .component-big-block-button-icon{color:#3fa110;margin-bottom:12px}.component-big-block-button .component-big-block-button-icon svg{height:40px;width:40px}.component-big-block-button .component-big-block-button-label{color:#5a645a;font-family:"Exo 2",sans-serif;font-size:21px;line-height:24px;font-weight:400}.component-big-block-button .component-big-block-button-subtitle{font-family:"Exo 2",sans-serif;color:#3fa110;font-size:16px;line-height:24px;font-weight:400}.component-notification-outer{position:relative;display:inline-block}.component-notification-outer .component-notification{position:absolute;min-width:16px;min-height:16px;display:flex;align-items:center;justify-content:center;border-radius:200px;font-size:10px;font-family:Nunito,sans-serif;padding:0 4px}.component-notification-outer [data-bordered=true]{border:1px solid #fefefe}.component-notification-outer .component-notification-primary{background-color:#3fa110;color:#fefefe}.component-notification-outer .component-notification-primary-invert{background-color:#fefefe;color:#3fa110}.component-notification-outer .component-notification-primary-dark{background-color:#33820d;color:#fefefe}.component-notification-outer .component-notification-error{background-color:#e60000;color:#fefefe}.component-notification-outer .component-notification-error-light{background-color:#e60050;color:#fefefe}.component-notification-outer .component-notification-default{background-color:#323c32;color:#fefefe}.component-notification-outer .component-notification-disabled{background-color:#ebeee8;color:#828a82}.component-notification-enter{transform:scale(0);opacity:0}.component-notification-enter-active{transition:transform .25s ease,opacity .25s ease;position:absolute;transform:scale(1);opacity:1}.component-notification-exit{transform:scale(1);opacity:1}.component-notification-exit-active{transition:transform .25s ease,opacity .25s ease;transform:scale(0);opacity:0}.bottom-navigation{display:flex;align-items:center;justify-content:space-around;height:58px}.bottom-navigation,.bottom-navigation *{box-sizing:border-box;min-width:0}.bottom-navigation ::selection{color:#33820d;background-color:#d7e6c8!important}.bottom-navigation button.bottom-navigation-item{width:100%;background-color:#0000;border:none;outline:none;transition:color .25s ease}.bottom-navigation button.bottom-navigation-item:not(:disabled,.atual){cursor:pointer}.bottom-navigation button.bottom-navigation-item .bottom-navigation-icon svg{width:20px}.bottom-navigation button.bottom-navigation-item .bottom-navigation-label{font-family:Nunito,sans-serif;font-size:14px}@media screen and (max-width: 767.98px){.bottom-navigation button.bottom-navigation-item .bottom-navigation-label{font-size:11px}}.bottom-navigation.dark{border-top:1px solid #5a645a;background-color:#323c32}.bottom-navigation.dark button.bottom-navigation-item{color:#f8f9f7}.bottom-navigation.dark button.bottom-navigation-item.atual{color:#3fa110}.bottom-navigation.white{border-top:1px solid #cdd3cd;background-color:#fefefe}.bottom-navigation.white button.bottom-navigation-item{color:#323c32}.bottom-navigation.white button.bottom-navigation-item.atual{color:#3fa110}.bottom-navigation.primary{border-top:1px solid #33820d;background-color:#3fa110}.bottom-navigation.primary button.bottom-navigation-item{color:#323c32}.bottom-navigation.primary button.bottom-navigation-item.atual{color:#fefefe}.bottom-navigation.secondary-lighter{border-top:1px solid #cdd3cd;background-color:#f8f9f7}.bottom-navigation.secondary-lighter button.bottom-navigation-item{color:#323c32}.bottom-navigation.secondary-lighter button.bottom-navigation-item.atual{color:#3fa110}.component-bread-crumb{display:flex;flex-flow:row wrap}.component-bread-crumb,.component-bread-crumb *{box-sizing:border-box;min-width:0}.component-bread-crumb ::selection{color:#33820d;background-color:#d7e6c8!important}.component-bread-crumb .component-bread-crumb-path{display:flex;flex-direction:row;font-family:Nunito,sans-serif}.component-bread-crumb .component-bread-crumb-path.component-bread-crumb-active .component-bread-crumb-label{color:#3fa110;font-weight:700;cursor:pointer}.component-bread-crumb .component-bread-crumb-path.component-bread-crumb-active .component-bread-crumb-label:hover{text-decoration:underline}.component-bread-crumb .component-bread-crumb-path:not(.component-bread-crumb-active) .component-bread-crumb-label{color:#323c32;font-weight:600}.component-bread-crumb .component-bread-crumb-path .component-bread-crumb-arrow{color:#3fa110;padding:0 8px;display:flex;align-items:center}.component-bread-crumb .component-bread-crumb-path .component-bread-crumb-arrow svg{height:15px;width:8px}.component-bread-crumb .component-bread-crumb-path .component-bread-crumb-label{font-family:Nunito,sans-serif;-webkit-user-select:none;user-select:none;line-height:24px;font-size:14px}.component-button-file-upload.w100{width:100%}.calendar{border-radius:8px;box-shadow:0 1px 4px #5a645a4d;width:100%}.calendar,.calendar *{box-sizing:border-box;min-width:0}.calendar ::selection{color:#33820d;background-color:#d7e6c8!important}.calendar.loading{cursor:progress}.calendar-header{width:100%;border-top-left-radius:8px;border-top-right-radius:8px;background-color:#3fa110;color:#fefefe;display:flex;-webkit-user-select:none;user-select:none}.calendar-header,.calendar-header *{box-sizing:border-box;min-width:0}.calendar-header ::selection{color:#33820d;background-color:#d7e6c8!important}.calendar-header .calendar-header-day{font-family:"Exo 2",sans-serif;flex:0 0 14.2857142857%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;line-height:24px;padding:8px 0}@media screen and (max-width: 575.98px){.calendar-header .calendar-header-day{font-size:14px}}.calendar-header .calendar-header-day:not(:last-of-type){border-right:1px solid #cdd3cd}.evento-calendario{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,.05);display:flex;cursor:pointer;background-color:#0000;transition:transform .25s ease;outline:none;border-width:1px;position:relative;width:100%}.evento-calendario,.evento-calendario *{box-sizing:border-box;min-width:0}.evento-calendario ::selection{color:#33820d;background-color:#d7e6c8!important}.evento-calendario:disabled{pointer-events:none;opacity:.4}.evento-calendario:active{transform:scale(.95)}.evento-calendario .evento-calendario-icon{display:flex;align-items:center;justify-content:center;margin-right:8px}.evento-calendario .evento-calendario-icon svg{width:14px;height:14px}@media screen and (max-width: 991.98px){.evento-calendario .evento-calendario-icon svg{width:12px;height:12px}}.evento-calendario .evento-calendario-label{font-family:Nunito,sans-serif;padding-top:2px;font-weight:600;font-size:clamp(10px,1vw,12px);line-height:1;text-align:left}.evento-calendario.small{align-items:center;justify-content:center;padding:1px 4px 2px;border-radius:20px}.evento-calendario.small .evento-calendario-label{white-space:nowrap}.evento-calendario.medium{border-radius:8px;border-width:1px;flex-direction:column;padding:10px}.evento-calendario.medium .evento-calendario-tipo{border:1px solid #3fa110;padding:1px 6px;border-radius:200px;font-size:11px;line-height:12px;font-weight:500}.evento-calendario.medium .evento-calendario-label{margin-top:8px;margin-bottom:8px;min-height:15px}.evento-calendario.medium .evento-calendario-label span{font-weight:700;color:#323c32;font-size:12px;white-space:break-spaces}.evento-calendario.medium .evento-calendario-label .label-enter{opacity:0;position:absolute}.evento-calendario.medium .evento-calendario-label .label-enter-active{transition:opacity .25s ease;position:absolute;opacity:1}.evento-calendario.medium .evento-calendario-label .label-enter-done{opacity:1;position:inherit}.evento-calendario.medium .evento-calendario-label .label-exit{position:inherit;opacity:1}.evento-calendario.medium .evento-calendario-label .label-exit-active{transition:opacity .25s ease;opacity:0;position:absolute}.evento-calendario.medium .evento-calendario-label .evento-calendario-date-label{margin-top:4px;color:#5a645a;text-align:left;font-weight:600;font-size:12px;line-height:12px}.evento-calendario.medium .evento-calendario-modalidade{font-family:Nunito,sans-serif;border-top:1px solid #828a82;color:#5a645a;padding-top:8px;width:100%;display:flex;align-items:center;justify-content:flex-start;font-weight:600;line-height:12px;font-size:12px}.evento-calendario.medium .evento-calendario-modalidade .evento-calendario-modalidade-label{font-family:Nunito,sans-serif}.evento-calendario.medium .evento-calendario-modalidade .evento-calendario-icon{margin-right:10px}.calendar-chip{border-radius:200px;font-size:15px;line-height:20px;font-weight:700;border:1px;outline:none;background-color:#0000;cursor:pointer;transition:transform .25s ease;font-family:Nunito,sans-serif}@media screen and (max-width: 991.98px){.calendar-chip{font-size:12px;line-height:16px;padding:2px 4px}}.calendar-chip:active{transform:scale(.95)}.calendar-chip:disabled{opacity:.4;pointer-events:none}.calendar-month-day{position:relative;transition:background-color .25s ease,color .25s ease;flex:0 0 14.2857142857%;max-width:14.2857142857%;background-color:#fefefe;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;z-index:1;border-right:1px solid #cdd3cd;border-bottom:1px solid #cdd3cd}.calendar-month-day,.calendar-month-day *{box-sizing:border-box;min-width:0}.calendar-month-day ::selection{color:#33820d;background-color:#d7e6c8!important}.calendar-month-day .calendar-month-day-day{display:flex;align-items:center;justify-content:center;padding-top:1px;font-size:16px;font-family:Nunito,sans-serif;line-height:16px;color:#323c32}.calendar-month-day:nth-last-child(-n+7){border-bottom:none}.calendar-month-day:nth-child(7n){border-right:none}.calendar-month-day:nth-last-child(7){border-bottom-left-radius:8px}.calendar-month-day:nth-last-child(1){border-bottom-right-radius:8px}.calendar-month-day.highlight{background-color:#f8f9f7}.calendar-month-day.disabled{cursor:default;pointer-events:none;background-color:#f9f9f9}.calendar-month-day.disabled .calendar-month-day-day{color:#cdd3cd}.calendar-month-day.disabled .calendar-month-day-button{opacity:.4}.calendar-month-day.today{background-color:#d7e6c8;box-shadow:0 0 0 2px inset #3fa110}.calendar-month-day.today .calendar-month-day-day{color:#3fa110}.calendar-month-day.today .calendar-month-day-day.disabled{color:#d7e6c8}.calendar-month-day.today.disabled{background-color:#eff4eb;box-shadow:0 0 0 2px inset #d7e6c8}.calendar-month-day.today.disabled .calendar-month-day-day{opacity:.4}.calendar-month-day:hover{cursor:pointer}.calendar-month-day:not(.pocket){height:125px;padding:12px 10px 2px;align-items:stretch;justify-content:space-between}.calendar-month-day:not(.pocket) button.calendar-month-day-button{display:flex;align-items:center;justify-content:center;font-family:Nunito,sans-serif;flex:0 1 auto;outline:none;background-color:#0000;color:#3fa110;border:none;border-top:1px solid #cdd3cd}.calendar-month-day:not(.pocket) button.calendar-month-day-button span{margin:0;padding:0;transition:transform .25s ease;display:flex;align-items:center;justify-content:center;font-size:13px}@media screen and (max-width: 991.98px){.calendar-month-day:not(.pocket) button.calendar-month-day-button span{font-size:10px}}.calendar-month-day:not(.pocket) button.calendar-month-day-button:not(:disabled){cursor:pointer}.calendar-month-day:not(.pocket) button.calendar-month-day-button:not(:disabled):active span{transform:scale(.95)}.calendar-month-day:not(.pocket) button.calendar-month-day-button:disabled{color:#828a82}.calendar-month-day:not(.pocket) button.calendar-month-day-button svg{width:13px;height:13px;margin-right:4px}.calendar-month-day:not(.pocket) .calendar-month-day-label-line{flex:0 1 auto;width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;padding:0 2px}.calendar-month-day:not(.pocket) .calendar-month-day-eventos{flex:1 1 auto;padding:12px 4px 8px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end}@media screen and (max-width: 991.98px){.calendar-month-day:not(.pocket) .calendar-month-day-eventos{padding:8px 4px 6px}}.calendar-month-day:not(.pocket) .calendar-month-day-eventos>*:not(:nth-last-child(1)){margin-bottom:6px}.calendar-month-day.pocket{align-items:center;justify-content:center;height:70px}.calendar-month-day.pocket .calendar-month-day-day{cursor:pointer;width:33px;height:33px;border-radius:200px;transition:transform .25s ease,background-color .25s ease,color .25s ease}.calendar-month-day.pocket .calendar-month-day-day:hover{background-color:#10101011}.calendar-month-day.pocket .calendar-month-day-day:active{transform:scale(.95)}.calendar-days{display:flex;flex-wrap:wrap;width:100%}.component-card{font-family:"Exo 2",sans-serif;display:flex;flex-direction:column;justify-content:space-between;border-radius:4px;border-left:4px solid transparent;height:97px;padding:8px}.component-card,.component-card *{box-sizing:border-box;min-width:0}.component-card ::selection{color:#33820d;background-color:#d7e6c8!important}.component-card.component-card-green{background-color:#33820d}.component-card.component-card-green .component-card-caption,.component-card.component-card-green .component-card-label,.component-card.component-card-green .component-card-helper-text{color:#fff}.component-card.component-card-white{background-color:#fefefe;border-left-color:#3fa110}.component-card.component-card-white .component-card-caption{color:#3fa110}.component-card.component-card-white .component-card-label,.component-card.component-card-white .component-card-helper-text{color:#323c32}.component-card .component-card-caption{font-size:14px;font-weight:500;line-height:20px}.component-card .component-card-label{font-size:20px;font-weight:500;line-height:28px}.component-card .component-card-helper-text{font-size:14px;font-weight:500;line-height:20px}.component-carousel{width:100%;position:relative}.component-carousel .component-carousel-balls{display:flex;justify-content:center;align-items:center;padding:8px 4px 0}.component-carousel .component-carousel-balls .component-carousel-ball{transition:transform .25s ease,background-color .25s ease;width:8px;height:8px;background-color:#cdd3cd;border-radius:100vw;margin-right:4px;cursor:pointer}.component-carousel .component-carousel-balls .component-carousel-ball:hover{transform:scale(1.3)}.component-carousel .component-carousel-balls .component-carousel-ball.component-carousel-atual{background-color:#5a645a}.component-carousel .component-carousel-banners{position:relative;display:flex;overflow:hidden;box-shadow:0 1px 2px #5a645a4d;border-radius:8px}.component-carousel .component-carousel-banners .component-carousel-loader-mask{z-index:1;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#fefefe;border-radius:3px}.component-carousel .component-carousel-banners .component-carousel-swipe{width:100%;transition:transform .25s ease,opacity 1.3s ease}.component-carousel .component-carousel-banners .component-carousel-swipe:not(:first-child){position:absolute}.component-carousel .component-carousel-banners .component-carousel-swipe.to-left{transform:translate(-100%);opacity:0}.component-carousel .component-carousel-banners .component-carousel-swipe.to-right{transform:translate(100%);opacity:0}.component-carousel .component-carousel-banners .component-carousel-swipe.atual{opacity:1;transform:translate(0)}.component-carousel .component-carousel-control{position:absolute;top:0;height:100%;width:40px;display:flex;align-items:center;justify-content:center;z-index:1;cursor:pointer}@media screen and (max-width: 767.98px){.component-carousel .component-carousel-control{width:30px}.component-carousel .component-carousel-control .component-carousel-icon svg{height:20px;width:20px}}.component-carousel .component-carousel-control .component-carousel-icon{z-index:2;color:#5a645a}.component-carousel .component-carousel-control .component-carousel-shadow{box-shadow:0 0 100px #fff0;transition:background-color .25s ease,box-shadow .25s ease;position:absolute;height:100%;width:0;top:0}.component-carousel .component-carousel-control:hover .component-carousel-shadow{box-shadow:0 0 25px 50px #fff9}.component-carousel .component-carousel-control.next,.component-carousel .component-carousel-control.next .component-carousel-shadow{right:0}.component-carousel .component-carousel-control.prev,.component-carousel .component-carousel-control.prev .component-carousel-shadow{left:0}.carousel-behaviour{width:100%;display:flex;align-items:center;justify-content:space-between;flex-flow:column nowrap;position:relative}.carousel-behaviour .carousel-behaviour-content{transition:all .25s ease;display:flex;overflow:auto;flex:none;width:100%;flex-flow:row nowrap;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.carousel-behaviour .carousel-behaviour-content::-webkit-scrollbar{display:none}.carousel-behaviour .carousel-behaviour-content .carousel-behaviour-slide{text-align:center;scroll-snap-align:center;flex:none;width:100%;display:flex;align-items:center;justify-content:center}.element-paginator{display:flex;align-items:center;justify-content:center}.element-paginator .element-paginator-indexes{margin:0 30px;display:flex}.element-paginator .element-paginator-indexes div{padding:6px 0;margin:0 4px;cursor:pointer}.element-paginator .element-paginator-indexes div span{display:block;width:53px;background-color:#828a82;height:1px;transition:background-color .25s ease,width .25s ease}@media screen and (max-width: 767.98px){.element-paginator .element-paginator-indexes div span{width:32px}}.element-paginator .element-paginator-indexes div.atual span{width:106px;background-color:#323c32}@media screen and (max-width: 767.98px){.element-paginator .element-paginator-indexes div.atual span{width:80px}}.element-paginator .element-paginator-buttons svg{width:20px;height:20px}.carousel-persona{width:100%;-webkit-user-select:none;user-select:none}.carousel-persona,.carousel-persona *{box-sizing:border-box;min-width:0}.carousel-persona ::selection{color:#33820d;background-color:#d7e6c8!important}.carousel-persona .carousel-persona-personas{display:flex;align-items:flex-start;justify-content:center}@media screen and (max-width: 991.98px){.carousel-persona .carousel-persona-personas{display:none}}.carousel-persona .carousel-persona-carousel{display:none}@media screen and (max-width: 991.98px){.carousel-persona .carousel-persona-carousel{display:block}}.carousel-persona .carousel-persona-persona{text-align:center;width:25%;display:flex;align-items:center;justify-content:center;flex-direction:column}@media screen and (max-width: 991.98px){.carousel-persona .carousel-persona-persona{width:100%}}.carousel-persona .carousel-persona-persona .carousel-persona-image{width:210px;height:210px;border-radius:100%;background-repeat:no-repeat;background-position:center;background-size:cover;margin:8px}.carousel-persona .carousel-persona-persona .carousel-persona-name{font-family:"Exo 2",sans-serif;font-size:24px;line-height:30px;font-weight:500;width:100%;text-align:center;color:#323c32;padding:8px}.carousel-persona .carousel-persona-persona .carousel-persona-description{font-family:Nunito,sans-serif;font-size:16px;line-height:24px;color:#323c32;width:100%;text-align:center;padding:8px}.carousel-persona .carousel-persona-paginator{display:none}@media screen and (max-width: 991.98px){.carousel-persona .carousel-persona-paginator{display:block}}.component-carousel-touch-frendly .component-carousel-touch-frendly-outside-content{display:flex;align-items:center;justify-content:space-between;flex-flow:column nowrap;position:relative;background-color:#fefefe;box-shadow:0 1px 2px #5a645a4d;border-radius:8px;width:100%;overflow:hidden}.component-carousel-touch-frendly .component-carousel-touch-frendly-slide{width:100%}.component-carousel-touch-frendly .component-carousel-touch-frendly-balls{display:flex;justify-content:center;align-items:center;padding:8px 4px 0}.component-carousel-touch-frendly .component-carousel-touch-frendly-balls .component-carousel-touch-frendly-ball{-webkit-tap-highlight-color:rgba(0,0,0,0);transition:transform .25s ease,background-color .25s ease;width:8px;height:8px;background-color:#cdd3cd;border-radius:100vw;margin-right:4px;cursor:pointer}.component-carousel-touch-frendly .component-carousel-touch-frendly-balls .component-carousel-touch-frendly-ball:hover{transform:scale(1.3)}.component-carousel-touch-frendly .component-carousel-touch-frendly-balls .component-carousel-touch-frendly-ball.atual{background-color:#5a645a}.component-carousel-touch-frendly .component-carousel-touch-frendly-control{position:absolute;top:0;height:100%;width:40px;display:flex;align-items:center;justify-content:center;z-index:1;cursor:pointer}@media screen and (max-width: 767.98px){.component-carousel-touch-frendly .component-carousel-touch-frendly-control{width:30px}.component-carousel-touch-frendly .component-carousel-touch-frendly-control .component-carousel-touch-frendly-icon svg{height:20px;width:20px}}.component-carousel-touch-frendly .component-carousel-touch-frendly-control .component-carousel-touch-frendly-icon{z-index:2;color:#5a645a}.component-carousel-touch-frendly .component-carousel-touch-frendly-control .component-carousel-touch-frendly-shadow{box-shadow:0 0 100px #fff0;transition:background-color .25s ease,box-shadow .25s ease;position:absolute;height:100%;width:0;top:0}.component-carousel-touch-frendly .component-carousel-touch-frendly-control:hover .component-carousel-touch-frendly-shadow{box-shadow:0 0 25px 50px #fff9}.component-carousel-touch-frendly .component-carousel-touch-frendly-control.next,.component-carousel-touch-frendly .component-carousel-touch-frendly-control.next .component-carousel-touch-frendly-shadow{right:0}.component-carousel-touch-frendly .component-carousel-touch-frendly-control.prev,.component-carousel-touch-frendly .component-carousel-touch-frendly-control.prev .component-carousel-touch-frendly-shadow{left:0}.component-doughnut-square{width:100%;min-height:300px;position:relative;padding:8px;background-color:#fefefe;border-radius:4px;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 2px #5a645a4d;-webkit-user-select:none;user-select:none}.component-doughnut-square .component-doughnut-square-caption.component-doughnut-square-caption-left{color:#3fa110;position:absolute;top:8px;left:8px;font-family:"Exo 2",sans-serif;font-size:14px;line-height:20px;font-weight:500s}.component-doughnut-square .component-doughnut-square-caption.component-doughnut-square-caption-left.component-doughnut-square-caption-bottom{right:8px}.component-doughnut-square .component-doughnut-square-label-bottom{background-color:#f8f9f7;width:100%;height:45px;position:absolute;bottom:0;left:0;display:flex;justify-content:center;align-items:center;border-radius:0 0 4px 4px}.component-doughnut-square .component-doughnut-square-label-bottom .component-doughnut-square-text{font-family:"Exo 2",sans-serif;font-size:20px;font-weight:500;color:#323c32}.component-doughnut-square .component-doughnut-square-center-caption{font-family:"Exo 2",sans-serif;font-size:32px;font-weight:500;color:#3fa110;position:absolute}.component-doughnut-square .component-doughnut-square-chart{width:180px;height:180px}.component-doughnut-square .component-doughnut-square-chart svg{height:180px;width:180px;fill:none;stroke-width:14;transform:rotate(-90deg)}.component-doughnut-square .component-doughnut-square-chart svg circle:first-of-type{stroke:#f8f9f7}.component-doughnut-square .component-doughnut-square-chart svg circle:last-of-type{stroke:#3fa110;stroke-linecap:round;stroke-dasharray:264;transition:stroke .25s ease}.component-money-by-month{position:relative;padding:8px;background-color:#fefefe;border-radius:4px;min-height:300px}.component-money-by-month,.component-money-by-month *{box-sizing:border-box;min-width:0}.component-money-by-month ::selection{color:#33820d;background-color:#d7e6c8!important}.component-money-by-month .component-money-by-month-caption{font-family:Nunito,sans-serif;color:#3fa110;position:absolute;top:8px;font-size:14px;line-height:20px;font-weight:500s}.component-money-by-month .component-money-by-month-caption.component-money-by-month-caption-left{left:8px}.component-money-by-month .component-money-by-month-caption.component-money-by-month-caption-right{right:8px}.component-money-by-month .component-money-by-month-chart{width:100%;height:300px}.component-checkbox{background-color:#c4c4c4;width:18px;height:18px;padding:0;border-radius:4px;border:none;display:flex;justify-content:center;align-items:center;transition:background-color .25s ease,opacity .25s ease,border-color .25s ease;position:relative}.component-checkbox,.component-checkbox *{box-sizing:border-box;min-width:0}.component-checkbox ::selection{color:#33820d;background-color:#d7e6c8!important}.component-checkbox:not(:disabled),.component-checkbox:not(.component-checkbox[aria-disabled=true]){cursor:pointer}.component-checkbox:focus{outline:none}.component-checkbox-primary[data-error=true][data-checked=true],.component-checkbox-dark[data-error=true][data-checked=true],.component-checkbox-blue[data-error=true][data-checked=true]{background-color:#e60000}.component-checkbox-primary[data-error=true][data-checked=false],.component-checkbox-dark[data-error=true][data-checked=false],.component-checkbox-blue[data-error=true][data-checked=false]{background-color:#ffb4b4}.component-checkbox-primary:disabled,.component-checkbox-primary[aria-disabled=true]{opacity:.6}.component-checkbox-primary[data-checked=false]{background-color:#c4c4c4}.component-checkbox-primary[data-checked=true]{background-color:#3fa110}.component-checkbox-dark:disabled,.component-checkbox-dark[aria-disabled=true]{opacity:.6}.component-checkbox-dark[data-checked=false]{background-color:#c4c4c4}.component-checkbox-dark[data-checked=true]{background-color:#323c32}.component-checkbox-blue:disabled,.component-checkbox-blue[aria-disabled=true]{opacity:.6}.component-checkbox-blue[data-checked=false]{background-color:#eaeaea}.component-checkbox-blue[data-checked=true]{background-color:#00708f}.component-checkbox-classic{border-radius:0;background-color:#0000;border:1px solid #3fa110}.component-checkbox-classic:after{content:"";position:absolute;width:12px;height:12px;background-color:#0000;transition:background-color .25s ease}.component-checkbox-classic[data-error=true]{border-color:#e60000}.component-checkbox-classic[data-error=true][data-checked=true]:after{background-color:#e60000}.component-checkbox-classic:disabled,.component-checkbox-classic[aria-disabled=true]{border-color:#828a82}.component-checkbox-classic:disabled[data-checked=true]:after,.component-checkbox-classic[aria-disabled=true][data-checked=true]:after{background-color:#828a82}.component-checkbox-classic[data-checked=true]:after{background-color:#3fa110}.component-chip{font-size:14px;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;border-radius:200px;border-width:1px;border-style:solid;font-weight:600;transition:all .25s ease;font-family:Nunito,sans-serif}.component-chip span{max-width:calc(100% - 24px);padding-left:4px;text-overflow:ellipsis;overflow:hidden;font-family:inherit}.component-chip.w100{width:100%}.component-chip.all-clickable,.component-chip .component-chip-button{transform:scale(1);transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;cursor:pointer}.component-chip.all-clickable:active,.component-chip .component-chip-button:active{transform:scale(.95)}.component-chip .component-chip-button{display:flex;align-items:center;justify-content:center;padding:2px}.component-chip .component-chip-button svg{width:20px;height:20px}.component-chip.primary-outline{color:#3fa110;background-color:#0000;border:1px solid #3fa110}.component-chip.primary{color:#fefefe;background-color:#3fa110;border:1px solid #3fa110}.component-chip.danger{color:#fefefe;background-color:#e60000;border:1px solid #e60000}:root{--col-padding: 8px}.component-col{box-sizing:border-box;display:flex;align-items:stretch;justify-content:flex-start;flex-flow:row wrap;width:100%;padding:var(--col-padding)}.component-col,.component-col *{box-sizing:border-box;min-width:0}.component-col ::selection{color:#33820d;background-color:#d7e6c8!important}.component-col:not(.no-padding){padding:var(--col-padding)}.component-col.no-padding-top{padding-top:0!important}.component-col.centralized{justify-content:center;align-items:center}.component-col.end{justify-content:flex-end;align-items:center}.component-col.button-actions-col{flex-wrap:wrap}@media screen and (max-width: 575.98px){.component-col.button-actions-col button{width:100%!important}}.component-col.fullfill{flex:1 1 0%}.component-col.component-col-xs-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}.component-col.component-col-xs-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}.component-col.component-col-xs-3{flex:0 0 25%;max-width:25%}.component-col.component-col-xs-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}.component-col.component-col-xs-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}.component-col.component-col-xs-6{flex:0 0 50%;max-width:50%}.component-col.component-col-xs-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}.component-col.component-col-xs-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}.component-col.component-col-xs-9{flex:0 0 75%;max-width:75%}.component-col.component-col-xs-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}.component-col.component-col-xs-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}.component-col.component-col-xs-12{flex:0 0 100%;max-width:100%}@media screen and (min-width: 575.98px){.component-col.component-col-sm-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-3{flex:0 0 25%;max-width:25%}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-6{flex:0 0 50%;max-width:50%}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-9{flex:0 0 75%;max-width:75%}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media screen and (min-width: 575.98px){.component-col.component-col-sm-12{flex:0 0 100%;max-width:100%}}@media screen and (min-width: 767.98px){.component-col.component-col-md-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media screen and (min-width: 767.98px){.component-col.component-col-md-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media screen and (min-width: 767.98px){.component-col.component-col-md-3{flex:0 0 25%;max-width:25%}}@media screen and (min-width: 767.98px){.component-col.component-col-md-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media screen and (min-width: 767.98px){.component-col.component-col-md-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media screen and (min-width: 767.98px){.component-col.component-col-md-6{flex:0 0 50%;max-width:50%}}@media screen and (min-width: 767.98px){.component-col.component-col-md-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media screen and (min-width: 767.98px){.component-col.component-col-md-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media screen and (min-width: 767.98px){.component-col.component-col-md-9{flex:0 0 75%;max-width:75%}}@media screen and (min-width: 767.98px){.component-col.component-col-md-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media screen and (min-width: 767.98px){.component-col.component-col-md-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media screen and (min-width: 767.98px){.component-col.component-col-md-12{flex:0 0 100%;max-width:100%}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-3{flex:0 0 25%;max-width:25%}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-6{flex:0 0 50%;max-width:50%}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-9{flex:0 0 75%;max-width:75%}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media screen and (min-width: 991.98px){.component-col.component-col-lg-12{flex:0 0 100%;max-width:100%}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-3{flex:0 0 25%;max-width:25%}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-6{flex:0 0 50%;max-width:50%}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-9{flex:0 0 75%;max-width:75%}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media screen and (min-width: 1199.98px){.component-col.component-col-xl-12{flex:0 0 100%;max-width:100%}}.component-container{position:relative;top:0;left:0;width:100%;height:100%;max-height:100%;overflow-y:auto;display:flex;align-items:flex-start;justify-content:center}.component-container.mobile{overflow-y:visible}.component-container .component-container-insider{position:relative;width:100%}.component-container .component-container-insider.horizontal-padding{padding-right:12px;padding-left:12px}.component-container.fluid .component-container-insider{max-width:1600px}.component-container:not(.fluid) .component-container-insider{max-width:1140px}@media (max-width: 575.98px){.component-container:not(.fluid) .component-container-insider{max-width:100%}}@media (max-width: 767.98px){.component-container:not(.fluid) .component-container-insider{max-width:540px}}@media (max-width: 991.98px){.component-container:not(.fluid) .component-container-insider{max-width:720px}}@media (max-width: 1199.98px){.component-container:not(.fluid) .component-container-insider{max-width:960px}}.component-container.vertical-padding .component-container-insider{padding-top:12px;padding-bottom:12px}.component-container.has-header,.component-container.has-advanced-header{margin-top:64px;height:calc(100% - 64px)}@media screen and (max-width: 575.98px){.component-container.has-advanced-header{margin-top:104px;height:calc(100% - 104px)}}@media screen and (max-width: 575.98px){.component-container.has-mobile-button{height:calc(100% - 50px);margin-bottom:50px}.component-container.has-mobile-button.has-header{height:calc(100% - 114px);margin-top:64px}.component-container.has-mobile-button.has-advanced-header{height:calc(100% - 154px);margin-top:104px}}.component-control-label{display:inline-flex;align-items:center;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;vertical-align:middle;color:#323c32;gap:8px}.component-control-label,.component-control-label *{box-sizing:border-box;min-width:0}.component-control-label ::selection{color:#33820d;background-color:#d7e6c8!important}.component-control-label.top{flex-direction:column-reverse}.component-control-label.left{flex-direction:row-reverse}.component-control-label.bottom{flex-direction:column}.component-control-label.right{flex-direction:row}.component-control-label.disabled{color:#323c32cc;cursor:auto}.component-control-label:not(.disabled):hover{cursor:pointer}.component-control-label span{font-family:Nunito,sans-serif;padding-top:2px}.component-date-picker-calendar{position:relative;overflow:hidden;font-family:Nunito,sans-serif}.component-date-picker-calendar,.component-date-picker-calendar *{box-sizing:border-box;min-width:0}.component-date-picker-calendar ::selection{color:#33820d;background-color:#d7e6c8!important}.component-date-picker-calendar .header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:4px 4px 0}.component-date-picker-calendar .header .month{font-size:16px;color:#323c32;-webkit-user-select:none;user-select:none}.component-date-picker-calendar .header button.month{font-family:Nunito,sans-serif;padding:5px 10px;border-radius:50px;-webkit-user-select:none;user-select:none;background-color:#fefefe;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;transition:background-color .25s ease,color .25s ease,-webkit-transform .25s ease;transition:background-color .25s ease,color .25s ease,transform .25s ease;transition:background-color .25s ease,color .25s ease,transform .25s ease,-webkit-transform .25s ease}.component-date-picker-calendar .header button.month:not(:disabled){cursor:pointer}.component-date-picker-calendar .header button.month:not(:disabled):hover{background-color:#cdd3cd}.component-date-picker-calendar .header button.month:not(:disabled):active{transform:scale(.95)}.component-date-picker-calendar .header button.next,.component-date-picker-calendar .header button.prev{outline:none;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px;border:none;background-color:#fefefe;color:#5a645a;border-radius:200px;transition:background-color .25s ease,-webkit-transform .25s ease;transition:background-color .25s ease,transform .25s ease;transition:background-color .25s ease,transform .25s ease,-webkit-transform .25s ease;cursor:pointer}.component-date-picker-calendar .header button.next:hover,.component-date-picker-calendar .header button.prev:hover{background-color:#cdd3cd}.component-date-picker-calendar .header button.next:active,.component-date-picker-calendar .header button.prev:active{transform:scale(.95)}.component-date-picker-calendar .header button.next svg,.component-date-picker-calendar .header button.prev svg{max-height:16px;max-width:16px}.component-date-picker-calendar .week-days{-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.component-date-picker-calendar .week-days .label{font-family:Nunito,sans-serif;font-size:12px;display:flex;align-items:center;justify-content:center;height:20px;width:40px;color:#828a82}.component-date-picker-calendar .days{display:flex;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;max-width:280px;flex-wrap:wrap}.component-date-picker-calendar .days .day{font-family:Nunito,sans-serif;height:34px;width:34px;margin:3px;border-radius:50px;border:none;outline:none;color:#323c32;transition:background-color .25s ease,color .25s ease,-webkit-transform .25s ease;transition:transform .25s ease,background-color .25s ease,color .25s ease;transition:transform .25s ease,background-color .25s ease,color .25s ease,-webkit-transform .25s ease}.component-date-picker-calendar .days .day:not(:disabled){cursor:pointer;background-color:#fefefe}.component-date-picker-calendar .days .day:not(:disabled):hover{background-color:#f8f9f7}.component-date-picker-calendar .days .day:not(:disabled):active{transform:scale(.95)}.component-date-picker-calendar .days .day:not(:disabled).today{color:#3fa110}.component-date-picker-calendar .days .day:not(:disabled).selected{color:#fefefe!important;background-color:#3fa110!important}.component-date-picker-calendar .days .day:disabled{color:#cdd3cd;background-color:#fefefe}.component-date-picker-calendar .days .day:disabled.selected{color:#828a82;background-color:#cdd3cd}.component-date-picker-calendar .component-date-picker-calendar-month-picker{z-index:1;position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;background-color:#fefefe}.component-date-picker-calendar .component-date-picker-calendar-month-picker,.component-date-picker-calendar .component-date-picker-calendar-month-picker *{box-sizing:border-box;min-width:0}.component-date-picker-calendar .component-date-picker-calendar-month-picker ::selection{color:#33820d;background-color:#d7e6c8!important}.component-date-picker-calendar .component-date-picker-calendar-month-picker .component-date-picker-calendar-months{margin-top:4px;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;height:100%;width:100%}.component-date-picker-calendar .component-date-picker-calendar-month-picker .component-date-picker-calendar-months .component-date-picker-calendar-month{font-family:Nunito,sans-serif;margin:2px;width:80.5px;height:40px;background-color:#fefefe;border:none;outline:none;border-radius:200px;color:#323c32;transition:background-color .25s ease,color .25s ease,opacity .25s ease,-webkit-transform .25s ease;transition:background-color .25s ease,transform .25s ease,color .25s ease,opacity .25s ease;transition:background-color .25s ease,transform .25s ease,color .25s ease,opacity .25s ease,-webkit-transform .25s ease}.component-date-picker-calendar .component-date-picker-calendar-month-picker .component-date-picker-calendar-months .component-date-picker-calendar-month:not(:disabled){cursor:pointer}.component-date-picker-calendar .component-date-picker-calendar-month-picker .component-date-picker-calendar-months .component-date-picker-calendar-month:not(:disabled):hover{background-color:#f8f9f7}.component-date-picker-calendar .component-date-picker-calendar-month-picker .component-date-picker-calendar-months .component-date-picker-calendar-month:not(:disabled):active{transform:scale(.95)}.component-date-picker-calendar .component-date-picker-calendar-month-picker .component-date-picker-calendar-months .component-date-picker-calendar-month:not(:disabled).selected{color:#fefefe!important;background-color:#3fa110!important}.component-date-picker-calendar .component-date-picker-calendar-month-picker-enter{opacity:0;transform:scale(1.2)}.component-date-picker-calendar .component-date-picker-calendar-month-picker-enter-active{transition:background-color .25s ease,color .25s ease,opacity .25s ease,-webkit-transform .25s ease;transition:background-color .25s ease,transform .25s ease,color .25s ease,opacity .25s ease;transition:background-color .25s ease,transform .25s ease,color .25s ease,opacity .25s ease,-webkit-transform .25s ease;opacity:1;transform:scale(1)}.component-date-picker-calendar .component-date-picker-calendar-month-picker-exit{opacity:1;transform:scale(1)}.component-date-picker-calendar .component-date-picker-calendar-month-picker-exit-active{transition:background-color .25s ease,color .25s ease,opacity .25s ease,-webkit-transform .25s ease;transition:background-color .25s ease,transform .25s ease,color .25s ease,opacity .25s ease;transition:background-color .25s ease,transform .25s ease,color .25s ease,opacity .25s ease,-webkit-transform .25s ease;opacity:0;transform:scale(1.2)}.component-date-picker-calendar-first-page,.component-date-picker-calendar-first-page *{box-sizing:border-box;min-width:0}.component-date-picker-calendar-first-page ::selection{color:#33820d;background-color:#d7e6c8!important}.component-date-picker-calendar-first-page.component-date-picker-calendar-bottom-page-enter{opacity:0;transform:scale(.8)}.component-date-picker-calendar-first-page.component-date-picker-calendar-bottom-page-enter-active{transition:opacity .25s ease,-webkit-transform .25s ease;transition:transform .25s ease,opacity .25s ease;transition:transform .25s ease,opacity .25s ease,-webkit-transform .25s ease;opacity:1;transform:scale(1)}.component-date-picker-calendar-first-page.component-date-picker-calendar-bottom-page-exit{opacity:1;transform:scale(1)}.component-date-picker-calendar-first-page.component-date-picker-calendar-bottom-page-exit-active{transition:opacity .25s ease,-webkit-transform .25s ease;transition:transform .25s ease,opacity .25s ease;transition:transform .25s ease,opacity .25s ease,-webkit-transform .25s ease;opacity:0;transform:scale(.8)}.component-date-picker{display:flex;align-items:center;justify-content:center}.component-date-picker,.component-date-picker *{box-sizing:border-box;min-width:0}.component-date-picker ::selection{color:#33820d;background-color:#d7e6c8!important}.component-date-picker-panel{background-color:#fefefe;position:fixed;z-index:987;box-shadow:0 1px 2px #5a645a4d;display:flex;align-items:center;justify-content:center;padding:4px 4px 8px}.component-date-picker-panel,.component-date-picker-panel *{box-sizing:border-box;min-width:0}.component-date-picker-panel ::selection{color:#33820d;background-color:#d7e6c8!important}.component-date-picker-panel-enter{opacity:0;transform:translateY(10px)}.component-date-picker-panel-enter-active{transition:transform .25s ease,opacity .25s ease;opacity:1;transform:translateY(0)}.component-date-picker-panel-exit{opacity:1;transform:translateY(0)}.component-date-picker-panel-exit-active{transition:transform .25s ease,opacity .25s ease;opacity:0;transform:translateY(10px)}.component-date-picker-clear-button{margin-right:8px;display:flex;align-items:center;justify-content:center;transition:transform .25s ease,opacity .25s ease}.component-doughnut{display:flex;align-items:center;justify-content:center;position:relative}.component-doughnut,.component-doughnut *{box-sizing:border-box;min-width:0}.component-doughnut ::selection{color:#33820d;background-color:#d7e6c8!important}.component-doughnut .component-doughnut-chart{width:64px;height:64px}.component-doughnut .component-doughnut-chart svg{height:64px;width:64px;fill:none;stroke-width:12;transform:rotate(-90deg)}.component-doughnut .component-doughnut-chart svg circle:first-of-type{transition:stroke .3s linear;stroke:#d7e6c8}.component-doughnut .component-doughnut-chart svg circle:last-of-type{stroke:#3fa110;stroke-linecap:round;stroke-dasharray:264;transition:stroke .3s linear}.component-doughnut .component-doughnut-chart.red svg>circle:last-of-type{stroke:#e60000!important}.component-doughnut .component-doughnut-chart.red circle:first-of-type{stroke:#ffb4b4}.component-doughnut .component-doughnut-label{padding-top:2px;color:#323c32;position:absolute;z-index:1;font-size:13px;font-weight:700;font-family:Nunito,sans-serif}.percent-loader-icon{width:1em;height:1em;display:inline-block;font-size:1.5rem;flex-shrink:0;-webkit-user-select:none;user-select:none;fill:none;stroke-width:6;transform:rotate(-90deg)}.percent-loader-icon circle:first-of-type{stroke:#cdd3cd}.percent-loader-icon circle:last-of-type{stroke:currentcolor;stroke-linecap:round;stroke-dasharray:264;transition:stroke-dashoffset .25s ease,stroke-dasharray .25s ease}.percent-loader-icon path{stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;transform:translate(390px,-676px) rotate(90deg);transition:stroke-dashoffset .25s ease,stroke-dasharray .25s ease}.percent-loader-icon.indefinido{animation:spin-noventa .6s linear infinite}@keyframes spin-noventa{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}.component-dropdown-item{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);width:100%;min-width:121px;border-radius:0;height:32px;padding:0 16px;background-color:#fefefe;color:#323c32;display:flex;align-items:center;justify-content:flex-start;border:none;outline:none;position:relative;transition:color .25s ease,background-color .25s ease}.component-dropdown-item:not(:disabled,.loading){cursor:pointer}.component-dropdown-item:not(:disabled,.loading):hover{background-color:#f3f3f3}.component-dropdown-item:disabled,.component-dropdown-item.loading{color:#cdd3cd}.component-dropdown-item:disabled .component-dropdown-item-loader,.component-dropdown-item.loading .component-dropdown-item-loader{color:#828a82}.component-dropdown-item .component-dropdown-item-content{width:100%;display:flex;align-items:center;justify-content:flex-start;font-family:Nunito,sans-serif}.component-dropdown-item .component-dropdown-item-content .component-dropdown-item-label{font-family:Nunito,sans-serif;font-size:15px;vertical-align:middle;text-overflow:ellipsis;text-align:left}.component-dropdown-item .component-dropdown-item-content .component-dropdown-item-icon{display:flex;align-items:center;margin-right:10px;margin-left:unset}.component-dropdown-item .component-dropdown-item-content .component-dropdown-item-icon svg{height:20px;width:20px}.component-dropdown-item.right .component-dropdown-item-content,.component-dropdown-item.right .component-dropdown-item-loader{flex-direction:row-reverse}.component-dropdown-item.right .component-dropdown-item-label{text-align:left}.component-dropdown-item.right .component-dropdown-item-icon{margin-right:unset;margin-left:10px}.component-dropdown-item.loading .component-dropdown-item-content{overflow:hidden}.component-dropdown-item .component-dropdown-item-loader{width:30px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.component-dropdown-item .component-dropdown-item-loader svg{height:20px;width:20px}.component-dropdown-item .component-dropdown-item-loader.component-dropdown-item-fade-enter{width:0;opacity:0}.component-dropdown-item .component-dropdown-item-loader.component-dropdown-item-fade-enter-active{transition:width .25s ease,opacity .2s ease;opacity:1;width:30px}.component-dropdown-item .component-dropdown-item-loader.component-dropdown-item-fade-exit{opacity:1;width:30px}.component-dropdown-item .component-dropdown-item-loader.component-dropdown-item-fade-exit-active{transition:width .25s ease,opacity .2s ease;opacity:0;width:0}.floating-panel{z-index:987;overflow:auto;border-radius:4px;background-color:#fefefe;box-shadow:0 1px 2px #5a645a4d}.component-dropdown-menu-panel{padding:8px 0;width:auto}.component-dropdown-menu-panel.no-padding{padding:0}.dropdown-selector-wrapper{position:relative;width:fit-content}.dropdown-selector-wrapper,.dropdown-selector-wrapper *{box-sizing:border-box;min-width:0}.dropdown-selector-wrapper ::selection{color:#33820d;background-color:#d7e6c8!important}.dropdown-selector-wrapper.w-100{width:100%}.dropdown-selector{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:space-between;padding:4px 12px;outline:none;border:none;-webkit-user-select:none;user-select:none;cursor:pointer;transition:border-radius .25s ease,box-shadow .25s ease}.dropdown-selector.w-100{width:100%}.dropdown-selector.opened{box-shadow:0 1px 2px #5a645a4d;border-radius:8px 8px 0 0}.dropdown-selector:disabled{pointer-events:none}.dropdown-selector:disabled .dropdown-selector-icon{color:#828a82}.dropdown-selector .dropdown-selector-label{font-family:Nunito,sans-serif;font-size:16px;line-height:24px;margin-right:8px;color:#323c32;font-weight:600}.dropdown-selector .dropdown-selector-icon{color:#3fa110;display:flex;align-items:center;transition:transform .25s ease;transform-origin:center center}.dropdown-selector .dropdown-selector-icon.opened{transform:rotate(180deg)}.dropdown-selector .dropdown-selector-icon svg{height:.8em;width:.8em}.dropdown-selector-menu button{font-family:Nunito,sans-serif;width:100%;outline:none;border:none;border-radius:0;background-color:#fefefe;font-size:16px;padding:6px;color:#323c32;transition:background-color .25s ease,color .25s ease}.dropdown-selector-menu button:hover{cursor:pointer;background-color:#f8f9f7}.dropdown-selector-menu button:nth-last-child(1){border-radius:0 0 8px 8px}._wrapper_16jb1_3{width:100%;overflow-x:auto}._wrapper_16jb1_3,._wrapper_16jb1_3 *{box-sizing:border-box;min-width:0}._wrapper_16jb1_3 ::selection{color:#33820d;background-color:#d7e6c8!important}._wrapper_16jb1_3 ._etapas_16jb1_16{width:fit-content;margin:auto;display:flex;align-items:start;justify-content:center;flex-flow:row nowrap}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16{position:relative;display:flex;width:auto}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button{width:auto;padding:0 8px;min-width:120px;outline:none;border:none;display:flex;flex-flow:column nowrap;align-items:center;background-color:#0000;color:#5a645a}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button[data-atual=true]{color:#3fa110}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button[data-atual=true] span{font-weight:700!important}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button[data-error=true]{color:#e60000}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button:not(:disabled){cursor:pointer}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button:not(:disabled):active ._icon_16jb1_53,._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button:not(:disabled):active ._name_16jb1_53[data-hide=false]{transform:scale(.95)}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button:disabled{cursor:not-allowed;color:#cdd3cd}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button:disabled *{cursor:not-allowed}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button ._icon_16jb1_53{padding:0 12px 4px;display:flex;align-items:center;justify-content:center;transition:all .25s ease}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button ._icon_16jb1_53 svg{width:20px!important;height:20px!important}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button ._name_16jb1_53{transition:all .25s ease;transform-origin:top center;display:flex;align-items:center;justify-content:center}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button ._name_16jb1_53 span{font-size:16px;font-family:Nunito,sans-serif;color:inherit;font-weight:600;white-space:nowrap;transition:all .25s ease;-webkit-user-select:none;user-select:none}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16 button ._name_16jb1_53[data-hide=true]{transform:scale(0)}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16:not(:first-child):before{content:"";position:absolute;top:14px;left:0;height:1px;width:calc(50% - 20px);background-color:#828a82}._wrapper_16jb1_3 ._etapas_16jb1_16 ._etapa_16jb1_16:not(:last-child):after{content:"";position:absolute;top:14px;right:0;height:1px;width:calc(50% - 20px);background-color:#828a82}._icon_12gby_3{display:flex;justify-content:center;align-items:center;margin-right:5px;transform-origin:center center}._icon_12gby_3 svg{transition:all .25s ease;width:16px!important;height:16px!important}._icon-exit_12gby_15{width:16px;margin-right:5px}._icon-exit-active_12gby_19{transition:all .25s ease;transform:scale(0);width:0;margin-right:0}._icon-enter_12gby_25{width:0;margin-right:0;transform:scale(0)}._icon-enter-active_12gby_30{transition:all .25s ease;width:16px;transform:scale(1);margin-right:5px}.tooltip-element-tooltip{z-index:989;display:flex;align-items:center;justify-content:center;text-align:center;padding:4px 32px;font-weight:300;background-color:#323c32;color:#fefefe;font-family:Nunito,sans-serif;font-size:16px;line-height:24px;border-radius:8px}.tooltip-element-tooltip .tooltip-element-label{max-width:300px;font-family:Nunito,sans-serif;color:#fefefe}.tooltip-element-reference{display:flex;align-items:center;width:fit-content}.component-etiqueta{display:flex;align-items:center;justify-content:center;height:25px;border:1px solid rgba(0,0,0,0);border-radius:20px;padding:0 10px}.component-etiqueta .component-etiqueta-text{white-space:nowrap;font-family:Nunito,sans-serif;font-size:14px;font-weight:700;-webkit-user-select:none;user-select:none;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-align:center;vertical-align:middle}.component-etiqueta .component-etiqueta-icon{display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;margin-right:8px;margin-bottom:1px}.component-etiqueta .component-etiqueta-icon svg{height:14px;width:14px}.component-etiqueta.fit-content{width:fit-content;padding:8px 12px}.component-etiqueta.programas{background-color:#0000;color:#3fa110;border-color:#3fa110}.component-etiqueta.em-edicao{background-color:#d7e6c8;color:#33820d;border-color:#d7e6c8}.component-etiqueta.em-revisao{background-color:#cbe5fd;color:#2b517b;border-color:#cbe5fd}.component-etiqueta.em-aprovacao{background-color:#ffcd00;color:#765f00;border-color:#ffcd00}.component-etiqueta.finalizado{background-color:#cdd3cd;color:#5a645a;border-color:#cdd3cd}.component-etiqueta.aprovado{background-color:#3fa110;color:#fefefe;border-color:#3fa110}.component-etiqueta.reprovado{background-color:#e60000;color:#fefefe;border-color:#e60000}.component-etiqueta.cancelado{background-color:#0000;color:#ab4745;border-color:#ab4745}.component-etiqueta.outline-primary{background-color:#0000;color:#3fa110;border-color:#3fa110}.component-etiqueta.outline-danger{background-color:#0000;color:#ab4745;border-color:#ab4745}.component-etiqueta.outline-blue{background-color:#0000;color:#2b517b;border-color:#2b517b}.component-etiqueta.outline-dark{background-color:#0000;color:#323c32;border-color:#323c32}.component-etiqueta.outline-warning-dark{background-color:#0000;color:#765f00;border-color:#765f00}.component-etiqueta.yellow{background-color:#ffeb98;color:#765f00;border-color:#ffeb98}.component-etiqueta.excluido{background-color:#f58c96;color:#730028;border-color:#f58c96}.component-etiqueta.orange{background-color:#ffd098;color:#cf7308;border-color:#ffd098}.component-file-loader,.component-file-loader *{box-sizing:border-box;min-width:0}.component-file-loader ::selection{color:#33820d;background-color:#d7e6c8!important}.component-file-loader .component-file-loader-percent-line{padding-bottom:4px;font-size:14px;font-family:"Exo 2",sans-serif;line-height:16px}.component-file-loader .component-file-loader-percent-line .component-file-loader-downloaded-percent{font-weight:700}.component-file-loader .component-file-loader-loader-bar{background-color:#fefefe;box-shadow:0 1px 2px #5a645a4d;height:6px;border-radius:6px;padding-bottom:4px;position:relative;overflow:hidden}.component-file-loader .component-file-loader-loader-bar .component-file-loader-loader-progress{transition:width .25s ease;position:absolute;left:0;top:0;background-color:#33820d;height:100%}.component-file-loader .component-file-loader-progress-info{font-family:"Exo 2",sans-serif;font-size:14px;line-height:16px;display:flex;flex-direction:row}.component-file-loader .component-file-loader-progress-info .component-file-loader-downloaded-size{font-weight:700}.component-file-loader .component-file-loader-progress-info .component-file-loader-bar{padding:0 4px}.component-file-upload{position:relative;width:100%;display:flex;border-radius:8px;justify-content:center;align-items:center;background-color:#fefefe;color:#5a645a;padding:50px 20px;transition:border-color .25s ease,border-width .25s ease,box-shadow .25s ease;box-sizing:border-box}.component-file-upload,.component-file-upload *{box-sizing:border-box;min-width:0}.component-file-upload ::selection{color:#33820d;background-color:#d7e6c8!important}.component-file-upload.disabled *{color:#cdd3cd!important}.component-file-upload .component-file-upload-row{display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-family:Nunito,sans-serif}.component-file-upload .component-file-upload-row svg{font-size:2.5rem;width:80px;margin-right:4px}.component-file-upload input{display:none}.component-file-upload:active .component-file-upload-droppable:not(.disabled){border-width:0;border-color:#0000;box-shadow:inset 0 0 0 4px #3fa110}.component-file-upload:active .component-file-upload-droppable:not(.disabled).error{box-shadow:inset 0 0 0 4px #e60000}.component-file-upload .component-file-upload-droppable{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;background-color:#0000;box-shadow:inset 0 0 #3fa110;border-style:dashed;border-width:3px;border-color:#cdd3cd;transition:border-color .25s ease,border-width .25s ease,box-shadow .25s ease}.component-file-upload .component-file-upload-droppable:not(.disabled){cursor:pointer}.component-file-upload .component-file-upload-droppable.error{border-color:#e60000!important}.component-file-upload .component-file-upload-droppable.drag-enter{border-width:0;border-color:#0000;box-shadow:inset 0 0 0 4px #3fa110}.component-file-upload .component-file-upload-droppable.drag-enter.error{box-shadow:inset 0 0 0 4px #e60000}.component-file-upload .component-file-upload-droppable.drag-disabled{border-width:0;border-color:#0000;box-shadow:inset 0 0 0 4px #828a82}.component-file-upload-top-label{color:#323c32;transition:color .25s ease;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;-webkit-user-select:none;user-select:none;min-height:16px}.component-file-upload-top-label.error{color:#e60000}.component-file-upload-helper-text{-webkit-user-select:none;user-select:none;transition:color .25s ease;color:#323c32;font-family:Nunito,sans-serif;font-size:12px;line-height:16px;min-height:16px}.component-file-upload-helper-text.error{color:#e60000}.component-file-upload-outer{display:flex;flex-direction:column;width:100%}.footer-sicredi{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;font-family:"Exo 2",sans-serif}.footer-sicredi,.footer-sicredi *{box-sizing:border-box;min-width:0}.footer-sicredi ::selection{color:#33820d;background-color:#d7e6c8!important}.footer-sicredi .footer-sicredi-section{flex-wrap:wrap;padding:34px;width:100%}.footer-sicredi .footer-sicredi-section:before{content:"";position:absolute;left:0;width:100%;height:1px;transform:translateY(-34px);background-color:#cdd3cd}.footer-sicredi .footer-sicredi-cell{display:flex;flex-direction:column}@media screen and (max-width: 575.98px){.footer-sicredi .footer-sicredi-cell:not(:first-child){margin-top:20px}}.footer-sicredi .footer-sicredi-title{font-weight:600;font-size:16px;line-height:20px;letter-spacing:.4px;color:#323c32;width:100%}.footer-sicredi .footer-sicredi-subtitle{font-size:16px;line-height:25px;color:#323c32;font-family:Nunito,sans-serif;width:100%}.footer-sicredi .footer-sicredi-number{letter-spacing:.4px;font-size:16px;line-height:25px;font-weight:500;color:#3fa110;width:100%}.footer-sicredi .footer-sicredi-number a{font-weight:500;margin:0}.footer-sicredi .footer-sicredi-asterisco{font-size:12px;line-height:18px;font-family:Nunito,sans-serif;color:#323c32;width:100%}.footer-sicredi .footer-sicredi-qr-code{display:flex;align-items:center;justify-content:flex-start}.footer-sicredi .footer-sicredi-qr-code svg{width:100%;max-width:180px;min-height:100px}.footer-sicredi .footer-sicredi-qr-code a{display:flex;align-items:center;justify-content:center;min-height:100px;max-width:180px;width:80%;cursor:pointer}.footer-sicredi .footer-sicredi-space{margin:10px 0}.footer-sicredi a.footer-sicredi-social-media{margin:8px 16px 8px 8px;font-weight:700;font-family:Nunito,sans-serif}@media screen and (max-width: 575.98px){.footer-sicredi a.footer-sicredi-social-media{margin-right:50px;margin-bottom:14px}}.footer-sicredi .footer-sicredi-endereco{margin-top:38px;font-size:14px;margin-left:8px;color:#5a645a;font-family:Nunito,sans-serif}.footer-sicredi.white{background-color:#fefefe}.footer-sicredi.secondary-lighter{background-color:#f8f9f7}.footer-sicredi.dark{background-color:#323c32}.footer-sicredi.dark .footer-sicredi-section:before{background-color:#828a82}.footer-sicredi.dark .footer-sicredi-title{color:#f8f9f7}.footer-sicredi.dark .footer-sicredi-subtitle,.footer-sicredi.dark .footer-sicredi-asterisco{color:#cdd3cd}.footer-sicredi.dark a{color:#f8f9f7}.footer-sicredi.dark .footer-sicredi-endereco{color:#828a82}:root{--row-padding: 0}.component-row{box-sizing:border-box;display:flex;flex-flow:row wrap;align-items:stretch;width:100%;padding:var(--row-padding)}.component-row,.component-row *{box-sizing:border-box;min-width:0}.component-row ::selection{color:#33820d;background-color:#d7e6c8!important}.component-row.centralized{justify-content:center;align-items:center}.component-row.column{flex-direction:column}.full-height-container{position:relative;box-sizing:border-box;height:100dvh;width:100vw;top:0;left:0;display:flex;flex-flow:column}.full-height-container .full-height-container-row-header{position:fixed;top:0;left:0;z-index:2;width:100%}.full-height-container .full-height-container-row-content{z-index:1;display:flex;flex-flow:column;flex:1 1 auto;padding:0;overflow:auto}.full-height-container .full-height-container-row-content.mobile{overflow:visible}.full-height-container .full-height-container-row-content.vertical-padding{padding-top:12px;padding-bottom:12px}.full-height-container .full-height-container-row-content.horizontal-padding{padding-left:12px;padding-right:12px}.full-height-container .full-height-container-row-footer{position:fixed;bottom:0;left:0;z-index:2;width:100%}header.component-header{z-index:970;left:0;top:0;width:100%;height:64px;box-shadow:0 1px 4px #5a645a4d;display:flex;align-items:center;justify-content:space-between;padding:0 30px}header.component-header,header.component-header *{box-sizing:border-box;min-width:0}header.component-header ::selection{color:#33820d;background-color:#d7e6c8!important}header.component-header.has-black-bar{height:92px;padding-top:28px}header.component-header.component-header-primary{background-color:#3fa110}header.component-header.component-header-secondary{background-color:#fefefe}header.component-header.component-header-semi{left:unset;right:10px;box-shadow:none;border:1px solid;border-color:transparent;border-bottom-color:#cdd3cd;width:calc(100% - 20px);background-color:#f8f9f7;margin:0 auto}header.component-header.component-header-assembleia{background-color:#fefefe;left:0;width:100%;box-shadow:none;border-bottom:1px solid;border-color:transparent;border-bottom-color:#cdd3cd}@media screen and (max-width: 767.98px){header.component-header{padding-left:14px;padding-right:14px}}header.component-header .component-header-header-item{font-family:"Exo 2",sans-serif;display:flex;justify-content:center;align-items:center}.component-header-clearfix{display:block;height:64px;width:0}.component-header-separator-logo{-webkit-user-select:none;user-select:none;margin-left:20px;position:relative;padding:0 20px 3px;display:flex;align-items:center;font-style:italic;color:#5a645a;font-size:16px;font-weight:600;min-width:50px;white-space:nowrap}@media screen and (max-width: 767.98px){.component-header-separator-logo{display:none}}.component-header-separator-logo:before{position:absolute;left:0;content:"";display:block;height:24px;width:1px;background-color:#cdd3cd}.component-header-black-bar{-webkit-user-select:none;user-select:none;background-color:#323c32;display:flex;align-items:center;justify-content:flex-start;position:absolute;left:0;top:0;height:28px;width:100%}.component-header-black-bar *{color:#fefefe}.component-header-black-bar a{padding-top:2px;margin-left:30px;display:flex;align-items:center;justify-content:flex-start;text-decoration:none}@media screen and (max-width: 767.98px){.component-header-black-bar a{margin-left:14px}}.component-header-black-bar a:hover{cursor:pointer;text-decoration:underline}.component-header-black-bar a svg{width:18px;height:18px}.component-header-black-bar span{font-family:Nunito,sans-serif;margin-left:12px;display:flex;align-items:center;justify-content:flex-start;font-size:14px;line-height:20px;font-weight:700}.component-header-separator{width:1px;height:14px;margin:0 2px}.component-header-separator.component-header-separator-primary{background-color:#fefefe}.component-header-separator.component-header-separator-secondary{background-color:#cdd3cd}.scroll-arrow-overflow{width:100%;display:flex;align-items:stretch;position:relative}.scroll-arrow-overflow,.scroll-arrow-overflow *{box-sizing:border-box;min-width:0}.scroll-arrow-overflow ::selection{color:#33820d;background-color:#d7e6c8!important}.scroll-arrow-overflow.left{flex-direction:row}.scroll-arrow-overflow.left .scroll-arrow-overflow-navigation{flex-direction:column}.scroll-arrow-overflow.left .scroll-arrow-overflow-overflow{width:calc(100% - 40px)}.scroll-arrow-overflow.right{flex-direction:row-reverse}.scroll-arrow-overflow.right .scroll-arrow-overflow-navigation{flex-direction:column;min-width:40px}.scroll-arrow-overflow.right .scroll-arrow-overflow-overflow{width:calc(100% - 40px)}.scroll-arrow-overflow.bottom{flex-direction:column-reverse}.scroll-arrow-overflow.bottom .scroll-arrow-overflow-navigation{justify-content:flex-end}.scroll-arrow-overflow .scroll-arrow-overflow-navigation{padding:var(--col-padding);gap:var(--col-padding);display:flex;align-items:center;justify-content:center}.scroll-arrow-overflow .scroll-arrow-overflow-overflow{gap:8px;display:flex;overflow-x:auto;align-items:flex-start;flex-flow:row nowrap;flex:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.scroll-arrow-overflow .scroll-arrow-overflow-overflow>*{scroll-snap-align:start}.hour-events{width:100%}.hour-events,.hour-events *{box-sizing:border-box;min-width:0}.hour-events ::selection{color:#33820d;background-color:#d7e6c8!important}.hour-events .scroll-arrow-overflow .scroll-arrow-overflow-overflow>*{min-width:135px}.hour-events .hour-events-first-line{width:100%;display:flex;align-items:center;justify-content:center}.hour-events .hour-events-first-line .hour-events-line{height:1px;background-color:#cdd3cd;flex:1 1 auto}.hour-events .hour-events-first-line .hour-events-hour{-webkit-user-select:none;user-select:none;padding:8px;color:#5a645a;font-size:14px;font-weight:600;font-family:Nunito,sans-serif;margin-right:5px}.hour-events .hour-events-first-line .hour-events-counter{-webkit-user-select:none;user-select:none;padding:4px 8px;color:#828a82;font-weight:700;white-space:nowrap;font-family:Nunito,sans-serif}.hour-events .hour-events-first-line .hour-events-no-events{font-family:Nunito,sans-serif;-webkit-user-select:none;user-select:none;white-space:nowrap;padding:4px 12px;border-radius:200px;border:1px solid #cdd3cd;color:#828a82;font-weight:700}.hour-events .hour-events-toggle{display:flex;align-items:center;justify-content:flex-end;padding:4px 0}.component-information-icon{display:flex;align-items:center;justify-content:center;padding:0 8px 0 0}.component-information-icon .component-information-icon-icon{display:flex;align-items:center;justify-content:flex-start;color:#323c32}.inline-month-picker{color:#3fa110;display:flex}.inline-month-picker,.inline-month-picker *{box-sizing:border-box;min-width:0}.inline-month-picker ::selection{color:#33820d;background-color:#d7e6c8!important}.inline-month-picker .inline-month-picker-icon{display:flex;align-items:center;justify-content:center;margin-right:8px}.inline-month-picker .inline-month-picker-icon svg{width:30px;height:30px}.inline-month-picker .inline-month-picker-label{-webkit-user-select:none;user-select:none;display:flex;align-items:center;font-size:24px;font-family:"Exo 2",sans-serif;line-height:24px;font-weight:700;color:#323c32;margin-right:8px}.inline-month-picker .inline-month-picker-actions{display:flex;align-items:center}.inline-month-picker .inline-month-picker-actions svg{width:20px;height:20px}.component-input{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:stretch;-webkit-appearance:none;-moz-appearance:none;appearance:none}.component-input,.component-input *{box-sizing:border-box;min-width:0}.component-input ::selection{color:#33820d;background-color:#d7e6c8!important}.component-input .component-input-label{font-family:Nunito,sans-serif;color:#323c32;transition:color .25s ease;font-size:12px;line-height:16px;-webkit-user-select:none;user-select:none;min-height:16px}.component-input .component-input-input-container{width:100%;position:relative;display:flex;flex-wrap:nowrap;align-items:center;border-width:0 0 2px;border-style:solid;transition:border-color .25s ease,border .25s ease;border-color:#cdd3cd}.component-input .component-input-input-container .component-input-input{font-family:Nunito,sans-serif;color:#323c32;caret-color:#33820d;border-radius:0;transition:color .25s ease,border-color .25s ease;width:100%;background-color:#0000;font-size:16px;line-height:24px;border:none;padding:0}.component-input .component-input-input-container .component-input-input:focus{outline:none}.component-input .component-input-input-container:before{content:"";transition:visibility .25s ease,opacity .25s ease;opacity:0;visibility:hidden}.component-input .component-input-input-container .component-input-right-object{position:static;padding:0 5px 1px}.component-input .component-input-input-container .component-input-right-object svg{width:23px;height:23px}.component-input .component-input-helper-and-counter{position:relative;display:flex;justify-content:space-between;align-items:center;min-height:16px}.component-input .component-input-helper-and-counter .component-input-counter{font-family:Nunito,sans-serif;color:#323c32;position:absolute;right:5px;font-size:12px;line-height:16px}.component-input .component-input-helper-and-counter .component-input-helper-text{font-family:Nunito,sans-serif;-webkit-user-select:none;user-select:none;transition:color .25s ease;color:#323c32;font-size:12px;line-height:16px;min-height:16px}.component-input.component-input-error .component-input-label{color:#e60000!important}.component-input.component-input-error .component-input-input-container{border-color:#e60000!important}.component-input.component-input-error .component-input-input-container .component-input-input{color:#e60000!important;caret-color:#e60000}.component-input.component-input-error .component-input-helper-text{color:#e60000!important}.component-input.component-input-loading .component-input-input-container:after{content:"";height:2px;width:0;left:0;position:absolute;bottom:-2px;background-color:#33820d;animation:input-loading 2.5s linear infinite}.component-input.component-input-disabled .component-input-label,.component-input.component-input-disabled .component-input-helper-text{color:#828a82}.component-input.component-input-disabled .component-input-input-container{border-style:dotted!important}.component-input-input:disabled{color:#828a82;border-color:#828a82}.component-input-input:disabled::placeholder{color:#828a82!important}.component-input:not(.component-input-error):not(.force-focus):not(.component-input-disabled):not(.component-input-loading) .component-input-input-container:focus-within:before{opacity:1;visibility:visible;content:"";height:2px;display:block;position:absolute;bottom:-2px;background-color:#33820d;animation:input-focus .25s ease forwards}.component-input:not(.component-input-error):not(.force-focus):not(.component-input-disabled):not(.component-input-loading) .component-input-input-container:not(:focus-within):not(.force-focus):before{opacity:0;content:"";height:2px;display:block;position:absolute;bottom:-2px;background-color:#33820d;animation:input-focus-reverse .25s ease forwards}.component-input:not(.component-input-error).force-focus .component-input-input-container:before{opacity:1;visibility:visible;content:"";height:2px;display:block;position:absolute;bottom:-2px;background-color:#33820d;animation:input-focus .25s ease forwards}.component-input-area{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:stretch;-webkit-appearance:none;-moz-appearance:none;appearance:none}.component-input-area .component-input-area-label{font-family:Nunito,sans-serif;color:#323c32;transition:color .25s ease;font-size:12px;line-height:16px;-webkit-user-select:none;user-select:none;min-height:16px}.component-input-area .component-input-area-input-container{width:100%;position:relative;display:flex;flex-wrap:nowrap;align-items:center;border-width:0 0 2px;border-style:solid;transition:border-color .25s ease,border .25s ease;border-color:#cdd3cd}.component-input-area .component-input-area-input-container .component-input-area-input-area{font-family:Nunito,sans-serif;color:#323c32;resize:none;border-radius:0;transition:color .25s ease,border-color .25s ease;width:100%;background-color:#0000;font-size:16px;line-height:24px;border:none;padding:0}.component-input-area .component-input-area-input-container .component-input-area-input-area:focus{outline:none}.component-input-area .component-input-area-input-container:before{content:"";transition:visibility .25s ease,opacity .25s ease;opacity:0;visibility:hidden}.component-input-area .component-input-area-input-container .component-input-area-right-object{position:static;padding:0 5px 1px}.component-input-area .component-input-area-input-container .component-input-area-right-object svg{width:23px;height:23px}.component-input-area .component-input-area-helper-and-counter{position:relative;display:flex;justify-content:space-between;align-items:center;min-height:16px}.component-input-area .component-input-area-helper-and-counter .component-input-area-counter{font-family:Nunito,sans-serif;color:#323c32;position:absolute;right:5px;font-size:12px;line-height:16px}.component-input-area .component-input-area-helper-and-counter .component-input-area-helper-text{font-family:Nunito,sans-serif;-webkit-user-select:none;user-select:none;transition:color .25s ease;color:#323c32;font-size:12px;line-height:16px;min-height:16px}.component-input-area.component-input-area-error .component-input-area-label{color:#e60000!important}.component-input-area.component-input-area-error .component-input-area-input-container{border-color:#e60000!important}.component-input-area.component-input-area-error .component-input-area-input-container .component-input-area-input-area,.component-input-area.component-input-area-error .component-input-area-helper-text{color:#e60000!important}.component-input-area.component-input-area-loading .component-input-area-input-container:after{content:"";height:2px;width:0;left:0;position:absolute;bottom:-2px;background-color:#33820d;animation:input-loading 2.5s linear infinite}@keyframes input-loading{0%{width:0;left:0}50%{width:100%;left:0}51%{left:unset;right:0;width:100%}99%{left:unset;right:0;width:0}to{right:unset;left:0;width:0}}.component-input-area.component-input-area-disabled .component-input-area-label,.component-input-area.component-input-area-disabled .component-input-area-helper-text{color:#828a82}.component-input-area.component-input-area-disabled .component-input-area-input-container{border-style:dotted!important}.component-input-area-input:disabled{color:#828a82;border-color:#828a82}.component-input-area-input:disabled::placeholder{color:#828a82!important}.component-input-area:not(.component-input-area-error):not(.force-focus):not(.component-input-area-disabled):not(.component-input-area-loading) .component-input-area-input-container:focus-within:before{opacity:1;visibility:visible;content:"";height:2px;display:block;position:absolute;bottom:-2px;background-color:#33820d;animation:input-focus .25s ease forwards}.component-input-area:not(.component-input-area-error):not(.force-focus):not(.component-input-area-disabled):not(.component-input-area-loading) .component-input-area-input-container:not(:focus-within):not(.force-focus):before{opacity:0;content:"";height:2px;display:block;position:absolute;bottom:-2px;background-color:#33820d;animation:input-focus-reverse .25s ease forwards}.component-input-area:not(.component-input-area-error).force-focus .component-input-area-input-container:before{opacity:1;visibility:visible;content:"";height:2px;display:block;position:absolute;bottom:-2px;background-color:#33820d;animation:input-focus .25s ease forwards}@keyframes input-focus{0%{width:0;left:50%}to{left:0;width:100%}}@keyframes input-focus-reverse{0%{left:0;width:100%}to{width:0;left:50%}}.component-item-dropdown-download{background-color:#fefefe;height:44px;border-radius:4px;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;width:100%;cursor:pointer;outline:none;border:none}.component-item-dropdown-download,.component-item-dropdown-download *{box-sizing:border-box;min-width:0}.component-item-dropdown-download ::selection{color:#33820d;background-color:#d7e6c8!important}.component-item-dropdown-download .component-item-dropdown-download-label{font-family:Nunito,sans-serif;-webkit-user-select:none;user-select:none;font-size:16px;font-weight:600;color:#323c32;max-width:calc(100% - 30px);overflow:hidden;text-overflow:ellipsis;text-align:left}.component-item-dropdown-download .component-item-dropdown-download-arrow{display:flex;align-items:center;justify-content:center;color:#3fa110;transition:.25s ease;padding:4px 0 0;background-color:#0000}.component-item-dropdown-download .component-item-dropdown-download-arrow.up{transform:rotate(180deg)}.component-item-dropdown-download-panel{width:100%;padding:4px 0;z-index:987}.component-item-dropdown-download-panel .component-item-dropdown-download-item{font-family:Nunito,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none;transition:background-color .25s ease;cursor:pointer;padding:4px 14px;border:none;outline:none;background-color:#fefefe}.component-item-dropdown-download-panel .component-item-dropdown-download-item:hover,.component-item-dropdown-download-panel .component-item-dropdown-download-item:focus{background-color:#f8f9f7}.component-item-dropdown-download-panel .component-item-dropdown-download-item .component-item-dropdown-download-item-label{transform:scale(1);display:flex;align-items:center;justify-content:flex-start;transition:transform .25s ease;font-size:16px;padding-bottom:2px;text-align:left;transform-origin:right center;color:#323c32}.component-item-dropdown-download-panel .component-item-dropdown-download-item .component-item-dropdown-download-download-icon{transition:transform .25s ease;color:#3fa110;display:flex;align-items:center;justify-content:center;transform-origin:left center}.component-item-dropdown-download-panel .component-item-dropdown-download-item .component-item-dropdown-download-download-icon svg{width:24px;height:24px}.component-item-dropdown-download-panel .component-item-dropdown-download-item:active .component-item-dropdown-download-download-icon,.component-item-dropdown-download-panel .component-item-dropdown-download-item:active .component-item-dropdown-download-item-label{transform:scale(.9)}.sicredi-logo{display:flex;align-items:center;justify-content:center}.sicredi-logo,.sicredi-logo *{box-sizing:border-box;min-width:0}.sicredi-logo ::selection{color:#33820d;background-color:#d7e6c8!important}.sicredi-logo #caminho-17{position:absolute;transform:translate(286.845px) translateY(657.948px);transform-origin:left center;transition:transform .25s ease,opacity .25s ease}.sicredi-logo #caminho-17.sicredi-logo-hide-letters{transform:translate(270px) translateY(657.948px);opacity:0}.component-menu-item,.component-menu-item *{box-sizing:border-box;min-width:0}.component-menu-item ::selection{color:#33820d;background-color:#d7e6c8!important}.component-menu-item:before{content:"";transition:width .25s ease;background-color:#33820d;height:100%;width:0;position:absolute;left:0}.component-menu-item.component-menu-item-active:before{width:4px}.component-menu-item,.component-menu-item-sub-item{font-family:Nunito,sans-serif;-webkit-user-select:none;user-select:none;position:relative;min-height:45px;height:auto;width:100%;display:flex;padding:1px 9px 1px 3px;align-items:center;border:0 solid rgba(0,0,0,0);transition:background-color .25s ease,padding .25s ease;background-color:#fefefe}.component-menu-item.component-menu-item-active .component-menu-item-sub-item-icon,.component-menu-item.component-menu-item-active .component-menu-item-icon,.component-menu-item-sub-item.component-menu-item-active .component-menu-item-sub-item-icon,.component-menu-item-sub-item.component-menu-item-active .component-menu-item-icon,.component-menu-item.component-menu-item-active .component-menu-item-sub-item-label,.component-menu-item.component-menu-item-active .component-menu-item-label,.component-menu-item-sub-item.component-menu-item-active .component-menu-item-sub-item-label,.component-menu-item-sub-item.component-menu-item-active .component-menu-item-label{color:#3fa110}.component-menu-item:disabled:before,.component-menu-item-sub-item:disabled:before{background-color:#cdd3cd}.component-menu-item:disabled .component-menu-item-icon,.component-menu-item:disabled .component-menu-item-label,.component-menu-item-sub-item:disabled .component-menu-item-icon,.component-menu-item-sub-item:disabled .component-menu-item-label{color:#cdd3cd}.component-menu-item:not(:disabled),.component-menu-item-sub-item:not(:disabled){cursor:pointer}.component-menu-item:not(:disabled):hover,.component-menu-item-sub-item:not(:disabled):hover{background-color:#f8f9f7}.component-menu-item:focus,.component-menu-item-sub-item:focus{outline:none}.component-menu-item .component-menu-item-sub-item-icon svg,.component-menu-item-sub-item .component-menu-item-sub-item-icon svg{width:7px}.component-menu-item .component-menu-item-sub-item-icon,.component-menu-item .component-menu-item-icon,.component-menu-item-sub-item .component-menu-item-sub-item-icon,.component-menu-item-sub-item .component-menu-item-icon{transition:color .25s ease;min-width:46px;width:46px;color:#323c32;display:flex;justify-content:center;align-items:center}.component-menu-item .component-menu-item-sub-item-label,.component-menu-item .component-menu-item-label,.component-menu-item-sub-item .component-menu-item-sub-item-label,.component-menu-item-sub-item .component-menu-item-label{opacity:1;color:#323c32;transition:color .25s ease,transform .25s ease,opacity .25s ease;display:flex;align-items:center;justify-content:flex-start;width:100%;min-width:180px;font-size:16px;font-weight:400;text-align:left}.component-menu-item-sub-list .component-menu-item-sub-item{margin-top:4px}.component-menu-toggle{transition:left .25s ease;position:fixed;top:50%;border-radius:0 4px 4px 0;background-color:#fefefe;width:30px;height:140px;transform:translateY(-50%);z-index:972;display:flex;align-items:center;justify-content:center;color:#828a82;border:1px solid;border-color:#cdd3cd;border-left-color:#0000}@media (min-width: 991.98px){.component-menu-toggle{display:none}}.component-menu-toggle svg{transition:transform .25s ease;width:16px;height:16px}.component-menu-toggle:focus{outline:none}.component-menu-toggle.component-menu-opened{left:249px}.component-menu-toggle.component-menu-opened svg{transform:rotate(180deg)}.component-menu-toggle:not(.component-menu-opened){left:0}.component-menu{background-color:#fefefe;width:250px;height:100%;position:fixed;top:0;left:0;box-shadow:4px 0 12px #0000001a;overflow-y:auto;overflow-y:overlay;overflow-x:hidden;z-index:972}.component-menu,.component-menu *{box-sizing:border-box;min-width:0}.component-menu ::selection{color:#33820d;background-color:#d7e6c8!important}.component-menu.component-menu-short-on-md{transition:width .25s ease}@media (max-width: 991.98px){.component-menu.component-menu-short-on-md:not(:hover){overflow-y:hidden;width:52px}.component-menu.component-menu-short-on-md:not(:hover) .component-menu-sub-item-label,.component-menu.component-menu-short-on-md:not(:hover) .component-menu-item-label{transform:translate(15px);opacity:0}.component-menu.component-menu-short-on-md:not(:hover) .component-menu-items{padding-left:0}.component-menu.component-menu-short-on-md:hover{width:250px}}.component-menu.component-menu-open-on-click{transition:width .25s ease}@media (max-width: 991.98px){.component-menu.component-menu-open-on-click:not(.component-menu-opened){overflow:hidden;width:0}.component-menu.component-menu-open-on-click.component-menu-opened{width:250px}}.component-menu.component-menu-hamburger-menu{transition:width .25s ease}.component-menu.component-menu-hamburger-menu .component-menu-close-button{z-index:1;position:absolute;right:12px;top:14px}.component-menu.component-menu-hamburger-menu:not(.component-menu-opened){overflow:hidden;width:0}.component-menu.component-menu-hamburger-menu.component-menu-opened{width:250px}.component-menu .component-menu-logo{transform:translate(0);width:100%;padding:30px 0 10px;transition:transform .25s ease;display:flex;justify-content:center;align-items:center}.component-menu .component-menu-buscar{padding:4px 13px}.component-menu .component-menu-items .component-menu-it{padding:12px 0}.component-menu-background{z-index:971;width:100%;height:100%;position:fixed;top:0;left:0;background-color:#00000080}.component-menu-background-enter{opacity:0}.component-menu-background-enter-active{transition:opacity .25s ease;opacity:1}.component-menu-background-exit{opacity:1}.component-menu-background-exit-active{transition:opacity .25s ease;opacity:0}:not(.mobile).comp-modal-manager-mask-enter{opacity:0}:not(.mobile).comp-modal-manager-mask-enter>*{transform:scale(.8)}:not(.mobile).comp-modal-manager-mask-enter-active{transition:opacity .25s ease;opacity:1}:not(.mobile).comp-modal-manager-mask-enter-active>*{transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;transform:scale(1)}:not(.mobile).comp-modal-manager-mask-exit{transition:opacity .25s ease;opacity:1}:not(.mobile).comp-modal-manager-mask-exit>*{transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;transform:scale(1)}:not(.mobile).comp-modal-manager-mask-exit-active{opacity:0}:not(.mobile).comp-modal-manager-mask-exit-active>*{transform:scale(.8)}.mobile.comp-modal-manager-mask-enter{opacity:0}.mobile.comp-modal-manager-mask-enter>*{transform:translateY(100%)}.mobile.comp-modal-manager-mask-enter-active{transition:opacity .25s ease;opacity:1}.mobile.comp-modal-manager-mask-enter-active>*{transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;transform:translateY(0)}.mobile.comp-modal-manager-mask-exit{transition:opacity .25s ease;opacity:1}.mobile.comp-modal-manager-mask-exit>*{transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;transform:translateY(0)}.mobile.comp-modal-manager-mask-exit-active{opacity:0}.mobile.comp-modal-manager-mask-exit-active>*{transform:translateY(100%)}.component-notification-panel{overflow:hidden;z-index:987;background-color:#fefefe;border-radius:8px;box-shadow:0 1px 2px #5a645a4d;max-width:calc(100vw - 10px)}.component-notification-panel-header{-webkit-user-select:none;user-select:none;display:flex;align-items:center;background-color:#fafafa;border-bottom:1px solid #cdd3cd;padding:16px;gap:8px}.component-notification-panel-header svg{font-size:1rem}.component-notification-panel-header-icon{color:#3fa110}.component-notification-panel-header-title{flex:1 1 auto;line-height:24px;font-size:16px;font-family:"Exo 2",sans-serif;font-weight:300}.component-notification-panel-body{overflow:auto}.component-notification-panel-body .component-notification-panel-noti{display:flex;align-items:center;padding:16px;cursor:pointer;-webkit-user-select:none;user-select:none;gap:8px}.component-notification-panel-body .component-notification-panel-noti:not(:only-child):not(:last-child){border-bottom:1px solid #cdd3cd}.component-notification-panel-body .component-notification-panel-noti-head{display:flex;align-items:center;gap:10px}.component-notification-panel-body .component-notification-panel-noti-alert{display:block;background-color:#e60050;width:8px;height:8px;border-radius:20px}.component-notification-panel-body .component-notification-panel-noti-title{font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:24px;text-align:left;color:#3fa110}.component-notification-panel-body .component-notification-panel-noti-text{margin-top:4px;max-width:300px;color:#323c32;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:18px;text-align:left}.component-notification-panel-body .component-notification-panel-noti-date{font-family:Nunito,sans-serif;font-size:10px;font-weight:700;line-height:24px;text-align:left;color:#5a645a}.component-notification-panel-body .component-notification-panel-noti-right svg{color:#3fa110}.component-notification-panel-footer{padding:16px;background-color:#fafafa;border-top:1px solid #cdd3cd}.component-page-title{font-family:"Exo 2",sans-serif;font-size:36px;font-weight:500;color:#3fa110;padding-bottom:4px}@media screen and (max-width: 767.98px){.component-page-title{font-size:32px}}@media screen and (max-width: 575.98px){.component-page-title{font-size:28px}}.component-page-subtitle{font-family:"Exo 2",sans-serif;font-size:24px;font-weight:300;color:#323c32;padding-bottom:4px}@media screen and (max-width: 767.98px){.component-page-subtitle{font-size:20px}}@media screen and (max-width: 575.98px){.component-page-subtitle{font-size:16px}}.pagination-component{display:flex;align-items:center;justify-content:center;width:100%;list-style:none}@media (max-width: 575.98px){.pagination-component.one-of{justify-content:center;flex-direction:row-reverse;flex-direction:column}}.pagination-component p{font-family:Nunito,sans-serif!important;color:#323c32;margin:0}.pagination-component>div>div{width:fit-content;display:flex;gap:8px;position:relative}.pagination-component.has-left-item{justify-content:space-between}.pagination-component .pagination-left-container{display:flex;align-items:center;font-family:Nunito,sans-serif}@media (max-width: 767.98px){.pagination-component .pagination-left-container.one-of{width:100%;justify-content:flex-start}}@media (max-width: 575.98px){.pagination-component .pagination-left-container.one-of{justify-content:center;margin-bottom:16px}}@media (max-width: 767.98px){.pagination-component .pagination-left-container.both{width:100%;justify-content:space-between;margin-bottom:12px}}.pagination-component .lines-per-page{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.pagination-component .lines-per-page :not(:last-child)>svg{margin-bottom:-3px;max-width:6px;margin-right:8px}.pagination-component .lines-per-page .wrapper{display:flex;align-items:center;padding-top:3px;gap:6px;cursor:default}.pagination-component .lines-per-page .wrapper>div{display:flex;align-items:center;cursor:pointer;margin-top:-3px;border-bottom:2px solid #d7e6c8;transition:.3s;border-radius:0 0 4px 4px}.pagination-component .lines-per-page .wrapper>div:hover{border-color:#3fa110}.pagination-component .lines-per-page .wrapper>div>div{display:flex}.pagination-component .lines-per-page .wrapper>div>div:nth-child(2) button{min-width:unset!important}.pagination-component .lines-per-page .wrapper>div>div>div{display:flex;align-items:center;margin-top:4px;margin-bottom:2px}.pagination-component .lines-per-page .wrapper.disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.pagination-component .lines-per-page .wrapper.disabled>div{border-color:#828a82!important;opacity:.45}.pagination-component .lines-per-page .wrapper.disabled>div svg{color:#828a82}.pagination-component .lines-per-page .drop{margin:0;padding:7px 0 0}.pagination-component .lines-per-page .drop p{font-family:Nunito,sans-serif;-webkit-user-select:none;user-select:none;margin-left:4px;margin-right:8px;color:#323c32}.pagination-component .lines-per-page .drop svg{width:14px;color:#3fa110;transition:.3s;transform:rotate(0)}.pagination-component .lines-per-page .drop.active svg{transform:rotate(-180deg)}.pagination-component .pagination-container{display:flex;align-items:center;transition:.25s ease;opacity:1;visibility:visible;list-style-type:none;gap:12px;color:#3fa110;margin:0;padding:0;position:relative}.pagination-component .pagination-container.hidden{opacity:0;visibility:hidden}.pagination-component .pagination-container .pagination-item{display:flex;align-items:center;justify-content:center;color:#3fa110;font-size:16px;font-weight:700;font-family:Nunito,sans-serif;width:100%;min-width:20px;-webkit-user-select:none;user-select:none;transition:.3s ease-in-out}.pagination-component .pagination-container .pagination-item.dots{display:flex;-webkit-user-select:none;user-select:none;pointer-events:none}.pagination-component .pagination-container .pagination-item.dots svg{color:#3fa110;width:18px;margin-bottom:1px}.pagination-component .pagination-container .pagination-item.dots:hover{background-color:transparent;cursor:default}.pagination-component .pagination-container .pagination-item:hover{cursor:pointer;color:#33820d}.pagination-component .pagination-container .pagination-item.selected{width:100%;color:#33820d;position:relative;transition:.3s ease-in-out}.pagination-component .pagination-container .pagination-item.selected.non-loader:after{content:"";bottom:-2px;position:absolute;height:2px;width:100%;background:#33820d;border-radius:2px;transition:.3s ease-in-out}.pagination-component .pagination-container .pagination-item:active{transform:scale(.9)}.pagination-component .pagination-container .pagination-item.disabled{pointer-events:none;color:#828a82;opacity:.75}.pagination-component .pagination-container .pagination-item.disabled svg{color:#828a82;opacity:.25}.pagination-component .pagination-container .pagination-item.disabled.selected{pointer-events:none;width:100%;color:#828a82;position:relative;transition:.3s ease-in-out}.pagination-component .pagination-container .pagination-item.disabled.selected:after{display:none}.pagination-component .pagination-container .pagination-item.disabled:hover{background-color:transparent;cursor:default}.pagination-component .pagination-container .arrows svg{max-height:16px}.pagination-component .pagination-container-loader{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;opacity:1}.pagination-component .pagination-container-loader-enter{opacity:0}.pagination-component .pagination-container-loader-enter-active{transition:.25s ease;opacity:1}.pagination-component .pagination-container-loader-exit{opacity:1}.pagination-component .pagination-container-loader-exit-active{transition:.25s ease;opacity:0}.component-paginator{width:100%;display:flex;margin:auto}.component-paginator .component-paginator-center-content{position:relative;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.component-paginator .component-paginator-center-content>div{display:flex;align-items:center;visibility:visible;opacity:1;transition:.25s ease}.component-paginator .component-paginator-center-content>div.hidden{visibility:hidden;opacity:0}.component-paginator .component-paginator-center-content>div .component-paginator-numbers{overflow-x:auto;display:flex}.component-paginator .component-paginator-center-content>div .component-paginator-numbers .component-paginator-number{font-family:Nunito,sans-serif;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background-color:#0000;color:#323c32;cursor:pointer;padding:2px;border-radius:200px;width:25px;height:25px;font-size:16px;font-weight:500;transition:background-color .25s ease,color .25s ease}.component-paginator .component-paginator-center-content>div .component-paginator-numbers .component-paginator-number:hover{background-color:#f3f5f1}.component-paginator .component-paginator-center-content>div .component-paginator-numbers .component-paginator-number.active{cursor:default;background-color:#3fa110;color:#fefefe}.component-paginator .component-paginator-center-content .component-paginator-loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:1;transition:.25s ease}.component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-enter{opacity:0}.component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-enter-active{transition:opacity .25s ease;opacity:1}.component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-exit{opacity:1}.component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-exit-active{transition:opacity .25s ease;opacity:0}.component-paginator .component-paginator-left-arrow{margin-right:4px}.component-paginator .component-paginator-left-arrow svg{max-height:16px}.component-paginator .component-paginator-right-arrow{margin-left:4px}.component-paginator .component-paginator-right-arrow svg{max-height:16px}.component-video-player{display:flex;width:100%;height:100%;min-height:50px}.component-video-player.blackground{background-color:#121212}.component-video-player iframe{height:100%;width:100%}.previa-video{width:100%;overflow:hidden;position:relative;min-height:594px;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:24px;-webkit-user-select:none;user-select:none;background-color:#000;transition:min-height .25s ease,height .25s ease}.previa-video,.previa-video *{box-sizing:border-box;min-width:0}.previa-video ::selection{color:#33820d;background-color:#d7e6c8!important}.previa-video:hover .previa-video-img{transform:scale(1.05);opacity:.8}.previa-video:active .previa-video-img{transform:scale(1.1);opacity:.6}.previa-video .previa-video-img{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;transition:transform .6s ease,opacity .6s ease;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (max-width: 1199.98px){.previa-video{min-height:calc((100vw - 24px)*.5625)}}.previa-video .previa-video-icon{z-index:2}.previa-video .previa-video-label{z-index:2;font-size:36px;font-weight:700;font-family:"Exo 2",sans-serif;line-height:50px;color:#fefefe}@media screen and (max-width: 767.98px){.previa-video .previa-video-label{font-size:24px;line-height:30px}}.previa-video .previa-video-video{z-index:3;width:100%;height:100%;top:0;left:0;position:absolute;display:flex}.previa-video .previa-video-video iframe{width:100%;height:100%}.previa-video .previa-video-video.video-enter{opacity:0}.previa-video .previa-video-video.video-enter-active{transition:opacity .25s ease;opacity:1}.previa-video .previa-video-video.video-exit{opacity:1}.previa-video .previa-video-video.video-exit-active{transition:opacity .25s ease;opacity:0}.qrcode{display:inline-block;display:flex;align-items:center;justify-content:center;padding:12px}.qrcode.button{cursor:pointer;transition:transform .25s ease}.qrcode.button:active{transform:scale(.95)}.component-radio-button{background-color:#fefefe;width:18px;height:18px;padding:0;border:none;display:flex;justify-content:center;align-items:center;border-radius:100px;transition:background-color .25s ease,border-color .25s ease}.component-radio-button:not(:disabled){cursor:pointer}.component-radio-button:focus{outline:none}.component-radio-button.new:disabled{opacity:.6}.component-radio-button.new[data-checked=false]{background-color:#c4c4c4}.component-radio-button.new[data-checked=false][data-error=true]{background-color:#ffb4b4}.component-radio-button.new[data-checked=true]{background-color:#3fa110}.component-radio-button.new[data-checked=true][data-error=true]{background-color:#e60000}.component-radio-button.classic{border:1px solid #3fa110;background-color:#0000}.component-radio-button.classic:after{content:"";width:12px;height:12px;background-color:#0000;border-radius:200px;transition:background-color .25s ease,border-color .25s ease}.component-radio-button.classic[data-error=true]{border-color:#e60000}.component-radio-button.classic[data-error=true][data-checked=true]:after{background-color:#e60000}.component-radio-button.classic:disabled{border-color:#c4c4c4!important}.component-radio-button.classic:disabled[data-checked=false]{background-color:#0000}.component-radio-button.classic:disabled[data-checked=true]:after{background-color:#c4c4c4}.component-radio-button.classic[data-checked=false]{background-color:#0000}.component-radio-button.classic[data-checked=true]:after{background-color:#3fa110}.component-search{position:relative;width:100%}.component-search,.component-search *{box-sizing:border-box;min-width:0}.component-search ::selection{color:#33820d;background-color:#d7e6c8!important}.component-search .component-search-right-container{display:flex;gap:12px}.component-search .component-search-right-container .component-chip{font-size:10px;white-space:nowrap}.component-search .component-search-right-container .component-chip>span{padding-left:6px}.component-search .component-search-right-container .component-chip .component-chip-button>svg{width:25px;height:20px}.component-search .component-search-panel{margin-top:-16px;z-index:987;background-color:#fefefe;position:fixed;box-shadow:0 1px 2px #5a645a4d;border-radius:0 0 8px 8px;-webkit-user-select:none;user-select:none;overflow-y:auto;overflow-y:overlay;max-height:140px}.component-search .component-search-panel .component-search-options{min-height:40px;width:100%;display:flex;align-items:center;justify-content:flex-start;padding:8px 16px;transition:background-color .3s ease;font-family:Nunito,sans-serif}.component-search .component-search-panel .component-search-options:last-child{border-radius:0 0 8px 8px}.component-search .component-search-panel .component-search-options button{min-width:18px}.component-search .component-search-panel .component-search-options:hover{background-color:#f3f3f3;cursor:pointer}.component-search .component-search-panel .component-search-options:focus{outline:none;background-color:#f3f3f3}.component-search .component-search-panel .component-search-no-result{font-family:Nunito,sans-serif;height:40px;width:100%;padding:0 16px;display:flex;align-items:center;justify-content:flex-start}.component-search .component-search-panel.panel-fade-enter{transform:translateY(10px);opacity:0}.component-search .component-search-panel.panel-fade-enter-active{transition:transform .3s ease,opacity .3s ease;opacity:1;transform:translateY(0)}.component-search .component-search-panel.panel-fade-exit{opacity:1;transform:translateY(0)}.component-search .component-search-panel.panel-fade-exit-active{transition:transform .3s ease,opacity .3s ease;transform:translateY(10px);opacity:0}.component-select-outer{position:relative;width:100%}.component-select-outer,.component-select-outer *{box-sizing:border-box;min-width:0}.component-select-outer ::selection{color:#33820d;background-color:#d7e6c8!important}.component-select-outer:focus-within .component-input-input-container:before{opacity:1;visibility:visible;content:"";height:2px;display:block;position:absolute;bottom:-2px;background-color:#33820d;animation:inputFocus .25s ease forwards}.component-select-select-fake{width:100%;position:absolute;top:16px;left:0;font-size:16px;height:25px;opacity:0}.component-select-objects{display:flex}.component-select-objects .component-select-clear-button{margin-right:8px}.component-select-objects .component-select-clear-button svg{height:.7em;width:.7em}.component-select-objects .component-select-arrow{display:flex;justify-content:center;align-items:center}.component-select-objects .component-select-arrow svg{transition:transform .25s ease;height:.8em;width:.8em}.component-select-objects .component-select-arrow.component-select-arrow-up svg{transform:rotate(180deg)}.component-select-panel{background-color:#fefefe;-webkit-user-select:none;user-select:none;overflow:visible;height:fit-content}.component-select-panel,.component-select-panel *{box-sizing:border-box;min-width:0}.component-select-panel ::selection{color:#33820d;background-color:#d7e6c8!important}.component-select-panel .component-select-panel-input{margin-bottom:6px;padding:0 16px;margin-top:16px}.component-select-panel .component-select-options{overflow-y:auto;max-height:calc(100% - 88px)}.component-select-panel .component-select-options:last-child .component-select-single-option,.component-select-panel .component-select-options:last-child .component-select-multiple-option{color:#323c32}.component-select-panel .component-select-options:last-child .component-select-single-option:last-child,.component-select-panel .component-select-options:last-child .component-select-multiple-option:last-child{border-radius:0 0 4px 4px}.component-select-panel .component-select-options .component-select-single-option{font-family:Nunito,sans-serif;min-height:40px;width:100%;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;flex:1 1 auto;transition:background-color .25s ease}.component-select-panel .component-select-options .component-select-single-option:not(.read-only){cursor:pointer}.component-select-panel .component-select-options .component-select-single-option.read-only{color:#828a82}.component-select-panel .component-select-options .component-select-single-option:hover{background-color:#f3f3f3}.component-select-panel .component-select-options .component-select-single-option:focus{outline:none;background-color:#f3f3f3}.component-select-panel .component-select-options .component-select-multiple-option{font-family:Nunito,sans-serif;min-height:40px;width:100%;display:flex;align-items:center;justify-content:flex-start;padding:8px 16px;transition:background-color .25s ease}.component-select-panel .component-select-options .component-select-multiple-option button{min-width:18px}.component-select-panel .component-select-options .component-select-multiple-option:not(.read-only){cursor:pointer}.component-select-panel .component-select-options .component-select-multiple-option.read-only{color:#828a82}.component-select-panel .component-select-options .component-select-multiple-option:hover{background-color:#f3f3f3}.component-select-panel .component-select-options .component-select-multiple-option:focus{outline:none;background-color:#f3f3f3}.component-select-panel .component-select-options .component-select-multiple-option .component-select-multiple-option-label{font-family:Nunito,sans-serif;margin-left:8px;font-size:16px;flex:1 1 auto;display:flex;align-items:center;justify-content:space-between}.component-select-panel .component-select-panel-footer-clearfix{height:42px;width:0}.component-select-panel .component-select-panel-footer{position:absolute;bottom:0;left:0;width:100%;height:40px;border-top:1px solid #cdd3cd;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.component-select-panel .component-select-panel-footer div{font-family:Nunito,sans-serif}.component-select-panel .component-select-panel-footer .component-select-footer-button{max-width:50%;font-weight:700;font-size:14px;color:#3fa110;padding:4px 8px}.component-select-panel .component-select-panel-footer .component-select-footer-button>div{text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 575.98px){.component-select-panel .component-select-panel-footer .component-select-footer-button{font-size:11px}}@media screen and (max-width: 767.98px){.component-select-panel .component-select-panel-footer .component-select-footer-button{font-size:13px}}.component-select-panel .component-select-no-result{font-family:Nunito,sans-serif;height:40px;width:100%;padding:0 16px;display:flex;align-items:center;justify-content:flex-start}.component-switch{display:flex;position:relative}.component-switch:not(:disabled){cursor:pointer}.component-switch:disabled{cursor:not-allowed}.component-switch.ios{border:none;cursor:pointer;align-items:center;position:relative;background-color:#cdd3cd;border-radius:250px;width:46px;height:24px;box-shadow:inset 0 1px 2px #5a645a4d;transition:background-color .25s ease}.component-switch.ios:focus-visible{outline:#33820d}.component-switch.ios:after{content:"";position:absolute;display:flex;background-color:#fff;width:20px;height:20px;border-radius:50%;transition:left .25s ease,background-color .25s ease;left:2px;box-shadow:0 1px 2px #5a645a4d}.component-switch.ios[data-checked=true]{background-color:#3fa110}.component-switch.ios[data-checked=true]:after{left:calc(100% - 22px)}.component-switch.ios:disabled{background-color:#cdd3cd!important}.component-switch.ios:disabled:after{background-color:#5a645a!important}.component-switch.ios[data-error=true]{background-color:#e60000!important}.component-switch.android{place-items:center center;background-color:#0000;border:none;margin-top:4px;margin-bottom:4px;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.component-switch.android:focus{outline:none}.component-switch.android .component-switch-thumb{align-self:center;transition:left .25s ease,right .25s ease,background-color .25s ease;width:20px;height:20px;position:absolute;border-radius:100%;box-shadow:0 1px 2px #5a645a4d}.component-switch.android .component-switch-track{width:38px;height:14px;border-radius:50px;transition:background-color .25s ease;background-color:#33820d}.component-switch.android[data-checked=true] .component-switch-thumb{left:20px;background-color:#3fa110}.component-switch.android[data-checked=false] .component-switch-thumb{left:-2px;background-color:#fefefe}.component-switch.android[data-checked=false] .component-switch-track{background-color:#828a82}.component-switch.android:disabled .component-switch-thumb{background-color:#828a82}.component-switch.android:disabled .component-switch-track{background-color:#cdd3cd}.component-switch.android[data-error=true] .component-switch-thumb{background-color:#ab4745}.component-switch.android[data-error=true] .component-switch-track{background-color:#e60000}table.component-table{font-family:Nunito,sans-serif;width:100%;border-spacing:0;padding:8px;border-collapse:collapse}table.component-table,table.component-table *{box-sizing:border-box;min-width:0}table.component-table ::selection{color:#33820d;background-color:#d7e6c8!important}table.component-table *{font-family:Nunito,sans-serif!important}table.component-table thead tr th{background-color:#fefefe;font-weight:800;font-size:16px;line-height:22.7px;letter-spacing:.25px;color:#323c32;padding:8px}table.component-table thead tr th:first-child{border-radius:8px 0 0 8px;padding:0}table.component-table thead tr th:last-child{border-radius:0 8px 8px 0;padding:0}table.component-table.has-upper-header thead tr th:first-child{border-radius:0 0 0 8px;padding:0}table.component-table.has-upper-header thead tr th:last-child{border-radius:0 0 8px;padding:0}table.component-table tbody tr[aria-disabled=true] td{background-color:#efefef!important}table.component-table tbody tr:first-child{height:16px}table.component-table tbody tr:not(:first-child):not(:last-child) td:not(:first-child,:last-child){border-bottom:1px solid #cdd3cd}table.component-table tbody tr:not(:first-child) td{background-color:#fefefe;color:#5a645a;font-size:16px;font-weight:300;line-height:25.9px;letter-spacing:.44px;vertical-align:middle;white-space:nowrap;padding:8px}table.component-table tbody tr:not(:first-child) td:first-child{padding:0!important;width:8px}table.component-table tbody tr:not(:first-child) td:last-child{padding:0!important;width:8px}table.component-table tbody tr:nth-child(2) td:first-child{border-radius:8px 0 0}table.component-table tbody tr:nth-child(2) td:last-child{border-radius:0 8px 0 0}table.component-table tbody tr:last-child td:first-child{border-radius:0 0 0 8px}table.component-table tbody tr:last-child td:last-child{border-radius:0 0 8px}.component-table-outer{width:100%;overflow-x:auto}.component-table-outer,.component-table-outer *{box-sizing:border-box;min-width:0}.component-table-outer ::selection{color:#33820d;background-color:#d7e6c8!important}.component-table-item-ghost>td{transition:background-color .25s ease;background-color:#f6f6f6!important}.component-table-item-dragging{cursor:grabbing}.grab-handle:not(:disabled){cursor:grab!important}.grab-handle:not(:disabled):active{cursor:grabbing}.component-table-upper-header{width:100%;border-radius:8px 8px 0 0;padding:0 8px;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;border-bottom:1px solid;transition:background-color .25s ease,color .25s ease;background-color:#cdd3cd;color:#828a82;border-color:#828a82}.component-table-upper-header button{font-family:Nunito,sans-serif;font-size:16px;color:#828a82;border-color:#828a82;transition:background-color .25s ease,color .25s ease,transform .25s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:8px;display:flex;align-items:center;justify-content:flex-start;background-color:#0000}.component-table-upper-header button:not(:disabled){cursor:pointer}.component-table-upper-header button:not(:disabled):active{transform:scale(.95,.9)}.component-table-upper-header button span{display:flex;align-items:center;justify-content:center;padding-right:8px}.component-table-upper-header button span svg{max-width:20px!important;max-height:20px!important}.component-table-upper-header.active{background-color:#d7e6c8;color:#3fa110;border-color:#3fa110}.component-table-upper-header.active button{background-color:#d7e6c8;color:#3fa110}.component-table-outer-table{width:100%;overflow-x:auto}.component-table-actions-column{display:flex;align-items:center;justify-content:flex-end}.component-table-actions-column>*:not(:first-child){margin-left:16px}.component-table-actions-column svg{width:20px;height:20px}.component-table-left-checkbox-with-label{display:flex;align-items:center;width:100%;overflow:hidden}.component-table-left-checkbox-with-label .component-table-left-checkbox-with-label-add-remove-button svg{height:18px;transform:scale(1.25)}.component-table-left-checkbox-with-label .component-table-left-checkbox-with-label-add-remove-button.component-table-left-checkbox-with-label-danger{color:#e60000!important}.component-table-left-checkbox-with-label .component-table-left-checkbox-with-label-checkbox-wrapper{display:flex;align-items:center;justify-content:center}.component-table-left-checkbox-with-label .component-table-left-checkbox-with-label-label-wrapper{display:block;margin-left:8px;max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-table-left-checkbox-with-label.w-100 .component-table-left-checkbox-with-label-label-wrapper{width:100%}.component-table-actions{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;padding:0 8px;border-radius:4px;background-color:#fefefe;width:100%;margin-bottom:16px;height:38px}.component-table-actions .component-table-actions-label{-webkit-user-select:none;user-select:none;font-weight:800;font-size:16px;line-height:22.7px;letter-spacing:.25px;color:#323c32;padding:0 12px 0 8px}.component-table-actions .component-table-actions-actions{display:flex}.component-table-actions .component-table-actions-actions .component-table-actions-action{margin-right:12px}.component-table-actions .component-table-actions-actions .component-table-actions-action svg{width:20px;height:20px}.component-table-file-name-and-action{width:100%}.component-table-file-name-and-action .component-table-file-name-and-action-file{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px;color:#323c32;font-size:16px;word-break:break-all;transition:color .25s ease;position:relative;font-family:Nunito,sans-serif}.component-table-file-name-and-action .component-table-file-name-and-action-file.white{background-color:#fefefe}.component-table-file-name-and-action .component-table-file-name-and-action-file:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.component-table-file-name-and-action .component-table-file-name-and-action-file:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.component-table-file-name-and-action .component-table-file-name-and-action-file span{padding-right:8px;padding-bottom:3px}.component-table-file-name-and-action .component-table-file-name-and-action-file:not(:last-child):after{content:"";position:absolute;left:8px;bottom:0;width:calc(100% - 16px);height:1px;background-color:#cdd3cd}.component-table-file-name-and-action .component-table-file-name-and-action-file.error *{color:#e60000}.component-table-file-name-and-action .component-table-file-name-and-action-file.disabled *{color:#cdd3cd}.component-upper-header-table{width:100%;border-radius:8px 8px 0 0;padding:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid;transition:background-color .25s ease,color .25s ease;background-color:#cdd3cd;border-color:#828a82}.component-upper-header-table .component-upper-header-table-btn{font-size:16px;color:#828a82;border-color:#828a82;transition:background-color .25s ease,color .25s ease,transform .25s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:8px;display:flex;align-items:center;justify-content:flex-start;background-color:#0000}.component-upper-header-table .component-upper-header-table-btn:not(:disabled){cursor:pointer}.component-upper-header-table .component-upper-header-table-btn:not(:disabled):active{transform:scale(.95,.9)}.component-upper-header-table .component-upper-header-table-btn span{display:flex;align-items:center;justify-content:center}.component-upper-header-table .component-upper-header-table-btn span:first-child{padding-right:8px}.component-upper-header-table .component-upper-header-table-btn span:last-child{padding-left:8px}.component-upper-header-table .component-upper-header-table-btn span svg{max-width:20px!important;max-height:20px!important}.component-upper-header-table.active{background-color:#d7e6c8;border-color:#3fa110}.component-upper-header-table.active .component-upper-header-table-btn:not(:disabled){background-color:#d7e6c8;color:#3fa110}.component-upper-header-table .component-upper-header-table-left{padding-left:8px;display:flex;flex-wrap:wrap}.component-upper-header-table .component-upper-header-table-right{padding-right:8px;display:flex;flex-wrap:wrap}.component-upper-header-table .component-upper-header-table-collapsed{border-top:1px solid #3fa110;background-color:#eff4eb;padding:var(--col-padding)}.component-table-with-overflow{width:100%}.component-table-with-overflow .component-table-with-overflow-wrapper{width:100%;position:relative}@media screen and (max-width: 767.98px){.component-table-with-overflow .component-table-with-overflow-wrapper{padding:0!important}}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table{overflow:auto visible}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table{width:100%;border-spacing:0}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table thead{background-color:#fefefe}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table thead tr:first-child th{height:44px}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table thead tr:first-child th:first-child{padding:0 4px;border-radius:8px 0 0 8px}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table thead tr:first-child th:last-child{padding:0 4px;border-radius:0 8px 8px 0}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table thead tr th{background-color:#fefefe;padding:12px 8px;white-space:nowrap}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table thead tr:nth-child(2){height:12px}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr td{min-height:44px;background-color:#fefefe;padding:12px 8px;white-space:nowrap}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr td:first-child,.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr td:last-child{padding:0 4px}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr[aria-disabled=true] td{background-color:#efefef}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr:first-child td:first-child{border-radius:8px 0 0}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr:first-child td:last-child{border-radius:0 8px 0 0}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr:last-child td:first-child{border-radius:0 0 0 8px}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr:last-child td:last-child{border-radius:0 0 8px}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr:not(:last-child) td:not(:first-child,:last-child){border-bottom:1px solid #cdd3cd}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-outer-table table tbody tr:last-child td:not(:first-child,:last-child){height:44px}.component-table-with-overflow .component-table-with-overflow-wrapper.has-upper-header .component-table-with-overflow-outer-table table thead tr:first-child th:first-child{border-radius:0 0 0 8px}.component-table-with-overflow .component-table-with-overflow-wrapper.has-upper-header .component-table-with-overflow-outer-table table thead tr:first-child th:last-child{border-radius:0 0 8px}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-table-arrows{position:absolute;right:8px;z-index:1;height:44px;display:flex;align-items:center;background-color:#fefefe}@media screen and (max-width: 767.98px){.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-table-arrows{display:none}}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-table-arrows button:first-child{margin-right:2px}.component-table-with-overflow .component-table-with-overflow-wrapper .component-table-with-overflow-table-arrows svg{width:16px;height:16px}.component-table-with-overflow .component-table-with-overflow-wrapper .actions-cell{width:40px;height:44px;padding:6px 8px!important}.component-table-with-overflow .component-table-with-overflow-wrapper .actions-cell.absolute{padding:0!important;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 767.98px){.component-table-with-overflow .component-table-with-overflow-wrapper th[data-draggable=true],.component-table-with-overflow .component-table-with-overflow-wrapper td[data-draggable=true]{-webkit-user-select:none;user-select:none;cursor:grab}.component-table-with-overflow .component-table-with-overflow-wrapper table:active th[data-draggable=true],.component-table-with-overflow .component-table-with-overflow-wrapper table:active td[data-draggable=true]{cursor:grabbing!important}.component-table-with-overflow .component-table-with-overflow-wrapper .absolute{position:absolute}.component-table-with-overflow .component-table-with-overflow-wrapper .left-0{left:0;width:8px;min-height:44px;height:fit-content}.component-table-with-overflow .component-table-with-overflow-wrapper .right-0{right:0;width:8px;min-height:44px}}.component-table-with-overflow .component-table-with-overflow-wrapper.no-result{padding-bottom:44px}.component-table-with-overflow .component-table-with-overflow-no-result{-webkit-user-select:none;user-select:none;position:absolute;left:0;width:100%;display:flex;align-items:center;justify-content:center;background-color:#fefefe;border-radius:8px;min-height:44px}nav.component-tabs{position:relative;width:100%;padding:0;margin:0;display:flex;align-items:flex-end;justify-content:flex-start}nav.component-tabs,nav.component-tabs *{box-sizing:border-box;min-width:0}nav.component-tabs ::selection{color:#33820d;background-color:#d7e6c8!important}nav.component-tabs button.component-tabs-tab{-webkit-user-select:none;user-select:none;position:relative;border:none;outline:none;font-size:16px;font-family:"Exo 2",sans-serif;font-weight:700;background-color:#0000;color:#323c32;cursor:pointer;padding:4px 12px;transition:color .25s ease}nav.component-tabs button.component-tabs-tab span{display:block;transition:transform .25s ease}nav.component-tabs button.component-tabs-tab:disabled{pointer-events:none;color:#cdd3cd}nav.component-tabs button.component-tabs-tab.atual{pointer-events:none}nav.component-tabs button.component-tabs-tab.atual.change{color:#3fa110}nav.component-tabs button.component-tabs-tab:after{content:"";height:2px;position:absolute;left:0;bottom:0;width:100%;background-color:#0000;transition:all .25s ease}nav.component-tabs button.component-tabs-tab:hover:after{background-color:#d7e6c8}nav.component-tabs button.component-tabs-tab:active>span{transform:scale(.95)}nav.component-tabs .component-tabs-bar{position:absolute;left:0;bottom:0;transition:all .25s ease;height:2px;width:0;opacity:0;background-color:#3fa110}.component-text-editor{background-color:#fefefe;border:1px solid #cdd3cd;transition:border .25s ease;border-radius:8px;width:100%}.component-text-editor,.component-text-editor *{box-sizing:border-box;min-width:0}.component-text-editor ::selection{color:#33820d;background-color:#d7e6c8!important}.component-text-editor.error{border:1px solid #e60000}.component-text-editor.disabled .component-text-editor-editor{min-height:60px}.component-text-editor .component-text-editor-header{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:4px 8px}.component-text-editor .component-text-editor-header .component-text-editor-left-content{flex-wrap:wrap;display:flex;align-items:center}.component-text-editor .component-text-editor-header .component-text-editor-right-content{display:flex;align-items:center}@media (max-width: 575.98px){.component-text-editor .component-text-editor-header .component-text-editor-right-content{width:100%;justify-content:flex-end}}.component-text-editor .component-text-editor-header:after{content:"";position:absolute;left:9px;bottom:0;width:calc(100% - 18px);height:1px;background-color:#dbdfdb}.component-text-editor .component-text-editor-editor{color:#121212;padding:20px;min-height:50px}.component-text-editor .component-text-editor-editor:focus{outline:none}.component-text-editor-top-label{color:#323c32;transition:color .25s ease;font-size:12px;line-height:16px;-webkit-user-select:none;user-select:none;min-height:16px}.component-text-editor-top-label.error{color:#e60000}.component-text-editor-helper-text{-webkit-user-select:none;user-select:none;transition:color .25s ease;color:#323c32;font-size:12px;line-height:16px;min-height:16px}.component-text-editor-helper-text.error{color:#e60000}.component-text-editor-editor h1{font-family:"Exo 2",sans-serif;margin:0;font-size:2.5rem;font-weight:300}.component-text-editor-editor h6{margin:0;font-family:Nunito,sans-serif;font-size:1.2rem;font-weight:500}.component-text-editor-editor a{text-decoration:underline;color:#3fa111}.component-text-editor-outer{display:flex;flex-direction:column;width:100%}.text-editor-header-input{display:flex;justify-content:space-between;align-items:center;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%}.text-editor-header-input .text-editor-header-input-label{position:absolute;-webkit-user-select:none;user-select:none;z-index:-1;transition:background-color .2s ease,color .25s ease,margin-left .25s ease,top .25s ease,transform .25s ease;padding:0 4px 2px;margin-left:5px;color:#cdd3cd;transform-origin:left top}.text-editor-header-input .text-editor-header-input-label.top{color:#323c32;z-index:1;transform:translateY(-17px) scale(.7);background-color:#fefefe}.text-editor-header-input .text-editor-header-input-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:12px;line-height:16px;color:#323c32;background-color:#0000;height:40px;width:100%;padding:4px 8px;border:1px solid #cdd3cd;border-radius:4px}.text-editor-header-input .text-editor-header-input-input:focus{outline:none}.text-editor-menu-button{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;margin-left:4px;border-radius:4px;border:1px solid #cdd3cd;background-color:#fefefe;transition:color .25s ease,background-color .25s ease;padding:5px}.text-editor-menu-button:focus{outline:none}.text-editor-menu-button:not(:disabled){color:#3fa110;cursor:pointer}.text-editor-menu-button:not(:disabled):hover{background-color:#efefef}.text-editor-color-picker{padding:20px;display:flex;flex-direction:column;width:238px}.text-editor-color-picker .text-editor-color-picker-colors{display:flex;align-items:center;justify-content:flex-start}.text-editor-color-picker .text-editor-color-picker-hexa-row{display:flex;justify-content:stretch;align-items:center;position:relative;margin-top:12px}.text-editor-color-picker .text-editor-color-picker-picker-col{width:25%;display:flex;justify-content:center;align-items:center;border-radius:4px;margin:0 4px 0 0}.text-editor-color-picker .text-editor-color-picker-picker-col .text-editor-color-picker-color-picker{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:40px;border:1px solid #cdd3cd;border-radius:4px;padding:0;outline:none;background-color:#fefefe;cursor:pointer;box-shadow:none}.text-editor-color-picker .text-editor-color-picker-picker-col .text-editor-color-picker-color-picker::-webkit-color-swatch-wrapper{padding:0}.text-editor-color-picker .text-editor-color-picker-picker-col .text-editor-color-picker-color-picker::-webkit-color-swatch{border:none;border-radius:2px}.text-editor-color-picker-color-button{border:1px solid rgba(0,0,0,0);width:32px;height:32px;margin:0 1px 1px 0}.text-editor-color-picker-color-button:disabled{background-color:#f8f9f7}.text-editor-color-picker-color-button:not(:disabled){cursor:pointer}.text-editor-color-picker-color-button:not(:disabled):hover{border:1px solid #121212}.text-editor-color-picker-color-button:focus{outline:none}.text-editor-header-button{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;width:38px;margin:0 2px;border-radius:8px;display:flex;justify-content:center;align-items:center;background-color:#fefefe;transition:color .25s ease,background-color .25s ease;cursor:pointer;border:none;color:#323c32}.text-editor-header-button svg{transition:transform .25s ease}.text-editor-header-button.active{color:#3fa110}.text-editor-header-button:disabled{color:#5a645a}.text-editor-header-button:active svg{transform:scale(.9)}.text-editor-header-button:hover{background-color:#efefef}.text-editor-header-button:focus{outline:none}.text-editor-title-choser{padding:20px;display:flex;flex-direction:column;width:238px}.text-editor-title-choser button{background-color:#0000;border-radius:4px;border:1px solid #cdd3cd;transition:background-color .25s ease;color:#323c32;margin-bottom:5px}.text-editor-title-choser button:hover{background-color:#efefef}.text-editor-title-choser button:not(:disabled){cursor:pointer}.text-editor-title-choser button:focus{outline:none}.text-editor-title-choser h1{margin:0;font-size:2rem;font-weight:400}.text-editor-title-choser h6{margin:0;font-family:Nunito,sans-serif;font-size:1rem;font-weight:500}.text-editor-url-creator{padding:20px;display:flex;flex-direction:column;width:238px}.text-editor-url-creator .text-editor-url-creator-text-row{margin-top:10px}.text-editor-url-creator .text-editor-url-creator-new-tab-row{margin-top:10px;margin-bottom:10px;display:flex;align-items:center;justify-content:flex-start;padding-left:4px}.text-editor-url-creator .text-editor-url-creator-new-tab-row span{margin-left:8px;font-size:14px;-webkit-user-select:none;user-select:none;cursor:pointer}.text-editor-url-creator .text-editor-url-creator-ok-row{align-items:center;justify-content:flex-end}.text-editor-url-creator .text-editor-url-creator-ok-row button{padding:5px 15px}.component-title{width:100%;position:relative;display:flex;align-items:center;justify-content:space-between;flex-flow:row wrap;break-inside:avoid;row-gap:8px}.component-title,.component-title *{box-sizing:border-box;min-width:0}.component-title ::selection{color:#33820d;background-color:#d7e6c8!important}.component-title .component-title-wrapper{display:flex;align-items:center;justify-content:flex-start;max-width:100%;flex:1 4 auto}.component-title .component-title-wrapper .component-title-icon{display:flex;align-items:center;margin-right:12px;margin-top:2px}.component-title .component-title-wrapper .component-title-text{-webkit-user-select:none;user-select:none;color:#323c32;font-family:"Exo 2",sans-serif;font-size:26px;font-weight:700;overflow:hidden;max-width:100%;text-overflow:ellipsis}.component-title .component-title-wrapper .component-title-text.one-line-title{white-space:nowrap}@media screen and (max-width: 767.98px){.component-title .component-title-wrapper .component-title-text{font-size:22px}}@media screen and (max-width: 575.98px){.component-title .component-title-wrapper .component-title-text{font-size:20px}}.component-title .component-title-right-element{display:flex;flex:1 1 auto;align-items:center;justify-content:flex-end}@media screen and (max-width: 575.98px){.component-title.hide-right-xs .component-title-right-element{display:none;visibility:hidden}}.component-toast{position:relative;min-width:300px;min-height:48px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;padding:24px;border-radius:4px}.component-toast:hover .component-toast-fill{animation-play-state:paused!important}.component-toast:not(:hover) .component-toast-fill{animation-play-state:running}.component-toast .component-toast-left-content{font-family:Nunito,sans-serif;font-size:14px;line-height:24px;word-break:break-word;max-width:50ch}.component-toast .component-toast-right-content{display:flex;flex-direction:row;place-items:center center}.component-toast .component-toast-right-content .component-toast-action-button{font-family:Nunito,sans-serif;-webkit-user-select:none;user-select:none;margin-right:16px;font-weight:700;cursor:pointer;transition:transform .25s ease;font-size:14px;line-height:24px}.component-toast .component-toast-right-content .component-toast-action-button:active{transform:scale(.95)}.component-toast .component-toast-right-content .component-toast-close-button{margin-left:24px}.component-toast .component-toast-right-content .component-toast-close-button svg{width:20px;height:20px}.component-toast .component-toast-bar{position:absolute;bottom:0;left:0;z-index:1;height:8px;width:100%;background-color:#ffffff1a}.component-toast .component-toast-bar.hide{opacity:0}.component-toast .component-toast-bar .component-toast-fill{position:absolute;bottom:0;left:0;width:100%;height:8px;background-color:#ffffff4d}.component-toast-default{color:#fefefe;background-color:#323c32}.component-toast-default .component-toast-close-button svg{color:#fefefe}.component-toast-success{color:#fefefe;background-color:#3fa110}.component-toast-success .component-toast-close-button svg{color:#fefefe}.component-toast-error{color:#fefefe;background-color:#e60000}.component-toast-error .component-toast-close-button svg{color:#fefefe}.component-toast-warning{color:#765f00;background-color:#ffcd00}.component-toast-warning .component-toast-close-button svg{color:#765f00}@keyframes fill-to-zero{0%{width:100%}to{width:0}}@media (max-width: 575.98px){.component-toast{width:100%}}.comp-toast-manager-toasts{-webkit-user-select:none;user-select:none;position:fixed;display:flex;flex-direction:column;z-index:988}.comp-toast-manager-toasts.comp-toast-manager-reverse{flex-direction:column-reverse!important}.comp-toast-manager-toasts .comp-toast-manager-toastzin{transition:all .25s ease;width:fit-content;overflow:hidden;position:absolute}.comp-toast-manager-toasts.comp-toast-manager-top{top:0}.comp-toast-manager-toasts.comp-toast-manager-top .component-toast{transform-origin:center top}.comp-toast-manager-toasts.comp-toast-manager-bottom{bottom:0}.comp-toast-manager-toasts.comp-toast-manager-bottom .component-toast{transform-origin:center bottom}.comp-toast-manager-toasts.comp-toast-manager-left{align-items:flex-start;left:12px}.comp-toast-manager-toasts.comp-toast-manager-center{align-items:center;left:50%;transform:translate(-50%)}.comp-toast-manager-toasts.comp-toast-manager-right{align-items:flex-end;right:12px}.comp-toast-manager-toasts.comp-toast-manager-animate-size .comp-toast-manager-toast-enter .component-toast{transform:scale(.4)}.comp-toast-manager-toasts.comp-toast-manager-animate-size .comp-toast-manager-toast-enter-active .component-toast{transition:transform .25s ease;transform:scale(1)}.comp-toast-manager-toasts.comp-toast-manager-animate-size .comp-toast-manager-toast-exit .component-toast{transform:scale(1)}.comp-toast-manager-toasts.comp-toast-manager-animate-size .comp-toast-manager-toast-exit-active .component-toast{transition:transform .25s ease;transform:scale(.4)}.comp-toast-manager-toast-enter{z-index:-1;opacity:0}.comp-toast-manager-toast-enter-active,.comp-toast-manager-toast-exit{opacity:1}.comp-toast-manager-toast-exit-active{z-index:-1;opacity:0}.component-tooltip{font-family:Nunito,sans-serif;z-index:989;padding:6px 8px 8px;background-color:#323c32;border-radius:8px;color:#fefefe;display:flex;align-items:center;justify-content:center;position:relative;white-space:nowrap}.component-tooltip .component-tooltip-triangle{content:"";position:absolute;width:0;height:0}.component-tooltip.component-tooltip-bottom{margin-top:7px}.component-tooltip.component-tooltip-bottom .component-tooltip-triangle{border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0);border-bottom:8px solid #323c32;top:-7px}.component-tooltip.component-tooltip-top{margin-bottom:7px}.component-tooltip.component-tooltip-top .component-tooltip-triangle{border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0);border-top:8px solid #323c32;bottom:-7px}.component-tooltip.component-tooltip-right{margin-left:7px}.component-tooltip.component-tooltip-right .component-tooltip-triangle{border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0);border-right:8px solid #323c32;left:-7px}.component-tooltip.component-tooltip-left{margin-right:7px}.component-tooltip.component-tooltip-left .component-tooltip-triangle{border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0);border-left:8px solid #323c32;right:-7px}.tooltip-manager{position:fixed!important;z-index:989}.tooltip-manager-tooltip{position:fixed}.tooltip-manager-tooltip-enter{opacity:0}.tooltip-manager-tooltip-enter-active,.tooltip-manager-tooltip-exit{transition:opacity .25s ease;opacity:1}.tooltip-manager-tooltip-exit-active{opacity:0}.component-top-loader{display:flex;justify-content:center;align-items:center;flex-direction:column;top:0;left:0;width:100%;height:100%;position:fixed;z-index:1000;background-color:#00000080}.component-top-loader .component-top-loader-status{color:#fefefe;margin-top:25px;font-size:14px}._tp_138m5_3{margin:0;padding:0;font-weight:300;display:block;text-align:start}._tp_138m5_3,._tp_138m5_3 *{box-sizing:border-box;min-width:0}._tp_138m5_3 ::selection{color:#33820d;background-color:#d7e6c8!important}._tp_138m5_3[data-focus=true]{font-weight:500}._tp_138m5_3._primary_138m5_22{color:#3fa110}._tp_138m5_3._primary-dark_138m5_25{color:#33820d}._tp_138m5_3._secondary_138m5_28{color:#fefefe}._tp_138m5_3._default_138m5_31{color:#323c32}._tp_138m5_3._danger_138m5_34{color:#e60000}._caption_138m5_38._tp_138m5_3{font-family:Nunito,sans-serif;font-size:14px;line-height:24px}._caption_138m5_38._tp_138m5_3[data-focus=true]{font-weight:700}._small_138m5_47._tp_138m5_3{font-family:Nunito,sans-serif;font-size:12px;line-height:16px}._small_138m5_47._tp_138m5_3[data-focus=true]{font-weight:700}p._tp_138m5_3{font-family:Nunito,sans-serif;font-size:16px;line-height:24px}p._tp_138m5_3[data-focus=true]{font-weight:700}h1._tp_138m5_3{font-family:"Exo 2",sans-serif;font-size:40px;line-height:48px}@media screen and (max-width: 767.98px){h1._tp_138m5_3{font-size:36px;line-height:44px}}h2._tp_138m5_3{font-family:"Exo 2",sans-serif;font-size:32px;line-height:40px}@media screen and (max-width: 767.98px){h2._tp_138m5_3{font-size:28px;line-height:40px}}h3._tp_138m5_3{font-family:"Exo 2",sans-serif;font-size:24px;line-height:32px}@media screen and (max-width: 767.98px){h3._tp_138m5_3{font-size:20px;line-height:24px}}h4._tp_138m5_3{font-family:"Exo 2",sans-serif;font-size:20px;line-height:24px}@media screen and (max-width: 767.98px){h4._tp_138m5_3{font-size:16px;line-height:24px}}h5._tp_138m5_3{font-family:"Exo 2",sans-serif;font-size:16px;line-height:24px}@media screen and (max-width: 767.98px){h5._tp_138m5_3{font-size:14px;line-height:20px}}h6._tp_138m5_3{font-family:"Exo 2",sans-serif;font-size:14px;line-height:16px}@media screen and (max-width: 767.98px){h6._tp_138m5_3{font-size:14px;line-height:16px}}.v-slider{-webkit-user-select:none;user-select:none;display:flex;width:100%;height:auto;gap:16px;padding:4px}.v-slider,.v-slider *{box-sizing:border-box;min-width:0}.v-slider ::selection{color:#33820d;background-color:#d7e6c8!important}.v-slider[aria-disabled=true]{cursor:not-allowed!important}.v-slider[aria-disabled=true] .v-slider-thumb{cursor:not-allowed!important;background-color:#5a645a!important}.v-slider[aria-disabled=true] .v-slider-track{background-color:#cdd3cd!important}.v-slider[aria-disabled=true] .v-slider-fill{background-color:#828a82!important}.v-slider[aria-disabled=true] .v-slider-option{cursor:not-allowed!important}.v-slider .v-slider-input{display:flex}.v-slider .v-slider-input .v-slider-track{transition:background-color .25s ease;position:relative;height:100%;width:24px;display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-end;background-color:#d9d9d9;border-radius:50px;box-shadow:inset 0 1px 2px #5a645a4d;overflow:hidden}.v-slider .v-slider-input .v-slider-track .v-slider-fill{width:100%;height:70px;border-top-left-radius:24px;border-top-right-radius:24px;background-color:#33820d;transition:background-color .25s ease,height .25s ease,box-shadow .25s ease;box-shadow:inset 0 0 2px #28322899}.v-slider .v-slider-input .v-slider-track .v-slider-fill[data-checked=false]{background-color:#d9d9d9;box-shadow:inset 0 2px 2px #28322800}.v-slider .v-slider-input .v-slider-track .v-slider-fill.grabbing{background-color:#d7e6c8!important;box-shadow:inset 0 0 2px #2832284d}.v-slider .v-slider-input .v-slider-track .v-slider-thumb{cursor:grab;width:20px;height:20px;margin:2px;background-color:#fefefe;border-radius:20px;box-shadow:0 1px 2px #5a645a4d;transition:background-color .25s ease;touch-action:none}.v-slider .v-slider-input .v-slider-track .v-slider-thumb:active{cursor:grabbing}.v-slider .v-slider-options{display:flex;flex-flow:column-reverse nowrap;flex:1 0 auto;gap:16px}.v-slider .v-slider-options .v-slider-option{position:relative;cursor:pointer;height:24px;font-family:Nunito,sans-serif;font-size:16px;font-weight:300;line-height:24px;text-align:left;color:#323c32}.v-slider .v-slider-options .v-slider-option[data-checked=true]{font-weight:500}.video-modal{padding:0;margin:0;border:none;z-index:986;position:relative;max-width:calc(100vw - 30px);display:flex;flex-flow:column;overflow:hidden;border-radius:8px}.video-modal .video-modal-close-button{z-index:1;position:absolute;top:0;right:0;padding-right:12px;padding-top:12px}.video-modal .video-modal-close-button:after{content:"";background-color:#00000080;position:absolute;bottom:50%;right:50%;width:1px;height:1px;border-radius:5px;transform:translate(20px,-20px) rotate(45deg);box-shadow:10px -5px 40px 40px #0000004d;z-index:-1}.video-modal .video-modal-close-button svg{color:#fefefe}.video-modal .video-modal-video-row{border-radius:7px;overflow:hidden}.video-modal iframe{max-height:calc(100vh - 30px);max-width:calc(100vw - 30px)}.video-modal.video-modal-small iframe{width:750px;height:421.875px}@media screen and (max-width: 991.98px){.video-modal.video-modal-small iframe{width:90vw;height:50.625vw}}.video-modal.video-modal-large iframe{width:920px;height:517.5px}@media screen and (max-width: 991.98px){.video-modal.video-modal-large iframe{width:90vw;height:50.625vw}}.video-modal.video-modal-extra-large iframe{width:1150px;height:646.875px}@media screen and (max-width: 991.98px){.video-modal.video-modal-extra-large iframe{width:90vw;height:50.625vw}}.video-modal.video-modal-full-screen iframe{width:90vw;height:90vh}@media screen and (max-width: 991.98px){.video-modal.video-modal-full-screen iframe{width:90vw;height:50.625vw}}.video-modal.mobile{border-radius:8px 8px 0 0;width:100%;max-width:100%!important}.video-modal.mobile iframe{height:56.25vw;max-width:100vw;width:100vw}.video-modal.mobile .video-modal-video-row{border-radius:7px 7px 0 0}.refresh-icon{fill:currentcolor;width:1em;height:1em;display:inline-block;font-size:1.5rem;flex-shrink:0;-webkit-user-select:none;user-select:none}.refresh-icon[data-animate=true]{animation:spin .4s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(180deg)}}.catavento-verde-icon-ui-component{width:100px;height:100px}.catavento-verde-icon-ui-component #um{animation:piscar .7s infinite}.catavento-verde-icon-ui-component #dois{animation:piscar .7s infinite;animation-delay:.1s}.catavento-verde-icon-ui-component #tres{animation:piscar .7s infinite;animation-delay:.2s}.catavento-verde-icon-ui-component #quatro{animation:piscar .7s infinite;animation-delay:.3s}.catavento-verde-icon-ui-component #cinco{animation:piscar .7s infinite;animation-delay:.4s}.catavento-verde-icon-ui-component #seis{animation:piscar .7s infinite;animation-delay:.5s}.catavento-verde-icon-ui-component #sete{animation:piscar .7s infinite;animation-delay:.6s}@keyframes piscar{0%{opacity:1}25%{opacity:.8}50%{opacity:.2}75%{opacity:.8}to{opacity:1}}.loader-icon{fill:currentcolor;width:1em;height:1em;display:inline-block;font-size:1.5rem;flex-shrink:0;-webkit-user-select:none;user-select:none}.loader-icon circle{fill:#33820d;animation:loader-animation 1s linear infinite}.loader-icon #elipse-0{animation-delay:-875ms}.loader-icon #elipse-1{animation-delay:-.75s}.loader-icon #elipse-2{animation-delay:-625ms}.loader-icon #elipse-3{animation-delay:-.5s}.loader-icon #elipse-4{animation-delay:-375ms}.loader-icon #elipse-5{animation-delay:-.25s}.loader-icon #elipse-6{animation-delay:-125ms}.loader-icon #elipse-7{animation-delay:0ms}@keyframes loader-animation{0%{opacity:1}50%{opacity:.05}to{opacity:.05}}._loader_1jf4r_1{width:100%;height:100dvh;background-color:#f8f9f7;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:9999}
