@charset "UTF-8";html,body{height:100%;font-size:10px}html{overscroll-behavior:none}html.browser-firefox{scrollbar-width:thin;scrollbar-color:var(--scroll-color-thumb) transparent}html.browser-firefox *{scrollbar-width:inherit;scrollbar-color:inherit}body{background-color:var(--app-bar-background);color:var(--app-bar-text);padding:0;margin:0;font-family:Roboto,Helvetica Neue,sans-serif;width:100dvw;height:100dvh;overflow:hidden;quotes:"\ab" "\bb"}body.modal-open,body.sign-in-mode{overflow:hidden!important}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased}.cdk-global-scrollblock{overflow-y:visible!important}.font-body{font-size:1rem}.font-1rem{font-size:1rem!important}.font-11rem{font-size:1.1rem!important}.font-12rem{font-size:1.2rem!important}.font-125rem{font-size:1.25rem!important}.font-13rem{font-size:1.3rem!important}.font-14rem{font-size:1.4rem!important}.font-15rem{font-size:1.5rem!important}.font-16rem{font-size:1.6rem!important}.font-17rem{font-size:1.7rem!important}.font-175rem{font-size:1.75rem!important}.font-18rem{font-size:1.8rem!important}.font-19rem{font-size:1.9rem!important}.font-2rem{font-size:2rem!important}.font-21rem{font-size:2.1rem!important}.font-22rem{font-size:2.2rem!important}.font-24rem{font-size:2.4rem!important}.font-25rem{font-size:2.5rem!important}.font-28rem{font-size:2.8rem!important}.font-3rem{font-size:3rem!important}.font-35rem{font-size:3.5rem!important}.font-4rem{font-size:4rem!important}.font-45rem{font-size:4.5rem!important}.font-5rem{font-size:5rem!important}.font-55rem{font-size:5.5rem!important}.font-6rem{font-size:6rem!important}.font-7rem{font-size:7rem!important}.font-8rem{font-size:8rem!important}.mat-xs-small{font-size:10px;line-height:100%}*,*:before,*:after{box-sizing:border-box}.d-flex{display:flex}.d-flex-row{display:flex!important;flex-direction:row!important}.d-flex-column{display:flex!important;flex-direction:column!important}.d-flow{display:flow-root!important}.d-contents{display:contents!important}.d-flex-row-vcenter{display:flex!important;flex-direction:row!important;align-items:center}.d-flex-row-stretch{display:flex!important;flex-direction:row;align-items:stretch}.d-flex-row-hcenter{display:flex!important;flex-direction:row;justify-content:center}.d-flex-row-center{display:flex!important;flex-direction:row;align-items:center;justify-content:center}.d-grid{display:grid}.grid-all-col,.grid-full-row{grid-column:1/-1}.grid-all-row,.grid-full-col{grid-row:1/-1}.grid-row-1{grid-row:1/2}.grid-row-1-2{grid-row:1/3}.grid-row-2{grid-row:2/3}.grid-row-2-3{grid-row:2/4}.grid-row-3{grid-row:3/4}.grid-row-4{grid-row:4/5}.grid-row-5{grid-row:5/6}.grid-row-6{grid-row:6/7}.grid-row-7{grid-row:7/8}.grid-row-8{grid-row:8/9}.grid-row-9{grid-row:9/10}.grid-row-10{grid-row:10/-1}.grid-row-last{grid-row:-2/-1}.grid-col-1,.grid-column-1{grid-column:1/2}.grid-col-2,.grid-column-2{grid-column:2/3}.grid-col-3,.grid-column-3{grid-column:3/4}.grid-col-4,.grid-column-4{grid-column:4/5}.grid-col-5,.grid-column-5{grid-column:5/6}.grid-col-6,.grid-column-6{grid-column:6/-1}.grid-column-span-2{grid-column:span 2}.grid-column-span-3{grid-column:span 3}.grid-column-span-4{grid-column:span 4}.grid-column-span-5{grid-column:span 5}.grid-column-span-6{grid-column:span 6}.grid-column-from-start{grid-column-start:1}.grid-column-to-end{grid-column-end:-1}.grid-columns-2{grid-template-columns:repeat(2,50fr)}.grid-columns-3{grid-template-columns:repeat(3,33fr)}.grid-columns-4{grid-template-columns:repeat(4,25fr)}.grid-columns-5{grid-template-columns:repeat(5,20fr)}.grid-columns-6{grid-template-columns:repeat(6,16fr)}.grid-columns-7{grid-template-columns:repeat(7,14fr)}.grid-columns-8{grid-template-columns:repeat(8,12fr)}.grid-columns-9{grid-template-columns:repeat(9,11fr)}.grid-columns-10{grid-template-columns:repeat(10,10fr)}.grid-auto-columns-2{grid-template-columns:repeat(2,auto)}.grid-auto-columns-3{grid-template-columns:repeat(3,auto)}.grid-auto-columns-4{grid-template-columns:repeat(4,auto)}.grid-auto-columns-5{grid-template-columns:repeat(5,auto)}.grid-auto-columns-6{grid-template-columns:repeat(6,auto)}.grid-min-columns-2{grid-template-columns:repeat(2,min-content)}.grid-min-columns-3{grid-template-columns:repeat(3,min-content)}.grid-min-columns-4{grid-template-columns:repeat(4,min-content)}.grid-min-columns-5{grid-template-columns:repeat(5,min-content)}.grid-min-columns-6{grid-template-columns:repeat(6,min-content)}.grid-auto-left{grid-template-columns:auto min-content}.grid-auto-right{grid-template-columns:min-content auto}.grid-auto-top{grid-template-rows:auto min-content}.grid-auto-bottom{grid-template-rows:min-content auto}.grid-auto-center{grid-template-columns:min-content auto min-content}.grid-max-left{grid-template-columns:1fr min-content}.grid-max-right{grid-template-columns:min-content 1fr}.grid-max-top{grid-template-rows:1fr min-content}.grid-max-bottom{grid-template-rows:min-content 1fr}.grid-min-max-left{grid-template-columns:minmax(1rem,1fr) min-content}.grid-min-max-right{grid-template-columns:min-content minmax(1rem,1fr)}.grid-columns-auto-auto{grid-template-columns:auto auto}.grid-columns-1-2{grid-template-columns:33fr 67fr}.grid-columns-2-1{grid-template-columns:67fr 33fr}.grid-columns-2-3{grid-template-columns:40fr 60fr}.grid-columns-3-2{grid-template-columns:60fr 40fr}.grid-columns-1-3{grid-template-columns:25fr 75fr}.grid-columns-3-1{grid-template-columns:75fr 25fr}.grid-columns-1-4{grid-template-columns:20fr 80fr}.grid-columns-4-1{grid-template-columns:80fr 20fr}.grid-columns-1-5{grid-template-columns:16fr 84fr}.grid-columns-5-1{grid-template-columns:84fr 16fr}.grid-rows-1{grid-template-rows:auto}.grid-rows-2{grid-template-rows:repeat(2,auto)}.grid-rows-3{grid-template-rows:repeat(3,auto)}.grid-rows-4{grid-template-rows:repeat(4,auto)}.grid-rows-5{grid-template-rows:repeat(5,auto)}.grid-row-from-start{grid-row-start:1}.grid-row-to-end{grid-row-end:-1}.d-block{display:block}.d-grid{display:grid!important}.d-inline-block{display:inline-block!important}.d-inline{display:inline!important}.d-none,.d-block.d-none,.d-flex.d-none,.d-flex-row.d-none,.d-flex-column.d-none,.d-inline-block.d-none,.d-inline.d-none,.d-grid.d-none,.d-flex-row-vcenter.d-none,.d-flex-row-stretch.d-none,.d-flex-row-hcenter.d-none,.d-flex-row-center.d-none,.d-contents.d-none{display:none!important}.v-collapse{visibility:collapse}.v-visible{visibility:visible}.v-hidden{visibility:hidden}.position-absolute{position:absolute!important}.position-relative{position:relative!important}.position-static{position:static!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.overscroll-behavior-contain{overscroll-behavior:contain}.overscroll-behavior-x-contain{overscroll-behavior-x:contain}.overscroll-behavior-y-contain{overscroll-behavior-y:contain}.overflow-wrap-anywhere{overflow-wrap:anywhere}.overflow-wrap-normal{overflow-wrap:normal}.overflow-wrap-break-word{overflow-wrap:break-word}.text-overflow-clip{text-overflow:clip}.text-overflow-ellipsis{text-overflow:ellipsis}.word-break-break-all{word-break:break-all}.word-break-keep-all{word-break:keep-all}.object-fit-none{object-fit:none}.object-fit-contain{object-fit:contain}.object-fit-cover{object-fit:cover}.object-fit-fill{object-fit:fill}.object-fit-scale-down{object-fit:scale-down}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-grow{flex-grow:1}.flex-nogrow{flex-grow:0}.flex-shrink{flex-shrink:1}.flex-noshrink{flex-shrink:0}.flex-direction-row{flex-direction:row!important}.flex-direction-column{flex-direction:column!important}.flex-justify-content-start{justify-content:flex-start}.flex-justify-content-end{justify-content:flex-end}.flex-justify-content-center{justify-content:center}.flex-justify-content-space-around{justify-content:space-around}.flex-justify-content-space-between{justify-content:space-between}.flex-justify-content-space-evenly{justify-content:space-evenly}.flex-justify-self-start{justify-self:flex-start}.flex-justify-self-end{justify-self:flex-end}.flex-justify-self-center{justify-self:center}.grid-justify-items-start{justify-items:start}.grid-justify-items-end{justify-items:end}.grid-justify-items-center{justify-items:center}.flex-align-items-start{align-items:flex-start}.flex-align-items-end{align-items:flex-end}.flex-align-items-center{align-items:center}.flex-align-items-stretch{align-items:stretch}.flex-align-self-start{align-self:flex-start}.flex-align-self-end{align-self:flex-end}.flex-align-self-center{align-self:center}.flex-align-self-baseline{align-self:baseline}.flex-align-self-stretch{align-self:stretch}.flex-align-content-start{align-content:start}.flex-align-content-end{align-content:end}.flex-align-content-center{align-content:center}.flex-align-content-baseline{align-content:baseline}.flex-align-content-stretch{align-content:stretch}.flex-basis-0{flex-basis:0!important}.flex-basis-5{flex-basis:5%!important}.flex-basis-10{flex-basis:10%!important}.flex-basis-15{flex-basis:15%!important}.flex-basis-20{flex-basis:20%!important}.flex-basis-25{flex-basis:25%!important}.flex-basis-30{flex-basis:30%!important}.flex-basis-33{flex-basis:33%!important}.flex-basis-35{flex-basis:35%!important}.flex-basis-40{flex-basis:40%!important}.flex-basis-45{flex-basis:45%!important}.flex-basis-50{flex-basis:50%!important}.flex-basis-55{flex-basis:55%!important}.flex-basis-60{flex-basis:60%!important}.flex-basis-65{flex-basis:65%!important}.flex-basis-67{flex-basis:67%!important}.flex-basis-70{flex-basis:70%!important}.flex-basis-75{flex-basis:75%!important}.flex-basis-80{flex-basis:80%!important}.flex-basis-90{flex-basis:90%!important}.flex-basis-95{flex-basis:95%!important}.flex-basis-100{flex-basis:100%!important}.flex-basis-auto{flex-basis:auto!important}.flex-0{flex:1 1 0}.flex-5{flex:1 1 5%}.flex-10{flex:1 1 10%}.flex-15{flex:1 1 15%}.flex-20{flex:1 1 20%}.flex-25{flex:1 1 25%}.flex-30{flex:1 1 30%}.flex-33{flex:1 1 33%}.flex-35{flex:1 1 35%}.flex-40{flex:1 1 40%}.flex-45{flex:1 1 45%}.flex-50{flex:1 1 50%}.flex-55{flex:1 1 55%}.flex-60{flex:1 1 60%}.flex-65{flex:1 1 65%}.flex-67{flex:1 1 67%}.flex-70{flex:1 1 70%}.flex-75{flex:1 1 75%}.flex-80{flex:1 1 80%}.flex-90{flex:1 1 90%}.flex-95{flex:1 1 95%}.flex-100{flex:1 1 100%}.flex-none{flex:0 0 0!important}.flex-fixed-auto{flex:0 0 auto!important}.flex-auto{flex:1}.content-container:not(.full-width){margin:1rem auto;max-width:min(1500px,95%)}@media (max-width: 1024px){.content-container:not(.full-width){max-width:100%;width:100%}}.content-container.medium-width{margin:1rem auto;max-width:min(1350px,95%)}@media (max-width: 1024px){.content-container.medium-width{max-width:100%;width:100%;padding-left:2rem;padding-right:2rem}}.content-container.narrow-width{margin:1rem auto;max-width:min(1200px,95%)}@media (max-width: 1024px){.content-container.narrow-width{max-width:100%;width:100%;padding-left:2rem;padding-right:2rem}}.content-container.full-width{width:100%}@media (max-width: 1300px){body:not(.is-logged-in) .content-container.adjust-left-to-logo{padding-left:2rem!important}}@media (max-width: 1250px){body:not(.is-logged-in) .content-container.adjust-left-to-logo{padding-left:2rem!important}}@media (max-width: 1024px){body:not(.is-logged-in) .content-container.adjust-left-to-logo{padding-left:4rem!important}}@media (max-width: 510px){body:not(.is-logged-in) .content-container.adjust-left-to-logo{padding-left:2rem!important}}.width-5{width:5%}.width-10{width:10%}.width-15{width:15%}.width-20{width:20%}.width-25{width:25%}.width-30{width:30%}.width-33{width:33%}.width-35{width:35%}.width-40{width:40%}.width-45{width:45%}.width-50{width:50%}.width-55{width:55%}.width-60{width:60%}.width-65{width:65%}.width-67{width:67%}.width-70{width:70%}.width-75{width:75%}.width-80{width:80%}.width-90{width:90%}.width-95{width:95%}.width-100{width:100%!important}.width-auto{width:auto}.margin{margin:1rem!important}.margin-xs{margin:.25rem!important}.margin-sm{margin:.5rem!important}.margin-md{margin:.75rem!important}.margin-lg{margin:2rem!important}.margin-xl{margin:3rem!important}.margin-xxl{margin:4rem!important}.margin-zero{margin:0!important}.margin-x-zero{margin-left:0!important;margin-right:0!important}.margin-y-zero{margin-top:0!important;margin-bottom:0!important}.margin-left-zero{margin-left:0!important}.margin-right-zero{margin-right:0!important}.margin-top-zero{margin-top:0!important}.margin-bottom-zero{margin-bottom:0!important}.margin-left{margin-left:1rem!important}.margin-right{margin-right:1rem!important}.margin-top{margin-top:1rem!important}.margin-bottom{margin-bottom:1rem!important}.margin-left-md{margin-left:.75rem!important}.margin-right-md{margin-right:.75rem!important}.margin-top-md{margin-top:.75rem!important}.margin-bottom-md{margin-bottom:.75rem!important}.margin-left-sm{margin-left:.5rem!important}.margin-right-sm{margin-right:.5rem!important}.margin-top-sm{margin-top:.5rem!important}.margin-bottom-sm{margin-bottom:.5rem!important}.margin-x{margin-left:1rem!important;margin-right:1rem!important}.margin-y{margin-top:1rem!important;margin-bottom:1rem!important}.margin-x-sm{margin-left:.5rem!important;margin-right:.5rem!important}.margin-y-sm{margin-top:.5rem!important;margin-bottom:.5rem!important}.margin-x-md{margin-left:.75rem!important;margin-right:.75rem!important}.margin-y-md{margin-top:.75rem!important;margin-bottom:.75rem!important}.margin-left-xs{margin-left:.25rem!important}.margin-right-xs{margin-right:.25rem!important}.margin-top-xs{margin-top:.25rem!important}.margin-bottom-xs{margin-bottom:.25rem!important}.margin-x-xs{margin-left:.25rem!important;margin-right:.25rem!important}.margin-y-xs{margin-top:.25rem!important;margin-bottom:.25rem!important}.margin-left-auto{margin-left:auto!important}.margin-right-auto{margin-right:auto!important}.margin-x-auto{margin-left:auto!important;margin-right:auto!important}.margin-y-auto{margin-top:auto!important;margin-bottom:auto!important}.margin-top-auto{margin-top:auto!important}.margin-bottom-auto{margin-bottom:auto!important}.margin-left-lg{margin-left:2rem!important}.margin-right-lg{margin-right:2rem!important}.margin-top-lg{margin-top:2rem!important}.margin-bottom-lg{margin-bottom:2rem!important}.margin-x-semi{margin-left:1.5rem!important;margin-right:1.5rem!important}.margin-y-semi{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.margin-left-semi{margin-left:1.5rem!important}.margin-right-semi{margin-right:1.5rem!important}.margin-top-semi{margin-top:1.5rem!important}.margin-bottom-semi{margin-bottom:1.5rem!important}.margin-x-lg{margin-left:2rem!important;margin-right:2rem!important}.margin-y-lg{margin-top:2rem!important;margin-bottom:2rem!important}.margin-left-xl{margin-left:3rem!important}.margin-right-xl{margin-right:3rem!important}.margin-top-xl{margin-top:3rem!important}.margin-bottom-xl{margin-bottom:3rem!important}.margin-x-xl{margin-left:3rem!important;margin-right:3rem!important}.margin-y-xl{margin-top:3rem!important;margin-bottom:3rem!important}.margin-left-xxl{margin-left:4rem!important}.margin-right-xxl{margin-right:4rem!important}.margin-top-xxl{margin-top:4rem!important}.margin-bottom-xxl{margin-bottom:4rem!important}.margin-x-xxl{margin-left:4rem!important;margin-right:4rem!important}.margin-y-xxl{margin-top:4rem!important;margin-bottom:4rem!important}.margin-minus-left-xl{margin-left:-3rem!important}.margin-minus-right-xl{margin-right:-3rem!important}.margin-minus-top-xl{margin-top:-3rem!important}.margin-minus-bottom-xl{margin-bottom:-3rem!important}.margin-left-xxs{margin-left:.125rem!important}.margin-right-xxs{margin-right:.125rem!important}.margin-top-xxs{margin-top:.125rem!important}.margin-bottom-xxs{margin-bottom:.125rem!important}.margin-x-xxs{margin-left:.125rem!important;margin-right:.125rem!important}.margin-y-xxs{margin-top:.125rem!important;margin-bottom:.125rem!important}.margin-left-25{margin-left:25%!important}.margin-right-25{margin-right:25%!important}.margin-left-50{margin-left:50%!important}.margin-right-50{margin-right:50%!important}.margin-left-minus{margin-left:-1rem!important}.margin-right-minus{margin-right:-1rem!important}.margin-top-minus{margin-top:-1rem!important}.margin-bottom-minus{margin-bottom:-1rem!important}.margin-x-minus{margin-left:-1rem!important;margin-right:-1rem!important}.margin-y-minus{margin-top:-1rem!important;margin-bottom:-1rem!important}.margin-left-minus-sm{margin-left:-.5rem!important}.margin-right-minus-sm{margin-right:-.5rem!important}.margin-top-minus-sm{margin-top:-.5rem!important}.margin-bottom-minus-sm{margin-bottom:-.5rem!important}.margin-x-minus-sm{margin-left:-.5rem!important;margin-right:-.5rem!important}.margin-y-minus-sm{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.margin-left-minus-md{margin-left:-.75rem!important}.margin-right-minus-md{margin-right:-.75rem!important}.margin-top-minus-md{margin-top:-.75rem!important}.margin-bottom-minus-md{margin-bottom:-.75rem!important}.margin-x-minus-md{margin-left:-.75rem!important;margin-right:-.75rem!important}.margin-y-minus-md{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.margin-left-minus-lg{margin-left:-2rem!important}.margin-right-minus-lg{margin-right:-2rem!important}.margin-top-minus-lg{margin-top:-2rem!important}.margin-bottom-minus-lg{margin-bottom:-2rem!important}.margin-x-minus-lg{margin-left:-2rem!important;margin-right:-2rem!important}.margin-y-minus-lg{margin-top:-2rem!important;margin-bottom:-2rem!important}.margin-left-minus-xs{margin-left:-.25rem!important}.margin-right-minus-xs{margin-right:-.25rem!important}.margin-top-minus-xs{margin-top:-.25rem!important}.margin-bottom-minus-xs{margin-bottom:-.25rem!important}.margin-x-minus-xs{margin-left:-.25rem!important;margin-right:-.25rem!important}.margin-y-minus-xs{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.padding-zero{padding:0!important}.padding-xs{padding:.25rem!important}.padding-sm{padding:.5rem!important}.padding-md{padding:.75rem!important}.padding{padding:1rem!important}.padding-lg{padding:2rem!important}.padding-xl{padding:3rem!important}.padding-x-zero{padding-left:0!important;padding-right:0!important}.padding-y-zero{padding-top:0!important;padding-bottom:0!important}.padding-left-zero{padding-left:0!important}.padding-right-zero{padding-right:0!important}.padding-top-zero{padding-top:0!important}.padding-bottom-zero{padding-bottom:0!important}.padding-left{padding-left:1rem!important}.padding-right{padding-right:1rem!important}.padding-top{padding-top:1rem!important}.padding-bottom{padding-bottom:1rem!important}.padding-left-xs{padding-left:.25rem!important}.padding-right-xs{padding-right:.25rem!important}.padding-top-xs{padding-top:.25rem!important}.padding-bottom-xs{padding-bottom:.25rem!important}.padding-left-sm{padding-left:.5rem!important}.padding-right-sm{padding-right:.5rem!important}.padding-top-sm{padding-top:.5rem!important}.padding-bottom-sm{padding-bottom:.5rem!important}.padding-left-md{padding-left:.75rem!important}.padding-right-md{padding-right:.75rem!important}.padding-top-md{padding-top:.75rem!important}.padding-bottom-md{padding-bottom:.75rem!important}.padding-x-semi{padding-left:1.5rem!important;padding-right:1.5rem!important}.padding-y-semi{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.padding-left-semi{padding-left:1.5rem!important}.padding-right-semi{padding-right:1.5rem!important}.padding-top-semi{padding-top:1.5rem!important}.padding-bottom-semi{padding-bottom:1.5rem!important}.padding-x{padding-left:1rem!important;padding-right:1rem!important}.padding-y{padding-top:1rem!important;padding-bottom:1rem!important}.padding-x-sm{padding-left:.5rem!important;padding-right:.5rem!important}.padding-y-sm{padding-top:.5rem!important;padding-bottom:.5rem!important}.padding-x-md{padding-left:.75rem!important;padding-right:.75rem!important}.padding-y-md{padding-top:.75rem!important;padding-bottom:.75rem!important}.padding-x-lg{padding-left:2rem!important;padding-right:2rem!important}.padding-y-lg{padding-top:2rem!important;padding-bottom:2rem!important}.padding-left-lg{padding-left:2rem!important}.padding-right-lg{padding-right:2rem!important}.padding-top-lg{padding-top:2rem!important}.padding-bottom-lg{padding-bottom:2rem!important}.padding-x-xs{padding-left:.25rem!important;padding-right:.25rem!important}.padding-y-xs{padding-top:.25rem!important;padding-bottom:.25rem!important}.padding-x-xl{padding-left:3rem!important;padding-right:3rem!important}.padding-y-xl{padding-top:3rem!important;padding-bottom:3rem!important}.padding-x-xxs{padding-left:.125rem!important;padding-right:.125rem!important}.padding-y-xxs{padding-top:.125rem!important;padding-bottom:.125rem!important}.padding-top-xxs{padding-top:.125rem!important}.padding-bottom-xxs{padding-bottom:.125rem!important}.padding-left-xl{padding-left:3rem!important}.padding-right-xl{padding-right:3rem!important}.padding-top-xl{padding-top:3rem!important}.padding-bottom-xl{padding-bottom:3rem!important}.padding-x-xl{padding-left:3rem!important;padding-right:3rem!important}.padding-y-xl{padding-top:3rem!important;padding-bottom:3rem!important}.padding-left-xxl{padding-left:4rem!important}.padding-right-xxl{padding-right:4rem!important}.padding-top-xxl{padding-top:4rem!important}.padding-bottom-xxl{padding-bottom:4rem!important}.padding-x-xxl{padding-left:4rem!important;padding-right:4rem!important}.padding-y-xxl{padding-top:4rem!important;padding-bottom:4rem!important}.padding-02rem{padding:.2rem!important}.padding-x-02rem{padding-left:.2rem!important;padding-right:.2rem!important}.padding-y-02rem{padding-top:.2rem!important;padding-bottom:.2rem!important}.padding-left-02rem{padding-left:.2rem!important}.padding-right-02rem{padding-right:.2rem!important}.padding-top-02rem{padding-top:.2rem!important}.padding-bottom-02rem{padding-bottom:.2rem!important}.text-decoration-none{text-decoration:none!important}.text-italic{font-style:italic!important}.text-underline{text-decoration:underline!important}.text-strikethrough{text-decoration:line-through!important}.text-weight-100{font-weight:100!important}.text-weight-200{font-weight:200!important}.text-weight-300{font-weight:300!important}.text-weight-400{font-weight:400!important}.text-weight-500{font-weight:500!important}.text-weight-600{font-weight:600!important}.text-weight-700{font-weight:700!important}.text-weight-800{font-weight:800!important}.text-weight-900{font-weight:900!important}.text-bold{font-weight:700!important}.text-bolder{font-weight:500!important}.text-normal{font-weight:400!important}.text-lighter{font-weight:300!important}.text-align-start,text-align-left{text-align:start!important}.text-align-center{text-align:center!important}.text-align-end,text-align-right{text-align:end!important}.text-upper-case{text-transform:uppercase}.text-lower-case{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-transform-none{text-transform:none}.white-space-nowrap{white-space:nowrap!important}.white-space-normal{white-space:normal!important}.white-space-pre{white-space:pre!important}.white-space-pre-line{white-space:pre-line!important}.white-space-pre-wrap{white-space:pre-wrap!important}.white-space-inherit{white-space:inherit!important}.resize-both{resize:both!important}.resize-vertical{resize:vertical!important}.resize-horizontal{resize:horizontal!important}.resize-none{resize:none!important}.line-height-75{line-height:75%!important}.line-height-90{line-height:90%!important}.line-height-100{line-height:100%!important}.line-height-110{line-height:110%!important}.line-height-120{line-height:120%!important}.line-height-125{line-height:125%!important}.line-height-130{line-height:130%!important}.line-height-135{line-height:135%!important}.line-height-140{line-height:140%!important}.line-height-145{line-height:145%!important}.line-height-150{line-height:150%!important}.line-height-160{line-height:160%!important}.line-height-170{line-height:170%!important}.line-height-180{line-height:180%!important}.line-height-190{line-height:190%!important}.line-height-200{line-height:200%!important}.line-height-1rem{line-height:1rem!important}.line-height-2rem{line-height:2rem!important}.line-height-3rem{line-height:3rem!important}.vertical-align-top{vertical-align:top!important}.vertical-align-bottom{vertical-align:bottom!important}.vertical-align-baseline{vertical-align:baseline!important}.vertical-align-middle{vertical-align:middle!important}.vertical-align-text-bottom{vertical-align:text-bottom!important}.width-0{width:0!important}.width-05rem{width:.5rem!important}.width-1rem{width:1rem!important}.width-15rem{width:1.5rem!important}.width-2rem{width:2rem!important}.width-2_5rem{width:2.5rem!important}.width-3rem{width:3rem!important}.width-3_5rem{width:3.5rem!important}.width-4rem{width:4rem!important}.width-5rem{width:5rem!important}.width-6rem{width:6rem!important}.width-7rem{width:7rem!important}.width-8rem{width:8rem!important}.width-9rem{width:9rem!important}.width-10rem{width:10rem!important}.width-11rem{width:11rem!important}.width-12rem{width:12rem!important}.width-13rem{width:13rem!important}.width-14rem{width:14rem!important}.width-15rem{width:15rem!important}.width-16rem{width:16rem!important}.width-20rem{width:20rem!important}.width-25rem{width:25rem!important}.width-30rem{width:30rem!important}.width-40rem{width:40rem!important}.height-0{height:0!important}.height-05rem{height:.5rem!important}.height-1rem{height:1rem!important}.height-12rem{height:1.2rem!important}.height-15rem{height:1.5rem!important}.height-2rem{height:2rem!important}.height-25rem{height:2.5rem!important}.height-3rem{height:3rem!important}.height-35rem{height:3.5rem!important}.height-4rem{height:4rem!important}.height-45rem{height:4.5rem!important}.height-5rem{height:5rem!important}.height-55rem{height:5.5rem!important}.height-6rem{height:6rem!important}.height-65rem{height:6.5rem!important}.height-7rem{height:7rem!important}.height-8rem{height:8rem!important}.height-9rem{height:9rem!important}.height-10rem{height:10rem!important}.height-100{height:100%!important}.height-deci{height:10vh}.height-fifth{height:20vh}.height-third{height:33vh}.height-half{height:50vh}.height-quarter{height:25vh}.height-two-thirds{height:67vh}.height-three-quarter{height:75vh}.height-80vh{height:80vh}.height-95vh{height:95vh}.height-full{height:100vh}.step-left{left:1rem}.step-right{right:1rem}.step-top{top:1rem}.step-bottom{bottom:1rem}.step{inset:1rem}.step-left-sm{left:.5rem}.step-right-sm{right:.5rem}.step-top-sm{top:.5rem}.step-bottom-sm{bottom:.5rem}.step-sm{inset:.5rem}.step-left-xs{left:.25rem}.step-right-xs{right:.25rem}.step-top-xs{top:.25rem}.step-bottom-xs{bottom:.25rem}.step-xs{inset:.25rem}.step-left-lg{left:2rem}.step-right-lg{right:2rem}.step-top-lg{top:2rem}.step-bottom-lg{bottom:2rem}.step-lg{inset:2rem}.step-lg-2{inset:2.5rem}.step-left-xl{left:3rem}.step-right-xl{right:3rem}.step-top-xl{top:3rem}.step-bottom-xl{bottom:3rem}.step-xl{inset:3rem}.step-left-5{left:5rem}.step-right-5{right:5rem}.step-top-5{top:5rem}.step-bottom-5{bottom:5rem}.step-5{inset:5rem}.step-left-dbl-xl{left:6rem}.step-right-dbl-xl{right:6rem}.step-top-dbl-xl{top:6rem}.step-bottom-dbl-xl{bottom:6rem}.step-dbl-xl{inset:6rem}.step-left-minus{left:-1rem}.step-right-minus{right:-1rem}.step-top-minus{top:-1rem}.step-bottom-minus{bottom:-1rem}.step-minus{inset:-1rem}.step-left-sm-minus{left:-.5rem}.step-right-sm-minus{right:-.5rem}.step-top-sm-minus{top:-.5rem}.step-bottom-sm-minus{bottom:-.5rem}.step-sm-minus{inset:-.5rem}.step-left-lg-minus{left:-2rem}.step-right-lg-minus{right:-2rem}.step-top-lg-minus{top:-2rem}.step-bottom-lg-minus{bottom:-2rem}.step-lg-minus{inset:-2rem}.step-left-semi-minus{left:-1.5rem}.step-right-semi-minus{right:-1.5rem}.step-top-semi-minus{top:-1.5rem}.step-bottom-semi-minus{bottom:-1.5rem}.step-semi-minus{inset:-1.5rem}.step-left-xl-minus{left:-3rem}.step-right-xl-minus{right:-3rem}.step-top-xl-minus{top:-3rem}.step-bottom-xl-minus{bottom:-3rem}.step-xl-minus{inset:-3rem}.step-left-xxl{left:4rem}.step-right-xxl{right:4rem}.step-top-xxl{top:4rem}.step-bottom-xxl{bottom:4rem}.step-xxl{inset:4rem}.step-left-zero{left:0}.step-right-zero{right:0}.step-top-zero{top:0}.step-bottom-zero{bottom:0}.step-zero{inset:0}.step-left-25{left:25%}.step-right-25{right:25%}.step-top-25{top:25%}.step-bottom-25{bottom:25%}.step-25{inset:25%}.step-left-50{left:50%}.step-right-50{right:50%}.step-top-50{top:50%}.step-bottom-50{bottom:50%}.step-50{inset:50%}.step-left-75{left:75%}.step-right-75{right:75%}.step-top-75{top:75%}.step-bottom-75{bottom:75%}.step-75{inset:75%}.step-left-100{left:100%}.step-right-100{right:100%}.step-top-100{top:100%}.step-bottom-100{bottom:100%}.gap-zero{gap:0!important}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap{gap:1rem}.gap-semi{gap:1.5rem}.gap-lg{gap:2rem}.gap-xl{gap:4rem}.gap-x-zero{column-gap:0!important}.gap-x-xs{column-gap:.25rem}.gap-x-sm{column-gap:.5rem}.gap-x{column-gap:1rem}.gap-x-semi{column-gap:1.5rem}.gap-x-lg{column-gap:2rem}.gap-x-xl{column-gap:4rem}.gap-x-narrow{column-gap:1rem}.gap-x-narrow-lg{column-gap:2rem}.gap-x-narrow-xl{column-gap:4rem}.gap-x-wide-lg{column-gap:2rem}.gap-x-wide-xl{column-gap:4rem}@media screen and (max-width: 768px){.gap-x-wide-lg,.gap-x-wide-xl,.gap-x-semi{column-gap:1rem}.gap-x-narrow,.gap-x-narrow-lg,.gap-x-narrow-xl{column-gap:0}}.gap-y-zero{row-gap:0!important}.gap-y-xs{row-gap:.25rem}.gap-y-sm{row-gap:.5rem}.gap-y{row-gap:1rem}.gap-y-lg{row-gap:2rem}.gap-y-xl{row-gap:4rem}.no-border,.border-none,.border-zero{border:none!important}.no-outline,.outline-none,.outline-zero{outline:none!important}.no-border-radius{border-radius:0!important}.border-radius{border-radius:3px!important}.border-radius-sm{border-radius:2px!important}.border-radius-xs{border-radius:1px!important}.border-radius-lg{border-radius:4px!important}.border-radius-xl{border-radius:6px!important}.border-radius-1rem{border-radius:1rem!important}.border-radius-2rem{border-radius:2rem!important}.border-radius-3rem{border-radius:3rem!important}.border-radius-circle{border-radius:100vmax!important}.outline-red{outline:2px solid red!important}.no-min-width{min-width:auto!important}.no-max-width{max-width:none!important}.no-min-height{min-height:0!important}.no-max-height{max-height:none!important}.max-width-5{max-width:5%}.max-width-10{max-width:10%}.max-width-15{max-width:15%}.max-width-20{max-width:20%}.max-width-25{max-width:25%}.max-width-30{max-width:30%}.max-width-33{max-width:33%}.max-width-35{max-width:35%}.max-width-40{max-width:40%}.max-width-45{max-width:45%}.max-width-50{max-width:50%}.max-width-55{max-width:55%}.max-width-60{max-width:60%}.max-width-65{max-width:65%}.max-width-67{max-width:67%}.max-width-70{max-width:70%}.max-width-75{max-width:75%}.max-width-80{max-width:80%}.max-width-90{max-width:90%}.max-width-95{max-width:95%}.max-width-100{max-width:100%}.min-height-five{min-height:5vh}.min-height-deci{min-height:10vh}.min-height-sixth{min-height:16vh}.min-height-fifth{min-height:20vh}.min-height-third{min-height:33vh}.min-height-half{min-height:50vh}.min-height-quarter{min-height:25vh}.min-height-two-thirds{min-height:67vh}.min-height-three-quarter{min-height:75vh}.min-height-80vh{min-height:80vh}.min-height-95vh{min-height:95vh}.min-height-full{min-height:100vh}.min-height-1rem{min-height:1rem!important}.min-height-2rem{min-height:2rem!important}.min-height-3rem{min-height:3rem!important}.min-height-4rem{min-height:4rem!important}.min-height-5rem{min-height:5rem!important}.min-height-6rem{min-height:6rem!important}.min-height-7rem{min-height:7rem!important}.min-height-8rem{min-height:8rem!important}.min-height-9rem{min-height:9rem!important}.min-height-10rem{min-height:10rem!important}.min-height-12rem{min-height:12rem!important}.min-height-15rem{min-height:15rem!important}.min-height-20rem{min-height:20rem!important}.min-height-25rem{min-height:25rem!important}.min-height-30rem{min-height:30rem!important}.min-height-1lh{min-height:1lh}.min-height-2lh{min-height:2lh}.min-height-3lh{min-height:3lh}.min-height-4lh{min-height:4lh}.min-height-5lh{min-height:5lh}.min-height-6lh{min-height:6lh}.min-height-7lh{min-height:7lh}.min-height-8lh{min-height:8lh}.min-height-9lh{min-height:9lh}.min-height-10lh{min-height:10lh}.max-height-deci{max-height:10vh}.max-height-fifth{max-height:20vh}.max-height-third{max-height:33vh}.max-height-half{max-height:50vh}.max-height-quarter{max-height:25vh}.max-height-two-thirds{max-height:67vh}.max-height-three-quarter{max-height:75vh}.max-height-80vh{max-height:80vh}.max-height-95vh{max-height:95vh}.max-height-full{max-height:100vh}.max-height-1rem{max-height:1rem}.max-height-2rem{max-height:2rem}.max-height-3rem{max-height:3rem}.max-height-4rem{max-height:4rem}.max-height-5rem{max-height:5rem}.max-height-6rem{max-height:6rem}.max-height-7rem{max-height:7rem}.max-height-8rem{max-height:8rem}.max-height-9rem{max-height:9rem}.max-height-10rem{max-height:10rem}.max-height-20rem{max-height:20rem}.max-height-25rem{max-height:25rem}.max-height-30rem{max-height:30rem}.max-height-40rem{max-height:40rem}.max-height-50rem{max-height:50rem}.min-width-1rem{min-width:1rem}.min-width-2rem{min-width:2rem}.min-width-3rem{min-width:3rem}.min-width-4rem{min-width:4rem}.min-width-5rem{min-width:5rem}.min-width-6rem{min-width:6rem}.min-width-7rem{min-width:7rem}.min-width-8rem{min-width:8rem}.min-width-9rem{min-width:9rem}.min-width-10rem{min-width:10rem}.min-width-12rem{min-width:12rem}.min-width-15rem{min-width:15rem}.min-width-20rem{min-width:20rem}.min-width-25rem{min-width:25rem}.min-width-30rem{min-width:30rem}.max-width-1rem{max-width:1rem!important}.max-width-2rem{max-width:2rem!important}.max-width-3rem{max-width:3rem!important}.max-width-4rem{max-width:4rem!important}.max-width-5rem{max-width:5rem!important}.max-width-6rem{max-width:6rem!important}.max-width-7rem{max-width:7rem!important}.max-width-8rem{max-width:8rem!important}.max-width-9rem{max-width:9rem!important}.max-width-10rem{max-width:10rem!important}.max-width-12rem{max-width:12rem}.max-width-15rem{max-width:15rem}.max-width-20rem{max-width:20rem}.max-width-25rem{max-width:25rem}.float-left{float:left}.float-right{float:right}.float-none{float:none}.clear-fix:after{content:"";clear:both}.no-break-inside{page-break-inside:avoid;break-inside:avoid}.column-count-2{column-count:2}.column-count-3{column-count:3}.column-count-4{column-count:4}.column-count-5{column-count:5}.column-count-6{column-count:6}.cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default!important}.pointer-events-all{pointer-events:all}.pointer-events-none{pointer-events:none}.z-index-1{z-index:-1}.z-index0{z-index:0}.z-index1{z-index:1}.z-index2{z-index:2}.z-index3{z-index:3}.z-index4{z-index:4}.z-index5{z-index:5}.z-index10{z-index:10}.z-index100{z-index:100}.z-index1000{z-index:1000}.order0{order:0}.order-1{order:-1}.order1{order:1}.order2{order:2}.order3{order:3}.order4{order:4}.order5{order:5}.order6{order:6}.order7{order:7}.order8{order:8}.order9{order:9}.order10{order:10}.opacity-0{opacity:0!important}.opacity-5{opacity:.05!important}.opacity-10{opacity:.1!important}.opacity-15{opacity:.15!important}.opacity-20{opacity:.2!important}.opacity-25{opacity:.25!important}.opacity-30{opacity:.3!important}.opacity-33{opacity:.33!important}.opacity-35{opacity:.35!important}.opacity-40{opacity:.4!important}.opacity-45{opacity:.45!important}.opacity-50{opacity:.5!important}.opacity-55{opacity:.55!important}.opacity-60{opacity:.6!important}.opacity-65{opacity:.65!important}.opacity-67{opacity:.67!important}.opacity-70{opacity:.7!important}.opacity-75{opacity:.75!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-95{opacity:.95!important}.opacity-100{opacity:1!important}.rotate-90{transform:rotate(90deg)}.rotate-180{transform:rotate(180deg)}.rotate-270{transform:rotate(270deg)}.rotate-minus-90{transform:rotate(-90deg)}.rotate-minus-180{transform:rotate(-180deg)}.rotate-minus-270{transform:rotate(-270deg)}.mirror-x{transform:scaleX(-1)}.mirror-y{transform:scaleY(-1)}.translate-left-50{transform:translate(-50%)}.translate-right-50{transform:translate(50%)}.translate-top-50{transform:translateY(-50%)}.translate-bottom-50{transform:translateY(50%)}.translate-left-100{transform:translate(-100%)}.translate-right-100{transform:translate(100%)}.translate-top-100{transform:translateY(-100%)}.translate-bottom-100{transform:translateY(100%)}::-webkit-scrollbar{width:.6rem;height:.8rem}::-webkit-scrollbar-thumb,.overflow-auto.mat-primary::-webkit-scrollbar-thumb{border-radius:2px;background:var(--scroll-color-thumb)}::-webkit-scrollbar-thumb:hover,.overflow-auto.mat-primary::-webkit-scrollbar-thumb:hover{background:var(--scroll-color-thumb-hover)}::-webkit-scrollbar-thumb:hover:active,::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:focus,.overflow-auto.mat-primary::-webkit-scrollbar-thumb:hover:active,.overflow-auto.mat-primary::-webkit-scrollbar-thumb:active,.overflow-auto.mat-primary::-webkit-scrollbar-thumb:focus{background:var(--scroll-color-thumb-active)}.overflow-auto.mat-accent::-webkit-scrollbar-thumb,textarea.mat-accent::-webkit-scrollbar-thumb{background:var(--scroll-accent-color-thumb)}.overflow-auto.mat-accent::-webkit-scrollbar-thumb:hover,textarea.mat-accent::-webkit-scrollbar-thumb:hover{background:var(--scroll-accent-color-thumb-hover)}.overflow-auto.mat-accent::-webkit-scrollbar-thumb:hover:active,.overflow-auto.mat-accent::-webkit-scrollbar-thumb:active,.overflow-auto.mat-accent::-webkit-scrollbar-thumb:focus,textarea.mat-accent::-webkit-scrollbar-thumb:hover:active,textarea.mat-accent::-webkit-scrollbar-thumb:active,textarea.mat-accent::-webkit-scrollbar-thumb:focus{background:var(--scroll-accent-color-thumb-active)}.overflow-auto.mat-warn::-webkit-scrollbar-thumb,textarea.mat-warn::-webkit-scrollbar-thumb{background:var(--scroll-warn-color-thumb)}.overflow-auto.mat-warn::-webkit-scrollbar-thumb:hover,textarea.mat-warn::-webkit-scrollbar-thumb:hover{background:var(--scroll-warn-color-thumb-hover)}.overflow-auto.mat-warn::-webkit-scrollbar-thumb:hover:active,.overflow-auto.mat-warn::-webkit-scrollbar-thumb:active,.overflow-auto.mat-warn::-webkit-scrollbar-thumb:focus,textarea.mat-warn::-webkit-scrollbar-thumb:hover:active,textarea.mat-warn::-webkit-scrollbar-thumb:active,textarea.mat-warn::-webkit-scrollbar-thumb:focus{background:var(--scroll-warn-color-thumb-active)}.shadow-down-xxs{box-shadow:0 .0625rem .125rem var(--shadow-color)}.shadow-down-xs{box-shadow:0 .125rem .25rem var(--shadow-color)}.shadow-down-sm{box-shadow:0 .25rem .5rem var(--shadow-color)}.shadow-down-lg{box-shadow:0 1rem 2rem var(--shadow-color)}.shadow-down-xl{box-shadow:0 2rem 3rem var(--shadow-color)}.shadow-down,.shadow-down-1{box-shadow:0 .5rem 1rem var(--shadow-color)}.shadow-down-2{box-shadow:0 1rem 2rem var(--shadow-color)}.shadow-right-1{box-shadow:.5rem 0 1rem var(--shadow-color)}.shadow-up-1{box-shadow:0 -.5rem 1rem var(--shadow-color)}.shadow-left-1{box-shadow:-.5rem 0 1rem var(--shadow-color)}.shadow,.shadow-1{box-shadow:.5rem .5rem 1rem var(--shadow-color)}.shadow-2{box-shadow:1rem 1rem 2rem var(--shadow-color)}.shadow-xs{box-shadow:.125rem .125rem .25rem var(--shadow-color)}.shadow-sm{box-shadow:.25rem .25rem .5rem var(--shadow-color)}.shadow-lg{box-shadow:1rem 1rem 2rem var(--shadow-color)}.shadow-all,.shadow-all-1{box-shadow:0 0 1rem var(--shadow-color)}.shadow-all-2{box-shadow:0 0 2rem var(--shadow-color)}.shadow-all-xs{box-shadow:0 0 .25rem var(--shadow-color)}.shadow-all-sm{box-shadow:0 0 .5rem var(--shadow-color)}.shadow-all-lg{box-shadow:0 0 2rem var(--shadow-color)}.shadow-none{box-shadow:none!important}.shadow-is-deleting-xxs{box-shadow:0 0 .125rem red,0 0 5rem #ff00000d inset}.shadow-is-deleting-xs{box-shadow:0 0 .25rem red,0 0 5rem #ff00000d inset}.shadow-is-deleting-sm{box-shadow:0 0 .5rem red,0 0 5rem #ff00000d inset}.shadow-is-deleting-lg{box-shadow:0 0 2rem red,0 0 5rem #ff00000d inset}.shadow-is-deleting{box-shadow:0 0 1rem red,0 0 5rem #ff00000d inset}.no-border{border:none!important}.border{border:1px solid var(--border-color, rgba(192, 192, 192, .5))!important}.border-left{border-left:1px solid var(--border-color, rgba(192, 192, 192, .5))!important}.border-right{border-right:1px solid var(--border-color, rgba(192, 192, 192, .5))!important}.border-top{border-top:1px solid var(--border-color, rgba(192, 192, 192, .5))!important}.border-bottom{border-bottom:1px solid var(--border-color, rgba(192, 192, 192, .5))!important}.border-color{border-color:var(--border-color, rgba(192, 192, 192, .5))!important}.border-current{border:1px solid currentColor!important}.border-current-color{border-color:currentColor!important}.border-transparent{border:1px solid transparent!important}.border-color-transparent{border-color:transparent!important}.border-left-transparent{border-left:1px solid transparent!important}.border-right-transparent{border-right:1px solid transparent!important}.border-top-transparent{border-top:1px solid transparent!important}.border-bottom-transparent{border-bottom:1px solid transparent!important}.panel-background{background-color:var(--panel-color)}.panel-color{color:var(--panel-color)}.panel-dark-background{background-color:var(--panel-dark-color)}.panel-dark-color{color:var(--panel-dark-color)}.panel-dark-gray{background-color:var(--dark-gray)}.panel-extra-dark-background{background-color:var(--panel-extra-dark-color)}.panel-extra-dark-color{color:var(--panel-extra-dark-color)}.panel-transparent{background-color:transparent!important}.panel-light{background-color:rgba(var(--panel-color-rgb)/.5)}body.dark-theme-mode .panel-light{background-color:rgba(var(--panel-color-rgb)/.125)}.text-body{color:var(--app-bar-text)}.text-muted{color:var(--text-muted-color)}.text-dark{color:var(--text-dark-color)}.text-color-inherit{color:inherit}.text-transparent{color:transparent}.warn-color{color:var(--warn-color)}.info-color{color:var(--info-color)}.accent-color{color:var(--accent-color)}.dark-accent-color{color:var(--dark-accent-color)}.search-hilite,.base-color{color:var(--base-color)}.link-color{color:var(--link-color)}.text-skyblue{color:var(--label-skyblue)}.text-slateblue{color:var(--label-slateblue)}.text-white{color:#fff}.text-black{color:#000}.text-danger{color:var(--label-danger)}.text-accent{color:var(--accent-color)!important}.back-accent{background-color:rgba(var(--accent-color-rgb)/var(--background-mix-level))!important}.face-danger{background-color:var(--label-danger)}.face-info{background-color:var(--label-info)}.face-success{background-color:var(--label-success)}.face-warning{background-color:var(--label-warning)}.face-accent{background-color:var(--accent-color)}.face-skyblue{background-color:var(--label-skyblue)}.face-slateblue{background-color:var(--label-slateblue)}.border-accent{border-color:rgba(var(--accent-color-rgb)/.5)!important}.border-skyblue{border-color:var(--label-skyblue)!important}.border-slateblue{border-color:var(--label-slateblue)!important}.border-dark{border-color:var(--text-dark-color)!important}.letter-spacing-normal{letter-spacing:normal!important}.letter-spacing-condensed{letter-spacing:-.04em!important}.letter-spacing-wide{letter-spacing:.04em!important}.list-header{background-color:var(--list-header-face);color:var(--list-header-text);font-weight:600}.list-header .mat-header-cell{color:inherit;font-weight:inherit}.list-header-face{background-color:var(--list-header-face)}.list-header-text{color:var(--list-header-text)}.mat-form-field.auto-width .mat-form-field-infix{width:100%}.mat-form-field.small-height-no-top .mat-form-field-infix,.mat-form-field.small-height .mat-form-field-infix{border:none!important}.mat-form-field.small-height .mat-form-field-wrapper{padding-bottom:.25em}.mat-form-field.small-height .mat-form-field-underline{bottom:.25em}.mat-form-field.tiny-height .mat-form-field-infix{border:none!important}.mat-form-field.tiny-height .mat-form-field-wrapper{padding-bottom:.25em}.mat-form-field.tiny-height .mat-form-field-underline{bottom:.25em}a{color:var(--link-color);text-decoration:none}a.sky-link{color:var(--skyblue-color)}a:hover:not(.mat-tab-link):not(.mat-flat-button),a:focus:not(.mat-tab-link):not(.mat-flat-button),a:active:not(.mat-tab-link):not(.mat-flat-button){color:var(--link-hover-color);text-decoration:underline}a.black-color,a.black-color:hover,a.black-color:active,a.black-color:focus{color:var(--app-bar-text)}body:not(.dark-theme-mode){--background-mix-level: 7%}body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill:hover,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill:focus,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill:active,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill-previewed,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill-previewed:hover,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill-previewed:focus,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill-previewed:active,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill-selected,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill-selected:hover,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill-selected:focus,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:-webkit-autofill-selected:active,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:autofill,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:autofill:hover,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:autofill:focus,body:not(.dark-theme-mode) input.mat-form-field-autofill-control:autofill:active{box-shadow:0 0 0 100vw #fff inset!important;color:#000!important;border-left:2px solid var(--base-color)!important;padding-left:.5rem!important}body.dark-theme-mode{--background-mix-level: 15%}body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill:hover,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill:focus,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill:active,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill-previewed,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill-previewed:hover,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill-previewed:focus,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill-previewed:active,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill-selected,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill-selected:hover,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill-selected:focus,body.dark-theme-mode input.mat-form-field-autofill-control:-webkit-autofill-selected:active,body.dark-theme-mode input.mat-form-field-autofill-control:autofill,body.dark-theme-mode input.mat-form-field-autofill-control:autofill:hover,body.dark-theme-mode input.mat-form-field-autofill-control:autofill:focus,body.dark-theme-mode input.mat-form-field-autofill-control:autofill:active{box-shadow:0 0 0 100vw #303030 inset!important;color:#fff!important;-webkit-text-fill-color:white!important;border-left:2px solid var(--base-color)!important;padding-left:.5rem!important}input::-ms-reveal,input::-ms-clear{display:none}.cdk-overlay-dark-backdrop{background-color:#0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cdk-overlay-backdrop.show-video-in-popup{background-color:#00000080}.cdk-overlay-container{z-index:var(--zindex-modal)}@media screen and (max-width: 1024px){.cdk-overlay-pane{max-width:100vw!important}}.root-edit:not(.edit-mode) .edit-mode{display:none!important}.root-edit.edit-mode .edit-mode{animation:change-root-edit .4s forwards}.root-edit.edit-mode .view-mode{display:none!important}.root-edit.edit-mode .mark-required-edit-mode:after{content:" *";font-size:.75em;top:-.5em;position:relative;color:var(--base-color)}.root-edit.edit-mode .mark-required-edit-mode.mat-form-field-invalid,.root-edit.edit-mode .mark-required-edit-mode.mat-form-field-invalid:after{color:var(--warn-color)}input[type=number].no-arrows{appearance:textfield}input[type=number].no-arrows::-webkit-outer-spin-button,input[type=number].no-arrows::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@keyframes change-root-edit{0%{opacity:.1}to{opacity:1}}.root-expand:not(.is-expanded) .view-expanded{display:none!important}.root-expand.is-expanded .view-expanded{animation:change-root-edit .4s forwards}.root-expand.is-expanded .view-collapsed{display:none!important}.app-main{background:var(--app-bar-background, #FFFFFF)!important;color:var(--app-bar-text, rgba(0, 0, 0, .87))!important}.dialog-face{background-color:var(--dialog-face)}.text-dialog-face{color:var(--dialog-face)}.material-icons{font-weight:100}.mat-tab-nav-bar.narrow-tabs .mat-tab-link,.mat-tab-nav-bar.narrow-tabs .mat-tab-label,.mat-tab-group.narrow-tabs .mat-tab-link,.mat-tab-group.narrow-tabs .mat-tab-label{min-width:auto;padding:0 1rem}.mat-tab-nav-bar.medium-tabs .mat-tab-link,.mat-tab-nav-bar.medium-tabs .mat-tab-label,.mat-tab-group.medium-tabs .mat-tab-link,.mat-tab-group.medium-tabs .mat-tab-label{min-width:auto;padding:0 2rem}.mat-tab-nav-bar.normal-tabs .mat-tab-link,.mat-tab-nav-bar.normal-tabs .mat-tab-label,.mat-tab-group.normal-tabs .mat-tab-link,.mat-tab-group.normal-tabs .mat-tab-label{min-width:auto;padding:0 3rem}.mat-tab-nav-bar.medium-height-tabs .mat-tab-link,.mat-tab-nav-bar.medium-height-tabs .mat-tab-label,.mat-tab-group.medium-height-tabs .mat-tab-link,.mat-tab-group.medium-height-tabs .mat-tab-label{height:3.2rem;font-size:1.4rem}.mat-tab-link:not(:disabled),.mat-tab-label:not(:disabled){opacity:1}:root{--shadow-color: rgb(0 0 0 / 25%);--border-color: rgba(255, 255, 255, .5);--text-body-color: rgba(0 0 0 / 87%);--text-muted-color: rgba(0 0 0 / 50%);--text-dark-color: rgba(0 0 0 / 54%);--primary-color: blue;--primary-color-rgb: blue;--primary-color-text: white;--accent-color: green;--accent-color-rgb: green;--dark-accent-color: green;--dark-accent-color-rgb: green;--warn-color: red;--warn-color-rgb: red;--warn-shadow-color: darkred;--warn-color-text: white;--panel-color: #444;--panel-color-rgb: grey;--panel-dark-color: darkgrey;--panel-extra-dark-color: #222;--label-danger: #f38a5e;--player-color: transparent;--scroll-color-thumb: #7A49BD;--scroll-color-thumb-hover: #8E64C6;--scroll-color-thumb-active: #231A2B;--scroll-accent-color-thumb: red;--scroll-accent-color-thumb-hover: orange;--scroll-accent-color-thumb-active: darkred;--scroll-warn-color-thumb: black;--scroll-warn-color-thumb-hover: grey;--scroll-warn-color-thumb-active: lightgrey;--dialog-face: white;--app-bar-background: #070707;--app-bar-text: rgba(255 255 255 / 87%);--anime-speed-fast: .15s;--button-glow-color: #FF7E31}input[type=text]:not(.no-styling-focus),input[type=password]:not(.no-styling-focus),textarea:not(.no-styling-focus){min-height:3rem;outline:none;border:1px solid var(--border-color);border-radius:4px;transition:box-shadow var(--anime-speed-fast)}input[type=text]:not(.no-styling-focus):active,input[type=text]:not(.no-styling-focus):focus,input[type=text]:not(.no-styling-focus):focus-within,input[type=password]:not(.no-styling-focus):active,input[type=password]:not(.no-styling-focus):focus,input[type=password]:not(.no-styling-focus):focus-within,textarea:not(.no-styling-focus):active,textarea:not(.no-styling-focus):focus,textarea:not(.no-styling-focus):focus-within{box-shadow:0 0 2rem .5rem #0c92c2e0}button:not(.no-styling){--button-color-1: #FF7E31;--button-color-2: #E62C03;--button-shadow-1: rgba(0, 0, 0, .71);--button-shadow-2: rgba(253, 76, 0, .5);display:flex;justify-content:center;align-items:center;column-gap:.5rem;min-height:3rem;padding:.5rem 1rem;outline:none;border:none;border-radius:6px;transition:box-shadow .15s;box-shadow:0 2px 4px var(--button-shadow-1);color:#fff;background-color:initial;background-image:linear-gradient(-180deg,var(--button-color-1),var(--button-color-2))}button:not(.no-styling).btn-primary{--button-color-1: #83af1c;--button-color-2: #5f8014;--button-shadow-1: rgba(0, 0, 0, .71);--button-shadow-2: rgba(76, 253, 0, .5)}button:not(.no-styling).btn-warn{--button-color-1: #E62C03;--button-color-2: #a32003;--button-shadow-1: rgba(0, 0, 0, .71);--button-shadow-2: rgba(253, 0, 0, .85)}button:not(.no-styling):not(:disabled){cursor:pointer}button:not(.no-styling):not(:disabled).glow-button{animation:glow-button-animation 2s linear infinite}button:not(.no-styling):hover{box-shadow:var(--button-shadow-2) 0 3px 8px}button:not(.no-styling):focus *:not(.material-icons),button:not(.no-styling):focus-within *:not(.material-icons){text-decoration:underline}button:not(.no-styling).btn-hollow{background-color:transparent;background-image:none;border:1px solid var(--button-color-1);color:var(--button-color-1)}button:not(.no-styling):active:not(:disabled){background-image:linear-gradient(0deg,var(--button-color-1),var(--button-color-2))}button:not(.no-styling):disabled{opacity:.75;filter:grayscale(.75)}@keyframes glow-button-animation{0%{box-shadow:0 0 0 var(--button-glow-color)}50%{box-shadow:0 0 5rem 1rem var(--button-glow-color)}to{box-shadow:0 0 0 var(--button-glow-color)}}.drop-down-host:not(.is-dropped) .drop-down-item{display:none!important}.no-selection{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}body.can-animate.is-switching{animation:fade-out .5s forwards}body.can-animate:not(.is-switching){animation:fade-in .5s forwards}p.font-15rem{margin-top:0}
