@charset "UTF-8";.fx-layout-row{display:flex;flex-direction:row}.fx-layout-column{display:flex;flex-direction:column}.fx-layout-row-reverse{display:flex;flex-direction:row-reverse}.fx-layout-column-reverse{display:flex;flex-direction:column-reverse}.fx-layout-align-start-start{justify-content:flex-start;align-items:flex-start}.fx-layout-align-start-center{justify-content:flex-start;align-items:center}.fx-layout-align-start-end{justify-content:flex-start;align-items:flex-end}.fx-layout-align-center-start{justify-content:center;align-items:flex-start}.fx-layout-align-center-center{justify-content:center;align-items:center}.fx-layout-align-center-end{justify-content:center;align-items:flex-end}.fx-layout-align-end-start{justify-content:flex-end;align-items:flex-start}.fx-layout-align-end-center{justify-content:flex-end;align-items:center}.fx-layout-align-end-end{justify-content:flex-end;align-items:flex-end}.fx-layout-align-space-between-center{justify-content:space-between;align-items:center}.fx-layout-align-space-around-center{justify-content:space-around;align-items:center}.fx-layout-align-space-evenly-center{justify-content:space-evenly;align-items:center}.fx-flex{flex:1 1 auto}.fx-flex-0{flex:0 0 auto}.fx-flex-25{flex:0 0 25%;max-width:25%}.fx-flex-50{flex:0 0 50%;max-width:50%}.fx-flex-75{flex:0 0 75%;max-width:75%}.fx-flex-100{flex:0 0 100%;max-width:100%}.fx-layout-gap-sm{gap:8px}.fx-layout-gap-md{gap:16px}.fx-layout-gap-lg{gap:24px}.fx-layout-gap-xl{gap:32px}.fx-hide{display:none!important}.fx-show{display:initial!important}.fx-layout-wrap{flex-wrap:wrap}@media (max-width: 599px){.fx-layout-xs-column{flex-direction:column!important}.fx-layout-xs-row{flex-direction:row!important}.fx-hide-xs{display:none!important}.fx-show-xs{display:initial!important}.fx-flex-xs-100{flex:0 0 100%!important;max-width:100%!important}}@media (max-width: 599px){.fx-layout-lt-sm-column{flex-direction:column!important}.fx-layout-lt-sm-row{flex-direction:row!important}.fx-hide-lt-sm{display:none!important}.fx-show-lt-sm{display:initial!important}}@media (min-width: 600px) and (max-width: 959px){.fx-layout-sm-column{flex-direction:column!important}.fx-layout-sm-row{flex-direction:row!important}.fx-hide-sm{display:none!important}.fx-show-sm{display:initial!important}}@media (min-width: 960px) and (max-width: 1279px){.fx-layout-md-column{flex-direction:column!important}.fx-layout-md-row{flex-direction:row!important}.fx-hide-md{display:none!important}.fx-show-md{display:initial!important}}@media (min-width: 1280px) and (max-width: 1919px){.fx-layout-lg-column{flex-direction:column!important}.fx-layout-lg-row{flex-direction:row!important}.fx-hide-lg{display:none!important}.fx-show-lg{display:initial!important}}@media (max-width: 1279px){.fx-layout-lt-lg-column{flex-direction:column!important}.fx-layout-lt-lg-row{flex-direction:row!important}.fx-hide-lt-lg{display:none!important}.fx-show-lt-lg{display:initial!important}.fx-flex-lt-lg-100{flex:0 0 100%!important;max-width:100%!important}.fx-layout-lt-lg-column.fx-layout-align-center-center{align-items:flex-start!important}}@media (min-width: 960px){.fx-layout-gt-sm-row{flex-direction:row!important}.fx-layout-gt-sm-column{flex-direction:column!important}.fx-hide-gt-sm{display:none!important}.fx-show-gt-sm{display:initial!important}}@media (min-width: 600px){.fx-hide-gt-xs{display:none!important}.fx-show-gt-xs{display:initial!important}.fx-flex-gt-xs-auto{flex:1 1 auto!important}}.fx-flex-grow{flex-grow:1}.fx-flex-shrink-0{flex-shrink:0}.fx-flex-basis-auto{flex-basis:auto}[mat-dialog-title].fx-layout-row,.mat-dialog-title.fx-layout-row,.mat-mdc-dialog-title.fx-layout-row{display:flex!important;flex-direction:row!important}[mat-dialog-title].fx-layout-column,.mat-dialog-title.fx-layout-column,.mat-mdc-dialog-title.fx-layout-column{display:flex!important;flex-direction:column!important}[mat-dialog-title].fx-layout-align-start-center,.mat-dialog-title.fx-layout-align-start-center,.mat-mdc-dialog-title.fx-layout-align-start-center{justify-content:flex-start!important;align-items:center!important}[mat-dialog-title].fx-layout-align-center-center,.mat-dialog-title.fx-layout-align-center-center,.mat-mdc-dialog-title.fx-layout-align-center-center{justify-content:center!important;align-items:center!important}mat-dialog-content .fx-flex,.mat-dialog-content .fx-flex,.mat-mdc-dialog-content .fx-flex{flex:1 1 auto!important}mat-dialog-content .fx-flex-100,.mat-dialog-content .fx-flex-100,.mat-mdc-dialog-content .fx-flex-100{flex:0 0 100%!important;max-width:100%!important}mat-dialog-content .fx-flex-50,.mat-dialog-content .fx-flex-50,.mat-mdc-dialog-content .fx-flex-50{flex:0 0 50%!important;max-width:50%!important}.fx-dialog-header{display:flex!important;flex-direction:row!important;align-items:center!important;width:100%;gap:12px;padding:10px 24px!important;margin:0!important;background-color:#24ada214;min-height:48px;box-sizing:border-box}.dialog-header-icon{margin-right:8px;flex-shrink:0;color:#0000008a}.dialog-header-icon.mat-icon{color:#0000008a!important}.dialog-header-title{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialog-header-close{flex-shrink:0;margin-left:auto;margin-right:-8px}.dialog-header-error .dialog-header-icon{color:#f44336b3}.dialog-header-warning .dialog-header-icon{color:#ff9800b3}.dialog-content{padding:24px!important;font-size:14px;line-height:1.5}.dialog-content.dialog-content-compact{padding:16px!important}.dialog-content.dialog-content-scroll{max-height:60vh;overflow-y:auto}.dialog-actions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;padding:16px 24px!important;gap:8px;background-color:#00000005;border-top:1px solid rgba(0,0,0,.12);margin:0!important}.dialog-actions.dialog-actions-center{justify-content:center!important}.dialog-actions.dialog-actions-spread{justify-content:space-between!important}.dialog-actions button+button{margin-left:8px}@media (max-width: 599px){.fx-dialog-header{padding:8px 16px!important;min-height:44px}.fx-dialog-header .dialog-header-title{font-size:18px}.dialog-content{padding:16px!important}.dialog-actions{padding:12px 16px!important}.dialog-actions button{min-width:80px}}body{background-color:#fff;margin:0;font-family:Roboto,serif;font-size:16px}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.material-symbols-outlined.filled{font-variation-settings:"FILL" 1}body{--warn-color: #ff0000;--warn-lighter-color: #ffb3b3;--warn-darker-color: #ff0000;--text-warn-color: #ffffff;--text-warn-lighter-color: rgba(25, 25, 25, .87);--text-warn-darker-color: #ffffff}body{--primary-color: #24ada2;--primary-darker-color: #1f9e94;--primary-lighter-color: #40b9b0;--accent-color: #70829d}.no-padding{padding:0}.no-padding-important{padding:0!important}.full-width{width:100%}.full-height{height:100%}.margin-left-sm{margin-left:10px}.margin-left-16{margin-left:16px!important}.margin-left-xs{margin-left:4px}.margin-left-md{margin-left:18px}.margin-left-xl{margin-left:25px}.margin-left-lg{margin-left:21px}.margin-right-xs{margin-right:4px}.margin-right-xl{margin-right:25px}.margin-right-sm{margin-right:10px}.margin-right-md{margin-right:18px}.margin-md{margin:18px}.margin-sm{margin:8px}.margin-xs{margin:4px}.margin-md-top{margin-top:18px}.margin-right-lg{margin-right:25px}.margin-right-xl{margin-right:35px}.margin-top-sm{margin-top:10px}.margin-top-xs{margin-top:4px}.margin-top-sm-important{margin-top:10px!important}.margin-top-md{margin-top:18px}.margin-top-lg{margin-top:25px}.margin-top-xl{margin-top:35px}.margin-bottom-sm{margin-bottom:10px}.margin-bottom-xs{margin-bottom:4px}.margin-bottom-md{margin-bottom:18px}.margin-bottom-lg{margin-bottom:25px}.margin-bottom-xl{margin-bottom:35px}.margin-bottom-none{margin-bottom:0}.padding-left-sm{padding-left:10px}.padding-left-md{padding-left:18px}.padding-left-xl{padding-left:25px}.padding-right-xs{padding-right:4px}.padding-right-xl{padding-right:25px}.padding-right-sm{padding-right:10px}.padding-sm{padding:10px}.padding-right-md{padding-right:18px}.padding-sm{padding:6px}.padding-md{padding:18px}.padding-xs{padding:4px}.padding-md-side{padding:0 18px}.padding-lg{padding:24px}.padding-right-lg{padding-right:25px}.padding-right-xl{padding-right:35px}.padding-top-sm{padding-top:10px}.padding-top-md{padding-top:18px}.padding-top-lg{padding-top:25px}.padding-top-xl{padding-top:35px}.padding-bottom-sm{padding-bottom:10px}.padding-bottom-md{padding-bottom:18px}.padding-bottom-lg{padding-bottom:25px}.padding-bottom-xl{padding-bottom:35px}.badge-lg{font-size:16px}.badge{font-size:16px;padding:4px 6px;border-radius:4px;background:#1d976c;color:#fff}.orange-badge{font-size:16px;padding:4px 6px;border-radius:4px;background:#be5c24;color:#fff}.grey-badge{font-size:16px;padding:4px 6px;border-radius:4px;background:#9a9a9a73;color:#000}.full-size{width:100%;height:100%}.absolute-full-size{position:absolute;inset:0;width:100%;height:100%}.grey-transparent-background{background-color:#0000001a}.absolute{position:absolute}.no-scroll{overflow:hidden}.relative{position:relative}.relative-important{position:relative!important}a{text-decoration:none}.blue{color:#3e538d}.red{color:red}.yellow{color:#ff8a3d}.green{color:green}.grey-light{color:#0000001a}.grey{color:#0000006b}.grey-dark{color:#00000094}.white,.white-text{color:#fff}.black,.black-text{color:#000}.dark-mint-theme .mat-button.white-bg,.dark-mint-theme .mat-icon-button.white-bg,.dark-mint-theme .mat-stroked-button.white-bg,.white-bg{background-color:#fff}.red-bg{background-color:red;color:#fff}.yellow-bg{background-color:#ff8a3d}.green-bg{background-color:green!important;color:#fff}.flex{flex:1}.text-md{font-size:1.1em}.text-sm{font-size:.8em}.finding-question{margin:16px 0 8px}.finding-question-content{padding:3px 10px;border-bottom:1px solid rgb(0,172,193);min-width:75px;min-height:24px}.mat-form-field-prefix{margin-right:8px}.red-border{border:1px solid #ff0000}.yellow-border{border:1px solid #ff8a3d}.blue-border{border:1px solid #3883fa}.light-grey-bg{background-color:#0000000d}.grey-bg{background-color:#00000040}.light-mint-bg{background:linear-gradient(to right,#1693861a,#f7f7f7)}mat-card.light-blue-bg,.light-blue-bg{background-color:#3883fa1a}mat-card.light-green-bg,.light-green-bg{background-color:#93fa381a!important}.light-green{color:#70be2efc}mat-card.light-red-bg,.light-red-bg{background-color:#ff00001a}.light-orange-bg,mat-card.light-yellow-bg,mat-card.light-orange-bg,.light-yellow-bg{background-color:#ffa5001f}.light-orange-bg-important,.light-yellow-bg-important{background-color:#ffa5001f!important}.lightgray{color:#0006}.primary,.primary-text{color:var(--primary-color)}.orange{color:orange}.fx-column{display:flex;flex-direction:column}.fx-row-start-center{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.fx-row-center-start{display:flex;flex-direction:row;align-items:flex-start;justify-content:center}.fx-column-end-end{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end}.fx-row-start-start{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.fx-row-end-center{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.fx-row-center-center{display:flex;flex-direction:row;align-items:center;justify-content:center}.fx-column-center-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.fx-column-start-center{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.fx-column-start-start{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.finding-insurance-question{flex:1;font-size:.8em;margin-right:16px}.grey-text{color:gray}.clickable{cursor:pointer;transition:all .15s linear;border-radius:3px}.clickable:hover{background-color:#0000000d}.mat-form-field{letter-spacing:0!important}.mat-error,body div .mat-form-field-subscript-wrapper,div.mat-form-field-subscript-wrapper,.mat-form-field-subscript-wrapper,.mat-hint{font-size:75%}.button-sm{font-size:85%}.mat-hint-important{font-size:12px!important}.text-wrap{word-break:break-all}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}.check-icon{color:var(--primary-color);min-width:24px}mat-form-field.ng-touched.ng-valid .mat-form-field-underline:before{background-color:var(--primary-color)}.wrap{flex-wrap:wrap}.protocol-container,.actions-container{border:1px solid rgba(0,0,0,.1);border-radius:8px;margin:8px 16px}.protocol-container{max-width:1440px}.actions-container-title{border-top-left-radius:8px;border-top-right-radius:8px;padding:16px;font-size:1.1em;text-align:center;background-color:#0000001a}mat-slide-toggle .mat-slide-toggle-content,mat-checkbox .mat-checkbox-layout{white-space:normal}.mat-slide-toggle{min-height:24px;height:auto!important}.pzr-info-container{padding:32px 16px 64px}.divider-container{height:1px;margin:18px}.divider{height:1px;background-color:#0000001a}.center-text{text-align:center}.align-text-left{text-align:left}.align-text-right{text-align:right}.align-text-center{text-align:center}.center{margin:auto!important}.no-margin{margin:0}.no-margin-important{margin:0!important}@media (max-width: 848px){.pzr-info-container{padding:32px 0}}.logo{height:48px}mat-list a{text-decoration:none}.pulse{display:block;background:#cca92c;cursor:pointer;box-shadow:0 0 #cca92c66;animation:pulse 2s infinite}.pulse-default{display:block;cursor:pointer;animation:pulse 2s infinite}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(204,169,44,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(204,169,44,0)}to{-webkit-box-shadow:0 0 0 0 rgba(204,169,44,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(204,169,44,.6);box-shadow:0 0 #cca92c99}70%{-moz-box-shadow:0 0 0 14px rgba(204,169,44,0);box-shadow:0 0 0 14px #cca92c00}to{-moz-box-shadow:0 0 0 0 rgba(204,169,44,0);box-shadow:0 0 #cca92c00}}.jetzt-beantragen-button{font-size:1.1rem!important;padding:8px 32px!important;transition:all .15s linear!important}.jetzt-beantragen-button:hover{transform:scale(1.025)}.jetzt-beantragen-button mat-icon{transition:all .15s linear}.jetzt-beantragen-button:hover mat-icon{margin-left:20px}.entry-page-container{margin-top:32px;max-width:680px;width:100%;padding:16px;position:relative}card.info--bg{max-width:820px;width:80%;transition:all .15s linear!important;margin:auto}.info-card-bg:hover{border-radius:15px;box-shadow:0 3px 3px -2px #3f5efb33,0 3px 4px #3f5efb24,0 1px 8px #3f5efb1f}.info-entry{margin:6px 0}.price-container{margin:16px 0;padding:8px 0;line-height:normal}.price-container .prefix{margin-bottom:10px}.price-container .price{font-size:64px;font-weight:700;margin:0 4px 0 8px}.price-container .suffix{font-size:1.2em;margin-bottom:10px}.additional-price-container{color:#0009}.price-container-disabled{text-decoration:line-through grey;color:#00000080;margin:16px 0 0;padding:16px 0 0}.price-container-disabled .price{font-size:1.2rem}.form-container{max-width:963px;margin:0 auto;background-color:#f2f9f4}@media (max-width: 848px){.price-container{margin:0}.price-container .price{font-size:42px}.entry-page-container{padding:0}}.mat-form-container{margin-left:16px}.mat-form-container-150 mat-form-field,.mat-form-container-150{width:150px}.mat-form-container-150 mat-form-field{flex:1 1 150px}.mat-form-container-450 mat-form-field,.mat-form-container-450{width:450px}.mat-form-container-450 mat-form-field{flex:1 1 450px}.mat-form-container-200 mat-form-field,.mat-form-container-200{width:200px}.mat-form-container-200 mat-form-field{flex:1 1 200px}.mat-form-container-300 mat-form-field,.mat-form-container-300{width:300px}.mat-form-container-300 mat-form-field{flex:1 1 300px}@media (max-width: 784px){.mat-form-container mat-form-field,.mat-form-container{margin-left:0;width:100%;flex:1 1 100%}}mat-form-field{width:inherit}.light-blue-bg{background-color:#6c9ce333}.light-red-bg{background:linear-gradient(to bottom,#f8503233,#e738274d)}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.rotating{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line:before{border-left-color:#0000001f}.mat-horizontal-stepper-header:after,.mat-horizontal-stepper-header:before,.mat-stepper-horizontal-line{border-top-color:#0000001f}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px}.mat-stepper-vertical-line:before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before,.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.absolute-bottom{position:absolute!important;bottom:0}.ag-row-focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #82b15024,0 1px 10px #82b1501f!important;border-bottom-width:1px;border-top-width:1px;border-left-width:0;border-right-width:0;border-style:solid;border-image:linear-gradient(299deg,#24ada21a,#82b150 66%,#24ada21a) 1;background:linear-gradient(299deg,#24ada21a,#82b1501a 66%,#24ada21a)}.ag-theme-material .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){border:none!important}.ag-row:hover{cursor:pointer;background-color:#0000000d}.ag-row:hover i.action{color:var(--primary-color)}.canceled-insurance-class *{text-decoration:line-through red}.bold,h3.bold,h2.bold{font-weight:700}.mat-dialog-title{border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:9px}.mat-typography h2{margin:0}.checkbox-container{margin-top:4px;padding:8px 16px}.checkbox-footer-container{margin-top:4px;padding:8px 16px;background:#ece9e6;background:-webkit-linear-gradient(to left,#FFFFFF,#ECE9E6);background:linear-gradient(to left,#fff,#ece9e6);border-radius:5px;transition:all .2s linear}.checkbox-footer-container:hover{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mojito-gradient{background:linear-gradient(to right,#1d976c,#93f9b9)}.neon-life-gradient{background:linear-gradient(to right,#b3ffab,#12fff7)}.underline{text-decoration:underline;text-decoration-thickness:2px}.info-highlight{font-weight:700;font-size:1.3rem}.question-required-error .question-container{box-shadow:0 3px 3px -2px #f003,0 3px 4px #ff000024,0 1px 8px #ff00001f!important}.question-required-error .question-hint-button{background:linear-gradient(to left,#ff4b2b,#db0f14)!important}.stop-card{width:420px;max-width:100%;background:linear-gradient(to right,#ff4b2b,#ff4b2b)!important;color:#fff!important}@media (max-width: 784px){.stop-card{width:100%}.mat-vertical-content{padding:0 6px 24px!important}}.warn-card{width:420px;background:linear-gradient(to left,#f37335,#f37335)!important;color:#fff!important}.yellow-card{width:420px;background:linear-gradient(to left,#ecc14b,#f3f035)!important;color:#000!important}.min-full-height{min-height:100%}.min-full-width{min-width:100%}.mat-expansion-panel-header{padding:12px 24px!important}.todo-accordion .mat-expansion-panel-body{background:#ffffff6b}.checkbox-footer-container.error{background:#ff416c;background:-webkit-linear-gradient(to left,#FF4B2B,#FF416C);background:linear-gradient(to left,#ff4b2b,#ff416c)}.grass-morphism-card.mat-card{background:none}.grass-morphism-card{height:100%;max-width:600px;width:90%;margin:24px 0;background-color:#ffffff3b;position:absolute;border-radius:15px!important;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.1);padding:50px 35px;z-index:5;box-shadow:0 8px 32px #24ada257}.button-md{line-height:24px;font-size:18px}.line{width:100%;height:1px;background-color:#00000026}.question-container{margin-bottom:24px;border-radius:12px;position:relative}.question-hint-button{position:absolute;top:-15px;right:-15px;background:linear-gradient(to left,#5bbff5,#4665dd)}.question-text{margin:8px 0;font-size:1.2em;line-height:1.4em}.question-answers-container{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin-top:12px}.question-answer{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;min-width:115px;min-height:55px;transition:all .1s linear;border-radius:6px;height:inherit;margin:6px;cursor:pointer;box-shadow:0 2px 5px #00000042;padding:0 16px;font-size:1.1em}@media (max-width: 848px){.question-answer{min-width:calc(100% - 44px)}.container{padding:0}}.person-card .mat-card-header-text{width:100%!important}#search-todo .mat-form-field-wrapper,#search .mat-form-field-wrapper{padding-bottom:0!important}.br{border-radius:8px}.w80{width:80%}.card{border:2px solid #fff;box-shadow:0 0 10px #a9a9a9;padding:30px 40px;width:80%;margin:50px auto}.profilePic{height:65px;width:65px;border-radius:50%}.comment{height:12px;background:#777;margin-top:20px}.wrapper{width:0px;animation:fullView .5s forwards linear}@keyframes fullView{to{width:100%}}.animate{animation:shimmer 2s infinite;background:linear-gradient(to right,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);background-size:1000px 100%}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.mat-icon.big-success-icon{width:102px;height:102px;font-size:102px;line-height:102px;margin-bottom:16px;background-color:#0080001a;border-radius:50%}.mat-icon.big-icon{width:102px;height:102px;font-size:102px;line-height:102px;margin-bottom:16px;border-radius:50%}.mat-icon.md-success-icon,.mat-icon.md-icon{width:48px;min-width:48px;height:48px;font-size:48px;line-height:48px;margin-bottom:16px}.mat-icon.md-success-icon{background-color:#0080001a;border-radius:50%}.no-padding .mat-dialog-container{padding:0!important}.no-padding-top-bottom .mat-dialog-container{padding-top:0!important;padding-bottom:0!important}.no-padding-bottom .mat-dialog-container{padding-bottom:0!important}.mat-dialog-title{margin:0!important}.mat-mdc-dialog-container .mat-mdc-dialog-surface{overflow:hidden}.mat-mdc-dialog-container .fx-dialog-header{margin:-24px -24px 0;border-radius:4px 4px 0 0}.mat-mdc-dialog-container .mat-mdc-dialog-surface{overflow:visible}mat-dialog-content,.mat-mdc-dialog-content{display:block}mat-dialog-content .fx-layout-row,.mat-mdc-dialog-content .fx-layout-row{display:flex!important;flex-direction:row!important}mat-dialog-content .fx-layout-column,.mat-mdc-dialog-content .fx-layout-column{display:flex!important;flex-direction:column}.agreement-text{color:#f05053ed}.mat-card.agreement-card{box-shadow:0 2px 4px -1px #0003,0 4px 5px #f0505324,0 1px 10px #f050531f!important}.agreement-bg{background:linear-gradient(to left,#de905e,#f05053)}.finding-text{color:#f2994afa}.mat-card.finding-card{box-shadow:0 2px 4px -1px #0003,0 4px 5px #f2994a24,0 1px 10px #f2994a1f!important}.finding-bg,.mat-card.finding-bg{background:linear-gradient(to right,#f2994a,#f2c94c)}.offer-text{color:#000}.mat-card.offer-card{box-shadow:0 2px 4px -1px #0006,0 4px 5px #0000003d,0 1px 10px #0000001f!important}.timeline__date.offer-bg,.offer-bg{background-color:#000!important}.insurance-text{color:var(--primary-color)}.mat-card.insurance-card{box-shadow:0 2px 4px -1px #0003,0 4px 5px #24ada224,0 1px 10px #24ada21f!important}.insurance-bg{background:var(--primary-color);color:#fff}.mat-expansion-panel-header-title,.mat-expansion-panel-header-description{width:250px}.neutral-bg{background:linear-gradient(to bottom,#706c6b,#96908d)}.mat-card.neutral-card{background:linear-gradient(to bottom,#706c6b1c,#96908d1c)}.start-button.mat-raised-button{line-height:62px;font-size:22px}#stepper .mat-horizontal-stepper-header-container{background:#fff;border-bottom-right-radius:5px;border-bottom-left-radius:5px;box-shadow:0 3px 1px -2px #24ada233,0 2px 2px #24ada224,0 1px 5px #24ada21f}h1,.mat-typography h1{margin:0!important}.dark-dialog .mat-dialog-container{background:#455760!important;color:#f0eeeede!important}.dark-mint-theme .mat-stepper-horizontal.transparent-bg,.dark-mint-theme .mat-stepper-vertical.transparent-bg,.transparent-bg{background-color:transparent}.privyou-yellow-bg,.yellow-light-bg{padding:16px;background:linear-gradient(299deg,#ad62241a,#d79d741a 66%,#f170291a);border-radius:8px}.privyou-green-bg-container{padding:16px;background:linear-gradient(299deg,#24ada21a,#82b1501a 66%,#24ada21a);border-radius:8px}.privyou-blue-bg-container{padding:16px;background:linear-gradient(299deg,#2478ad1a,#5081b11a 66%,#2436ad1a);border-radius:8px}.mat-card.privyou-green-bg,.privyou-green-bg{background:linear-gradient(299deg,#24ada21a,#82b1501a 66%,#24ada21a)}.privyou-red-bg{background:linear-gradient(299deg,#b2233d1a,#ad428d1a 66%,#b2233d1a)}.admin-grid-container{background:#fff;min-height:calc(100vh - 64px)}.admin-card{width:350px;transition:all .15s linear;position:relative;background:#ffffff59;box-shadow:0 8px 32px #1f26875e;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;border:1px solid rgba(255,255,255,.18)}.admin-card:hover{border-radius:20px}mat-card.admin-card-with-content{transition:all .15s linear;position:relative;padding:15px 0 0;background:#ffffff59;box-shadow:0 8px 32px #1f26875e!important;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;border:1px solid rgba(255,255,255,.18)}.admin-page-icon{margin:12px auto;font-size:82px;width:82px;height:82px;min-width:82px;min-height:82px}.admin-page-img{margin:0;max-width:100%;height:40px}.admin-card-content{height:300px;max-height:300px;overflow-y:auto;padding:8px 0;position:relative}.admin-card-item{padding:6px 12px;cursor:pointer;transition:all .1s}.admin-card-item:hover{background-color:#0000000f}.step-title{font-size:1.1rem;font-weight:700;margin:6px}.step-content{padding:6px;color:#000000a3;text-align:center}@media (max-width: 784px){.steps-container{flex-direction:column!important;box-sizing:border-box;display:flex;place-content:center flex-start;align-items:center}.step-img-container{width:80px!important;height:80px!important;margin:12px 0!important}}.step-img-container{border-radius:50%;width:105px;height:105px;background-color:#ffffff1a;display:flex;justify-content:center;align-items:center;margin:12px 24px 12px 0}.step-img-container i{font-size:48px;color:#fff}.step-img-light{background-color:#00000040;margin:12px 0}.steps-container{padding:8px;flex-direction:row;box-sizing:border-box;display:flex;place-content:flex-start;align-items:flex-start}.border-radius-top{border-radius:8px 8px 0 0}.border-radius-bottom{border-radius:0 0 8px 8px}.privyou-background-white-bg{background-color:#fefefe;background-image:url(/assets/images/backgrounds/dental-mix-background.png),url(/app/assets/images/backgrounds/dental-mix-background.png);background-repeat:repeat repeat}.privyou-background-bg{background-color:#fff;background-image:url(/assets/images/backgrounds/dental-mix-background.png),url(/app/assets/images/backgrounds/dental-mix-background.png);background-repeat:repeat repeat}mat-card.mat-card{border-radius:10px}.person-card .mat-card-header-text{margin:0}.mat-button-toggle-group-appearance-standard{border-radius:8px}.max-height-80vh.mat-mdc-dialog-content{max-height:80vh}.max-height-90vh.mat-mdc-dialog-content{max-height:90vh}.todo-cards .mat-card-header-text{margin:0;width:12px}.finish-button,.next-button{font-size:1.1rem!important;padding:12px 34px!important}.fx-row{display:flex;flex-direction:row}.fx-start-center{align-items:center;justify-content:start}.fx-center-center{align-items:center;justify-content:center}.fx-center-start{align-items:flex-start;justify-content:center}.border-right{border-right:1px solid rgba(0,0,0,.1)}.border-top{border-top:1px solid rgba(0,0,0,.1)}.border-bottom{border-bottom:1px solid rgba(0,0,0,.1)}.doc-card .mat-card-header-text{margin:0;width:12px}.default-modal-content{min-height:125px;font-size:1.2em;line-height:1.2em}.no-background{background-color:transparent!important;background:transparent!important}.special-card-hint{background-color:#1d976c;text-align:center;position:absolute;display:flex;flex-direction:column;font-size:13px;line-height:15px;image-orientation:revert;top:-15px;right:0;padding:6px 12px;color:#fff;border-radius:6px}.iban-input{text-transform:uppercase;width:100%}.uppercase{text-transform:uppercase}.truncate{width:100%;white-space:nowrap;overflow:hidden;text-overflow:clip}.dark-mint-theme .mat-flat-button.mat-primary.mat-button-disabled,.dark-mint-theme .mat-flat-button.mat-accent.mat-button-disabled,.dark-mint-theme .mat-flat-button.mat-warn.mat-button-disabled,.dark-mint-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.dark-mint-theme .mat-raised-button.mat-primary.mat-button-disabled,.dark-mint-theme .mat-raised-button.mat-accent.mat-button-disabled,.dark-mint-theme .mat-raised-button.mat-warn.mat-button-disabled,.dark-mint-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.dark-mint-theme .mat-fab.mat-primary.mat-button-disabled,.dark-mint-theme .mat-fab.mat-accent.mat-button-disabled,.dark-mint-theme .mat-fab.mat-warn.mat-button-disabled,.dark-mint-theme .mat-fab.mat-button-disabled.mat-button-disabled,.dark-mint-theme .mat-mini-fab.mat-primary.mat-button-disabled,.dark-mint-theme .mat-mini-fab.mat-accent.mat-button-disabled,.dark-mint-theme .mat-mini-fab.mat-warn.mat-button-disabled,.dark-mint-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{background:none!important;background-color:#0000001f!important}.dialog-close-button{position:absolute;right:-21px;top:-21px}div.ngxp__container{width:100%;max-width:600px!important}.mat-button-toggle-checked{color:#fff!important;font-weight:700}.price-bottom-container{color:#56ab2f;font-weight:700;padding:2px 12px;border-radius:4px;min-width:88px;margin-left:12px;transition:all .15s}.beitrag-title{font-size:12px;text-align:right;width:100%;background-color:#bdb8b8;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.price-class{text-align:right;width:100%;font-size:16px;background-color:#bdb8b8;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.active-price-range{display:flex;background-color:#4665dd1a}.active-price-range .beitrag-title,.active-price-range .price-class{background-color:#4665dd}@media (max-width: 599px){.price-bottom-container{display:none!important}.price-bottom-container.active-price-range{display:flex!important}}.copyable{margin-left:4px}.copyable:hover{background-color:#00000013;cursor:copy}table.zahn-schema{width:100%;background-color:#fff;color:#202122;margin:0 0 1em;border:1px solid rgba(162,169,177,.1803921569);border-collapse:collapse;opacity:.9}table.zahn-schema td{border:1px solid #e6e9ed;padding:.2em .4em;text-align:center}table.zahn-schema .light-green{background-color:#2a86591a;color:#1d976c;height:100%}table.zahn-schema .not-relevant{background-color:#00000008}table.zahn-schema .not-relevant .material-symbols-outlined{color:#818080}@media (max-width: 848px){table.zahn-schema{zoom:.75}}@media (max-width: 700px){table.zahn-schema{zoom:.5}}.fx-row{display:flex}.fx-center-center{justify-content:center;align-items:center}button.icon-button-sm{min-width:auto;padding:0}.example-container{background-color:#8c9aaf;text-align:center;color:#fff}.example-container h2{margin-bottom:2px!important;font-weight:700!important}#pzr-stepper .mat-vertical-stepper-header{padding:24px 10px!important}#pzr-stepper .mat-vertical-content-container{margin-left:22px}#pzr-stepper .mat-vertical-content{padding:0 12px 24px 16px}.gradient-text,.h2-gradient{color:var(--primary-color);background:-webkit-linear-gradient(0deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.transparent-primary-bg{position:relative}.transparent-primary-bg:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:var(--primary-color);opacity:.1;border-radius:10px}.mat-card .mat-card-avatar{border-radius:0}.absolute-top-right{background-color:var(--primary-color);color:#fff;position:absolute;top:-12px;right:-8px;border-radius:50%;font-size:22px;padding:4px}.lang-select{margin-top:16px}.lang-select .mat-form-field-label,.lang-select .mat-select-arrow{color:#ffffff7a!important}.lang-select .mat-select-value{color:#ffffff94!important}.lang-select .mat-form-field-underline{background-color:#ffffff7a!important}img.flag-img{width:24px!important;height:24px;margin:0 12px 0 0!important}@media print{.hide-on-print{display:none}.new-page{page-break-after:always}.mat-elevation-z3{box-shadow:none!important}}.customer-container{max-width:95vw;width:1240px;margin:auto;padding:24px 0}.no-padding-input .mat-form-field-wrapper,.local-ac-container .mat-form-field-wrapper,.local-ac-container .mat-form-field-appearance-outline .mat-form-field-wrapper{padding:0!important;margin:0!important}#search .mat-form-field-wrapper,.local-ac-container .mat-form-field{background-color:#00000008}.table-row-error{background-color:#ff00001a!important;border:1px solid rgba(255,0,0,.2)!important}.selected-header-item{border-bottom:2px solid!important;border-radius:0!important}.icon-sm{width:24px!important;height:24px!important;font-size:18px!important}.icon-xs{width:18px!important;height:18px!important;font-size:17px!important}.icon-md{width:28px!important;height:28px!important;font-size:28px!important}.bleach-perfect-container.blue-theme .mat-raised-button.mat-primary,.bleach-perfect-container.blue-theme .mat-fab.mat-primary,.bleach-perfect-container.blue-theme .mat-mini-fab.mat-primary{background-color:#ffd667;border-radius:50px;padding:15px 31px!important;color:#000000de}.overflow{overflow:auto}.kpi-card{margin:6px 8px}.kpi-card.kpi-card-highlight{background-image:linear-gradient(to left,#5bbff5,#03dac6)}.kpi-card.kpi-card-highlight .kpi-hint{color:#fff}.kpi-card.kpi-card-highlight-2{background-image:linear-gradient(to left,#00624f,#00624f)}.kpi-card.kpi-card-highlight-2 .kpi-title,.kpi-card.kpi-card-highlight-2 .kpi-value-not-important,.kpi-card.kpi-card-highlight-2 .kpi-hint{color:#fff}.insurer-img{max-width:150px;max-height:80px}.mat-card.kpi-super-card{transform:scale(1.15);margin-left:32px;box-shadow:4px 2px 3.125rem #5bbff529!important;border:2px solid rgba(91,191,245,.16)!important}.mat-icon.arrow-destination{width:82px;height:82px;font-size:82px;background-image:linear-gradient(to left,#5bbff5,#03dac6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 24px}.kpi-title{font-size:16px;font-weight:700;margin-bottom:8px}.kpi-value{font-size:64px;line-height:68px;font-weight:700;text-align:center;width:100%;display:flex;justify-content:center;align-items:flex-end}.kpi-value-not-important{font-size:48px;line-height:68px;font-weight:700;text-align:center;width:100%;color:#464343;display:flex;justify-content:center;align-items:flex-end}.kpi-value-postfix{font-size:18px;line-height:18px;margin-bottom:8px;margin-left:4px;width:100%;background-image:none;-webkit-background-clip:text;-webkit-text-fill-color:#464343}.kpi-hint{margin-top:0;font-size:12px;color:gray}.kpi-map{height:450px}.customer-offers-container{max-width:920px;margin-left:auto;margin-right:auto;min-height:100vh;padding:8px 16px;display:flex;flex-direction:column}.customer-offers-header{height:82px;padding:0 12px}.customer-offers-header .header-content{max-width:860px;margin:auto;height:100%}@media (max-width: 820px){.hide-lt-md{display:none}}@media (max-width: 640px){.customer-offers-container{padding:8px 4px}}.input-required-container{position:relative;border:2px solid orange;border-radius:5px;padding:12px}.input-required-container.error{border-color:red}.input-required-container.error .orange-edit-title-icon{background:red}.orange-edit-title-icon{background:orange;color:#fff;border-radius:50%;padding:4px;position:absolute;top:-15px;right:-19px}.mat-card.orange-card,.orange-card{box-shadow:0 5px 5px -3px #ffa50033,0 8px 10px 1px #ffa50024,0 3px 14px 2px #ffa5001f}.abschliessen-container{margin:24px 0 48px;display:flex;justify-content:center;align-items:center}.print-todo-cards-container{overflow-y:auto}.practice-container{max-width:1480px;margin:0 auto}@media (max-width: 1280px){.practice-container{padding:0 48px}}@media (max-width: 700px){.practice-container{padding:0 24px}}@media (max-width: 500px){.practice-container{padding:0 6px}}.mbsc-calendar-controls{display:none!important}.scrollable{overflow-y:auto;overflow-x:auto}.short-question-title{font-size:1.2em;font-weight:700;margin:0 0 4px}.mat-dialog-container-no-padding-bottom .mat-dialog-container{padding:24px 24px 0}.possible-insurance-list-container{width:100%;max-width:840px;justify-content:center;align-items:center;display:flex;flex-direction:column}.treatment-container{margin:2px 0;padding:8px 12px;background:#0000000d;border-radius:8px;zoom:.75}.treatment-container mat-icon{font-size:34px;width:34px;height:34px}.treatment-title{margin-bottom:2px;font-weight:700;font-size:1.1rem}.treatment-refund{font-size:1.2rem;margin:11px 0;font-weight:700}.insurance-possibility-price{font-size:1.5rem;font-weight:600;color:#3653cf}.possible-insurance-container-border{margin:12px 0;position:relative;padding:8px 18px;box-shadow:0 0 6px #00000024;background-color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.mat-hint{line-height:.9rem}.dental-treatment-holder{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;width:200px;min-width:175px;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;border-radius:8px;margin:6px 4px}@media (max-width: 848px){.dental-treatment-holder img{display:none}.short-question-title{font-size:1.1em}}@media (max-width: 600px){app-possible-insurnace-state-short-item{zoom:90%}.possible-insurance-container-border{padding:8px 12px}.short-question-title{font-size:1em}}@media (max-width: 480px){app-possible-insurnace-state-short-item{zoom:80%}.possible-insurance-container-border{padding:8px 12px}}@media (max-width: 400px){app-possible-insurnace-state-short-item{zoom:75%}}.dental-treatment-title{font-size:1.1rem;background-color:#bddcff73;width:96%;text-align:center;padding:10px 4px;border-top-left-radius:8px;border-top-right-radius:8px;font-weight:700;display:flex;justify-content:center;align-items:center;flex-direction:row}.dental-treatment-title mat-icon{color:#8b8b8bcf;margin-left:8px}.dental-treatment-value{font-size:48px;line-height:48px;font-weight:700;padding:12px 0;position:relative;width:100%;text-align:center}.dental-treatment-value div{font-size:48px;line-height:48px;font-weight:700}.dental-treatment-value .change-icon{position:absolute;right:4px;bottom:4px;color:#00000038}.dental-treatment-value:hover .change-icon{color:#24ada2}.dental-treatment-value-sm{font-size:16px;font-weight:700;margin:16px;position:relative}.dental-treatment-hint{font-size:1rem;color:#1a1a1a;padding:8px;background-color:#1a1a1a0d;border-radius:10px;margin:4px 2px}.dental-treatment-hint-holder{min-height:44px}.offer-type-img{height:180px}.mat-button-toggle-checked{font-weight:700}.toggle-img{height:120px}.dental-treatment-value .active{color:var(--primary-color)}.lh-16{line-height:16px;margin:16px 0 12px}.lh-12{line-height:12px}.yellow-chip{background-color:#e7b64f;color:#fff;font-weight:700}.score-container{width:65px;height:65px;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.score-container .score-container-text{color:#fff;font-size:1.3rem;font-weight:700}.outer-circle{width:100%;height:100%;border-radius:50%;background:linear-gradient(299deg,#e3faefcc,#24ada233);display:flex;align-items:center;justify-content:center;box-shadow:8px 8px 15px #0000001a,-8px -8px 15px #ffffffb3}.inner-circle{width:80%;height:80%;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-family:system-ui,-apple-system,sans-serif;box-shadow:inset 2px 2px 5px #0003;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.grade-90{background:linear-gradient(90deg,#15803d,#16a34a)}.grade-80{background:linear-gradient(90deg,#16a34a,#22c55e)}.grade-70{background:linear-gradient(90deg,#22c55e,#4ade80)}.grade-60{background:linear-gradient(90deg,#4ade80,#86efac)}.grade-50{background:linear-gradient(90deg,#86efac,#bbf7d0)}.grade-less-50{background:linear-gradient(90deg,#facc15,#fde047)}.selected-list-item .possible-insurance-container-border{background:linear-gradient(299deg,#24ada233,#82b15033 66%,#24ada233)!important}@media (max-width: 420px){.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 8px 8px!important}.mat-vertical-content-container{margin-left:20px!important}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header-container{padding:0 4px}}.question-short-container{margin-top:12px}.text-grade-90,.text-grade-80{color:#3c9a44}.text-grade-70{color:#3c9a44e6}.text-grade-60{color:#3c9a44cc}.gold{color:#d4af37}input.age-input{font-size:22px;font-weight:700;text-align:center!important;justify-content:center}.zoom-80{zoom:.8}.zoom-90{zoom:.9}.finding-transmitter-container{width:100%;max-width:420px;margin:auto}.default-chip{padding:4px 8px;border-radius:10px;background-color:#f0f0f0;color:#333;cursor:pointer;margin:0 4px;font-size:.9rem}.pac-container{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;border:none;margin-top:4px;font-family:Roboto,Helvetica Neue,sans-serif;z-index:1050!important;min-width:320px;overflow-x:hidden;max-width:calc(100% - 20px);box-sizing:border-box}.pac-item{padding:10px 16px;font-size:14px;color:#000000de;border:none;cursor:pointer;display:flex;align-items:center;transition:background-color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pac-item:hover{background-color:#0000000a}.pac-item-selected{background-color:#00000014}.pac-icon{background-image:none;display:none;margin-right:0}.pac-item-query{font-weight:500}.hdpi.pac-logo:after,.pac-logo:after{margin:0;background-image:none;height:auto}#pzr-stepper .mat-card-header-text{justify-content:center;align-items:center;display:flex}#pzr-stepper .mat-card-header .mat-card-title{margin-bottom:0}#pzr-stepper .mat-card-avatar{width:24px;height:24px}#pzr-stepper .mat-card-header{display:flex;flex-direction:row;align-items:center;margin-bottom:8px}@media (max-width: 960px){#pzr-stepper .mat-card{border-radius:0;-webkit-box-shadow:0px 0px 6px 0px rgba(0,0,0,.14);box-shadow:0 0 6px #00000024}#pzr-stepper .question-container{margin-bottom:0}#pzr-stepper .mat-horizontal-content-container{padding:0!important}.mat-horizontal-stepper-header-container:after{bottom:-12px;height:12px}}.footer{padding:16px 0;border-top:1px solid rgba(0,0,0,.12);background-color:#f0f5f8;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap}.footer a{color:#000000bd;text-decoration:none;font-size:12px;margin:0 8px}.footer a:hover{text-decoration:underline}.mat-horizontal-stepper-header-container{position:relative}.mat-horizontal-stepper-header-container:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:4px;background:linear-gradient(to bottom,#0003,#0000);z-index:1;pointer-events:none}.insurance-details-modal .mat-mdc-dialog-container{background-color:#f2f9f4}@media (max-width: 960px){.insurance-details-modal .mat-mdc-dialog-container{width:100vw;padding:24px 0}.insurance-details-modal{height:100vh}.insurance-details-modal .mat-mdc-dialog-content{max-height:calc(100% - 94px);margin:0;padding:0}}.possible-insurance-container-promoted .treatment-container{background-color:#fff!important}.tooth-status-step .tooth-status-unanswered app-health-question .question-container{box-shadow:none!important;border:1px solid #e0e0e0;background-color:#fafafa;margin-bottom:16px}.tooth-status-step .tooth-status-unanswered app-health-question .question-container mat-card-content{padding:16px}.tooth-status-step app-health-question .short-question-readonly{background-color:transparent;border-left:none;padding:8px 0;margin-bottom:8px}.tooth-status-step app-health-question .short-question-readonly .short-question-title-readonly{display:none}.tooth-status-step app-health-question .short-question-readonly .question-text-sm{font-size:.9rem;color:#555;margin:0}.tooth-status-step app-health-question .short-question-readonly .selected-answer-display-short{background-color:transparent;padding:0;margin-left:12px}.tooth-status-step app-health-question .short-question-readonly .selected-answer-display-short .answer-icon-small{display:none}.tooth-status-step app-health-question .short-question-readonly .selected-answer-display-short .answer-text-short{color:#333;font-style:italic;font-weight:400}.tab-content-container mat-card.mat-card,#customer-data mat-card.mat-card{border-radius:0;box-shadow:none}.dental-form{font-family:Arial,sans-serif;line-height:1.6;color:#333;max-width:800px;margin:0 auto}.dental-form .q{padding:0;margin-bottom:0}.dental-form .q>p{font-size:16px;margin-bottom:15px;font-weight:500}.dental-form .h{font-weight:600;color:#1a1a1a;border-bottom:1px solid #e0e0e0;padding-bottom:1px}.dental-form .b{padding:12px 15px;margin-bottom:15px;border-radius:4px}.dental-form .ex{border-left:3px solid #4caf50;background-color:#fafafa}.dental-form .inf{border-left:3px solid #2196f3;background-color:#fafafa}.dental-form .b p{margin:0 0 8px;font-size:14px;color:#555}.dental-form .ex p{color:#2e7d32}.dental-form .inf p{color:#1565c0}.dental-form ul{margin:0;padding-left:0;list-style:none}.dental-form li{margin-bottom:4px;font-size:14px;color:#555;padding-left:20px;position:relative}.dental-form li:before{position:absolute;left:0;color:#666}.dental-form .ex li:before{content:"\2713"}.dental-form .inf li:before{content:"\2717"}.mat-tooltip{font-size:14px!important;line-height:1.5!important;max-width:320px!important;padding:12px 16px!important;background-color:#212121f2!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:8px!important;box-shadow:0 4px 20px #00000026!important}@media (max-width: 600px){.mat-tooltip{font-size:13px!important;max-width:280px!important;padding:10px 14px!important}}:root{--mat-list-list-item-leading-icon-opacity: 1}.mat-mdc-list-base,.mat-mdc-action-list{--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 1);--mat-list-list-item-leading-icon-opacity: 1}.primary{color:var(--mat-theme-primary, #1976d2)!important}.green{color:#4caf50!important}.red{color:#f44336!important}.orange{color:#ff9800!important}.blue{color:#2196f3!important}.yellow{color:#ffeb3b!important}.purple{color:#9c27b0!important}.primary svg,.green svg,.red svg,.orange svg,.blue svg,.yellow svg,.purple svg{fill:currentColor!important}mat-icon.primary{color:var(--mat-theme-primary, #1976d2)!important}mat-icon.green{color:#4caf50!important}mat-icon.red{color:#f44336!important}mat-icon.orange{color:#ff9800!important}mat-icon.blue{color:#2196f3!important}mat-icon.yellow{color:#ffeb3b!important}mat-icon.purple{color:#9c27b0!important}.mat-mdc-list-item .mat-mdc-list-item-icon.primary{color:#1976d2!important}.mat-mdc-list-item .mat-mdc-list-item-icon.green{color:#4caf50!important}.mat-mdc-list-item .mat-mdc-list-item-icon.red{color:#f44336!important}.mat-mdc-list-item .mat-mdc-list-item-icon.orange{color:#ff9800!important}.mat-mdc-list-item .mat-mdc-list-item-icon.blue{color:#2196f3!important}.mat-mdc-list-item .mat-mdc-list-item-icon.yellow{color:#ffeb3b!important}.mat-mdc-list-item .mat-mdc-list-item-icon.purple{color:#9c27b0!important}.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#000c!important}.mat-mdc-raised-button.mat-primary{--mat-button-filled-label-text-color: white !important;--mat-button-protected-label-text-color: white !important;color:#fff!important;padding:12px 24px!important;min-height:44px!important}.mat-mdc-unelevated-button.mat-primary,.mat-mdc-flat-button.mat-primary{--mat-button-filled-label-text-color: white !important;color:#fff!important;padding:12px 24px!important;min-height:44px!important}button.mat-mdc-button.mat-primary{color:#fff!important;padding:12px 24px!important;min-height:44px!important}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{color:#fff!important}.mat-mdc-raised-button.mat-primary:disabled,.mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled{--mat-button-filled-container-color: #bdbdbd !important;--mat-button-filled-label-text-color: #616161 !important;background-color:#bdbdbd!important;color:#616161!important}.mat-mdc-unelevated-button.mat-primary:disabled,.mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled{--mat-button-filled-container-color: #bdbdbd !important;--mat-button-filled-label-text-color: #616161 !important;background-color:#bdbdbd!important;color:#616161!important}.mat-mdc-flat-button.mat-primary:disabled,.mat-mdc-flat-button.mat-primary.mat-mdc-button-disabled{--mat-button-filled-container-color: #bdbdbd !important;--mat-button-filled-label-text-color: #616161 !important;background-color:#bdbdbd!important;color:#616161!important}.mat-mdc-fab.mat-primary:disabled,.mat-mdc-fab.mat-primary.mat-mdc-button-disabled,.mat-mdc-mini-fab.mat-primary:disabled,.mat-mdc-mini-fab.mat-primary.mat-mdc-button-disabled{--mat-fab-container-color: #bdbdbd !important;--mat-fab-label-text-color: #616161 !important;background-color:#bdbdbd!important;color:#616161!important}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-flat-button.mat-primary{display:flex!important;align-items:center!important;justify-content:center!important}.mat-mdc-raised-button.mat-primary mat-icon[iconPositionEnd],.mat-mdc-unelevated-button.mat-primary mat-icon[iconPositionEnd],.mat-mdc-flat-button.mat-primary mat-icon[iconPositionEnd]{order:2!important;margin-left:8px!important;margin-right:0!important}.mat-mdc-raised-button.mat-primary span,.mat-mdc-unelevated-button.mat-primary span,.mat-mdc-flat-button.mat-primary span{order:1!important}.mat-mdc-raised-button.mat-primary mat-icon:not([iconPositionEnd]),.mat-mdc-unelevated-button.mat-primary mat-icon:not([iconPositionEnd]),.mat-mdc-flat-button.mat-primary mat-icon:not([iconPositionEnd]){order:0!important;margin-right:8px!important;margin-left:0!important}.section-headline{display:flex;align-items:center;margin-top:15px;margin-bottom:15px;font-size:1.1rem}.section-headline .title-icon{color:#24ada2;margin-right:16px}#search .mat-mdc-form-field-subscript-wrapper,#doctorSearch .mat-mdc-form-field-subscript-wrapper,#search .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align,#doctorSearch .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align{height:0!important;min-height:0!important}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow)}html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}html{--mat-ripple-color: rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color: #24ada2;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color: #70829d;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html{--mat-pseudo-checkbox-full-selected-icon-color: #70829d;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #70829d;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #24ada2;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #24ada2;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #70829d;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #70829d;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #f44336;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-option-label-text-font: Roboto, sans-serif;--mat-option-label-text-line-height: 24px;--mat-option-label-text-size: 16px;--mat-option-label-text-tracking: .03125em;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: Roboto, sans-serif;--mat-optgroup-label-text-line-height: 24px;--mat-optgroup-label-text-size: 16px;--mat-optgroup-label-text-tracking: .03125em;--mat-optgroup-label-text-weight: 400}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-card-title-text-font: Roboto, sans-serif;--mat-card-title-text-line-height: 32px;--mat-card-title-text-size: 20px;--mat-card-title-text-tracking: .0125em;--mat-card-title-text-weight: 500;--mat-card-subtitle-text-font: Roboto, sans-serif;--mat-card-subtitle-text-line-height: 22px;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: .0071428571em;--mat-card-subtitle-text-weight: 500}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #24ada2;--mat-progress-bar-track-color: rgba(36, 173, 162, .25)}.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #70829d;--mat-progress-bar-track-color: rgba(112, 130, 157, .25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #f44336;--mat-progress-bar-track-color: rgba(244, 67, 54, .25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #616161;--mat-tooltip-supporting-text-color: #fff}html{--mat-tooltip-supporting-text-font: Roboto, sans-serif;--mat-tooltip-supporting-text-size: 12px;--mat-tooltip-supporting-text-weight: 400;--mat-tooltip-supporting-text-tracking: .0333333333em}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: rgba(36, 173, 162, .87);--mat-form-field-filled-caret-color: #24ada2;--mat-form-field-filled-focus-active-indicator-color: #24ada2;--mat-form-field-filled-focus-label-text-color: rgba(36, 173, 162, .87);--mat-form-field-outlined-caret-color: #24ada2;--mat-form-field-outlined-focus-outline-color: #24ada2;--mat-form-field-outlined-focus-label-text-color: rgba(36, 173, 162, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .08;--mat-form-field-filled-container-color: rgb(244.8, 244.8, 244.8);--mat-form-field-filled-disabled-container-color: rgb(249.9, 249.9, 249.9);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .6);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .6);--mat-form-field-filled-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: rgba(0, 0, 0, .38);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .6);--mat-form-field-filled-error-hover-label-text-color: #f44336;--mat-form-field-filled-error-focus-label-text-color: #f44336;--mat-form-field-filled-error-label-text-color: #f44336;--mat-form-field-filled-error-caret-color: #f44336;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .42);--mat-form-field-filled-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #f44336;--mat-form-field-filled-error-focus-active-indicator-color: #f44336;--mat-form-field-filled-error-hover-active-indicator-color: #f44336;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .6);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .6);--mat-form-field-outlined-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .6);--mat-form-field-outlined-error-caret-color: #f44336;--mat-form-field-outlined-error-focus-label-text-color: #f44336;--mat-form-field-outlined-error-label-text-color: #f44336;--mat-form-field-outlined-error-hover-label-text-color: #f44336;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: rgba(0, 0, 0, .06);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #f44336;--mat-form-field-outlined-error-hover-outline-color: #f44336;--mat-form-field-outlined-error-outline-color: #f44336}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: rgba(112, 130, 157, .87);--mat-form-field-filled-caret-color: #70829d;--mat-form-field-filled-focus-active-indicator-color: #70829d;--mat-form-field-filled-focus-label-text-color: rgba(112, 130, 157, .87);--mat-form-field-outlined-caret-color: #70829d;--mat-form-field-outlined-focus-outline-color: #70829d;--mat-form-field-outlined-focus-label-text-color: rgba(112, 130, 157, .87)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, .87);--mat-form-field-filled-caret-color: #f44336;--mat-form-field-filled-focus-active-indicator-color: #f44336;--mat-form-field-filled-focus-label-text-color: rgba(244, 67, 54, .87);--mat-form-field-outlined-caret-color: #f44336;--mat-form-field-outlined-focus-outline-color: #f44336;--mat-form-field-outlined-focus-label-text-color: rgba(244, 67, 54, .87)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-form-field-container-text-font: Roboto, sans-serif;--mat-form-field-container-text-line-height: 24px;--mat-form-field-container-text-size: 16px;--mat-form-field-container-text-tracking: .03125em;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 16px;--mat-form-field-subscript-text-font: Roboto, sans-serif;--mat-form-field-subscript-text-line-height: 20px;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: .0333333333em;--mat-form-field-subscript-text-weight: 400;--mat-form-field-filled-label-text-font: Roboto, sans-serif;--mat-form-field-filled-label-text-size: 16px;--mat-form-field-filled-label-text-tracking: .03125em;--mat-form-field-filled-label-text-weight: 400;--mat-form-field-outlined-label-text-font: Roboto, sans-serif;--mat-form-field-outlined-label-text-size: 16px;--mat-form-field-outlined-label-text-tracking: .03125em;--mat-form-field-outlined-label-text-weight: 400}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(36, 173, 162, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(112, 130, 157, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-select-trigger-text-font: Roboto, sans-serif;--mat-select-trigger-text-line-height: 24px;--mat-select-trigger-text-size: 16px;--mat-select-trigger-text-tracking: .03125em;--mat-select-trigger-text-weight: 400}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .6)}html{--mat-dialog-subhead-font: Roboto, sans-serif;--mat-dialog-subhead-line-height: 32px;--mat-dialog-subhead-size: 20px;--mat-dialog-subhead-weight: 500;--mat-dialog-subhead-tracking: .0125em;--mat-dialog-supporting-text-font: Roboto, sans-serif;--mat-dialog-supporting-text-line-height: 24px;--mat-dialog-supporting-text-size: 16px;--mat-dialog-supporting-text-weight: 400;--mat-dialog-supporting-text-tracking: .03125em}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: #212121;--mat-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);--mat-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);--mat-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);--mat-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);--mat-chip-focus-state-layer-color: black;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: black;--mat-chip-label-text-color: #212121;--mat-chip-selected-disabled-trailing-icon-color: #212121;--mat-chip-selected-focus-state-layer-color: black;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: black;--mat-chip-selected-label-text-color: #212121;--mat-chip-selected-trailing-icon-color: #212121;--mat-chip-with-icon-disabled-icon-color: #212121;--mat-chip-with-icon-icon-color: #212121;--mat-chip-with-icon-selected-icon-color: #212121;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mat-chip-with-trailing-icon-trailing-icon-color: #212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #24ada2;--mat-chip-elevated-disabled-container-color: #24ada2;--mat-chip-elevated-selected-container-color: #24ada2;--mat-chip-flat-disabled-selected-container-color: #24ada2;--mat-chip-focus-state-layer-color: black;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: black;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: black;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: black;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #70829d;--mat-chip-elevated-disabled-container-color: #70829d;--mat-chip-elevated-selected-container-color: #70829d;--mat-chip-flat-disabled-selected-container-color: #70829d;--mat-chip-focus-state-layer-color: black;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: black;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: black;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: black;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #f44336;--mat-chip-elevated-disabled-container-color: #f44336;--mat-chip-elevated-selected-container-color: #f44336;--mat-chip-flat-disabled-selected-container-color: #f44336;--mat-chip-focus-state-layer-color: black;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: black;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: black;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: black;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}.mat-mdc-standard-chip{--mat-chip-label-text-font: Roboto, sans-serif;--mat-chip-label-text-line-height: 20px;--mat-chip-label-text-size: 14px;--mat-chip-label-text-tracking: .0178571429em;--mat-chip-label-text-weight: 400}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .1;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .04;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px}html{--mat-slide-toggle-selected-focus-state-layer-color: #1f9e94;--mat-slide-toggle-selected-handle-color: #1f9e94;--mat-slide-toggle-selected-hover-state-layer-color: #1f9e94;--mat-slide-toggle-selected-pressed-state-layer-color: #1f9e94;--mat-slide-toggle-selected-focus-handle-color: #0b5a52;--mat-slide-toggle-selected-hover-handle-color: #0b5a52;--mat-slide-toggle-selected-pressed-handle-color: #0b5a52;--mat-slide-toggle-selected-focus-track-color: #62c5be;--mat-slide-toggle-selected-hover-track-color: #62c5be;--mat-slide-toggle-selected-pressed-track-color: #62c5be;--mat-slide-toggle-selected-track-color: #62c5be;--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: #424242;--mat-slide-toggle-disabled-selected-icon-color: #fff;--mat-slide-toggle-disabled-selected-track-color: #424242;--mat-slide-toggle-disabled-unselected-handle-color: #424242;--mat-slide-toggle-disabled-unselected-icon-color: #fff;--mat-slide-toggle-disabled-unselected-track-color: #424242;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: #fff;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-selected-icon-color: #fff;--mat-slide-toggle-unselected-hover-handle-color: #212121;--mat-slide-toggle-unselected-focus-handle-color: #212121;--mat-slide-toggle-unselected-focus-state-layer-color: #424242;--mat-slide-toggle-unselected-focus-track-color: #e0e0e0;--mat-slide-toggle-unselected-icon-color: #fff;--mat-slide-toggle-unselected-handle-color: #616161;--mat-slide-toggle-unselected-hover-state-layer-color: #424242;--mat-slide-toggle-unselected-hover-track-color: #e0e0e0;--mat-slide-toggle-unselected-pressed-handle-color: #212121;--mat-slide-toggle-unselected-pressed-track-color: #e0e0e0;--mat-slide-toggle-unselected-pressed-state-layer-color: #424242;--mat-slide-toggle-unselected-track-color: #e0e0e0}html{--mdc-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, .38)}html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87)}html .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-focus-state-layer-color: #364565;--mat-slide-toggle-selected-handle-color: #364565;--mat-slide-toggle-selected-hover-state-layer-color: #364565;--mat-slide-toggle-selected-pressed-state-layer-color: #364565;--mat-slide-toggle-selected-focus-handle-color: #1a223d;--mat-slide-toggle-selected-hover-handle-color: #1a223d;--mat-slide-toggle-selected-pressed-handle-color: #1a223d;--mat-slide-toggle-selected-focus-track-color: #788799;--mat-slide-toggle-selected-hover-track-color: #788799;--mat-slide-toggle-selected-pressed-track-color: #788799;--mat-slide-toggle-selected-track-color: #788799}html .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-focus-state-layer-color: #e53935;--mat-slide-toggle-selected-handle-color: #e53935;--mat-slide-toggle-selected-hover-state-layer-color: #e53935;--mat-slide-toggle-selected-pressed-state-layer-color: #e53935;--mat-slide-toggle-selected-focus-handle-color: #b71c1c;--mat-slide-toggle-selected-hover-handle-color: #b71c1c;--mat-slide-toggle-selected-pressed-handle-color: #b71c1c;--mat-slide-toggle-selected-focus-track-color: #e57373;--mat-slide-toggle-selected-hover-track-color: #e57373;--mat-slide-toggle-selected-pressed-track-color: #e57373;--mat-slide-toggle-selected-track-color: #e57373}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-state-layer-size: 40px}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font: Roboto, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: .0178571429em;--mat-slide-toggle-label-text-weight: 400}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #24ada2;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-disabled-selected-icon-color: black;--mat-radio-disabled-unselected-icon-color: black;--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: black;--mat-radio-selected-focus-icon-color: #24ada2;--mat-radio-selected-hover-icon-color: #24ada2;--mat-radio-selected-icon-color: #24ada2;--mat-radio-selected-pressed-icon-color: #24ada2;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #70829d;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-disabled-selected-icon-color: black;--mat-radio-disabled-unselected-icon-color: black;--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: black;--mat-radio-selected-focus-icon-color: #70829d;--mat-radio-selected-hover-icon-color: #70829d;--mat-radio-selected-icon-color: #70829d;--mat-radio-selected-pressed-icon-color: #70829d;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-disabled-selected-icon-color: black;--mat-radio-disabled-unselected-icon-color: black;--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: black;--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-radio-label-text-font: Roboto, sans-serif;--mat-radio-label-text-line-height: 20px;--mat-radio-label-text-size: 14px;--mat-radio-label-text-tracking: .0178571429em;--mat-radio-label-text-weight: 400}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6}html{--mat-slider-active-track-color: #24ada2;--mat-slider-focus-handle-color: #24ada2;--mat-slider-focus-state-layer-color: rgba(36, 173, 162, .2);--mat-slider-handle-color: #24ada2;--mat-slider-hover-handle-color: #24ada2;--mat-slider-hover-state-layer-color: rgba(36, 173, 162, .05);--mat-slider-inactive-track-color: #24ada2;--mat-slider-ripple-color: #24ada2;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #24ada2;--mat-slider-disabled-active-track-color: #000;--mat-slider-disabled-handle-color: #000;--mat-slider-disabled-inactive-track-color: #000;--mat-slider-label-container-color: #000;--mat-slider-label-label-text-color: #fff;--mat-slider-value-indicator-opacity: .6;--mat-slider-with-overlap-handle-outline-color: #fff;--mat-slider-with-tick-marks-disabled-container-color: #000}html .mat-accent{--mat-slider-active-track-color: #70829d;--mat-slider-focus-handle-color: #70829d;--mat-slider-focus-state-layer-color: rgba(112, 130, 157, .2);--mat-slider-handle-color: #70829d;--mat-slider-hover-handle-color: #70829d;--mat-slider-hover-state-layer-color: rgba(112, 130, 157, .05);--mat-slider-inactive-track-color: #70829d;--mat-slider-ripple-color: #70829d;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #70829d}html .mat-warn{--mat-slider-active-track-color: #f44336;--mat-slider-focus-handle-color: #f44336;--mat-slider-focus-state-layer-color: rgba(244, 67, 54, .2);--mat-slider-handle-color: #f44336;--mat-slider-hover-handle-color: #f44336;--mat-slider-hover-state-layer-color: rgba(244, 67, 54, .05);--mat-slider-inactive-track-color: #f44336;--mat-slider-ripple-color: #f44336;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #f44336}html{--mat-slider-label-label-text-font: Roboto, sans-serif;--mat-slider-label-label-text-size: 14px;--mat-slider-label-label-text-line-height: 22px;--mat-slider-label-label-text-tracking: .0071428571em;--mat-slider-label-label-text-weight: 500}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-font: Roboto, sans-serif;--mat-menu-item-label-text-size: 16px;--mat-menu-item-label-text-tracking: .03125em;--mat-menu-item-label-text-line-height: 24px;--mat-menu-item-label-text-weight: 400}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mat-list-list-item-disabled-label-text-color: black;--mat-list-list-item-disabled-leading-icon-color: black;--mat-list-list-item-disabled-trailing-icon-color: black;--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mat-list-list-item-hover-state-layer-color: black;--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: black;--mat-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #24ada2;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-disabled-selected-icon-color: black;--mat-radio-disabled-unselected-icon-color: black;--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: black;--mat-radio-selected-focus-icon-color: #24ada2;--mat-radio-selected-hover-icon-color: #24ada2;--mat-radio-selected-icon-color: #24ada2;--mat-radio-selected-pressed-icon-color: #24ada2;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #70829d;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-disabled-selected-icon-color: black;--mat-radio-disabled-unselected-icon-color: black;--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: black;--mat-radio-selected-focus-icon-color: #70829d;--mat-radio-selected-hover-icon-color: #70829d;--mat-radio-selected-icon-color: #70829d;--mat-radio-selected-pressed-icon-color: #70829d;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-disabled-selected-icon-color: black;--mat-radio-disabled-unselected-icon-color: black;--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: black;--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: #212121;--mat-radio-unselected-hover-icon-color: #212121;--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #24ada2;--mat-checkbox-selected-hover-icon-color: #24ada2;--mat-checkbox-selected-icon-color: #24ada2;--mat-checkbox-selected-pressed-icon-color: #24ada2;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #24ada2;--mat-checkbox-selected-hover-state-layer-color: #24ada2;--mat-checkbox-selected-pressed-state-layer-color: #24ada2;--mat-checkbox-unselected-focus-state-layer-color: black;--mat-checkbox-unselected-hover-state-layer-color: black;--mat-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #70829d;--mat-checkbox-selected-hover-icon-color: #70829d;--mat-checkbox-selected-icon-color: #70829d;--mat-checkbox-selected-pressed-icon-color: #70829d;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #70829d;--mat-checkbox-selected-hover-state-layer-color: #70829d;--mat-checkbox-selected-pressed-state-layer-color: #70829d;--mat-checkbox-unselected-focus-state-layer-color: black;--mat-checkbox-unselected-hover-state-layer-color: black;--mat-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: black;--mat-checkbox-unselected-hover-state-layer-color: black;--mat-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#24ada2}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-list-list-item-label-text-font: Roboto, sans-serif;--mat-list-list-item-label-text-line-height: 24px;--mat-list-list-item-label-text-size: 16px;--mat-list-list-item-label-text-tracking: .03125em;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Roboto, sans-serif;--mat-list-list-item-supporting-text-line-height: 20px;--mat-list-list-item-supporting-text-size: 14px;--mat-list-list-item-supporting-text-tracking: .0178571429em;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 20px;--mat-list-list-item-trailing-supporting-text-size: 12px;--mat-list-list-item-trailing-supporting-text-tracking: .0333333333em;--mat-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font:400 16px/28px Roboto,sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-paginator-container-text-font: Roboto, sans-serif;--mat-paginator-container-text-line-height: 20px;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: .0333333333em;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-pagination-icon-color: black;--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-active-label-text-color: #24ada2;--mat-tab-active-ripple-color: #24ada2;--mat-tab-inactive-ripple-color: #24ada2;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-active-focus-label-text-color: #24ada2;--mat-tab-active-hover-label-text-color: #24ada2;--mat-tab-active-focus-indicator-color: #24ada2;--mat-tab-active-hover-indicator-color: #24ada2;--mat-tab-active-indicator-color: #24ada2}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-pagination-icon-color: black;--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-active-label-text-color: #70829d;--mat-tab-active-ripple-color: #70829d;--mat-tab-inactive-ripple-color: #70829d;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-active-focus-label-text-color: #70829d;--mat-tab-active-hover-label-text-color: #70829d;--mat-tab-active-focus-indicator-color: #70829d;--mat-tab-active-hover-indicator-color: #70829d;--mat-tab-active-indicator-color: #70829d}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-pagination-icon-color: black;--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-active-label-text-color: #f44336;--mat-tab-active-ripple-color: #f44336;--mat-tab-inactive-ripple-color: #f44336;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-active-focus-label-text-color: #f44336;--mat-tab-active-hover-label-text-color: #f44336;--mat-tab-active-focus-indicator-color: #f44336;--mat-tab-active-hover-indicator-color: #f44336;--mat-tab-active-indicator-color: #f44336}.mat-mdc-tab-header{--mat-tab-container-height: 48px}.mat-mdc-tab-header{--mat-tab-label-text-font: Roboto, sans-serif;--mat-tab-label-text-size: 14px;--mat-tab-label-text-tracking: .0892857143em;--mat-tab-label-text-line-height: 36px;--mat-tab-label-text-weight: 500}html{--mat-checkbox-disabled-selected-checkmark-color: #fff;--mat-checkbox-selected-focus-state-layer-opacity: .16;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .16;--mat-checkbox-unselected-focus-state-layer-opacity: .16;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .16}html{--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #70829d;--mat-checkbox-selected-hover-icon-color: #70829d;--mat-checkbox-selected-icon-color: #70829d;--mat-checkbox-selected-pressed-icon-color: #70829d;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #70829d;--mat-checkbox-selected-hover-state-layer-color: #70829d;--mat-checkbox-selected-pressed-state-layer-color: #70829d;--mat-checkbox-unselected-focus-state-layer-color: black;--mat-checkbox-unselected-hover-state-layer-color: black;--mat-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #24ada2;--mat-checkbox-selected-hover-icon-color: #24ada2;--mat-checkbox-selected-icon-color: #24ada2;--mat-checkbox-selected-pressed-icon-color: #24ada2;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #24ada2;--mat-checkbox-selected-hover-state-layer-color: #24ada2;--mat-checkbox-selected-pressed-state-layer-color: #24ada2;--mat-checkbox-unselected-focus-state-layer-color: black;--mat-checkbox-unselected-hover-state-layer-color: black;--mat-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: #212121;--mat-checkbox-unselected-hover-icon-color: #212121;--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: black;--mat-checkbox-unselected-hover-state-layer-color: black;--mat-checkbox-unselected-pressed-state-layer-color: black}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-checkbox-label-text-font: Roboto, sans-serif;--mat-checkbox-label-text-line-height: 20px;--mat-checkbox-label-text-size: 14px;--mat-checkbox-label-text-tracking: .0178571429em;--mat-checkbox-label-text-weight: 400}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px}html{--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: rgba(0, 0, 0, .12);--mat-button-filled-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-button-filled-disabled-state-layer-color: black;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: black;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: rgba(0, 0, 0, .1);--mat-button-filled-state-layer-color: black;--mat-button-outlined-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: black;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: black;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: rgba(0, 0, 0, .1);--mat-button-outlined-state-layer-color: black;--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: rgba(0, 0, 0, .12);--mat-button-protected-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-button-protected-disabled-state-layer-color: black;--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: black;--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: rgba(0, 0, 0, .1);--mat-button-protected-state-layer-color: black;--mat-button-text-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-button-text-disabled-state-layer-color: black;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: black;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: rgba(0, 0, 0, .1);--mat-button-text-state-layer-color: black;--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: rgba(0, 0, 0, .12);--mat-button-tonal-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-button-tonal-disabled-state-layer-color: black;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: black;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: rgba(0, 0, 0, .1);--mat-button-tonal-state-layer-color: black}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #24ada2;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: rgba(255, 255, 255, .1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #24ada2;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: rgba(36, 173, 162, .1);--mat-button-outlined-state-layer-color: #24ada2;--mat-button-protected-container-color: #24ada2;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: rgba(255, 255, 255, .1);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #24ada2;--mat-button-text-ripple-color: rgba(36, 173, 162, .1);--mat-button-text-state-layer-color: #24ada2;--mat-button-tonal-container-color: #24ada2;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: rgba(255, 255, 255, .1);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #70829d;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: rgba(255, 255, 255, .1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #70829d;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: rgba(112, 130, 157, .1);--mat-button-outlined-state-layer-color: #70829d;--mat-button-protected-container-color: #70829d;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: rgba(255, 255, 255, .1);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #70829d;--mat-button-text-ripple-color: rgba(112, 130, 157, .1);--mat-button-text-state-layer-color: #70829d;--mat-button-tonal-container-color: #70829d;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: rgba(255, 255, 255, .1);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #f44336;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: rgba(255, 255, 255, .1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #f44336;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: rgba(244, 67, 54, .1);--mat-button-outlined-state-layer-color: #f44336;--mat-button-protected-container-color: #f44336;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: rgba(255, 255, 255, .1);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #f44336;--mat-button-text-ripple-color: rgba(244, 67, 54, .1);--mat-button-text-state-layer-color: #f44336;--mat-button-tonal-container-color: #f44336;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: rgba(255, 255, 255, .1);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-button-filled-label-text-font: Roboto, sans-serif;--mat-button-filled-label-text-size: 14px;--mat-button-filled-label-text-tracking: .0892857143em;--mat-button-filled-label-text-transform: none;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Roboto, sans-serif;--mat-button-outlined-label-text-size: 14px;--mat-button-outlined-label-text-tracking: .0892857143em;--mat-button-outlined-label-text-transform: none;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Roboto, sans-serif;--mat-button-protected-label-text-size: 14px;--mat-button-protected-label-text-tracking: .0892857143em;--mat-button-protected-label-text-transform: none;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Roboto, sans-serif;--mat-button-text-label-text-size: 14px;--mat-button-text-label-text-tracking: .0892857143em;--mat-button-text-label-text-transform: none;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Roboto, sans-serif;--mat-button-tonal-label-text-size: 14px;--mat-button-tonal-label-text-tracking: .0892857143em;--mat-button-tonal-label-text-transform: none;--mat-button-tonal-label-text-weight: 500}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%}html{--mat-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-disabled-state-layer-color: black;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-state-layer-color: black}html .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #24ada2;--mat-icon-button-state-layer-color: #24ada2;--mat-icon-button-ripple-color: rgba(36, 173, 162, .1)}html .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #70829d;--mat-icon-button-state-layer-color: #70829d;--mat-icon-button-ripple-color: rgba(112, 130, 157, .1)}html .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #f44336;--mat-icon-button-state-layer-color: #f44336;--mat-icon-button-ripple-color: rgba(244, 67, 54, .1)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-container-shape: 50%;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-container-shape: 50%;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mat-fab-disabled-state-layer-color: black;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: black;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mat-fab-small-disabled-state-layer-color: black;--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: black;--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: rgba(0, 0, 0, .1);--mat-fab-small-state-layer-color: black;--mat-fab-state-layer-color: black}html .mat-mdc-fab.mat-primary,html .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #24ada2;--mat-fab-foreground-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-container-color: #24ada2;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html .mat-mdc-fab.mat-accent,html .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #70829d;--mat-fab-foreground-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-container-color: #70829d;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html .mat-mdc-fab.mat-warn,html .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #f44336;--mat-fab-foreground-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-container-color: #f44336;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-fab-extended-label-text-font: Roboto, sans-serif;--mat-fab-extended-label-text-size: 14px;--mat-fab-extended-label-text-tracking: .0892857143em;--mat-fab-extended-label-text-weight: 500}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: #333333;--mat-snack-bar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #bce6e3}html{--mat-snack-bar-supporting-text-font: Roboto, sans-serif;--mat-snack-bar-supporting-text-line-height: 20px;--mat-snack-bar-supporting-text-size: 14px;--mat-snack-bar-supporting-text-weight: 400}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-table-header-headline-font: Roboto, sans-serif;--mat-table-header-headline-line-height: 22px;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: .0071428571em;--mat-table-row-item-label-text-font: Roboto, sans-serif;--mat-table-row-item-label-text-line-height: 20px;--mat-table-row-item-label-text-size: 14px;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: .0178571429em;--mat-table-footer-supporting-text-font: Roboto, sans-serif;--mat-table-footer-supporting-text-line-height: 20px;--mat-table-footer-supporting-text-size: 14px;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: .0178571429em}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #24ada2}html .mat-accent{--mat-progress-spinner-active-indicator-color: #70829d}html .mat-warn{--mat-progress-spinner-active-indicator-color: #f44336}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #24ada2;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color: #70829d;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}html{--mat-badge-text-font: Roboto, sans-serif;--mat-badge-line-height: 22px;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-small-size-line-height: 16px;--mat-badge-large-size-text-size: 24px;--mat-badge-large-size-line-height: 28px}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-bottom-sheet-container-text-font: Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height: 20px;--mat-bottom-sheet-container-text-size: 14px;--mat-bottom-sheet-container-text-tracking: .0178571429em;--mat-bottom-sheet-container-text-weight: 400}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);--mat-button-toggle-legacy-disabled-selected-state-background-color: #bdbdbd;--mat-button-toggle-legacy-disabled-state-background-color: #eeeeee;--mat-button-toggle-legacy-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-button-toggle-legacy-selected-state-background-color: #e0e0e0;--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .54);--mat-button-toggle-legacy-state-layer-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .38);--mat-button-toggle-selected-state-background-color: #e0e0e0;--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: black;--mat-button-toggle-text-color: rgba(0, 0, 0, .87)}html{--mat-button-toggle-height: 48px}html{--mat-button-toggle-label-text-font: Roboto, sans-serif;--mat-button-toggle-label-text-line-height: 24px;--mat-button-toggle-label-text-size: 16px;--mat-button-toggle-label-text-tracking: .03125em;--mat-button-toggle-label-text-weight: 400;--mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;--mat-button-toggle-legacy-label-text-line-height: 24px;--mat-button-toggle-legacy-label-text-size: 16px;--mat-button-toggle-legacy-label-text-tracking: .03125em;--mat-button-toggle-legacy-label-text-weight: 400}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #24ada2;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(36, 173, 162, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(36, 173, 162, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(36, 173, 162, .3);--mat-datepicker-toggle-active-state-icon-color: #24ada2;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(36, 173, 162, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: black;--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #70829d;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(112, 130, 157, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(112, 130, 157, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(112, 130, 157, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(112, 130, 157, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #70829d}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font: Roboto, sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 14px;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: 14px;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-expansion-header-text-font: Roboto, sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: Roboto, sans-serif;--mat-expansion-container-text-line-height: 20px;--mat-expansion-container-text-size: 14px;--mat-expansion-container-text-tracking: .0178571429em;--mat-expansion-container-text-weight: 400}html{--mat-grid-list-tile-header-primary-text-size: 14px;--mat-grid-list-tile-header-secondary-text-size: 12px;--mat-grid-list-tile-footer-primary-text-size: 14px;--mat-grid-list-tile-footer-secondary-text-size: 12px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #24ada2}.mat-icon.mat-accent{--mat-icon-color: #70829d}.mat-icon.mat-warn{--mat-icon-color: #f44336}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #24ada2;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #24ada2;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #24ada2;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #70829d;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #70829d;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #70829d;--mat-stepper-header-edit-state-icon-foreground-color: white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f44336;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f44336;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f44336;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-stepper-container-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-weight: 400}html{--mat-sort-arrow-color: rgb(117.3, 117.3, 117.3)}html{--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #24ada2;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #70829d;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-toolbar-title-text-font: Roboto, sans-serif;--mat-toolbar-title-text-line-height: 32px;--mat-toolbar-title-text-size: 20px;--mat-toolbar-title-text-tracking: .0125em;--mat-toolbar-title-text-weight: 500}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}html{--mat-tree-node-text-font: Roboto, sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-timepicker-container-background-color: white}html,body{height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}:root{--primary-color: #24ada2;--primary-darker: #1f9e94;--primary-lighter: #40b9b0;--accent-color: #70829d;--warn-color: #f44336;--text-primary: rgba(0, 0, 0, .87);--text-secondary: rgba(0, 0, 0, .54);--text-disabled: rgba(0, 0, 0, .38);--background: #fafafa;--surface: #ffffff;--mat-button-protected-label-text-tracking: .5px;--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: white;--mat-stepper-header-selected-state-icon-foreground-color: var(--primary-color);--mat-stepper-header-done-state-icon-background-color: var(--primary-color);--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-height: 72px;--mat-stepper-header-icon-size: 24px}.mat-step-header[aria-selected=true] .mat-step-label,.mat-step-header[aria-selected=true] .mat-step-text-label{color:var(--primary-color)!important;font-weight:700}.mat-step-header[aria-selected=true] .mat-step-icon{background-color:#fff!important;color:var(--primary-color)!important;border:solid 1px var(--primary-color);font-weight:700;height:24px;width:24px;line-height:22px}.mat-step-icon-selected{border:1px solid var(--primary-color)!important}.mat-step-label.mat-step-label-selected{color:var(--primary-color)!important}.mat-step-icon{color:#fff!important}.mat-step-icon{background-color:#9e9e9e;color:#fff!important;border:none;font-weight:400}.mat-step-label{color:#666}.mat-step-header.mat-step-completed .mat-step-icon{background-color:var(--primary-color)!important;color:#fff!important;border:none}.mat-step-header.mat-step-completed .mat-step-label{color:#333}.mat-stepper-horizontal-content-container{padding:0}@media (max-width: 480px){.mat-step-text-label{font-size:12px}}
