:root{--stz-site-color:#f7ae44;--stz-blue:#0d6efd;--stz-indigo:#6610f2;--stz-purple:#6f42c1;--stz-pink:#d63384;--stz-red:#dc3545;--stz-orange:#fd7e14;--stz-yellow:#ffc107;--stz-green:#198754;--stz-teal:#20c997;--stz-cyan:#0dcaf0;--stz-white:#fff;--stz-gray:#6c757d;--stz-gray-dark:#343a40;--stz-primary:#0d6efd;--stz-secondary:#6c757d;--stz-success:#198754;--stz-info:#0dcaf0;--stz-warning:#ffc107;--stz-danger:#dc3545;--stz-light:#fff;--stz-dark:#212529;--stz-muted:#909090;--stz-nili:#262626}.stz-w-100{width:100%!important}.stz-w-90{width:90%!important}.stz-w-80{width:80%!important}.stz-w-60{width:60%!important}.stz-w-50{width:50%!important}.stz-w-30{width:30%!important}.stz-w-25{width:25%!important}.stz-w-10{width:10%!important}.stz-w-max-fit{width:max-content!important}.stz-w-max{max-width:50%!important}.stz-w-min-fit{width:min-content!important}.stz-bg-info{background-color:var(--stz-info)}.stz-bg-site{background-color:var(--stz-site-color)}.stz-bg-success{background-color:var(--stz-success)}.stz-bg-danger{background-color:var(--stz-danger)}.stz-bg-warning{background-color:var(--stz-warning)}.stz-bg-light{background-color:var(--stz-light)}.stz-bg-nili{background-color:var(--stz-nili)}.stz-bg-dark{background-color:var(--stz-dark)}.stz-text-info{color:var(--stz-info)}.stz-text-success{color:var(--stz-success)}.stz-text-danger{color:var(--stz-danger)}.stz-text-site{color:var(--stz-site-color)}.stz-text-warning{color:var(--stz-warning)}.stz-text-light{color:var(--stz-light)}.stz-text-dark{color:var(--stz-dark)}.stz-text-muted{color:var(--stz-muted)}.stz-img-full{width:100%;height:100%}.stz-align-center{text-align:center}.stz-rounded{border-radius:.5rem}.stz-rounded-top{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.stz-rounded-bottom{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.stz-link-hover-dark,.stz-link-hover-dark:hover{color:var(--stz-dark)!important}.stz-cursor-pointer{cursor:pointer}.stz-grid{grid-template-columns:repeat(12,1fr);gap:8px;display:grid}.stz-col{grid-column:span 6}.stz-col-1{grid-column:span 1}.stz-col-2{grid-column:span 2}.stz-col-3{grid-column:span 3}.stz-col-4{grid-column:span 4}.stz-col-5{grid-column:span 5}.stz-col-6{grid-column:span 6}.stz-col-7{grid-column:span 7}.stz-col-8{grid-column:span 8}.stz-col-9{grid-column:span 9}.stz-col-10{grid-column:span 10}.stz-col-11{grid-column:span 11}.stz-col-12{grid-column:span 12}.stz-page-item{outline:none;justify-content:center;align-items:center;width:fit-content;height:30px;display:flex}.stz-page-item:active,.stz-page-item:hover{border:none;outline:none}.stz-page-link{color:#fff;padding:10px;text-decoration:none}.stz-table{width:100%}.stz-table thead,tbody{max-width:100%}.stz-table tr{grid-auto-flow:column;padding:15px;display:grid}.stz-table thead tr{border-bottom:1px solid gray}.stz-table thead th{border-left:1px solid gray}.stz-fs-sm{font-size:.6rem}.stz-fs-md{font-size:.8rem}.stz-fs-lg{font-size:1rem}.stz-fs-lg-x2{font-size:1.5rem}.stz-fs-lg-x4{font-size:2rem}.stz-border{border:1px solid}.stz-bc-info{border-color:var(--stz-info)}.stz-bc-success{border-color:var(--stz-success)}.stz-bc-danger{border-color:var(--stz-danger)}.stz-bc-warning{border-color:var(--stz-warning)}.stz-bc-light{border-color:var(--stz-light)}.stz-bc-dark{border-color:var(--stz-dark)}.stz-left{left:0}.stz-top{top:0}.stz-bottom{bottom:0}.stz-right{right:0}.stz-m-1{margin:.5rem}.stz-m-2{margin:1rem}.stz-m-3{margin:1.5rem}.stz-p-0-5{padding:.3px .5rem}.stz-p-1{padding:.5rem}.stz-p-2{padding:1rem}.stz-p-3{padding:1.5rem}.stz-mt-0-5{margin-top:.25rem}.stz-mt-1{margin-top:.5rem}.stz-mt-2{margin-top:1rem}.stz-mt-3{margin-top:1.5rem}.stz-mt-4{margin-top:2rem}.stz-mb-1{margin-bottom:.5rem}.stz-mb-2{margin-bottom:1rem}.stz-ml-1{margin-left:.5rem}.stz-ml-2{margin-left:1rem}.stz-ml-3{margin-left:1.5rem}.stz-ml-4{margin-left:2rem}.stz-mr-1{margin-right:.5rem}.stz-mr-2{margin-right:1rem}.stz-mr-3{margin-right:1.5rem}.stz-mr-4{margin-right:2rem}.stz-position-relative{position:relative}.stz-position-absolute,.stz-position-absolute-rsp{position:absolute}.stz-position-fixed{position:fixed}.stz-flex{display:flex}.stz-flex-center{justify-content:center;align-items:center;display:flex}.stz-flex-row{flex-direction:row}.stz-flex-column{flex-direction:column}.stz-flex-wrap{flex-wrap:wrap}.stz-justify-content-between{justify-content:space-between}.stz-justify-content-evenly{justify-content:space-evenly}.stz-justify-content-center{justify-content:center}.stz-justify-content-start{justify-content:start}.stz-justify-content-end{justify-content:end}.stz-align-items-center{align-items:center}.stz-align-items-start{align-items:start}.stz-align-items-end{align-items:end}.stz-fw-bold{font-weight:800}.stz-fw-700{font-weight:700}.stz-fw-800{font-weight:800}.stz-ft-left{float:left}.stz-ft-right{float:right}.stz-spinner-sm{border:1px solid #fff0;border-bottom-color:#fff;border-radius:50rem;width:1rem;height:1rem;animation:.8s infinite spinner}.stz-spinner-md{border:3px solid #fff0;border-bottom-color:#fff;border-radius:50rem;width:1.5rem;height:1.5rem;animation:1s infinite spinner}.stz-spinner-lg{border:1px solid #fff0;border-bottom-color:#fff;border-radius:50rem;width:2rem;height:2rem;animation:.8s infinite spinner}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (width<=1240px){.stz-position-absolute-rsp{position:relative}}@media only screen and (width<=700px){.stz-col-1,.stz-col-2,.stz-col-3,.stz-col-4,.stz-col-5,.stz-col-6,.stz-col-7,.stz-col-8,.stz-col-9,.stz-col-10,.stz-col-11,.stz-col-12{grid-column:span 12}.stz-order-1{order:2}.stz-rsp-justify-content-center{justify-content:center}}@media only screen and (width<=500px){.stz-flex-column-rsp{flex-direction:column-reverse}}