:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rdp{--rdp-cell-size: 40px;--rdp-caption-font-size: 18px;--rdp-accent-color: #0000ff;--rdp-background-color: #e7edff;--rdp-accent-color-dark: #3003e1;--rdp-background-color-dark: #180270;--rdp-outline: 2px solid var(--rdp-accent-color);--rdp-outline-selected: 3px solid var(--rdp-accent-color);--rdp-selected-color: #fff;margin:1em}.rdp-vhidden{box-sizing:border-box;margin:0;background:transparent;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute!important;top:0;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;border:0!important}.rdp-button_reset{appearance:none;position:relative;margin:0;padding:0;cursor:default;color:inherit;background:none;font:inherit;-moz-appearance:none;-webkit-appearance:none}.rdp-button_reset:focus-visible{outline:none}.rdp-button{border:2px solid transparent}.rdp-button[disabled]:not(.rdp-day_selected){opacity:.25}.rdp-button:not([disabled]){cursor:pointer}.rdp-button:focus-visible:not([disabled]){color:inherit;background-color:var(--rdp-background-color);border:var(--rdp-outline)}.rdp-button:hover:not([disabled]):not(.rdp-day_selected){background-color:var(--rdp-background-color)}.rdp-months{display:flex}.rdp-month{margin:0 1em}.rdp-month:first-child{margin-left:0}.rdp-month:last-child{margin-right:0}.rdp-table{margin:0;max-width:calc(var(--rdp-cell-size) * 7);border-collapse:collapse}.rdp-with_weeknumber .rdp-table{max-width:calc(var(--rdp-cell-size) * 8);border-collapse:collapse}.rdp-caption{display:flex;align-items:center;justify-content:space-between;padding:0;text-align:left}.rdp-multiple_months .rdp-caption{position:relative;display:block;text-align:center}.rdp-caption_dropdowns{position:relative;display:inline-flex}.rdp-caption_label{position:relative;z-index:1;display:inline-flex;align-items:center;margin:0;padding:0 .25em;white-space:nowrap;color:currentColor;border:0;border:2px solid transparent;font-family:inherit;font-size:var(--rdp-caption-font-size);font-weight:700}.rdp-nav{white-space:nowrap}.rdp-multiple_months .rdp-caption_start .rdp-nav{position:absolute;top:50%;left:0;transform:translateY(-50%)}.rdp-multiple_months .rdp-caption_end .rdp-nav{position:absolute;top:50%;right:0;transform:translateY(-50%)}.rdp-nav_button{display:inline-flex;align-items:center;justify-content:center;width:var(--rdp-cell-size);height:var(--rdp-cell-size);padding:.25em;border-radius:100%}.rdp-dropdown_year,.rdp-dropdown_month{position:relative;display:inline-flex;align-items:center}.rdp-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;z-index:2;top:0;bottom:0;left:0;width:100%;margin:0;padding:0;cursor:inherit;opacity:0;border:none;background-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit}.rdp-dropdown[disabled]{opacity:unset;color:unset}.rdp-dropdown:focus-visible:not([disabled])+.rdp-caption_label{background-color:var(--rdp-background-color);border:var(--rdp-outline);border-radius:6px}.rdp-dropdown_icon{margin:0 0 0 5px}.rdp-head{border:0}.rdp-head_row,.rdp-row{height:100%}.rdp-head_cell{vertical-align:middle;font-size:.75em;font-weight:700;text-align:center;height:100%;height:var(--rdp-cell-size);padding:0;text-transform:uppercase}.rdp-tbody{border:0}.rdp-tfoot{margin:.5em}.rdp-cell{width:var(--rdp-cell-size);height:100%;height:var(--rdp-cell-size);padding:0;text-align:center}.rdp-weeknumber{font-size:.75em}.rdp-weeknumber,.rdp-day{display:flex;overflow:hidden;align-items:center;justify-content:center;box-sizing:border-box;width:var(--rdp-cell-size);max-width:var(--rdp-cell-size);height:var(--rdp-cell-size);margin:0;border:2px solid transparent;border-radius:100%}.rdp-day_today:not(.rdp-day_outside){font-weight:700}.rdp-day_selected,.rdp-day_selected:focus-visible,.rdp-day_selected:hover{color:var(--rdp-selected-color);opacity:1;background-color:var(--rdp-accent-color)}.rdp-day_outside{opacity:.5}.rdp-day_selected:focus-visible{outline:var(--rdp-outline);outline-offset:2px;z-index:1}.rdp:not([dir=rtl]) .rdp-day_range_start:not(.rdp-day_range_end){border-top-right-radius:0;border-bottom-right-radius:0}.rdp:not([dir=rtl]) .rdp-day_range_end:not(.rdp-day_range_start){border-top-left-radius:0;border-bottom-left-radius:0}.rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end){border-top-left-radius:0;border-bottom-left-radius:0}.rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start){border-top-right-radius:0;border-bottom-right-radius:0}.rdp-day_range_end.rdp-day_range_start{border-radius:100%}.rdp-day_range_middle{border-radius:0}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}h1{font-size:1.875rem;line-height:2.25rem;font-weight:700}h2{font-size:1.5rem;line-height:2rem;font-weight:700}h3{font-size:1.25rem;line-height:1.75rem;font-weight:700}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.\!relative{position:relative!important}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.end-1{inset-inline-end:.25rem}.left-0{left:0}.left-1{left:.25rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-11{top:2.75rem}.top-2{top:.5rem}.top-4{top:1rem}.top-\[1px\]{top:1px}.top-\[40px\]{top:40px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[1\]{z-index:1}.\!col-span-1{grid-column:span 1 / span 1!important}.\!col-span-2{grid-column:span 2 / span 2!important}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-full{grid-column:1 / -1}.\!m-0{margin:0!important}.-m-3{margin:-.75rem}.m-0{margin:0}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!mb-3{margin-bottom:.75rem!important}.\!ml-auto{margin-left:auto!important}.-ml-5{margin-left:-1.25rem}.-ml-8{margin-left:-2rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-auto{margin-bottom:auto}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-6{margin-right:1.5rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.\!grid{display:grid!important}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-5{width:1.25rem;height:1.25rem}.\!h-10{height:2.5rem!important}.\!h-full{height:100%!important}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[132px\]{height:132px}.h-\[22px\]{height:22px}.h-\[60vh\]{height:60vh}.h-\[88\%\]{height:88%}.h-\[95vh\]{height:95vh}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-min{height:-moz-min-content;height:min-content}.h-px{height:1px}.max-h-60{max-height:15rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[40vh\]{max-height:40vh}.max-h-\[480px\]{max-height:480px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[60vh\]{max-height:60vh}.max-h-\[72vh\]{max-height:72vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[88vh\]{max-height:88vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[95vh\]{max-height:95vh}.max-h-\[96vh\]{max-height:96vh}.max-h-full{max-height:100%}.min-h-20{min-height:5rem}.min-h-40{min-height:10rem}.min-h-\[250px\]{min-height:250px}.min-h-\[300px\]{min-height:300px}.min-h-\[432px\]{min-height:432px}.\!w-80{width:20rem!important}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.\!w-max{width:-moz-max-content!important;width:max-content!important}.\!w-min{width:-moz-min-content!important;width:min-content!important}.w-1{width:.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/4{width:50%}.w-20{width:5rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/5{width:60%}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[200px\]{width:200px}.w-\[480px\]{width:480px}.w-\[50px\]{width:50px}.w-\[564px\]{width:564px}.w-\[580px\]{width:580px}.w-\[652px\]{width:652px}.w-\[680px\]{width:680px}.w-\[700px\]{width:700px}.w-\[766px\]{width:766px}.w-\[780px\]{width:780px}.w-\[800px\]{width:800px}.w-\[820px\]{width:820px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.min-w-0{min-width:0px}.min-w-10{min-width:2.5rem}.min-w-32{min-width:8rem}.min-w-48{min-width:12rem}.min-w-\[300px\]{min-width:300px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.max-w-28{max-width:7rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-52{max-width:13rem}.max-w-6xl{max-width:72rem}.max-w-72{max-width:18rem}.max-w-7xl{max-width:80rem}.max-w-80{max-width:20rem}.max-w-96{max-width:24rem}.max-w-\[350px\]{max-width:350px}.max-w-\[580px\]{max-width:580px}.max-w-\[64vw\]{max-width:64vw}.max-w-\[672px\]{max-width:672px}.max-w-\[80\%\]{max-width:80%}.max-w-\[80vw\]{max-width:80vw}.max-w-\[820px\]{max-width:820px}.max-w-\[95vw\]{max-width:95vw}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.auto-cols-max{grid-auto-columns:max-content}.grid-flow-col{grid-auto-flow:column}.\!grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.\!grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.\!grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.\!flex-row{flex-direction:row!important}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.\!justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.\!space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.5rem * var(--tw-space-x-reverse))!important;margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-baseline{align-self:baseline}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\!text-ellipsis{text-overflow:ellipsis!important}.text-ellipsis{text-overflow:ellipsis}.\!whitespace-nowrap{white-space:nowrap!important}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.\!text-wrap{text-wrap:wrap!important}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-lg{border-radius:.5rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-tl-sm{border-top-left-radius:.125rem}.\!border-2{border-width:2px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.\!border-l-4{border-left-width:4px!important}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-\[6px\]{border-left-width:6px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.\!border-danger{--tw-border-opacity: 1 !important;border-color:rgb(243 76 76 / var(--tw-border-opacity))!important}.\!border-primary{--tw-border-opacity: 1 !important;border-color:rgb(0 92 49 / var(--tw-border-opacity))!important}.\!border-tertiary{--tw-border-opacity: 1 !important;border-color:rgb(166 127 10 / var(--tw-border-opacity))!important}.\!border-waring{--tw-border-opacity: 1 !important;border-color:rgb(255 190 0 / var(--tw-border-opacity))!important}.border-\[\#EB5757\]{--tw-border-opacity: 1;border-color:rgb(235 87 87 / var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}.border-cardBorder{--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity))}.border-danger{--tw-border-opacity: 1;border-color:rgb(243 76 76 / var(--tw-border-opacity))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity))}.border-input{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity))}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}.border-primary{--tw-border-opacity: 1;border-color:rgb(0 92 49 / var(--tw-border-opacity))}.border-primary\/70{border-color:#005c31b3}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-secondary-hover\/50{border-color:#41622d80}.border-secondary\/10{border-color:#70a84d1a}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-waring-hover{--tw-border-opacity: 1;border-color:rgb(153 114 0 / var(--tw-border-opacity))}.border-zinc-300{--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity))}.border-b-primary\/10{border-bottom-color:#005c311a}.border-t-primary{--tw-border-opacity: 1;border-top-color:rgb(0 92 49 / var(--tw-border-opacity))}.border-t-zinc-500{--tw-border-opacity: 1;border-top-color:rgb(113 113 122 / var(--tw-border-opacity))}.\!bg-\[\#27272A\]{--tw-bg-opacity: 1 !important;background-color:rgb(39 39 42 / var(--tw-bg-opacity))!important}.\!bg-blue-500{--tw-bg-opacity: 1 !important;background-color:rgb(59 130 246 / var(--tw-bg-opacity))!important}.\!bg-blue-600{--tw-bg-opacity: 1 !important;background-color:rgb(37 99 235 / var(--tw-bg-opacity))!important}.\!bg-card{--tw-bg-opacity: 1 !important;background-color:rgb(250 250 250 / var(--tw-bg-opacity))!important}.\!bg-danger{--tw-bg-opacity: 1 !important;background-color:rgb(243 76 76 / var(--tw-bg-opacity))!important}.\!bg-gray-500{--tw-bg-opacity: 1 !important;background-color:rgb(107 114 128 / var(--tw-bg-opacity))!important}.\!bg-green-500{--tw-bg-opacity: 1 !important;background-color:rgb(34 197 94 / var(--tw-bg-opacity))!important}.\!bg-green-600{--tw-bg-opacity: 1 !important;background-color:rgb(22 163 74 / var(--tw-bg-opacity))!important}.\!bg-primary{--tw-bg-opacity: 1 !important;background-color:rgb(0 92 49 / var(--tw-bg-opacity))!important}.\!bg-primary\/20{background-color:#005c3133!important}.\!bg-red-500{--tw-bg-opacity: 1 !important;background-color:rgb(239 68 68 / var(--tw-bg-opacity))!important}.\!bg-red-600{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity))!important}.\!bg-secondary{--tw-bg-opacity: 1 !important;background-color:rgb(112 168 77 / var(--tw-bg-opacity))!important}.\!bg-tertiary{--tw-bg-opacity: 1 !important;background-color:rgb(166 127 10 / var(--tw-bg-opacity))!important}.\!bg-waring{--tw-bg-opacity: 1 !important;background-color:rgb(255 190 0 / var(--tw-bg-opacity))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.\!bg-yellow-500{--tw-bg-opacity: 1 !important;background-color:rgb(234 179 8 / var(--tw-bg-opacity))!important}.\!bg-yellow-600{--tw-bg-opacity: 1 !important;background-color:rgb(202 138 4 / var(--tw-bg-opacity))!important}.\!bg-zinc-600\/10{background-color:#52525b1a!important}.bg-\[\#D2E5C7\]{--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity))}.bg-background{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity))}.bg-background\/80{background-color:#f4f4f5cc}.bg-black\/20{background-color:#0003}.bg-black\/60{background-color:#0009}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-100\/60{background-color:#dbeafe99}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-50\/40{background-color:#eff6ff66}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-card{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.bg-danger\/10{background-color:#f34c4c1a}.bg-danger\/5{background-color:#f34c4c0d}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-100\/60{background-color:#dcfce799}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.bg-green-50\/40{background-color:#f0fdf466}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-input{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-neutral-200{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(0 92 49 / var(--tw-bg-opacity))}.bg-primary\/10{background-color:#005c311a}.bg-primary\/15{background-color:#005c3126}.bg-primary\/5{background-color:#005c310d}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-secondary{--tw-bg-opacity: 1;background-color:rgb(112 168 77 / var(--tw-bg-opacity))}.bg-secondary\/60{background-color:#70a84d99}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.bg-slate-100\/50{background-color:#f1f5f980}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.bg-tertiary{--tw-bg-opacity: 1;background-color:rgb(166 127 10 / var(--tw-bg-opacity))}.bg-textSecondary{--tw-bg-opacity: 1;background-color:rgb(82 82 90 / var(--tw-bg-opacity))}.bg-textSecondary\/10{background-color:#52525a1a}.bg-transparent{background-color:transparent}.bg-waring{--tw-bg-opacity: 1;background-color:rgb(255 190 0 / var(--tw-bg-opacity))}.bg-waring\/10{background-color:#ffbe001a}.bg-waring\/5{background-color:#ffbe000d}.bg-waring\/50{background-color:#ffbe0080}.bg-waring\/70{background-color:#ffbe00b3}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/30{background-color:#ffffff4d}.bg-white\/80{background-color:#fffc}.bg-zinc-200{--tw-bg-opacity: 1;background-color:rgb(228 228 231 / var(--tw-bg-opacity))}.bg-zinc-300{--tw-bg-opacity: 1;background-color:rgb(212 212 216 / var(--tw-bg-opacity))}.bg-zinc-300\/40{background-color:#d4d4d866}.bg-zinc-400{--tw-bg-opacity: 1;background-color:rgb(161 161 170 / var(--tw-bg-opacity))}.bg-\[url\(\'\@\/assets\/bg-cargo\.svg\'\)\]{background-image:url(/assets/bg-cargo-4c13b449.svg)}.bg-\[url\(\'\@\/assets\/bg-lot\.svg\'\)\]{background-image:url(/assets/bg-lot-4016ea08.svg)}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-secondary{--tw-gradient-from: #70A84D var(--tw-gradient-from-position);--tw-gradient-to: rgb(112 168 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-secondary\/90{--tw-gradient-to: rgb(112 168 77 / .9) var(--tw-gradient-to-position)}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.fill-current{fill:currentColor}.fill-green-500{fill:#22c55e}.stroke-white{stroke:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-1{padding:.25rem!important}.\!p-1\.5{padding:.375rem!important}.\!p-2{padding:.5rem!important}.\!p-4{padding:1rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-20{padding-left:5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-6{padding-right:1.5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.\!text-start{text-align:start!important}.text-start{text-align:start}.text-end{text-align:end}.align-middle{vertical-align:middle}.\!text-2xl{font-size:1.5rem!important;line-height:2rem!important}.\!text-6xl{font-size:3.75rem!important;line-height:1!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-8xl{font-size:6rem;line-height:1}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-black{font-weight:900!important}.\!font-normal{font-weight:400!important}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.\!normal-case{text-transform:none!important}.italic{font-style:italic}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.\!text-danger{--tw-text-opacity: 1 !important;color:rgb(243 76 76 / var(--tw-text-opacity))!important}.\!text-primary{--tw-text-opacity: 1 !important;color:rgb(0 92 49 / var(--tw-text-opacity))!important}.\!text-red-500{--tw-text-opacity: 1 !important;color:rgb(239 68 68 / var(--tw-text-opacity))!important}.\!text-tertiary{--tw-text-opacity: 1 !important;color:rgb(166 127 10 / var(--tw-text-opacity))!important}.\!text-text{--tw-text-opacity: 1 !important;color:rgb(39 39 42 / var(--tw-text-opacity))!important}.\!text-textSecondary{--tw-text-opacity: 1 !important;color:rgb(82 82 90 / var(--tw-text-opacity))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-\[\#25D366\]{--tw-text-opacity: 1;color:rgb(37 211 102 / var(--tw-text-opacity))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.text-current{color:currentColor}.text-danger{--tw-text-opacity: 1;color:rgb(243 76 76 / var(--tw-text-opacity))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity))}.text-primary{--tw-text-opacity: 1;color:rgb(0 92 49 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-secondary{--tw-text-opacity: 1;color:rgb(112 168 77 / var(--tw-text-opacity))}.text-slate-50{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.text-slate-950{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity))}.text-tertiary{--tw-text-opacity: 1;color:rgb(166 127 10 / var(--tw-text-opacity))}.text-text{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}.text-textSecondary{--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}.text-waring{--tw-text-opacity: 1;color:rgb(255 190 0 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.text-zinc-300{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity))}.text-zinc-600{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.accent-primary{accent-color:#005C31}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-secondary\/5{--tw-shadow-color: rgb(112 168 77 / .05);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-0{outline-width:0px}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-white{--tw-ring-offset-color: #fff}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}*{padding:0;margin:0;font-family:Inter,sans-serif;box-sizing:border-box}html{scroll-behavior:smooth}input,textarea,select{touch-action:manipulation}.print-agreement{margin:40px!important}pre{font-family:Inter,sans-serif;text-wrap:wrap}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{border-radius:8px;background-color:#e7e7e7;border:1px solid #cacaca}::-webkit-scrollbar-thumb{border-radius:8px;background-clip:content-box;background-color:#70a84d99;-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}::-webkit-scrollbar-thumb:hover{background:#486b32;background-color:#41622d99;-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.placeholder\:text-slate-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.placeholder\:text-slate-500::placeholder{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:border-secondary:focus-within{--tw-border-opacity: 1;border-color:rgb(112 168 77 / var(--tw-border-opacity))}.hover\:\!border-danger-hover:hover{--tw-border-opacity: 1 !important;border-color:rgb(203 14 14 / var(--tw-border-opacity))!important}.hover\:\!border-tertiary-hover:hover{--tw-border-opacity: 1 !important;border-color:rgb(70 53 4 / var(--tw-border-opacity))!important}.hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(0 92 49 / var(--tw-border-opacity))}.hover\:\!bg-\[\#27272A\]\/90:hover{background-color:#27272ae6!important}.hover\:\!bg-blue-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(37 99 235 / var(--tw-bg-opacity))!important}.hover\:\!bg-blue-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(29 78 216 / var(--tw-bg-opacity))!important}.hover\:\!bg-danger-hover:hover{--tw-bg-opacity: 1 !important;background-color:rgb(203 14 14 / var(--tw-bg-opacity))!important}.hover\:\!bg-gray-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(75 85 99 / var(--tw-bg-opacity))!important}.hover\:\!bg-green-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(22 163 74 / var(--tw-bg-opacity))!important}.hover\:\!bg-primary-hover:hover{--tw-bg-opacity: 1 !important;background-color:rgb(0 41 22 / var(--tw-bg-opacity))!important}.hover\:\!bg-primary\/20:hover{background-color:#005c3133!important}.hover\:\!bg-primary\/30:hover{background-color:#005c314d!important}.hover\:\!bg-primary\/40:hover{background-color:#005c3166!important}.hover\:\!bg-red-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity))!important}.hover\:\!bg-secondary-hover:hover{--tw-bg-opacity: 1 !important;background-color:rgb(65 98 45 / var(--tw-bg-opacity))!important}.hover\:\!bg-tertiary-hover:hover{--tw-bg-opacity: 1 !important;background-color:rgb(70 53 4 / var(--tw-bg-opacity))!important}.hover\:\!bg-waring-hover:hover{--tw-bg-opacity: 1 !important;background-color:rgb(153 114 0 / var(--tw-bg-opacity))!important}.hover\:\!bg-yellow-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(202 138 4 / var(--tw-bg-opacity))!important}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-danger:hover{--tw-bg-opacity: 1;background-color:rgb(243 76 76 / var(--tw-bg-opacity))}.hover\:bg-danger-hover:hover{--tw-bg-opacity: 1;background-color:rgb(203 14 14 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-inherit:hover{background-color:inherit}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(0 92 49 / var(--tw-bg-opacity))}.hover\:bg-primary-hover:hover{--tw-bg-opacity: 1;background-color:rgb(0 41 22 / var(--tw-bg-opacity))}.hover\:bg-primary\/40:hover{background-color:#005c3166}.hover\:bg-primary\/5:hover{background-color:#005c310d}.hover\:bg-red-500\/90:hover{background-color:#ef4444e6}.hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(112 168 77 / var(--tw-bg-opacity))}.hover\:bg-secondary\/80:hover{background-color:#70a84dcc}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.hover\:bg-slate-200\/50:hover{background-color:#e2e8f080}.hover\:bg-slate-400\/40:hover{background-color:#94a3b866}.hover\:bg-slate-900:hover{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}.hover\:bg-waring-hover\/90:hover{background-color:#997200e6}.hover\:bg-opacity-90:hover{--tw-bg-opacity: .9}.hover\:\!text-danger:hover{--tw-text-opacity: 1 !important;color:rgb(243 76 76 / var(--tw-text-opacity))!important}.hover\:\!text-primary:hover{--tw-text-opacity: 1 !important;color:rgb(0 92 49 / var(--tw-text-opacity))!important}.hover\:\!text-tertiary:hover{--tw-text-opacity: 1 !important;color:rgb(166 127 10 / var(--tw-text-opacity))!important}.hover\:\!text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.hover\:text-\[\#25D366\]\/60:hover{color:#25d36699}.hover\:text-amber-600:hover{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.hover\:text-danger-hover:hover{--tw-text-opacity: 1;color:rgb(203 14 14 / var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(0 92 49 / var(--tw-text-opacity))}.hover\:text-primary-hover:hover{--tw-text-opacity: 1;color:rgb(0 41 22 / var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.hover\:text-slate-50:hover{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.hover\:text-slate-900:hover{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.hover\:text-tertiary-hover:hover{--tw-text-opacity: 1;color:rgb(70 53 4 / var(--tw-text-opacity))}.hover\:text-text:hover{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-secondary\/10:hover{--tw-shadow-color: rgb(112 168 77 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:ring-2:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-primary\/50:hover{--tw-ring-color: rgb(0 92 49 / .5)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgb(0 92 49 / var(--tw-border-opacity))}.focus\:bg-primary:focus{--tw-bg-opacity: 1;background-color:rgb(0 92 49 / var(--tw-bg-opacity))}.focus\:bg-secondary:focus{--tw-bg-opacity: 1;background-color:rgb(112 168 77 / var(--tw-bg-opacity))}.focus\:bg-slate-100:focus{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.focus\:text-slate-50:focus{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.focus\:text-slate-900:focus{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.focus\:text-white:focus{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-secondary:focus{outline-color:#70a84d}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 92 49 / var(--tw-ring-opacity))}.focus\:ring-slate-950:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-slate-950:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-white:focus-visible{--tw-ring-offset-color: #fff}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-primary:disabled{--tw-bg-opacity: 1;background-color:rgb(0 92 49 / var(--tw-bg-opacity))}.disabled\:text-white:disabled{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:opacity-100{opacity:1}.aria-selected\:bg-primary\/90[aria-selected=true]{background-color:#005c31e6}.aria-selected\:bg-slate-100\/50[aria-selected=true]{background-color:#f1f5f980}.aria-selected\:text-slate-500[aria-selected=true]{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.aria-selected\:text-white[aria-selected=true]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[state\=open\]\:block[data-state=open]{display:block}.data-\[state\=closed\]\:hidden[data-state=closed],.data-\[state\=inactive\]\:hidden[data-state=inactive]{display:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=active\]\:bg-\[\#D2E5C7\][data-state=active]{--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(0 92 49 / var(--tw-bg-opacity))}.data-\[state\=open\]\:bg-secondary\/50[data-state=open]{background-color:#70a84d80}.data-\[state\=open\]\:bg-slate-100[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.data-\[state\=open\]\:bg-slate-100\/50[data-state=open]{background-color:#f1f5f980}.data-\[state\=selected\]\:bg-slate-100[data-state=selected]{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.data-\[state\=unchecked\]\:bg-\[\#D4D4D8\][data-state=unchecked]{--tw-bg-opacity: 1;background-color:rgb(212 212 216 / var(--tw-bg-opacity))}.data-\[state\=active\]\:text-text[data-state=active]{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}.data-\[state\=open\]\:text-slate-500[data-state=open]{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.data-\[state\=open\]\:text-slate-900[data-state=open]{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.data-\[state\=open\]\:text-white[data-state=open]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity: 0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed],.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale: .9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x: 13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x: -13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x: 13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x: -13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[state\=open\]\:hover\:bg-secondary:hover[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(112 168 77 / var(--tw-bg-opacity))}.data-\[state\=open\]\:hover\:bg-slate-100:hover[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.data-\[state\=open\]\:focus\:bg-secondary:focus[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(112 168 77 / var(--tw-bg-opacity))}.data-\[state\=open\]\:focus\:bg-slate-100:focus[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dark\:border-slate-50:is(.dark *){--tw-border-opacity: 1;border-color:rgb(248 250 252 / var(--tw-border-opacity))}.dark\:border-slate-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}.dark\:bg-slate-50:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.dark\:bg-slate-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.dark\:bg-slate-800\/50:is(.dark *){background-color:#1e293b80}.dark\:bg-slate-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(2 6 23 / var(--tw-bg-opacity))}.dark\:bg-slate-950\/80:is(.dark *){background-color:#020617cc}.dark\:text-slate-400:is(.dark *){--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.dark\:text-slate-50:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.dark\:text-slate-900:is(.dark *){--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.dark\:ring-offset-slate-950:is(.dark *){--tw-ring-offset-color: #020617}.dark\:placeholder\:text-slate-400:is(.dark *)::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.dark\:placeholder\:text-slate-400:is(.dark *)::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.dark\:hover\:bg-red-900\/90:hover:is(.dark *){background-color:#7f1d1de6}.dark\:hover\:bg-slate-50:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.dark\:hover\:bg-slate-50\/90:hover:is(.dark *){background-color:#f8fafce6}.dark\:hover\:bg-slate-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.dark\:hover\:bg-slate-800\/50:hover:is(.dark *){background-color:#1e293b80}.dark\:hover\:text-slate-50:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.dark\:hover\:text-slate-900:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.dark\:focus\:bg-slate-50:focus:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.dark\:focus\:bg-slate-800:focus:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.dark\:focus\:text-slate-50:focus:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.dark\:focus\:text-slate-900:focus:is(.dark *){--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.dark\:focus\:ring-slate-300:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity))}.dark\:focus-visible\:ring-slate-300:focus-visible:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity))}.dark\:focus-visible\:ring-offset-slate-950:focus-visible:is(.dark *){--tw-ring-offset-color: #020617}.dark\:aria-selected\:bg-slate-800[aria-selected=true]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.dark\:aria-selected\:bg-slate-800\/50[aria-selected=true]:is(.dark *){background-color:#1e293b80}.dark\:aria-selected\:text-slate-400[aria-selected=true]:is(.dark *){--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.dark\:aria-selected\:text-slate-50[aria-selected=true]:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.dark\:data-\[state\=active\]\:bg-slate-950[data-state=active]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(2 6 23 / var(--tw-bg-opacity))}.dark\:data-\[state\=checked\]\:bg-slate-50[data-state=checked]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.dark\:data-\[state\=open\]\:bg-slate-800[data-state=open]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.dark\:data-\[state\=open\]\:bg-slate-800\/50[data-state=open]:is(.dark *){background-color:#1e293b80}.dark\:data-\[state\=selected\]\:bg-slate-800[data-state=selected]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.dark\:data-\[state\=unchecked\]\:bg-slate-800[data-state=unchecked]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.dark\:data-\[state\=active\]\:text-slate-50[data-state=active]:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.dark\:data-\[state\=open\]\:text-slate-400[data-state=open]:is(.dark *){--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.dark\:data-\[state\=open\]\:text-slate-50[data-state=open]:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.dark\:data-\[state\=open\]\:hover\:bg-slate-800:hover[data-state=open]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.dark\:data-\[state\=open\]\:focus\:bg-slate-800:focus[data-state=open]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}@media not all and (min-width: 1024px){.max-lg\:\!w-full{width:100%!important}.max-lg\:w-full{width:100%}.max-lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.max-lg\:flex-wrap{flex-wrap:wrap}}@media not all and (min-width: 768px){.max-md\:\!w-full{width:100%!important}.max-md\:w-full{width:100%}.max-md\:flex-col{flex-direction:column}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}}@media not all and (min-width: 640px){.max-sm\:\!w-full{width:100%!important}.max-sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-sm\:flex-col{flex-direction:column}}@media (min-width: 640px){.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:mt-0{margin-top:0}.sm\:hidden{display:none}.sm\:w-\[700px\]{width:700px}.sm\:max-w-60{max-width:15rem}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-4{padding:1rem}.sm\:text-left{text-align:left}}@media (min-width: 768px){.md\:absolute{position:absolute}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:ml-auto{margin-left:auto}.md\:mr-8{margin-right:2rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:\!w-32{width:8rem!important}.md\:w-\[650px\]{width:650px}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:min-w-\[650px\]{min-width:650px}.md\:max-w-52{max-width:13rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}}@media (min-width: 1024px){.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:max-w-52{max-width:13rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media print{.print\:block{display:block}.print\:table{display:table}.print\:hidden{display:none}.print\:max-h-full{max-height:100%}.print\:break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.print\:break-after-page{-moz-column-break-after:page;break-after:page}.print\:\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-slate-100:has([aria-selected]){--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.dark\:\[\&\:has\(\[aria-selected\]\)\]\:bg-slate-800:has([aria-selected]):is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-slate-100\/50:has([aria-selected].day-outside){background-color:#f1f5f980}.dark\:\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-slate-800\/50:has([aria-selected].day-outside):is(.dark *){background-color:#1e293b80}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}._container_16qig_1{padding:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));background-repeat:no-repeat;background-size:contain}._container_16qig_1:hover{--tw-border-opacity: 1;border-color:rgb(0 92 49 / var(--tw-border-opacity));--tw-text-opacity: 1;color:rgb(0 92 49 / var(--tw-text-opacity))}._content_16qig_11{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:.375rem}._content_16qig_11>div{display:flex;flex-direction:column}._content_16qig_11>div div{display:flex;align-items:center}._content_16qig_11>div div>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.125rem * var(--tw-space-x-reverse));margin-left:calc(.125rem * calc(1 - var(--tw-space-x-reverse)))}._content_16qig_11>div p{font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._content_16qig_11>div span{text-align:start;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._content_16qig_11>div svg{width:.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_16qig_30{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:2rem;column-gap:2rem;row-gap:.5rem}._indicators_16qig_30 div{display:flex}._indicators_16qig_30 div p{font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_16qig_30 div span{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._analysisBg_16qig_43{background-image:url(/assets/bg-analysis-1395687b.svg)}._analysisBg_16qig_43:hover{background-image:url(/assets/bg-analysis-hover-47e9f3fd.svg)}._seedBg_16qig_50{background-image:url(/assets/bg-seed-8423f60b.svg)}._seedBg_16qig_50:hover{background-image:url(/assets/bg-seed-hover-119a26d8.svg)}._analysisBgWaiting_16qig_57{background-image:url(/assets/bg-analysis-waiting-7ce3b5e0.svg)}._analysisBgWaiting_16qig_57:hover{--tw-border-opacity: 1;border-color:rgb(166 127 10 / var(--tw-border-opacity))}._cargoBg_16qig_64{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._cargoBg_16qig_64:hover{background-image:url(/assets/bg-cargo-hover-22a66a43.svg);background-size:cover}._originBg_16qig_73{background-image:url(/assets/bg-origin-59a17f55.svg);background-size:cover}._originBg_16qig_73:hover{background-image:url(/assets/bg-origin-hover-a424b801.svg);background-size:cover}._beneficiationBg_16qig_82{background-image:url(/assets/bg-beneficiation-5580c2ec.svg)}._beneficiationBg_16qig_82:hover{background-image:url(/assets/bg-beneficiation-hover-3f5c8d8f.svg)}._desdobramentoBg_16qig_89{background-image:url(/assets/bg-desdobramento-9d42a8ab.svg)}._desdobramentoBg_16qig_89:hover{background-image:url(/assets/bg-desdobramento-hover-f4914d9b.svg)}._lotBg_16qig_96{background-image:url(/assets/bg-lot-4016ea08.svg)}._lotBg_16qig_96:hover{background-image:url(/assets/bg-lot-hover-aff3d4cb.svg)}._container_1fotw_1{width:100%}._container_1fotw_1 label{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_1fotw_1 ._inputContainer_1fotw_7{display:flex;align-items:center;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));border-width:1px;--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity));width:100%;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem}._container_1fotw_1 ._inputContainer_1fotw_7:focus-within{border-width:1px;--tw-border-opacity: 1;border-color:rgb(112 168 77 / var(--tw-border-opacity))}._container_1fotw_1 input,._container_1fotw_1 select{margin-left:.5rem;width:100%;font-size:.75rem;line-height:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));border:none!important;outline:none!important}._container_1fotw_1 input._error_1fotw_23,._container_1fotw_1 select._error_1fotw_23{--tw-border-opacity: 1;border-color:rgb(243 76 76 / var(--tw-border-opacity))}._container_1fotw_1 input:disabled,._container_1fotw_1 select:disabled{background-color:#757575;opacity:.7}._container_1fotw_1 span{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(243 76 76 / var(--tw-text-opacity))}._withError_1fotw_36{--tw-border-opacity: 1;border-color:rgb(243 76 76 / var(--tw-border-opacity))}._inputDisabled_1fotw_40{background-color:#757575!important;opacity:.7;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}._container_1o8lr_1{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(0 92 49 / var(--tw-bg-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._container_1o8lr_1:hover{--tw-bg-opacity: 1;background-color:rgb(0 41 22 / var(--tw-bg-opacity))}._container_1ohvc_1{width:100%}@media not all and (min-width: 768px){._container_1ohvc_1 header{flex-direction:column}}._container_1ohvc_1 header form{display:flex;width:100%;align-items:center;gap:.5rem}@media not all and (min-width: 768px){._container_1ohvc_1 header form{flex-wrap:wrap}}._container_1ohvc_1 header form button{justify-content:center}@media not all and (min-width: 768px){._container_1ohvc_1 header form button{width:100%}}._indicators_1ohvc_14{display:flex;justify-content:flex-end;gap:2rem}@media not all and (min-width: 768px){._indicators_1ohvc_14{justify-content:center}}._indicators_1ohvc_14 div{display:flex;flex-direction:column}._indicators_1ohvc_14 div p{text-wrap:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_1ohvc_14 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._cargos_1ohvc_27{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media not all and (min-width: 1024px){._cargos_1ohvc_27{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 768px){._cargos_1ohvc_27{grid-template-columns:repeat(1,minmax(0,1fr))}}._cargos_1ohvc_27{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._beneficiationSection_1ohvc_32{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:.375rem}._beneficiationSection_1ohvc_32>div{display:flex;flex-direction:column}._beneficiationSection_1ohvc_32>div div{display:flex;align-items:center}._beneficiationSection_1ohvc_32>div div>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.125rem * var(--tw-space-x-reverse));margin-left:calc(.125rem * calc(1 - var(--tw-space-x-reverse)))}._beneficiationSection_1ohvc_32>div p{font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._beneficiationSection_1ohvc_32>div span{text-align:start;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._beneficiationSection_1ohvc_32>div svg{width:.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_1fo6b_1{display:flex;flex-direction:column;gap:1rem;border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}._container_1fo6b_1 header{width:100%;display:flex}._container_nf8pu_1{overflow:auto;display:flex;flex-wrap:wrap;gap:2rem}._container_nf8pu_1>div:first-child{display:flex;flex-direction:column}._container_nf8pu_1>div:first-child p{font-size:.75rem;line-height:1rem;font-weight:700}._container_nf8pu_1>div:first-child div{margin-top:auto;margin-bottom:auto;font-size:.75rem;line-height:1rem;font-weight:700;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:.125rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.375rem}._calculation_nf8pu_17{display:flex;flex-direction:column}._calculation_nf8pu_17>p{font-size:.75rem;line-height:1rem;font-weight:700}._calculation_nf8pu_17>div{display:flex;flex-direction:row;align-items:center;gap:.25rem}._calculation_nf8pu_17>div div:first-child{display:flex;align-items:center;gap:.25rem}._calculation_nf8pu_17>div div:first-child svg{--tw-text-opacity: 1;color:rgb(112 168 77 / var(--tw-text-opacity))}._calculation_nf8pu_17>div div:first-child span{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._calculation_nf8pu_17>div:last-child{text-align:end}._calculation_nf8pu_17>div:last-child svg{--tw-text-opacity: 1;color:rgb(112 168 77 / var(--tw-text-opacity))}._calculation_nf8pu_17>div:last-child span{font-weight:600;--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._calculation_nf8pu_17>div:last-child p{font-size:1.125rem;line-height:1.75rem;font-weight:700}._container_1510t_1{display:flex;flex-direction:column;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;height:632px;width:632px;position:relative;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_1510t_1 footer{margin-top:auto;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}@media print{._headerInfo_1510t_11{display:none}}._headerInfo_1510t_11{margin-bottom:1rem}._headerInfo_1510t_11 button{position:absolute;top:0;right:0;margin-top:15px;margin-right:15px;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._headerInfo_1510t_11 button:hover{--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._headerInfo_1510t_11 button{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._container_6tmoc_1{height:100%;width:100%;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_6tmoc_1>header{display:flex;align-items:center;justify-content:space-between}._container_6tmoc_1>header ._dates_6tmoc_8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}._container_6tmoc_1>header ._dates_6tmoc_8 p:first-child{font-size:.875rem;line-height:1.25rem;font-weight:700}._container_6tmoc_1>header ._dates_6tmoc_8 p{text-align:center;font-weight:500}._sections_6tmoc_18{margin-top:2.5rem}._sections_6tmoc_18>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}._sections_6tmoc_18 section h2{font-size:1rem;line-height:1.5rem;font-weight:700}._cargo_6tmoc_26{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem}@media print{._cargo_6tmoc_26{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}}._cargo_6tmoc_26 p{font-size:.75rem;line-height:1rem;font-weight:700}._cargo_6tmoc_26 span{font-size:1.125rem;line-height:1.75rem;font-weight:900}._cargos_6tmoc_36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}._cargos_6tmoc_36 li{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem}@media print{._cargos_6tmoc_36 li{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}}._cargos_6tmoc_36 li>div{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._cargos_6tmoc_36 li>div:first-child p{font-size:.75rem;line-height:1rem;font-weight:700}._cargos_6tmoc_36 li>div:first-child span{font-weight:900}._modal_1aori_1{z-index:50;pointer-events:auto}._modalOverlay_1aori_6{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:#d4d4d866;pointer-events:auto}._container_4uzrj_1{height:100%;width:100%;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_4uzrj_1>header{display:flex;align-items:center;justify-content:space-between}._container_4uzrj_1>header ._dates_4uzrj_8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}._container_4uzrj_1>header ._dates_4uzrj_8 p:first-child{font-size:.875rem;line-height:1.25rem;font-weight:700}._container_4uzrj_1>header ._dates_4uzrj_8 p{text-align:center;font-weight:500}._infos_4uzrj_18{margin-top:2.5rem}._infos_4uzrj_18>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}._infos_4uzrj_18 section h2{font-size:1rem;line-height:1.5rem;font-weight:700}._cargos_4uzrj_26>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}._cargos_4uzrj_26 li{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem}@media print{._cargos_4uzrj_26 li{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}}._cargos_4uzrj_26 li>div{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._cargos_4uzrj_26 li>div:first-child p{font-size:.75rem;line-height:1rem;font-weight:700}._cargos_4uzrj_26 li>div:first-child span{font-weight:900}._indicators_4uzrj_42 p{font-size:.75rem;line-height:1rem;font-weight:700}._indicators_4uzrj_42 span{font-weight:600}._infoContainer_1r932_1{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_1r932_1 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._infoContainer_1r932_1 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_1r932_1 div span{font-weight:600}._analysisContainer_1r932_14{grid-column:1 / -1}._analysisContainer_1r932_14>p{margin-bottom:.25rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._analysisContainer_1r932_14 div div{display:flex;width:100%;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity));border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem}._analysisContainer_1r932_14 div div p{font-size:.75rem;line-height:1rem;font-weight:700}._analysisContainer_1r932_14 div div span{font-weight:600}._buttonsAction_1r932_31{display:flex;align-items:center;justify-content:flex-end;gap:.625rem;align-self:stretch}._buttonsAction_1r932_31 div{display:flex;align-items:center;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(166 127 10 / var(--tw-bg-opacity));padding:.5rem 1rem;--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}._buttonsAction_1r932_31 div p{margin-right:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500}._wastes_1r932_41{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity));padding:.25rem}._wastes_1r932_41 section{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem}._wastes_1r932_41 section div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._wastes_1r932_41 section div p{font-size:10px;font-weight:700}._wastes_1r932_41 section div span{font-size:.875rem;line-height:1.25rem}._wastes_1r932_41 ._DOSNContainer_1r932_56{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._wastes_1r932_41 ._DOSNContainer_1r932_56 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._wastes_1r932_41 ._DOSNContainer_1r932_56 div p{font-size:10px;font-weight:700}._wastes_1r932_41 ._DOSNContainer_1r932_56 div span{font-size:.75rem;line-height:1rem}._usedResources_1r932_69{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}._usedResources_1r932_69 li{flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem;display:flex;gap:.75rem}._usedResources_1r932_69 li>div{flex-wrap:wrap}._usedResources_1r932_69 li>div:first-child{display:flex;flex-direction:column;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem;background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._container_18cs1_1{display:flex;width:100%;flex-direction:column}._container_18cs1_1 textarea{padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;border-radius:8px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity));outline-color:#70a84d;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}._container_18cs1_1 textarea._error_18cs1_10{--tw-border-opacity: 1;border-color:rgb(243 76 76 / var(--tw-border-opacity))}._container_18cs1_1 span{--tw-text-opacity: 1;color:rgb(243 76 76 / var(--tw-text-opacity));margin-top:4px;font-weight:500}._container_1lmzv_1{width:100%;max-width:1536px;padding-left:1.5rem;padding-right:1.5rem;padding-top:.5rem}._container_1lmzv_1 main{margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}._container_1lmzv_1 main img{width:16rem}._container_1lmzv_1 main ._title_1lmzv_10{margin-bottom:1rem;font-size:1.5rem;line-height:2rem;font-weight:500}._container_1lmzv_1 main ._title_1lmzv_10 span{--tw-text-opacity: 1;color:rgb(0 92 49 / var(--tw-text-opacity))}._container_1lmzv_1 main ._description_1lmzv_16{font-size:.875rem;line-height:1.25rem}._container_1lmzv_1 main ._divButtons_1lmzv_19{margin-top:1rem}._container_1lmzv_1 main ._divButtons_1lmzv_19 ._requestProgress_1lmzv_22{border-width:1px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity));--tw-text-opacity: 1;color:rgb(0 92 49 / var(--tw-text-opacity))}._container_1lmzv_1 main ._divButtons_1lmzv_19 ._requestProgress_1lmzv_22:hover{--tw-border-opacity: 1;border-color:rgb(0 92 49 / var(--tw-border-opacity))}._container_clh0m_1{display:flex;max-height:96vh;min-height:432px;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem;overflow:auto}._header_clh0m_6{display:flex;flex-direction:column}._header_clh0m_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_clh0m_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_clh0m_6>div div{display:flex;align-items:center;gap:.5rem}._header_clh0m_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._lot_clh0m_19{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._lotInputs_clh0m_23{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._cargo_clh0m_27{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._cargo_clh0m_27>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._footer_clh0m_35{margin-top:auto;display:flex;justify-content:flex-end}._footer_clh0m_35>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._container_ekvzl_1{display:flex;max-height:96vh;min-height:432px;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem;overflow:auto}._header_ekvzl_6{display:flex;flex-direction:column}._header_ekvzl_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_ekvzl_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_ekvzl_6>div div{display:flex;align-items:center;gap:.5rem}._header_ekvzl_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._lot_ekvzl_19{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._lotInputs_ekvzl_23{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._cargo_ekvzl_27{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._cargo_ekvzl_27>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._footer_ekvzl_35{margin-top:auto;display:flex;justify-content:flex-end}._footer_ekvzl_35>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._origin_ekvzl_39{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem;display:flex;gap:.75rem}._origin_ekvzl_39>div:first-child{background-image:url(/assets/bg-origin-59a17f55.svg);background-size:cover}._originInputs_ekvzl_48{display:flex;width:100%;flex-direction:column;gap:.75rem}._originInputs_ekvzl_48>div{display:flex;gap:.75rem}._originInputs_ekvzl_48>div div{width:100%;flex:1 1 0%}._originInputs_ekvzl_48>div div p{font-size:.75rem;line-height:1rem;font-weight:700}._originInputs_ekvzl_48>div div span{font-size:.875rem;line-height:1.25rem;font-weight:600}._container_1p5qu_1{width:100%;display:flex;align-items:center;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem .5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._container_1p5qu_1:hover{--tw-border-opacity: 1;border-color:rgb(0 92 49 / var(--tw-border-opacity));--tw-text-opacity: 1;color:rgb(0 92 49 / var(--tw-text-opacity))}._container_1p5qu_1:hover svg{--tw-text-opacity: 1;color:rgb(0 92 49 / var(--tw-text-opacity))}._container_1p5qu_1:hover div{--tw-bg-opacity: 1;background-color:rgb(0 92 49 / var(--tw-bg-opacity))}._container_1p5qu_1:hover div svg{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}._container_1p5qu_1>svg{--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._container_1p5qu_1 p{margin-left:.125rem;margin-right:1rem;white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:700}._container_1p5qu_1 div{margin-left:auto;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.25rem}._container_1p5qu_1 div svg{--tw-text-opacity: 1;color:rgb(0 92 49 / var(--tw-text-opacity))}._container_2xe4m_1{width:100%}._container_2xe4m_1>header{display:flex}@media not all and (min-width: 640px){._container_2xe4m_1>header{flex-direction:column}}._container_2xe4m_1>header form{display:flex;width:100%;flex-direction:column;gap:.5rem}._container_2xe4m_1>main{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media not all and (min-width: 1280px){._container_2xe4m_1>main{grid-template-columns:repeat(3,minmax(0,1fr))}}@media not all and (min-width: 1024px){._container_2xe4m_1>main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 768px){._container_2xe4m_1>main{grid-template-columns:repeat(1,minmax(0,1fr))}}._container_2xe4m_1>main{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._buttons_2xe4m_16{display:flex;width:100%;flex-wrap:wrap;gap:.5rem}@media not all and (min-width: 768px){._buttons_2xe4m_16{margin-top:.5rem}}._buttons_2xe4m_16 button{width:auto!important}._sections_2xe4m_23{display:grid;gap:.5rem}@media (min-width: 768px){._sections_2xe4m_23{grid-template-columns:repeat(4,minmax(0,1fr))}}._infoContainer_10mio_1{margin-top:.25rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_10mio_1 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._infoContainer_10mio_1 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_10mio_1 div span,._infoContainer_10mio_1 div pre{font-weight:600;overflow-wrap:break-word}._orderProducts_10mio_16{margin-top:.75rem}._orderProducts_10mio_16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._orderProducts_10mio_16 li{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem}._orderProducts_10mio_16 li>div:first-child{display:flex;flex-direction:column;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem;background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover;width:33.333333%}._buttonsAction_10mio_29{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.625rem;align-self:stretch}._buttonsAction_10mio_29 div{display:flex;align-items:center;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(166 127 10 / var(--tw-bg-opacity));padding:.5rem 1rem;--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}._buttonsAction_10mio_29 div p{margin-right:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500}._customerInfoFinancial_10mio_39>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._customerInfoFinancial_10mio_39 div{display:flex;justify-content:space-between}._analysisPreOrder_10mio_46{display:flex;flex-direction:column;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem}._analysisPreOrder_10mio_46 p{font-weight:700}._analysisPreOrder_10mio_46 div{margin-top:1rem;display:flex;justify-content:space-between;gap:.75rem}._container_n9dlh_1 li{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;justify-content:space-between}._container_n9dlh_1 li>div div{display:flex;align-items:center;gap:.125rem}._container_n9dlh_1 li>div div p{font-size:.75rem;line-height:1rem;font-weight:700}._container_n9dlh_1 li>div div svg{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_n9dlh_1 li>div p{font-size:.875rem;line-height:1.25rem}._container_n9dlh_1 li button{display:flex;flex-direction:column;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._container_n9dlh_1 li+li{margin-top:.5rem}._container_2so65_1{margin-top:.75rem}._container_2so65_1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._container_2so65_1 li{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem}@media not all and (min-width: 640px){._container_2so65_1 li{flex-direction:column}}._container_2so65_1 li>div:first-child{display:flex;flex-direction:column;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem;background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover;width:33.333333%}@media not all and (min-width: 640px){._container_2so65_1 li>div:first-child{width:100%}}._infoContainer_2so65_15{margin-top:.25rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_2so65_15 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._infoContainer_2so65_15 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_2so65_15 div span{text-wrap:wrap;overflow-wrap:break-word}._container_10opp_1{margin-top:.75rem}._container_10opp_1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._container_10opp_1 li{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem}._infoContainer_10opp_8{margin-top:.25rem;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_10opp_8 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._infoContainer_10opp_8 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_10opp_8 div span{font-size:.875rem;line-height:1.25rem;font-weight:600}._container_13l6l_1{display:flex;min-height:432px;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-height:80vh;gap:1rem;overflow-y:scroll}._header_13l6l_6{display:flex;flex-direction:column}._header_13l6l_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_13l6l_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_13l6l_6>div div{display:flex;align-items:center;gap:.5rem}._header_13l6l_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._delivery_13l6l_19{display:flex;flex-direction:column}._delivery_13l6l_19>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._delivery_13l6l_19 li{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem}._delivery_13l6l_19 li div p{font-size:.75rem;line-height:1rem;font-weight:700}._delivery_13l6l_19 li div span{font-weight:600}._indicators_13l6l_32{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}._indicators_13l6l_32 div p{font-size:.75rem;line-height:1rem;font-weight:700}._indicators_13l6l_32 div span{font-weight:600}._footer_13l6l_42{margin-top:auto;display:flex;justify-content:flex-end}._footer_13l6l_42>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._container_1ntyw_1{display:flex;max-height:96vh;min-height:432px;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem;overflow:auto}._header_1ntyw_6{display:flex;flex-direction:column}._header_1ntyw_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_1ntyw_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_1ntyw_6>div div{display:flex;align-items:center;gap:.5rem}._header_1ntyw_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._product_1ntyw_19{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;border-color:#41622d66;padding:.5rem}._product_1ntyw_19>section>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._lot_1ntyw_27{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._lot_1ntyw_27>section>div:first-child{background-image:url(/assets/bg-lot-4016ea08.svg);background-size:cover}._footer_1ntyw_35{margin-top:auto;display:flex;justify-content:flex-end}._footer_1ntyw_35>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._inputs_1ntyw_39{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}@media (min-width: 768px){._inputs_1ntyw_39{grid-template-columns:repeat(2,minmax(0,1fr))}}._container_1yqky_1{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem}._container_1yqky_1 table thead{font-weight:600}._container_1yqky_1 table tbody{font-weight:500}._statusBadge_1yqky_11{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500}._statusBadge_1yqky_11._open_1yqky_14{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}._statusBadge_1yqky_11._waitingInvoice_1yqky_17{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}._statusBadge_1yqky_11._paid_1yqky_20{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}._container_mel6a_1{display:flex;align-items:center;justify-content:space-between;border-radius:1rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1rem 1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._container_mel6a_1:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._input_1hww9_1{width:100%;border-radius:8px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-left:1rem;padding-right:1rem;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity));outline-color:#005c31}._input_1hww9_1._error_1hww9_7{--tw-border-opacity: 1;border-color:rgb(243 76 76 / var(--tw-border-opacity))}._input_1hww9_1:disabled{background-color:#757575}._container_13521_1{gap:1rem}._container_13521_1 form>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}._inputs_13521_8{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}@media (min-width: 768px){._inputs_13521_8{grid-template-columns:repeat(2,minmax(0,1fr))}}._lotInputs_13521_12{display:flex;width:100%;flex-direction:column;gap:.75rem}._lotInputs_13521_12>div:first-child{display:flex;gap:.75rem}._lotInputs_13521_12>div:first-child div{width:100%;flex:1 1 0%}._lotInputs_13521_12>div:first-child div p{font-size:.75rem;line-height:1rem;font-weight:700}._lotInputs_13521_12>div:first-child div span{font-size:.875rem;line-height:1.25rem;font-weight:600}._indicators_13521_28{grid-column:1 / -1;display:grid;font-weight:700}._indicators_13521_28 p{font-size:.75rem;line-height:1rem}._indicators_13521_28 span{font-weight:600}._customerInfoFinancial_13521_38>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._customerInfoFinancial_13521_38 div{display:flex;justify-content:space-between}._footer_13521_45{margin-top:1rem;display:flex;justify-content:flex-end}._product_duqz9_1{display:flex;gap:.75rem}@media not all and (min-width: 640px){._product_duqz9_1{flex-direction:column}}._product_duqz9_1>button{margin-left:auto;display:flex;width:-moz-min-content;width:min-content;align-items:center;justify-content:center}._product_duqz9_1>button>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}._product_duqz9_1>button{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(243 76 76 / var(--tw-bg-opacity));padding:.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}._product_duqz9_1>button:hover{--tw-bg-opacity: 1;background-color:rgb(203 14 14 / var(--tw-bg-opacity))}._product_duqz9_1>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._productInputs_duqz9_13{display:flex;width:100%;flex-direction:column;gap:.75rem}._productInputs_duqz9_13>div{display:flex;gap:.75rem}._container_p2kj8_1{display:flex;min-height:432px;width:100%;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-height:88vh;gap:1rem;overflow:auto}._header_p2kj8_6{display:flex;flex-direction:column}._header_p2kj8_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_p2kj8_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_p2kj8_6>div div{display:flex;align-items:center;gap:.5rem}._header_p2kj8_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._footer_p2kj8_19{margin-top:auto;display:flex;justify-content:flex-end}._footer_p2kj8_19>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._infoContainer_p2kj8_23{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_p2kj8_23 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_p2kj8_23 div span{font-weight:600}._product_p2kj8_33{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;border-color:#41622d66;padding:.5rem}._product_p2kj8_33>section>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._lot_p2kj8_41{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._lot_p2kj8_41>section>div:first-child{background-image:url(/assets/bg-lot-4016ea08.svg);background-size:cover}._origin_p2kj8_49{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem;display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}._origin_p2kj8_49>div:first-child{background-image:url(/assets/bg-origin-59a17f55.svg);background-size:cover}._originInputs_p2kj8_58{display:flex;width:100%;gap:.75rem}._container_5zk3a_1{width:100%}@media not all and (min-width: 640px){._container_5zk3a_1>header{flex-direction:column}}._container_5zk3a_1>header{display:flex}._container_5zk3a_1>header form{display:flex;width:100%;align-items:center;gap:.5rem}@media not all and (min-width: 640px){._container_5zk3a_1>header form{flex-wrap:wrap}}._container_5zk3a_1>main{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media not all and (min-width: 1024px){._container_5zk3a_1>main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 768px){._container_5zk3a_1>main{grid-template-columns:repeat(1,minmax(0,1fr))}}._container_5zk3a_1>main{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._buttons_5zk3a_17{display:flex;gap:.5rem}._buttons_5zk3a_17 button{align-self:center}._sections_5zk3a_24{display:grid;gap:.5rem}@media (min-width: 768px){._sections_5zk3a_24{grid-template-columns:repeat(4,minmax(0,1fr))}}._availablePackagesContent_5zk3a_28{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:.375rem}._availablePackagesContent_5zk3a_28>div{display:flex;flex-direction:column}._availablePackagesContent_5zk3a_28>div div{display:flex;align-items:center}._availablePackagesContent_5zk3a_28>div div>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.125rem * var(--tw-space-x-reverse));margin-left:calc(.125rem * calc(1 - var(--tw-space-x-reverse)))}._availablePackagesContent_5zk3a_28>div p{font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._availablePackagesContent_5zk3a_28>div span{text-align:start;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._availablePackagesContent_5zk3a_28>div svg{width:.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._cargo_1eu1s_19>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._infoContainer_1kc0i_1{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_1kc0i_1 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_1kc0i_1 div span{font-weight:600}._orders_1kc0i_11 li{display:flex;align-items:center;justify-content:space-between;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity));padding:.25rem}._orders_1kc0i_11 li:hover{border-radius:.5rem;background-color:#e5e7eb80;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._orders_1kc0i_11 li>section div div{display:flex;align-items:center;gap:.125rem}._orders_1kc0i_11 li>section div div p{font-size:.75rem;line-height:1rem;font-weight:700}._orders_1kc0i_11 li>section div div svg{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._orders_1kc0i_11 li>div p{font-size:.875rem;line-height:1.25rem}._orders_1kc0i_11 li button{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-weight:700}._orders_1kc0i_11 li button:hover{--tw-text-opacity: 1;color:rgb(203 14 14 / var(--tw-text-opacity))}._orders_1kc0i_11 li+li{margin-top:.5rem}._dayPickerContainer_cxh0x_1{position:absolute;z-index:50}._dayPickerContainer_cxh0x_1 ._dayPickerContentContainer_cxh0x_4{display:flex;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}._dayPicker_cxh0x_1{margin:0;display:flex;border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:1rem;--rdp-background-color: #07b056 }._daySelected_cxh0x_13{background-color:#005c31e6;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}._dayPickerToday_cxh0x_17{--tw-bg-opacity: 1;background-color:rgb(166 127 10 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}._container_1f8md_1{width:100%}._main_1f8md_5{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._indicators_1f8md_9{display:flex;gap:2rem}._indicators_1f8md_9 div{margin-left:auto;margin-right:auto;display:flex;flex-direction:column}._indicators_1f8md_9 div p{text-wrap:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_1f8md_9 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._info_1f8md_22{width:-moz-fit-content;width:fit-content;gap:1.5rem}._info_1f8md_22>div{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:.5rem}._info_1f8md_22>div h3{display:flex;align-items:flex-start;justify-content:space-between}._info_1f8md_22>div h3 button{margin-left:.5rem}._container_ev4ft_1{min-height:70vh;width:100%}._main_ev4ft_5{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}@media print{._main_ev4ft_5{border-width:0px}}._indicators_ev4ft_10{display:flex;width:100%;justify-content:flex-end;gap:2rem}._indicators_ev4ft_10 div{display:flex;flex-direction:column}._indicators_ev4ft_10 div p{font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_ev4ft_10 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}@media print{._no-break_ev4ft_24{page-break-inside:avoid}._print-table_ev4ft_27{width:100%}._print-table_ev4ft_27 th,._print-table_ev4ft_27 td{border:1px solid black}._print-header_ev4ft_34,._print-footer_ev4ft_35{display:block;width:100%;position:fixed;left:0}._print-header_ev4ft_34{top:0}._print-footer_ev4ft_35{bottom:0}@page{margin:5mm!important}table{page-break-inside:auto}tr{page-break-inside:avoid;page-break-after:auto}thead{display:table-header-group}tfoot{display:table-footer-group}}._container_694x0_1{width:100%}._main_694x0_5{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._indicators_694x0_9{display:flex;width:100%;justify-content:flex-end;gap:2rem;padding:.5rem}._indicators_694x0_9 div{display:flex;flex-direction:column}._indicators_694x0_9 div p{font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_694x0_9 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_1t0ze_1{display:flex;max-height:96vh;min-height:432px;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);width:650px;gap:1rem;overflow:auto}._header_1t0ze_6{display:flex;flex-direction:column}._header_1t0ze_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_1t0ze_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_1t0ze_6>div div{display:flex;align-items:center;gap:.5rem}._header_1t0ze_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._product_1t0ze_19{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;border-color:#41622d66;padding:.5rem}._product_1t0ze_19>section>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._lot_1t0ze_27{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._lot_1t0ze_27>section>div:first-child{background-image:url(/assets/bg-lot-4016ea08.svg);background-size:cover}._footer_1t0ze_35{margin-top:auto;display:flex;justify-content:flex-end}._footer_1t0ze_35>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._container_lf6ky_1{display:flex;height:100%;width:100%;flex-direction:column}._info_lf6ky_5{margin-bottom:1rem;--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity));padding:1rem}._info_lf6ky_5 h3{margin-bottom:.5rem;font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_lf6ky_12{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._indicators_lf6ky_12{grid-template-columns:repeat(3,minmax(0,1fr))}}._indicators_lf6ky_12 div{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.75rem}._indicators_lf6ky_12 div p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._indicators_lf6ky_12 div span{display:block;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._main_lf6ky_25{margin-top:.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._monthHeader_lf6ky_29{position:sticky;top:2.5rem;--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(0 92 49 / var(--tw-text-opacity))}._totalRow_lf6ky_33{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));font-weight:600}@media print{._container_lf6ky_1{margin:0;padding:0}._info_lf6ky_5{display:none}._main_lf6ky_25{border-width:0px;padding:0}._monthHeader_lf6ky_29{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity));page-break-before:auto}table tr{page-break-inside:avoid}}._container_5f0dz_1{display:flex;flex-direction:column;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity));max-height:88vh}._container_5f0dz_1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}._container_5f0dz_1{overflow:auto}._container_5f0dz_1 footer{margin-top:auto;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}@media print{._headerInfo_5f0dz_10{display:none}}._headerInfo_5f0dz_10{margin-bottom:1rem}._headerInfo_5f0dz_10 button{position:absolute;top:0;right:0;margin-top:15px;margin-right:15px;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._headerInfo_5f0dz_10 button:hover{--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._headerInfo_5f0dz_10 button{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dropzone_5f0dz_24{display:flex;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;border-radius:1rem;border-width:2px;border-style:dashed;padding:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._container_q4y58_1{width:100%}._main_q4y58_5{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._loading_q4y58_9{display:flex;justify-content:center;align-items:center;height:16rem}._emptyState_q4y58_16{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16rem}._emptyState_q4y58_16 svg{width:4rem;height:4rem;color:#9ca3af}._emptyState_q4y58_16 p{margin-top:1rem;font-size:1.125rem;font-weight:500;color:#6b7280}._container_ggw82_1{width:100%}._container_ggw82_1 header form{display:flex;width:100%;align-items:center;gap:.5rem}@media not all and (min-width: 768px){._container_ggw82_1 header form{flex-wrap:wrap}}._container_ggw82_1>main{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media not all and (min-width: 1024px){._container_ggw82_1>main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 768px){._container_ggw82_1>main{grid-template-columns:repeat(1,minmax(0,1fr))}}._container_ggw82_1>main{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._buttons_ggw82_13{display:flex;gap:.5rem}@media not all and (min-width: 768px){._buttons_ggw82_13{width:100%}}._sections_ggw82_17{display:grid;gap:.5rem}@media (min-width: 768px){._sections_ggw82_17{grid-template-columns:repeat(4,minmax(0,1fr))}}._container_1eu1s_1{display:flex;min-height:432px;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem}._header_1eu1s_6{display:flex;flex-direction:column}._header_1eu1s_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_1eu1s_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_1eu1s_6>div div{display:flex;align-items:center;gap:.5rem}._header_1eu1s_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._cargo_1eu1s_19{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._cargo_1eu1s_19>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._footer_1eu1s_27{margin-top:auto;display:flex;justify-content:flex-end}._footer_1eu1s_27>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._container_p87vu_1{width:100%}._main_p87vu_5{margin-top:.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._indicators_p87vu_9{display:flex;gap:2rem}._indicators_p87vu_9 div{margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:.25rem}._indicators_p87vu_9 div p{text-wrap:nowrap;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}._indicators_p87vu_9 div span{text-align:end;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._info_p87vu_22{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}._info_p87vu_22>div{border-radius:.75rem;border-width:1px;border-color:#70a84d1a;--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:.75rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-shadow-color: rgb(112 168 77 / .05);--tw-shadow: var(--tw-shadow-colored);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._info_p87vu_22>div:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-shadow-color: rgb(112 168 77 / .1);--tw-shadow: var(--tw-shadow-colored) }._info_p87vu_22>div h3{margin:-.75rem -.75rem .75rem;display:flex;align-items:flex-start;justify-content:space-between;border-top-left-radius:.5rem;border-top-right-radius:.5rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #70A84D var(--tw-gradient-from-position);--tw-gradient-to: rgb(112 168 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(112 168 77 / .9) var(--tw-gradient-to-position);padding:.75rem 1rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._info_p87vu_22>div h3 button{margin-left:.5rem;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._info_p87vu_22>div h3 button:hover{opacity:.8}._seed_11ciu_1{display:flex;justify-content:space-between;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}@media (min-width: 768px){._seed_11ciu_1{grid-template-columns:repeat(6,minmax(0,1fr))}}._seed_11ciu_1>div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._seed_11ciu_1>div p{font-size:.75rem;line-height:1rem;font-weight:700}._seed_11ciu_1>div span{font-weight:600;text-transform:capitalize}._analysisHistory_11ciu_15{display:flex;justify-content:space-between;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}@media (min-width: 768px){._analysisHistory_11ciu_15{grid-template-columns:repeat(4,minmax(0,1fr))}}._analysisHistory_11ciu_15{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:.5rem}._analysisHistory_11ciu_15>div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._analysisHistory_11ciu_15>div p{font-size:.75rem;line-height:1rem;font-weight:700}._analysisHistory_11ciu_15>div span{font-weight:600;text-transform:capitalize}._analysisExternals_11ciu_30{position:relative;display:flex;justify-content:space-between;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}@media (min-width: 768px){._analysisExternals_11ciu_30{grid-template-columns:repeat(4,minmax(0,1fr))}}._analysisExternals_11ciu_30{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:.5rem}._analysisExternals_11ciu_30>div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._analysisExternals_11ciu_30>div p{font-size:.75rem;line-height:1rem;font-weight:700}._analysisExternals_11ciu_30>div span{font-weight:600;text-transform:capitalize}._container_7s4ll_1{min-height:70vh;width:100%}._main_7s4ll_5{margin-bottom:.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}@media print{._main_7s4ll_5{border-width:0px}._no-break_7s4ll_11{page-break-inside:avoid}._print-table_7s4ll_14{width:100%}._print-table_7s4ll_14 th,._print-table_7s4ll_14 td{border:1px solid black}._print-header_7s4ll_21,._print-footer_7s4ll_22{display:block;width:100%;position:fixed;left:0}._print-header_7s4ll_21{top:0}._print-footer_7s4ll_22{bottom:0}@page{margin:20mm}table{page-break-inside:auto}tr{page-break-inside:avoid;page-break-after:auto}thead{display:table-header-group}tfoot{display:table-footer-group}}._container_17s39_1{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity));padding:.5rem;margin-bottom:2rem;height:88vh;overflow-y:auto}._title_17s39_7{display:flex;width:100%;align-items:center;justify-content:center;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));margin-bottom:.5rem;padding:.25rem .5rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity));position:sticky;top:0;--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity))}._title_17s39_7 p{margin-left:.125rem;font-size:.75rem;line-height:1rem;font-weight:700}._title_17s39_7 span{margin-left:.25rem;font-size:.75rem;line-height:1rem}._container_1p76n_1{width:100%}._container_1p76n_1 header form{display:flex;width:100%;align-items:center;gap:.5rem}@media not all and (min-width: 768px){._container_1p76n_1 header form{flex-wrap:wrap}}._container_1p76n_1 header form button{justify-content:center}@media not all and (min-width: 768px){._container_1p76n_1 header form button{width:100%}}._buttons_1p76n_11{display:flex;gap:.5rem}@media not all and (min-width: 1024px){._buttons_1p76n_11{flex-wrap:wrap}}._buttons_1p76n_11 button{align-self:center;width:-moz-min-content;width:min-content}._sections_1p76n_20{display:grid;gap:.5rem}@media (min-width: 768px){._sections_1p76n_20{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){._sections_1p76n_20{grid-template-columns:repeat(4,minmax(0,1fr))}}._container_1xhrv_1{width:100%}._main_1xhrv_5{margin-top:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._indicators_1xhrv_9{display:flex;justify-content:flex-end;gap:2rem}._indicators_1xhrv_9 div{display:flex;flex-direction:column}._indicators_1xhrv_9 div p{text-wrap:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_1xhrv_9 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._info_1xhrv_22{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}._info_1xhrv_22>div{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:.5rem}._container_lyxr4_1{min-height:70vh;width:100%}._main_lyxr4_5{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._container_nzspc_1{width:100%}._main_nzspc_5{margin-top:.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._indicators_nzspc_9{display:flex;flex-wrap:wrap;gap:2rem}._indicators_nzspc_9 div{margin-left:auto;margin-right:auto;display:flex;flex-direction:column}._indicators_nzspc_9 div p{text-wrap:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_nzspc_9 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._info_nzspc_22{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}._info_nzspc_22>div{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:.5rem}._info_nzspc_22>div h3{display:flex;align-items:flex-start;justify-content:space-between}._info_nzspc_22>div h3 button{margin-left:.5rem}._container_9o9r4_1{min-height:70vh;width:100%}._main_9o9r4_5{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}@media print{._main_9o9r4_5{border-width:0px}._no-break_9o9r4_11{page-break-inside:avoid}._print-table_9o9r4_14{width:100%}._print-table_9o9r4_14 th,._print-table_9o9r4_14 td{border:1px solid black}._print-header_9o9r4_21,._print-footer_9o9r4_22{display:block;width:100%;position:fixed;left:0}._print-header_9o9r4_21{top:0}._print-footer_9o9r4_22{bottom:0}@page{margin:20mm}table{page-break-inside:auto}tr{page-break-inside:avoid;page-break-after:auto}thead{display:table-header-group}tfoot{display:table-footer-group}}._infoContainer_12f8n_1{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_12f8n_1 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_12f8n_1 div span{font-weight:600}._deposits_12f8n_11 li{display:flex;align-items:center;justify-content:space-between;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity));padding:.25rem}._deposits_12f8n_11 li:hover{border-radius:.5rem;background-color:#e5e7eb80;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._deposits_12f8n_11 li>section div div{display:flex;align-items:center;gap:.125rem}._deposits_12f8n_11 li>section div div p{font-size:.75rem;line-height:1rem;font-weight:700}._deposits_12f8n_11 li>section div div svg{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._deposits_12f8n_11 li>div p{font-size:.875rem;line-height:1.25rem}._deposits_12f8n_11 li button{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-weight:700}._deposits_12f8n_11 li button:hover{--tw-text-opacity: 1;color:rgb(203 14 14 / var(--tw-text-opacity))}._deposits_12f8n_11 li+li{margin-top:.5rem}._container_186x3_1{width:100%}._main_186x3_5{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._indicators_186x3_9{display:flex;width:100%;justify-content:flex-end;gap:2rem;padding:.5rem;div {display: flex} div {flex-direction: column} div {p {font-size: .875rem; line-height: 1.25rem} p {font-weight: 700} p { --tw-text-opacity: 1; color: rgb(39 39 42 / var(--tw-text-opacity)) } span {text-align: end} span {font-size: .875rem; line-height: 1.25rem} span { --tw-text-opacity: 1; color: rgb(39 39 42 / var(--tw-text-opacity)) }}}._container_fp2vc_1{display:flex;max-height:96vh;min-height:432px;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);width:650px;gap:1rem;overflow:auto}._header_fp2vc_6{display:flex;flex-direction:column}._header_fp2vc_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_fp2vc_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_fp2vc_6>div div{display:flex;align-items:center;gap:.5rem}._header_fp2vc_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._order_fp2vc_19{padding:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}._footer_fp2vc_24{margin-top:auto;display:flex;justify-content:flex-end}._footer_fp2vc_24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._container_ypps6_1{width:100%}._main_ypps6_5{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._indicators_ypps6_9{display:flex;justify-content:flex-end;gap:2rem;div {display: flex} div {flex-direction: column} div {p {text-wrap: nowrap} p {font-size: .875rem; line-height: 1.25rem} p {font-weight: 700} p { --tw-text-opacity: 1; color: rgb(39 39 42 / var(--tw-text-opacity)) } span {text-align: end} span {font-size: .875rem; line-height: 1.25rem} span { --tw-text-opacity: 1; color: rgb(39 39 42 / var(--tw-text-opacity)) }}}._cargo_tb7k0_27>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._container_1vlq5_1{display:flex;flex-direction:column;gap:1rem}._container_1vlq5_1 ul li{display:flex;align-items:center;justify-content:space-between}._container_1vlq5_1 ul li>div{display:flex;align-items:center;gap:.5rem}._container_1vlq5_1 ul li+li{margin-top:.75rem}._container_fs5c9_1{width:100%}._main_fs5c9_5{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._indicators_fs5c9_9{display:flex;justify-content:flex-end;gap:2rem}._indicators_fs5c9_9 div{display:flex;flex-direction:column}._indicators_fs5c9_9 div p{text-wrap:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_fs5c9_9 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_6dddd_1{width:100%}@media not all and (min-width: 768px){._container_6dddd_1 header{flex-direction:column}}._container_6dddd_1 header form{display:flex;width:100%;flex-direction:column;gap:.5rem}@media not all and (min-width: 768px){._container_6dddd_1 header form{flex-wrap:wrap}}._container_6dddd_1 header form>section{display:flex;width:100%;align-items:center;gap:1rem}._container_6dddd_1 header form button{justify-content:center}@media not all and (min-width: 768px){._container_6dddd_1 header form button{width:100%}}._origens_6dddd_17{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}@media not all and (min-width: 1024px){._origens_6dddd_17{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 768px){._origens_6dddd_17{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width: 1536px){._origens_6dddd_17{grid-template-columns:repeat(4,minmax(0,1fr))}}._origens_6dddd_17{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._accordionContent_6dddd_22>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._accordionContent_6dddd_22{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._accordionContent_6dddd_22 p{font-weight:600}._buttons_6dddd_29{display:flex;gap:.5rem}@media not all and (min-width: 768px){._buttons_6dddd_29{width:100%}}._indicators_6dddd_33{display:flex;justify-content:flex-end;gap:2rem}@media not all and (min-width: 768px){._indicators_6dddd_33{justify-content:center}}._indicators_6dddd_33 div{display:flex;flex-direction:column}._indicators_6dddd_33 div p{text-wrap:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_6dddd_33 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_tb7k0_1{display:flex;max-height:96vh;min-height:432px;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem;overflow:auto}._header_tb7k0_6{display:flex;flex-direction:column}._header_tb7k0_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_tb7k0_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_tb7k0_6>div div{display:flex;align-items:center;gap:.5rem}._header_tb7k0_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._lot_tb7k0_19{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._lotInputs_tb7k0_23{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}._cargo_tb7k0_27{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._cargo_tb7k0_27>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._footer_tb7k0_35{margin-top:auto;display:flex;justify-content:flex-end}._footer_tb7k0_35>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._container_7c6js_1{width:100%}._container_7c6js_1 header form{display:flex;width:100%;align-items:center;gap:.5rem}@media not all and (min-width: 1024px){._container_7c6js_1 header form{flex-wrap:wrap}}._container_7c6js_1 header form button{justify-content:center}@media not all and (min-width: 1024px){._container_7c6js_1 header form button{width:100%}}._tableContainer_7c6js_11{width:100%}._buttons_7c6js_15{display:flex;gap:.5rem;flex-wrap:wrap}._buttons_7c6js_15 button{width:-moz-min-content;width:min-content}._sections_7c6js_23{display:grid;gap:.5rem}@media (min-width: 768px){._sections_7c6js_23{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){._sections_7c6js_23{grid-template-columns:repeat(4,minmax(0,1fr))}}._container_o1w1n_1{display:flex;max-height:96vh;min-height:432px;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem;overflow:auto}._header_o1w1n_6{display:flex;flex-direction:column}._header_o1w1n_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_o1w1n_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_o1w1n_6>div div{display:flex;align-items:center;gap:.5rem}._header_o1w1n_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._analysis_o1w1n_19{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._analysis_o1w1n_19>div:first-child{background-image:url(/assets/bg-analysis-1395687b.svg);background-size:cover}._footer_o1w1n_27{margin-top:auto;display:flex;justify-content:flex-end}._footer_o1w1n_27>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._container_d07h7_1{display:flex;min-height:432px;width:100%;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-height:88vh;gap:1rem;overflow:auto}._header_d07h7_6{display:flex;flex-direction:column}._header_d07h7_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_d07h7_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_d07h7_6>div div{display:flex;align-items:center;gap:.5rem}._header_d07h7_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._footer_d07h7_19{margin-top:auto;display:flex;justify-content:flex-end}._footer_d07h7_19>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._infoContainer_d07h7_23{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_d07h7_23 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_d07h7_23 div span{font-weight:600}._container_sykpm_1{width:100%}@media not all and (min-width: 640px){._container_sykpm_1>header{flex-direction:column}}._container_sykpm_1>header{display:flex}._container_sykpm_1>header form{display:flex;width:100%;align-items:center;gap:.5rem}@media not all and (min-width: 640px){._container_sykpm_1>header form{flex-wrap:wrap}}._container_sykpm_1>main{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media not all and (min-width: 1024px){._container_sykpm_1>main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 768px){._container_sykpm_1>main{grid-template-columns:repeat(1,minmax(0,1fr))}}._container_sykpm_1>main{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._buttons_sykpm_17{display:flex;gap:.5rem}._buttons_sykpm_17 button{align-self:center}._sections_sykpm_24{display:grid;gap:.5rem}@media (min-width: 768px){._sections_sykpm_24{grid-template-columns:repeat(4,minmax(0,1fr))}}._depositsContent_sykpm_28{display:flex;align-items:center;gap:.25rem;text-wrap:nowrap;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._container_4d0q5_1{display:flex;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem}._header_4d0q5_6{display:flex;flex-direction:column}._header_4d0q5_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_4d0q5_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_4d0q5_6>div div{display:flex;align-items:center;gap:.5rem}._header_4d0q5_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._deposit_4d0q5_19{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(112 168 77 / var(--tw-border-opacity));padding:.5rem}._depositInputs_4d0q5_23{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._footer_4d0q5_27{margin-top:auto;display:flex;justify-content:flex-end}._footer_4d0q5_27>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._container_1urwh_1{width:100%}@media not all and (min-width: 768px){._container_1urwh_1 header{flex-direction:column}}._container_1urwh_1 header form{display:flex;width:100%;flex-direction:column;gap:.5rem}@media not all and (min-width: 768px){._container_1urwh_1 header form{flex-wrap:wrap}}._container_1urwh_1 header form>section{display:flex;width:100%;align-items:center;gap:1rem}._container_1urwh_1 header form button{justify-content:center}@media not all and (min-width: 768px){._container_1urwh_1 header form button{width:100%}}._buttons_1urwh_17{display:flex;gap:.5rem}@media not all and (min-width: 768px){._buttons_1urwh_17{width:100%}}._content_1urwh_21{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-bottom:1.5rem}@media not all and (min-width: 1024px){._content_1urwh_21{grid-template-columns:repeat(3,minmax(0,1fr))}}@media not all and (min-width: 768px){._content_1urwh_21{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 640px){._content_1urwh_21{grid-template-columns:repeat(1,minmax(0,1fr))}}._cardContent_1urwh_25{padding:1rem}._container_1kwsf_1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}._infoContainer_1kwsf_5{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}._infoContainer_1kwsf_5>div>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}._infoContainer_1kwsf_5>div>p{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}._infoContainer_1kwsf_5>div>span{font-size:1rem;line-height:1.5rem;font-weight:600}._resourcesSection_1kwsf_21>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}._sectionTitle_1kwsf_25{font-size:1.125rem;line-height:1.75rem;font-weight:600}._resourcesList_1kwsf_29>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}._resourceItem_1kwsf_33{border-radius:.5rem;border-width:1px;padding:1rem}._invoiceInfo_1kwsf_37{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}._actions_1kwsf_41{display:flex;gap:.75rem;border-top-width:1px;padding-top:1rem}._form_9mo6k_1{margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}@media (min-width: 640px){._form_9mo6k_1{grid-template-columns:repeat(2,minmax(0,1fr))}}._actions_9mo6k_5{display:flex;justify-content:flex-end;gap:.75rem}._container_9mo6k_9{display:flex;max-height:96vh;min-height:432px;max-width:56rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem;overflow:auto}._header_9mo6k_14{display:flex;flex-direction:column}._header_9mo6k_14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_9mo6k_14>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_9mo6k_14>div div{display:flex;align-items:center;gap:.5rem}._header_9mo6k_14>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._footer_9mo6k_27{margin-top:auto;display:flex;justify-content:flex-end}._footer_9mo6k_27>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._container_kyt4l_1{width:100%}@media not all and (min-width: 768px){._container_kyt4l_1 header{flex-direction:column}}._container_kyt4l_1 header form{display:flex;width:100%;flex-direction:column;gap:.5rem}@media not all and (min-width: 768px){._container_kyt4l_1 header form{flex-wrap:wrap}}._container_kyt4l_1 header form>section{display:flex;width:100%;align-items:center;gap:1rem}._container_kyt4l_1 header form button{justify-content:center}@media not all and (min-width: 768px){._container_kyt4l_1 header form button{width:100%}}._content_kyt4l_17{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:1rem}@media (min-width: 640px){._content_kyt4l_17{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){._content_kyt4l_17{grid-template-columns:repeat(4,minmax(0,1fr))}}._container_1hosm_1{display:flex;flex-direction:column;height:100%}._header_1hosm_7{padding-bottom:1rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}._header_1hosm_7 h2{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}._header_1hosm_7 p{color:#6b7280;margin-bottom:.5rem}._badges_1hosm_22{display:flex;gap:.5rem;flex-wrap:wrap}._badge_1hosm_22{padding:.25rem .5rem;background-color:#3b82f6;color:#fff;border-radius:.375rem;font-size:.75rem;font-weight:500}._content_1hosm_37{flex:1;overflow-y:auto;padding-right:.5rem}._section_1hosm_43{margin-bottom:2rem}._sectionHeader_1hosm_47{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}._sectionHeader_1hosm_47 h3{font-size:1rem;font-weight:600;color:#374151}._sectionContent_1hosm_61>*+*{margin-top:.75rem}._field_1hosm_65{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}._field_1hosm_65:last-child{border-bottom:none}._label_1hosm_76{font-weight:500;color:#374151}._addressCard_1hosm_81,._contactCard_1hosm_82,._propertyCard_1hosm_83{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:.75rem}._propertyCard_1hosm_83 ._propertyHeader_1hosm_90{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._propertyCard_1hosm_83 ._propertyHeader_1hosm_90 h4{font-weight:600;color:#374151;margin:0}._propertyCard_1hosm_83 ._propertyHeader_1hosm_90 ._ie_1hosm_101{padding:.125rem .375rem;background-color:#fef3c7;color:#92400e;border-radius:.25rem;font-size:.75rem;font-weight:500}._propertyCard_1hosm_83 ._propertyDetails_1hosm_109{display:flex;flex-direction:column;gap:.75rem}._propertyCard_1hosm_83 ._propertyDetails_1hosm_109 ._deliveryInfo_1hosm_114 p{margin-bottom:.25rem;color:#6b7280;font-size:.875rem}._propertyCard_1hosm_83 ._propertyDetails_1hosm_109 ._deliveryInfo_1hosm_114 p strong{color:#374151}._propertyCard_1hosm_83 ._propertyDetails_1hosm_109 ._addressDetails_1hosm_122 p{margin-bottom:.25rem;color:#6b7280;font-size:.875rem}._propertyCard_1hosm_83 ._propertyDetails_1hosm_109 ._addressDetails_1hosm_122 p strong{color:#374151}._addressType_1hosm_131{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500;color:#374151}._addressDetails_1hosm_122{color:#6b7280}._addressDetails_1hosm_122 p{margin-bottom:.25rem}._contactInfo_1hosm_147{margin-bottom:.75rem}._contactInfo_1hosm_147 h4{font-weight:600;margin-bottom:.25rem}._contactInfo_1hosm_147 p{color:#6b7280;margin-bottom:.25rem}._contactTypes_1hosm_159{display:flex;gap:.5rem;flex-wrap:wrap}._contactType_1hosm_159{padding:.125rem .375rem;background-color:#f3f4f6;border-radius:.25rem;font-size:.75rem;color:#374151}._footer_1hosm_173{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}._sellerCard_1hosm_181{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;background-color:#f9fafb}._sellerInfo_1hosm_189 h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#111827}._sellerInfo_1hosm_189 p{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}._sellerStatus_1hosm_201{display:flex;align-items:center;gap:.5rem}._statusBadge_1hosm_207{padding:.125rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500}._statusBadge_1hosm_207._active_1hosm_213{background-color:#10b981;color:#fff}._statusBadge_1hosm_207._inactive_1hosm_217{background-color:#ef4444;color:#fff}._noSellers_1hosm_222{text-align:center;color:#6b7280;font-style:italic;padding:2rem}._container_93ja0_1{display:flex;max-height:96vh;min-height:432px;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem;overflow:auto}._header_93ja0_6{display:flex;flex-direction:column}._header_93ja0_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_93ja0_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600;display:flex;align-items:center;gap:.5rem}._header_93ja0_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._form_93ja0_17{gap:1rem}._form_93ja0_17>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}._form_93ja0_17 section{display:grid;gap:.5rem}@media (min-width: 640px){._form_93ja0_17 section{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){._form_93ja0_17 section{grid-template-columns:repeat(3,minmax(0,1fr))}}._form_93ja0_17 section ul{grid-column:1 / -1}._form_93ja0_17 section ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._form_93ja0_17 section ul li{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem}@media (min-width: 640px){._form_93ja0_17 section ul li{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){._form_93ja0_17 section ul li{grid-template-columns:repeat(4,minmax(0,1fr))}}._form_93ja0_17 section ul li>button{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}._form_93ja0_17 section ul li>button:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}._footer_93ja0_34{margin-top:auto;display:flex;justify-content:flex-end}._footer_93ja0_34>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._container_pyvqb_1{width:100%}._container_pyvqb_1 header{display:flex;width:100%;align-items:center;justify-content:space-between}._container_pyvqb_1 header h1{font-size:1.5rem;line-height:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}._container_pyvqb_1 header ._buttons_pyvqb_10{display:flex;gap:1rem}._sections_pyvqb_14{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){._sections_pyvqb_14{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){._sections_pyvqb_14{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){._sections_pyvqb_14{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1536px){._sections_pyvqb_14{grid-template-columns:repeat(5,minmax(0,1fr))}}._container_9cwlq_1{display:flex;min-height:432px;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem}._header_9cwlq_6{display:flex;flex-direction:column}._header_9cwlq_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_9cwlq_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_9cwlq_6>div div{display:flex;align-items:center;gap:.5rem}._header_9cwlq_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._footer_9cwlq_19{margin-top:auto;display:flex;justify-content:flex-end}._footer_9cwlq_19>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._analysisContainer_4okp5_1{grid-column:1 / -1}._analysisContainer_4okp5_1>p{margin-bottom:.25rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._analysisContainer_4okp5_1>div>div{display:flex;width:100%;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity));border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem}._analysisContainer_4okp5_1>div>div p{font-size:.75rem;line-height:1rem;font-weight:700}._analysisContainer_4okp5_1>div>div span{text-wrap:nowrap;font-weight:600}._DOSNContainer_4okp5_18{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._DOSNContainer_4okp5_18 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._DOSNContainer_4okp5_18 div p{font-size:.75rem;line-height:1rem;font-weight:700}._DOSNContainer_4okp5_18 div span{font-weight:600}._seed_4okp5_31{display:flex;justify-content:space-between;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}@media (min-width: 768px){._seed_4okp5_31{grid-template-columns:repeat(6,minmax(0,1fr))}}._seed_4okp5_31 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._seed_4okp5_31 div p{font-size:.75rem;line-height:1rem;font-weight:700}._seed_4okp5_31 div span{font-weight:600;text-transform:capitalize}._infoContainer_c0lwb_1{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_c0lwb_1 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._infoContainer_c0lwb_1 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_c0lwb_1 div span{font-weight:600}._analysisContainer_c0lwb_14{grid-column:1 / -1}._analysisContainer_c0lwb_14>p{margin-bottom:.25rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._analysisContainer_c0lwb_14 div div{display:flex;width:100%;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity));border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem}._analysisContainer_c0lwb_14 div div p{font-size:.75rem;line-height:1rem;font-weight:700}._analysisContainer_c0lwb_14 div div span{font-weight:600}._buttonsAction_c0lwb_31{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.625rem;align-self:stretch}._buttonsAction_c0lwb_31>div{display:flex;align-items:center;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(166 127 10 / var(--tw-bg-opacity));padding:.5rem 1rem;--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}._buttonsAction_c0lwb_31>div p{margin-right:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500}._wastes_c0lwb_41{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity));padding:.25rem}._wastes_c0lwb_41 section{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem}._wastes_c0lwb_41 section div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._wastes_c0lwb_41 section div p{font-size:10px;font-weight:700}._wastes_c0lwb_41 section div span{font-size:.875rem;line-height:1.25rem}._wastes_c0lwb_41 ._DOSNContainer_c0lwb_56{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._wastes_c0lwb_41 ._DOSNContainer_c0lwb_56 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._wastes_c0lwb_41 ._DOSNContainer_c0lwb_56 div p{font-size:10px;font-weight:700}._wastes_c0lwb_41 ._DOSNContainer_c0lwb_56 div span{font-size:.75rem;line-height:1rem}._container_18vww_1{width:100%}._container_18vww_1>header{width:100%;margin-top:.5rem;margin-bottom:.5rem;display:flex;align-items:center}@media not all and (min-width: 1536px){._container_18vww_1>header{flex-direction:column}._container_18vww_1>header>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}}@media (min-width: 768px){._container_18vww_1>header>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}}._buttons_18vww_10{display:flex;gap:.5rem}@media not all and (min-width: 1536px){._buttons_18vww_10{flex-wrap:wrap}}._buttons_18vww_10 button{width:-moz-min-content;width:min-content}._sections_18vww_18{display:grid;gap:.5rem}@media (min-width: 768px){._sections_18vww_18{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){._sections_18vww_18{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1536px){._sections_18vww_18{grid-template-columns:repeat(5,minmax(0,1fr))}}._container_133au_1{gap:1rem}._lot_133au_5{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._lot_133au_5 section:first-child{display:flex;gap:.75rem}._lot_133au_5 section:first-child>div:first-child{display:flex;flex-direction:column;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem;background-image:url(/assets/bg-lot-4016ea08.svg);background-size:cover}._container_1ezwc_1{gap:1rem}._lot_1ezwc_5{display:flex;gap:.75rem;border-radius:.5rem;border-width:2px;border-color:#70a84d66;padding:.5rem}._lotInputs_1ezwc_9{display:flex;width:100%;flex-direction:column;gap:.75rem}._lotInputs_1ezwc_9>div:first-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}._lotInputs_1ezwc_9>div:first-child div{width:100%;flex:1 1 0%}._lotInputs_1ezwc_9>div:first-child div p{font-size:.75rem;line-height:1rem;font-weight:700}._lotInputs_1ezwc_9>div:first-child div span{font-size:.875rem;line-height:1.25rem;font-weight:600}._cargo_1ezwc_25{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem}._cargo_1ezwc_25 section:first-child{display:flex;gap:.75rem}._cargo_1ezwc_25 section:first-child>div:first-child{background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._cargoInputs_1ezwc_36{display:flex;width:100%;flex-direction:column;gap:.75rem}._cargoInputs_1ezwc_36>div{display:flex;gap:.75rem}._cargoInputs_1ezwc_36>div div{width:100%;flex:1 1 0%}._cargoInputs_1ezwc_36>div div p{font-size:.75rem;line-height:1rem;font-weight:700}._cargoInputs_1ezwc_36>div div span{font-size:.875rem;line-height:1.25rem;font-weight:600}._indicators_1ezwc_52{grid-column:1 / -1;display:grid;font-weight:700}._indicators_1ezwc_52 p{font-size:.75rem;line-height:1rem}._indicators_1ezwc_52 span{font-weight:600}._footer_1ezwc_62{margin-top:1rem;display:flex;justify-content:flex-end}._origin_1ezwc_66{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.25rem;display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}._origin_1ezwc_66>div:first-child{background-image:url(/assets/bg-origin-59a17f55.svg);background-size:cover}._originInputs_1ezwc_75{display:flex;width:100%;gap:.75rem}._container_scofq_1{width:100%}._container_scofq_1 header{margin-top:.5rem;margin-bottom:.5rem;display:flex;align-items:center}._container_scofq_1 header>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}@media not all and (min-width: 768px){._container_scofq_1 header{flex-direction:column}._container_scofq_1 header>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}}._container_scofq_1 header form{display:flex;width:100%;align-items:center;gap:.5rem}@media not all and (min-width: 768px){._container_scofq_1 header form{flex-wrap:wrap}}._buttons_scofq_11{display:flex;gap:.5rem}@media not all and (min-width: 768px){._buttons_scofq_11{width:100%}}._buttons_scofq_11 button{align-self:center}._users_scofq_19{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._users_scofq_19 ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media not all and (min-width: 1024px){._users_scofq_19 ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 768px){._users_scofq_19 ul{grid-template-columns:repeat(1,minmax(0,1fr))}}._user_scofq_19{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._user_scofq_19 img{height:4rem;width:4rem;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity))}._userInfo_scofq_35{display:flex;flex-direction:column;gap:.25rem}._userInfo_scofq_35>div{display:flex;gap:.5rem}._userInfo_scofq_35>div>div{display:flex;flex-direction:column;gap:.25rem}._userInfo_scofq_35>div>div div{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._userInfo_scofq_35>div>div span{text-align:start;font-size:.875rem;line-height:1.25rem}._infoContainer_5pkxc_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_5pkxc_1 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._infoContainer_5pkxc_1 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_5pkxc_1 div span{font-weight:600}._buttonsAction_5pkxc_14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}._buttonsAction_5pkxc_14 button{padding:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;justify-content:center;gap:.5rem}._buttonsAction_5pkxc_14 button p{font-weight:500}._buttonsAction_5pkxc_14 button svg{height:1.25rem;width:1.25rem}._buttonsAction_5pkxc_14 button:hover{--tw-text-opacity: 1;color:rgb(65 98 45 / var(--tw-text-opacity))}._container_14zo8_1{display:flex;max-height:96vh;min-height:432px;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem;overflow:auto}._container_17alq_1{width:100%}._main_17alq_5{margin-top:.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._indicators_17alq_9{display:flex;gap:2rem}._indicators_17alq_9 div{margin-left:auto;margin-right:auto;display:flex;flex-direction:column}._indicators_17alq_9 div p{text-wrap:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_17alq_9 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._info_17alq_22{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}._info_17alq_22>div{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:.5rem}._info_17alq_22>div h3{display:flex;align-items:flex-start;justify-content:space-between}._info_17alq_22>div h3 button{margin-left:.5rem}._regionIndicators_jhyqo_1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}._regionIndicators_jhyqo_1{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding-top:1rem}._regionIndicators_jhyqo_1>div{display:flex}._regionIndicators_jhyqo_1>div{align-items:center}._regionIndicators_jhyqo_1>div{justify-content:space-between}._regionIndicators_jhyqo_1>div{gap:1rem}._regionIndicators_jhyqo_1>div{div:first-child {p {margin-bottom: .125rem} p {font-size: .875rem; line-height: 1.25rem} p {font-weight: 700} p { --tw-text-opacity: 1; color: rgb(82 82 90 / var(--tw-text-opacity)) } span {font-size: .75rem; line-height: 1rem} span {font-weight: 500} span { --tw-text-opacity: 1; color: rgb(82 82 90 / var(--tw-text-opacity)) }} div:last-child {margin-left: auto} div:last-child {width: -moz-min-content; width: min-content} div:last-child {p {text-align: end} p {font-weight: 700}}}._clientsCardInfo_jhyqo_28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}._clientsCardInfo_jhyqo_28{li {border-top-width: 1px} li { --tw-border-opacity: 1; border-color: rgb(243 244 246 / var(--tw-border-opacity)) } li {padding-top: .5rem} li > div {display: flex} li > div {align-items: center} li > div {justify-content: space-between} li > div {div {display: flex} div {align-items: center} div {justify-content: center} div {gap: .25rem}} li {button {font-size: 1.125rem; line-height: 1.75rem} button {font-weight: 700} button { --tw-text-opacity: 1; color: rgb(39 39 42 / var(--tw-text-opacity)) } button {& + P {font-size: .75rem; line-height: 1rem} & + P {font-weight: 400} & + P { --tw-text-opacity: 1; color: rgb(82 82 90 / var(--tw-text-opacity)) }}}}._container_1a9vi_1{width:100%}._container_1a9vi_1 header form{display:flex;width:100%;align-items:center;gap:.5rem}@media not all and (min-width: 1024px){._container_1a9vi_1 header form{flex-wrap:wrap}}._container_1a9vi_1 header form button{justify-content:center}@media not all and (min-width: 1024px){._container_1a9vi_1 header form button{width:100%}}._buttons_1a9vi_11{display:flex;gap:.5rem;flex-wrap:wrap}._buttons_1a9vi_11 button{align-self:center;width:-moz-min-content;width:min-content}._sections_1a9vi_20{display:grid;gap:.5rem}@media (min-width: 768px){._sections_1a9vi_20{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){._sections_1a9vi_20{grid-template-columns:repeat(4,minmax(0,1fr))}}._container_13bsu_1{display:flex;height:100%;width:100%;flex-direction:column;overflow-y:auto}._header_13bsu_5{display:flex;width:100%;flex-wrap:wrap;align-items:center;gap:1rem}._kanban_13bsu_9{display:grid;height:100%;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;overflow:hidden}@media (min-width: 768px){._kanban_13bsu_9{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){._kanban_13bsu_9{grid-template-columns:repeat(3,minmax(0,1fr))}}._container_10cu8_1{width:100%}@media not all and (min-width: 768px){._container_10cu8_1 header{flex-direction:column}}._container_10cu8_1 header form{display:flex;width:100%;align-items:center;gap:.5rem}@media not all and (min-width: 1024px){._container_10cu8_1 header form{flex-wrap:wrap}}._container_10cu8_1 header form button{justify-content:center}@media not all and (min-width: 1024px){._container_10cu8_1 header form button{width:100%}}._cargos_10cu8_14{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}@media not all and (min-width: 1024px){._cargos_10cu8_14{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 768px){._cargos_10cu8_14{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width: 1536px){._cargos_10cu8_14{grid-template-columns:repeat(4,minmax(0,1fr))}}._cargos_10cu8_14{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._accordionContent_10cu8_19>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._accordionContent_10cu8_19{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._accordionContent_10cu8_19 p{font-weight:600}._indicators_10cu8_26{display:flex;justify-content:flex-end;gap:2rem}@media not all and (min-width: 768px){._indicators_10cu8_26{justify-content:center}}._indicators_10cu8_26 div{display:flex;flex-direction:column}._indicators_10cu8_26 div p{text-wrap:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_10cu8_26 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_i6x8h_1{display:flex;min-height:432px;width:100%;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-height:88vh;gap:1rem;overflow:auto}._container_i6x8h_1 footer{margin-top:auto;display:flex;justify-content:flex-end}._container_i6x8h_1 footer>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}@media print{._headerInfo_i6x8h_9{display:none}}._headerInfo_i6x8h_9{margin-bottom:1rem}._headerInfo_i6x8h_9 button{position:absolute;top:0;right:0;margin-top:15px;margin-right:15px;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._headerInfo_i6x8h_9 button:hover{--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._headerInfo_i6x8h_9 button{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._tag_i6x8h_23{border-width:2px;--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity));display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}._tag_i6x8h_23 p,._tag_i6x8h_23 span{border-width:2px;--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity));padding:.5rem;text-align:center}._tag_i6x8h_23 p{font-weight:600}._tag_i6x8h_23 span{font-size:1.5rem;line-height:2rem;font-weight:700}._infoContainer_1wr7z_1{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_1wr7z_1 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._infoContainer_1wr7z_1 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_1wr7z_1 div span{font-weight:600}._analysisContainer_1wr7z_14{grid-column:1 / -1}._analysisContainer_1wr7z_14>p{margin-bottom:.25rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._analysisContainer_1wr7z_14 div div{display:flex;width:100%;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity));border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem}._analysisContainer_1wr7z_14 div div p{font-size:.75rem;line-height:1rem;font-weight:700}._analysisContainer_1wr7z_14 div div span{font-weight:600}._packages_1wr7z_31{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity));padding:.25rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._packages_1wr7z_31 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._packages_1wr7z_31 div p{font-size:.75rem;line-height:1rem;font-weight:700}._packages_1wr7z_31 div span{font-weight:600}._buttonsAction_1wr7z_45{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.625rem;align-self:stretch}._buttonsAction_1wr7z_45 div{display:flex;align-items:center;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(166 127 10 / var(--tw-bg-opacity));padding:.5rem 1rem;--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}._buttonsAction_1wr7z_45 div p{margin-right:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500}._wastes_1wr7z_55{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity));padding:.25rem}._wastes_1wr7z_55 section{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem}._wastes_1wr7z_55 section div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._wastes_1wr7z_55 section div p{font-size:10px;font-weight:700}._wastes_1wr7z_55 section div span{font-size:.875rem;line-height:1.25rem}._wastes_1wr7z_55 ._DOSNContainer_1wr7z_70{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._wastes_1wr7z_55 ._DOSNContainer_1wr7z_70 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._wastes_1wr7z_55 ._DOSNContainer_1wr7z_70 div p{font-size:10px;font-weight:700}._wastes_1wr7z_55 ._DOSNContainer_1wr7z_70 div span{font-size:.75rem;line-height:1rem}._container_1s4oc_1 li{display:flex;justify-content:space-between;gap:.5rem}._container_1s4oc_1 li+li{margin-top:.5rem}._container_1e50x_1 li{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;justify-content:space-between}._container_1e50x_1 li>div div{display:flex;align-items:center;gap:.125rem}._container_1e50x_1 li>div div p{font-size:.75rem;line-height:1rem;font-weight:700}._container_1e50x_1 li>div div svg{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_1e50x_1 li>div p{font-size:.875rem;line-height:1.25rem}._container_1e50x_1 li button{display:flex;flex-direction:column;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._container_1e50x_1 li+li{margin-top:.5rem}._container_11rcv_1{display:flex;min-height:432px;width:100%;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-height:88vh;gap:1rem;overflow:auto}._header_11rcv_6{display:flex;flex-direction:column}._header_11rcv_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_11rcv_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_11rcv_6>div div{display:flex;align-items:center;gap:.5rem}._header_11rcv_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._footer_11rcv_19{margin-top:auto;display:flex;justify-content:flex-end}._footer_11rcv_19>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._infoContainer_11rcv_23{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_11rcv_23 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_11rcv_23 div span{font-weight:600}._container_6cvnc_1{width:100%}@media not all and (min-width: 768px){._container_6cvnc_1 header{flex-direction:column}}._container_6cvnc_1 header form{display:flex;width:100%;align-items:center;gap:.5rem}@media not all and (min-width: 768px){._container_6cvnc_1 header form{flex-wrap:wrap}}._container_6cvnc_1 header form button{justify-content:center}@media not all and (min-width: 768px){._container_6cvnc_1 header form button{width:100%}}._cargos_6cvnc_14{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media not all and (min-width: 1024px){._cargos_6cvnc_14{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 768px){._cargos_6cvnc_14{grid-template-columns:repeat(1,minmax(0,1fr))}}._cargos_6cvnc_14{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._container_cwod8_1{display:flex;max-height:96vh;min-height:432px;max-width:42rem;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);gap:1rem;overflow:auto}._header_cwod8_6{display:flex;flex-direction:column}._header_cwod8_6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._header_cwod8_6>div{font-size:1.125rem;line-height:1.75rem;font-weight:600}._header_cwod8_6>div div{display:flex;align-items:center;gap:.5rem}._header_cwod8_6>p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}._infoContainer_w0be4_1{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_w0be4_1 div{display:flex;flex-direction:column;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._infoContainer_w0be4_1 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_w0be4_1 div span{font-weight:600}._lots_w0be4_14{margin-top:.75rem}._lots_w0be4_14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._lots_w0be4_14 li{display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem}._lots_w0be4_14 li>div{flex-wrap:wrap}._lots_w0be4_14 li>div:first-child{display:flex;flex-direction:column;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem;background-image:url(/assets/bg-lot-4016ea08.svg);background-size:cover}._lots_w0be4_14 li>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._cargos_w0be4_32{margin-top:.75rem}._cargos_w0be4_32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._cargos_w0be4_32 li{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.375rem}._cargos_w0be4_32 li section:first-child{display:flex;gap:.75rem}._cargos_w0be4_32 li section:first-child>div{flex-wrap:wrap}._cargos_w0be4_32 li section:first-child>div:first-child{display:flex;flex-direction:column;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(210 229 199 / var(--tw-bg-opacity));padding:.5rem;background-image:url(/assets/bg-cargo-4c13b449.svg);background-size:cover}._cargos_w0be4_32 li section:first-child>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._indicators_w0be4_53{width:100%}._indicators_w0be4_53 p{font-size:.75rem;line-height:1rem;font-weight:700}._indicators_w0be4_53 span{font-weight:600}._buttonsAction_w0be4_63{display:flex;align-items:center;justify-content:flex-end;gap:.625rem;align-self:stretch}._container_1rq9x_1{display:flex;flex-direction:column;align-items:center;height:100%}._container_1rq9x_1 h3{margin-top:2rem;margin-bottom:2rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}._form_1rq9x_9{padding:1.5rem 1.5rem 2.5rem;width:24rem;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity));border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}._form_1rq9x_9>p{margin-bottom:.5rem;font-size:.75rem;line-height:1rem;font-weight:500}._form_1rq9x_9 button{margin-top:1rem;width:100%}._container_uh4wa_1{width:100%}._forms_uh4wa_5{display:flex;width:100%;flex-direction:column;gap:.5rem}._forms_uh4wa_5>section{display:flex;width:100%;align-items:center;gap:1rem}._buttons_uh4wa_12{display:flex;gap:.5rem}@media not all and (min-width: 768px){._buttons_uh4wa_12{margin-top:.5rem;width:100%}}._buttons_uh4wa_12 button{height:2.5rem;align-self:center}._cargos_uh4wa_19{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media not all and (min-width: 1024px){._cargos_uh4wa_19{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not all and (min-width: 768px){._cargos_uh4wa_19{grid-template-columns:repeat(1,minmax(0,1fr))}}._cargos_uh4wa_19{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity));padding:.5rem}._indicators_uh4wa_24{display:flex;justify-content:flex-end;gap:2rem}@media not all and (min-width: 768px){._indicators_uh4wa_24{justify-content:center}}._indicators_uh4wa_24 div{display:flex;flex-direction:column}._indicators_uh4wa_24 div p{text-wrap:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._indicators_uh4wa_24 div span{text-align:end;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._infoContainer_ade1c_1{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}._infoContainer_ade1c_1 div p{font-size:.75rem;line-height:1rem;font-weight:700}._infoContainer_ade1c_1 div span{font-weight:600}._buttonsAction_ade1c_11{display:flex;align-items:center;justify-content:flex-end;gap:.625rem;align-self:stretch}._container_x6z0q_1 li{display:flex;align-items:center;justify-content:space-between}._container_x6z0q_1 li>div{display:flex;align-items:center;gap:.5rem}._container_x6z0q_1 li+li{margin-top:.5rem}._container_p5w7q_1 li{display:flex;align-items:center;justify-content:space-between;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity));padding:.25rem}._container_p5w7q_1 li:hover{border-radius:.5rem;background-color:#e5e7eb80;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._container_p5w7q_1 li>section div div{display:flex;align-items:center;gap:.125rem}._container_p5w7q_1 li>section div div p{font-size:.75rem;line-height:1rem;font-weight:700}._container_p5w7q_1 li>section div div svg{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_p5w7q_1 li>div p{font-size:.875rem;line-height:1.25rem}._container_p5w7q_1 li button{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-weight:700}._container_p5w7q_1 li button:hover{--tw-text-opacity: 1;color:rgb(203 14 14 / var(--tw-text-opacity))}._container_p5w7q_1 li+li{margin-top:1rem}._container_1azyt_1 li>div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;justify-content:space-between}._container_1azyt_1 li>div>div div{display:flex;align-items:center;gap:.125rem}._container_1azyt_1 li>div>div div p{font-size:.75rem;line-height:1rem;font-weight:700}._container_1azyt_1 li>div>div div svg{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._container_1azyt_1 li>div p{font-size:.875rem;line-height:1.25rem}._container_1azyt_1 li button{display:flex;flex-direction:column;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._container_1azyt_1 li+li{margin-top:.5rem}._container_1vg6o_1{display:flex;height:4rem;width:100%;align-items:center;overflow-x:auto;padding-left:1.5rem;padding-right:1.5rem;background-image:url(/assets/bg-image-bcb9a452.png);background-size:cover;background-repeat:no-repeat}._container_1vg6o_1 div{display:flex}._container_1vg6o_1 div img{margin-right:.5rem;height:2rem}._container_1vg6o_1 div p{font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}._links_1vg6o_18>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._links_1vg6o_18{display:flex;align-items:center}._links_1vg6o_18 a{display:flex;align-items:center;border-radius:.5rem;padding:.125rem .5rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}._links_1vg6o_18 a svg{margin-right:.25rem;height:1.25rem}._buttonNavigation_1vg6o_30 button>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}._buttonNavigation_1vg6o_30 button{display:flex;align-items:center;border-radius:.5rem;padding:.125rem .5rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(82 82 90 / var(--tw-text-opacity))}._linkSelected_1vg6o_36{font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-bg-opacity: 1;background-color:rgb(112 168 77 / var(--tw-bg-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._linkSelected_1vg6o_36:hover{--tw-bg-opacity: 1;background-color:rgb(65 98 45 / var(--tw-bg-opacity))}body{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}._wrapper_1yhhs_5{display:flex;flex-direction:column;overflow:auto;--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity))}._container_1yhhs_10{margin-left:auto;margin-right:auto;display:flex;height:100%;justify-content:center;width:100%;max-width:100%;padding-left:2rem;padding-right:2rem;padding-bottom:1rem}._wrapperBgImage_1yhhs_15{height:100vh;overflow:auto;background-image:url(/assets/bg-image-bcb9a452.png);background-size:cover;background-repeat:no-repeat}
