:root{--kindred-primary: #047857;--kindred-primary-dark: #065f46;--kindred-secondary: #059669;--kindred-accent: #d97706;--kindred-gold: #f59e0b;--kindred-bg: #f0fdf4;--kindred-surface: #ffffff;--kindred-pattern: #ecfdf5;--kindred-text: #1f2937;--kindred-text-muted: #4b5563;--kindred-border: #d1d5db;--kindred-success: #10b981;--kindred-success-bg: #d1fae5;--kindred-success-dark: #059669;--kindred-error: #ef4444;--kindred-error-bg: #fee2e2;--kindred-error-dark: #dc2626;--kindred-warning: #b45309;--kindred-warning-bg: #fef3c7;--kindred-warning-dark: #92400e;--kindred-info: #0284c7;--kindred-info-bg: #e0f2fe;--font-size-xs: clamp(.6875rem, .67rem + .12vw, .75rem);--font-size-sm: clamp(.8125rem, .79rem + .16vw, .875rem);--font-size-base: clamp(.9375rem, .91rem + .18vw, 1rem);--font-size-lg: clamp(1.0625rem, 1rem + .28vw, 1.1875rem);--font-size-xl: clamp(1.1875rem, 1.06rem + .65vw, 1.5rem);--font-size-2xl: clamp(1.375rem, 1.12rem + 1vw, 1.875rem);--space-1: clamp(.25rem, .2rem + .2vw, .375rem);--space-2: clamp(.5rem, .42rem + .3vw, .625rem);--space-3: clamp(.75rem, .66rem + .4vw, .875rem);--space-4: clamp(1rem, .9rem + .45vw, 1.25rem);--space-5: clamp(1.25rem, 1.05rem + .8vw, 1.75rem);--space-6: clamp(1.5rem, 1.2rem + 1vw, 2rem);--space-7: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);--space-8: clamp(2.5rem, 1.8rem + 2vw, 3.5rem);--touch-target-min: 48px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 999px;--shadow-sm: 0 2px 8px rgba(4, 120, 87, .06);--shadow-md: 0 4px 16px rgba(4, 120, 87, .08);--shadow-lg: 0 8px 32px rgba(4, 120, 87, .12);--shadow-xl: 0 12px 40px rgba(4, 120, 87, .15);--kindred-shadow: 0 10px 30px rgba(4, 120, 87, .1)}html,body{margin:0;padding:0;min-height:100%;max-width:100%;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;font-size:95%;line-height:1.5;background:linear-gradient(135deg,#f0fdf4,#ecfdf5,#fefce8);color:var(--kindred-text);position:relative;overflow-x:clip}body{font-size:var(--font-size-base)}@supports not (overflow: clip){html,body{overflow-x:hidden}}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(4,120,87,.02) 35px,rgba(4,120,87,.02) 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,rgba(4,120,87,.02) 35px,rgba(4,120,87,.02) 70px);pointer-events:none;z-index:0}*{box-sizing:border-box}img,svg,video,canvas,iframe{max-width:100%;height:auto}table{width:100%;border-collapse:collapse}.allow-x-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only:focus,.visually-hidden:focus,.sr-only-focusable:focus{position:static;width:auto;height:auto;padding:inherit;margin:inherit;overflow:visible;clip:auto;white-space:normal}.sr-live-region,.aria-live{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:3px solid var(--kindred-accent);outline-offset:2px;border-radius:4px}a:focus-visible,button:focus-visible,.mat-mdc-button:focus-visible,.mat-mdc-raised-button:focus-visible,.mat-mdc-outlined-button:focus-visible{outline:3px solid var(--kindred-accent);outline-offset:3px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--kindred-primary);outline-offset:2px}.mat-mdc-form-field:has(input:focus-visible),.mat-mdc-form-field:has(select:focus-visible),.mat-mdc-form-field:has(textarea:focus-visible){--mdc-text-field-focused-label-text-color: var(--kindred-primary) !important}.mdc-text-field:has(input:focus-visible) .mdc-text-field__input{caret-color:var(--kindred-primary)}.mat-mdc-select:focus-visible{outline:3px solid var(--kindred-primary);outline-offset:2px}*:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(prefers-contrast:high){:focus-visible{outline-width:4px;outline-offset:3px}}.kindred-page-container{padding:var(--space-4);max-width:1080px;margin:0 auto}.page-content{width:100%;box-sizing:border-box}.ion-padding{padding:var(--space-4)}.kindred-card{background:var(--kindred-surface);border-radius:16px;box-shadow:0 4px 20px #04785714;padding:2rem;border-top:4px solid var(--kindred-primary);position:relative;overflow:hidden;transition:all .3s ease}.kindred-card:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(217,119,6,.1) 0%,transparent 70%);pointer-events:none}.kindred-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #04785726;border-top-color:var(--kindred-gold)}.kindred-hero{background:linear-gradient(135deg,var(--kindred-primary) 0%,var(--kindred-secondary) 100%);color:#fff;border-radius:20px;padding:3rem;position:relative;overflow:hidden}.kindred-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(245,158,11,.2) 0%,transparent 70%);pointer-events:none}.kindred-chip{display:inline-flex;align-items:center;border-radius:999px;padding:.375rem .875rem;font-size:.875rem;font-weight:600;background:linear-gradient(135deg,#d9770626,#f59e0b26);color:var(--kindred-accent);border:1px solid rgba(217,119,6,.2)}.auth-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--kindred-primary);text-decoration:none;font-size:.9rem;padding:.5rem;border-radius:8px;transition:all .2s ease}.auth-link:hover{background:#04785714;text-decoration:none;color:var(--kindred-primary-dark)}.kindred-container{width:min(1200px,100% - 2rem);margin-inline:auto}.kindred-btn{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;border-radius:12px;padding:.875rem 1.5rem;font-weight:600;font-size:1rem;border:2px solid transparent;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.kindred-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.kindred-btn:hover:before{width:300px;height:300px}.kindred-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #04785733}.kindred-btn-primary{background:linear-gradient(135deg,var(--kindred-primary) 0%,var(--kindred-secondary) 100%);color:#fff;box-shadow:0 4px 12px #0478574d}.kindred-btn-primary:hover{box-shadow:0 8px 20px #04785766}.kindred-btn-primary:disabled,.kindred-btn-primary[disabled]{background:#9ca3af!important;color:#d1d5db!important;box-shadow:none!important;cursor:not-allowed;opacity:.6}.kindred-btn-form,.mat-mdc-raised-button.kindred-btn-form{background:#10b981!important;color:#fff!important;box-shadow:0 4px 12px #10b9814d}.kindred-btn-form:hover,.mat-mdc-raised-button.kindred-btn-form:hover{background:#059669!important;box-shadow:0 8px 20px #10b98166;overflow:hidden}.kindred-btn-form:disabled,.mat-mdc-raised-button.kindred-btn-form:disabled,.kindred-btn-form[disabled],.mat-mdc-raised-button.kindred-btn-form[disabled]{background:#9ca3af!important;color:#d1d5db!important;box-shadow:none!important;cursor:not-allowed!important;opacity:.6}.kindred-btn-secondary{background:#fff;color:var(--kindred-primary);border-color:var(--kindred-primary)}.kindred-btn-secondary:hover{background:var(--kindred-bg);border-color:var(--kindred-secondary)}.kindred-section{padding:4rem 0;position:relative}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--kindred-primary-dark);margin:0 0 .75rem;position:relative;display:inline-block}.section-header h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--kindred-gold) 0%,var(--kindred-accent) 100%);border-radius:2px}.section-header p{font-size:1.125rem;color:var(--kindred-text-muted);margin:0}.card-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,var(--kindred-primary) 0%,var(--kindred-secondary) 100%);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #04785733}.card-icon mat-icon{color:#fff;font-size:2rem;width:32px;height:32px}.kindred-card h3{font-size:1.5rem;font-weight:600;color:var(--kindred-text);margin:0 0 1rem}.kindred-card p{color:var(--kindred-text-muted);line-height:1.6;margin:0}.values-section{background:linear-gradient(135deg,#04785708,#05966908);border-radius:24px;margin:2rem 0;padding:4rem 0}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-item{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0478570f;transition:all .3s ease}.value-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0478571f}.value-item mat-icon{font-size:3rem;width:48px;height:48px;color:var(--kindred-gold);margin-bottom:1rem}.value-item h4{font-size:1.25rem;font-weight:600;color:var(--kindred-primary-dark);margin:0 0 .5rem}.value-item p{color:var(--kindred-text-muted);margin:0;font-size:.95rem}.material-form{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.submit-btn{width:100%;justify-content:center;margin-top:.5rem;display:flex!important;align-items:center;gap:.5rem}.auth-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem;align-items:center}.auth-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--kindred-primary);text-decoration:none;font-size:.9rem;padding:.5rem;border-radius:6px;transition:background .15s ease}.auth-link:hover{background:#a10f5514;text-decoration:underline}.error{color:#dc2626;font-size:.9rem;margin:.5rem 0;display:flex;align-items:center;gap:.5rem;background:#dc26260d;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #dc2626}.success-card{background-color:#ecfdf5!important;border-left:4px solid var(--kindred-primary)!important;margin-top:1rem}.success-card mat-card-content{display:flex;align-items:center;gap:.5rem;color:var(--kindred-primary-dark)}.info-card{background-color:#f0f9ff!important;border-left:4px solid #0284c7!important;margin-bottom:1rem}.info-card mat-card-content{display:flex;align-items:center;gap:.75rem;color:#0c4a6e}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{display:flex;align-items:center;gap:.75rem;margin:0 0 .5rem;font-size:2rem;color:var(--kindred-text)}.dashboard-header p{color:var(--kindred-text-muted);margin:0}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.dashboard-card{border-top:3px solid #059669;transition:transform .2s ease,box-shadow .2s ease}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000001f!important}.dashboard-card.full-width{grid-column:1 / -1}.dashboard-card mat-card-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem}.metric-row{display:flex;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.metric-item{display:flex;align-items:flex-start;gap:.75rem;flex:1;min-width:140px}.metric-item mat-icon{color:var(--kindred-primary);margin-top:.25rem}.metric-label{font-size:.875rem;color:var(--kindred-text-muted);margin:0 0 .25rem}.metric-value{font-size:1.5rem;font-weight:700;color:var(--kindred-text);margin:0}.highlight-metric{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.highlight-metric .metric-value{font-size:2rem}.campaign-list{list-style:none;padding:0;margin:0}.campaign-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;border-bottom:1px solid var(--kindred-border);gap:1rem}.campaign-item:last-child{border-bottom:none}.campaign-info h3{margin:0 0 .5rem;font-size:1rem;color:var(--kindred-text)}.campaign-info p{margin:.25rem 0;font-size:.875rem;color:var(--kindred-text-muted);display:flex;align-items:center;gap:.5rem}.campaign-info mat-icon{font-size:1rem;width:1rem;height:1rem}.empty-copy{color:var(--kindred-text-muted);font-style:italic;text-align:center;padding:2rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.helper-text{font-size:.875rem;color:var(--kindred-text-muted);margin:.5rem 0;display:flex;align-items:center;gap:.5rem}.button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.button-row-right{display:flex;justify-content:flex-end;margin-top:1.5rem;gap:1rem}.button-row-right .action-button{flex-shrink:0;flex-grow:0}.eligibility-status{margin-bottom:1rem}.register-card{max-width:900px;margin:0 auto}.steps{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.step-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:999px;border:2px solid var(--kindred-primary);background:var(--kindred-primary);color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.step-chip--inactive{background:#fff;color:var(--kindred-primary)}.step-chip:hover{transform:translateY(-1px);box-shadow:0 4px 12px #a10f5533}.form-section{margin-bottom:2rem}.form-section h3{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0 1rem;font-size:1.25rem;color:var(--kindred-text)}.address-section h3{margin-top:2rem}.address-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.field-row{margin-bottom:1rem}.field-label{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:var(--font-size-sm);margin-bottom:.5rem;color:var(--kindred-text)}.mat-mdc-form-field .mdc-floating-label,.mat-mdc-form-field .mat-mdc-floating-label{font-size:var(--font-size-sm)!important}.mat-mdc-form-field .mdc-text-field__input,.mat-mdc-form-field input.mat-mdc-input-element,.mat-mdc-form-field textarea.mat-mdc-input-element,input,textarea,select{font-size:var(--font-size-sm)}input::placeholder,textarea::placeholder,.mat-mdc-form-field input::placeholder,.mat-mdc-form-field textarea::placeholder,.mat-mdc-input-element::placeholder{font-size:var(--font-size-xs);opacity:.95}.field-label--required:after{content:"*";color:var(--kindred-gold);margin-left:.25rem}.upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;border:2px dashed var(--kindred-border);border-radius:8px;background:var(--kindred-bg);cursor:pointer;transition:all .2s ease}.upload-dropzone:hover{border-color:var(--kindred-primary);background:#a10f550d}.upload-dropzone mat-icon{font-size:3rem;width:3rem;height:3rem;color:var(--kindred-primary)}.field-control--file input[type=file]{display:none}.doc-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.doc-row{padding:1rem}.doc-row mat-card-content{display:flex;flex-direction:column;gap:1rem}.step-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.action-button{flex:1;min-width:140px;display:flex!important;align-items:center;gap:.5rem;justify-content:center}.eyebrow{margin:0 0 .5rem;color:var(--kindred-primary);font-weight:700;display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;text-transform:uppercase}.subtitle{margin:0 0 1rem;color:var(--kindred-text-muted)}.status-shell{max-width:700px;margin:0 auto}.status-card{text-align:center}.status-info{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.5rem 0;padding:1rem;background:var(--kindred-bg);border-radius:8px}.status-info mat-icon{color:var(--kindred-primary);font-size:2rem;width:2rem;height:2rem}.status-info .label{font-size:.875rem;color:var(--kindred-text-muted);margin:0 0 .25rem}.status-info .value{font-size:1rem;font-weight:600;color:var(--kindred-text);margin:0;font-family:monospace}.status-display{margin:2rem 0;display:flex;justify-content:center}.status-display mat-chip{font-size:1.25rem;padding:.75rem 1.5rem}.error-card{background-color:#fef2f2!important;border-left:4px solid #ef4444!important;margin-top:1rem}.error-card mat-card-content{display:flex;align-items:flex-start;gap:.75rem;color:#dc2626}.error-card mat-card-content div{flex:1;text-align:left}.error-card mat-card-content p{margin:.25rem 0}.actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.auth-shell{background:linear-gradient(135deg,#ecfdf5,#f0fdf4,#fefce8);position:relative;min-height:100vh}.auth-shell:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(4,120,87,.02) 35px,rgba(4,120,87,.02) 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,rgba(4,120,87,.02) 35px,rgba(4,120,87,.02) 70px);pointer-events:none}.auth-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch;position:relative;z-index:1}.auth-card{max-width:100%;background:#fff;border:2px solid rgba(4,120,87,.1);box-shadow:0 8px 32px #0478571f;border-radius:20px}.auth-card .eyebrow{margin:0;color:var(--kindred-gold);font-weight:600;display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;text-transform:uppercase;background:#d977061a;padding:.5rem 1rem;border-radius:24px}.auth-card h1{margin:1rem 0 .5rem;font-size:2.25rem;color:var(--kindred-primary-dark);font-weight:700}.auth-card .subtitle{margin:0 0 1.5rem;color:var(--kindred-text-muted);font-size:1rem}.auth-card .submit-btn{width:100%;justify-content:center;margin-top:.5rem}.auth-aside{border-radius:20px;overflow:hidden;border:2px solid rgba(4,120,87,.1);background:#fff;box-shadow:0 8px 32px #0478571f;display:flex;flex-direction:column;position:relative}.auth-aside:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--kindred-primary) 0%,var(--kindred-gold) 100%)}.auth-aside img{width:100%;height:280px;object-fit:cover}.auth-aside h2{margin:1.5rem 1.5rem .75rem;color:var(--kindred-primary-dark);font-weight:600}.auth-aside p{margin:0 1.5rem 1.5rem;color:var(--kindred-text-muted);line-height:1.6}@media(max-width:960px){.auth-layout{grid-template-columns:1fr}}.auth-links{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;align-items:center}.auth-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--kindred-primary);text-decoration:none;font-weight:500;transition:color .3s ease}.auth-link:hover{color:var(--kindred-secondary)}.flex-row{display:flex;flex-direction:row}.flex-gap-sm{gap:.5rem}.flex-gap-md{gap:1rem}.flex-gap-lg{gap:1.5rem}.icon-success{color:var(--kindred-success)!important}.icon-error{color:var(--kindred-error)!important}.icon-warning{color:var(--kindred-warning)!important}.icon-primary{color:var(--kindred-primary)!important}.kindred-shell{background:linear-gradient(135deg,#ecfdf5,#f0fdf4,#fefce8);position:relative;min-height:100vh}.kindred-shell:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(4,120,87,.02) 35px,rgba(4,120,87,.02) 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,rgba(4,120,87,.02) 35px,rgba(4,120,87,.02) 70px);pointer-events:none}.public-page.content-page{max-width:920px;margin:0 auto;padding:24px 16px 40px;display:grid;gap:14px}.public-page h1{margin:0;font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:700;color:var(--kindred-text)}.public-page h2{margin:0 0 8px;font-size:1.18rem;font-weight:600;color:var(--kindred-text)}.public-page p{margin:0;line-height:1.65;color:var(--kindred-text-muted)}.public-page ul{margin:0;padding-left:18px;color:var(--kindred-text-muted);line-height:1.65}.public-page li{margin-bottom:.5rem}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.success{background-color:var(--kindred-success-bg);color:var(--kindred-success-dark)}.status-badge.error{background-color:var(--kindred-error-bg);color:var(--kindred-error-dark)}.status-badge.warning{background-color:var(--kindred-warning-bg);color:var(--kindred-warning-dark)}.status-badge.info{background-color:var(--kindred-info-bg);color:var(--kindred-info)}.card-actions-row{display:flex;gap:1rem;justify-content:flex-end}.auth-card .error{color:#dc2626;font-size:.9rem;margin:1rem 0;display:flex;align-items:center;gap:.5rem}.auth-info-section{margin-top:3rem;padding-bottom:3rem}.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.info-card{background:#fff;border-radius:16px;padding:2rem;border:2px solid rgba(4,120,87,.1);box-shadow:0 4px 20px #04785714;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.info-card:before{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle,rgba(217,119,6,.08) 0%,transparent 70%);pointer-events:none}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #04785726;border-color:#04785733}.info-icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(135deg,#0478571a,#0596691a);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.info-icon mat-icon{font-size:2rem;width:32px;height:32px;color:var(--kindred-primary)}.info-card:hover .info-icon{background:linear-gradient(135deg,#04785726,#05966926);transform:scale(1.1)}.info-card h3{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:var(--kindred-primary-dark)}.info-card p{margin:0;color:var(--kindred-text-muted);line-height:1.6;font-size:.95rem}@media(max-width:960px){.info-cards{grid-template-columns:1fr;gap:1.5rem}.auth-info-section{margin-top:2rem}}.mat-mdc-snack-bar-container.kindred-toast{border-radius:10px!important;font-weight:500}.mat-mdc-snack-bar-container.kindred-toast .mdc-snackbar__surface{border-radius:10px!important;box-shadow:0 10px 24px #0003!important}.mat-mdc-snack-bar-container.kindred-toast .mat-mdc-snack-bar-label{font-weight:500!important}.mat-mdc-snack-bar-container.kindred-toast-success{--mdc-snackbar-container-color: #16a34a !important;--mdc-snackbar-supporting-text-color: #f0fdf4 !important;--mat-snack-bar-button-color: #dcfce7 !important}.mat-mdc-snack-bar-container.kindred-toast-success .mdc-snackbar__surface{background-color:#16a34a!important}.mat-mdc-snack-bar-container.kindred-toast-error{--mdc-snackbar-container-color: #9a3412 !important;--mdc-snackbar-supporting-text-color: #fff7ed !important;--mat-snack-bar-button-color: #fed7aa !important}.mat-mdc-snack-bar-container.kindred-toast-error .mdc-snackbar__surface{background-color:#9a3412!important}.mat-mdc-snack-bar-container.kindred-toast-info{--mdc-snackbar-container-color: #1e3a8a !important;--mdc-snackbar-supporting-text-color: #eff6ff !important;--mat-snack-bar-button-color: #bfdbfe !important}.mat-mdc-snack-bar-container.kindred-toast-info .mdc-snackbar__surface{background-color:#1e3a8a!important}.kindred-confirmation-dialog-panel .mat-mdc-dialog-surface{width:min(640px,92vw)!important;max-width:min(640px,92vw)!important;overflow:hidden!important}.mat-mdc-button,.mat-mdc-raised-button,.mat-mdc-stroked-button,.mat-mdc-outlined-button,.mat-mdc-flat-button,.mat-mdc-icon-button,.mat-mdc-fab,.mat-mdc-mini-fab{overflow:hidden!important;contain:paint!important}.mat-mdc-button .mat-mdc-button-persistent-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,.mat-mdc-stroked-button .mat-mdc-button-persistent-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,.mat-mdc-flat-button .mat-mdc-button-persistent-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:inherit!important}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-stroked-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-flat-button .mat-mdc-button-ripple,.mat-mdc-icon-button .mat-mdc-button-ripple{overflow:hidden!important;border-radius:inherit!important}.mat-mdc-button .mat-mdc-button-touch-target,.mat-mdc-raised-button .mat-mdc-button-touch-target,.mat-mdc-stroked-button .mat-mdc-button-touch-target,.mat-mdc-outlined-button .mat-mdc-button-touch-target,.mat-mdc-flat-button .mat-mdc-button-touch-target{width:100%!important;height:100%!important}.mat-mdc-icon-button{--mdc-icon-button-state-layer-size: 40px !important;width:40px!important;height:40px!important;padding:8px!important}.mat-mdc-icon-button .mat-mdc-button-touch-target{width:40px!important;height:40px!important}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 36px !important}.kindred-btn,.action-button{min-width:100px!important;max-width:100%!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important;flex-shrink:0!important}.kindred-btn mat-icon,.action-button mat-icon{flex-shrink:0!important}.kindred-btn-form,.mat-mdc-raised-button.kindred-btn-form{min-width:120px!important}mat-dialog-actions .mat-mdc-button,mat-dialog-actions .mat-mdc-raised-button,mat-dialog-actions .mat-mdc-stroked-button{min-width:100px!important;white-space:nowrap!important}mat-dialog-container,.mat-mdc-dialog-container,.mat-mdc-dialog-surface{overflow:hidden!important;background-color:#fff!important}mat-dialog-actions,mat-dialog-content{overflow:visible!important;padding:16px 24px!important;background-color:#fff!important}button[mat-icon-button][matMenuTriggerFor],.actions-button{width:36px!important;height:36px!important;padding:6px!important;--mdc-icon-button-state-layer-size: 36px !important}button[mat-icon-button][matMenuTriggerFor] .mat-mdc-button-touch-target,.actions-button .mat-mdc-button-touch-target{width:36px!important;height:36px!important}.mat-mdc-button .mat-ripple,.mat-mdc-raised-button .mat-ripple,.mat-mdc-stroked-button .mat-ripple,.mat-mdc-outlined-button .mat-ripple,.mat-mdc-flat-button .mat-ripple,.mat-mdc-icon-button .mat-ripple{overflow:hidden!important}.kindred-btn:hover{transform:none!important}.kindred-btn:before{display:none!important}@media(max-width:480px){.kindred-btn,.action-button{min-width:90px!important;padding:.75rem 1rem!important;font-size:.875rem!important}mat-dialog-actions{flex-wrap:nowrap!important;gap:8px!important;padding:12px 16px!important}mat-dialog-actions .mat-mdc-button,mat-dialog-actions .mat-mdc-raised-button,mat-dialog-actions .mat-mdc-stroked-button{min-width:85px!important;padding:0 12px!important;font-size:.8125rem!important}}a.kindred-btn,a.action-button{display:inline-flex!important;text-decoration:none!important}a.kindred-btn:hover,a.action-button:hover{transform:none!important}.accessibility-announcements{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.status-message{border-radius:8px;padding:1rem;margin:1rem 0;display:flex;align-items:flex-start;gap:.75rem;animation:slideDown .3s ease-out}.status-message[role=status],.status-message[role=alert]{border-left:4px solid currentColor}.status-message.success{background-color:var(--kindred-success-bg);border-left-color:var(--kindred-success);color:var(--kindred-success-dark)}.status-message.error{background-color:var(--kindred-error-bg);border-left-color:var(--kindred-error);color:var(--kindred-error-dark)}.status-message.warning{background-color:var(--kindred-warning-bg);border-left-color:var(--kindred-warning);color:var(--kindred-warning-dark)}.status-message.info{background-color:var(--kindred-info-bg);border-left-color:var(--kindred-info);color:var(--kindred-info)}.mat-mdc-form-field.mat-form-field-invalid{--mdc-text-field-label-text-color: var(--kindred-error) !important}.mat-mdc-form-field.mat-form-field-invalid .mdc-text-field{--mdc-theme-primary: var(--kindred-error) !important}.mat-mdc-form-field-error,.mat-error{color:var(--kindred-error)!important;font-size:.75rem!important;display:flex;align-items:center;gap:.25rem;margin-top:.25rem}.mat-mdc-form-field-error mat-icon,.mat-error mat-icon{font-size:1rem;width:1rem;height:1rem;flex-shrink:0}.mat-mdc-form-field-hint,.mat-hint{color:var(--kindred-text-muted)!important;font-size:.75rem!important;display:flex;align-items:center;gap:.25rem;margin-top:.25rem}.mat-form-field-wrapper{position:relative}.field-label--required:after,.mat-mdc-form-field-required-marker{color:var(--kindred-error)!important;font-weight:700;margin-left:.25rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mat-mdc-snack-bar-container{border-radius:8px!important;box-shadow:var(--shadow-lg)!important;min-height:48px!important;align-items:center!important}.mat-mdc-dialog-surface{border-radius:12px!important}.mat-mdc-dialog-title{font-size:var(--font-size-lg)!important;font-weight:600!important;margin:0!important}.mat-mdc-dialog-container:focus-within{outline:none!important}.mat-mdc-dialog-container *:focus-visible{outline:3px solid var(--kindred-accent)!important;outline-offset:2px!important}@media(max-width:500px){body{font-size:.875rem}h1:not(nav h1):not(.mat-toolbar h1){font-size:1.5rem!important}h2:not(nav h2):not(.mat-toolbar h2){font-size:1.25rem!important}h3:not(nav h3):not(.mat-toolbar h3){font-size:1.125rem!important}h4:not(nav h4):not(.mat-toolbar h4),h5:not(nav h5):not(.mat-toolbar h5),h6:not(nav h6):not(.mat-toolbar h6){font-size:1rem!important}main p,article p,section p,.mat-mdc-card p,mat-card p,.content p{font-size:.875rem}.mat-mdc-form-field label,.mat-mdc-form-field input,.mat-mdc-form-field textarea,.mat-mdc-form-field select,.field-label:not(nav .field-label),label:not(nav label):not(.mat-toolbar label){font-size:.875rem!important}button:not(nav button):not(.mat-toolbar button),.kindred-btn:not(nav .kindred-btn),.mat-mdc-button:not(nav .mat-mdc-button):not(.mat-toolbar .mat-mdc-button),.mat-mdc-raised-button:not(nav .mat-mdc-raised-button){font-size:.875rem!important}.mat-mdc-card-title,mat-card-title{font-size:1.125rem!important}.mat-mdc-card-subtitle,mat-card-subtitle,.subtitle:not(nav .subtitle){font-size:.8125rem!important}.mat-hint,.mat-error,.helper-text,small:not(nav small){font-size:.75rem!important}table:not(nav table){font-size:.8125rem!important}table:not(nav table) td,table:not(nav table) th{font-size:.8125rem}.mat-mdc-dialog-title{font-size:1.125rem!important}.mat-mdc-dialog-content,mat-dialog-content{font-size:.875rem!important}article ul li,article ol li,section ul li,section ol li,.content ul li,.content ol li{font-size:.875rem}}html{--mat-app-background-color: #fef8fc;--mat-app-text-color: #1d1b1e;--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-ripple-color: color-mix(in srgb, #1d1b1e 10%, transparent)}html{--mat-option-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);--mat-option-label-text-color: #1d1b1e;--mat-option-selected-state-label-text-color: #4b4357;--mat-option-selected-state-layer-color: #eadef7}html{--mat-optgroup-label-text-color: #49454e}html{--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fef8fc;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;--mat-pseudo-checkbox-full-selected-icon-color: #7d00fa;--mat-pseudo-checkbox-full-unselected-icon-color: #49454e;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #7d00fa}html{--mat-option-label-text-size: 1rem;--mat-option-label-text-weight: 400;--mat-option-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-option-label-text-line-height: 1.25rem;--mat-option-label-text-tracking: .006rem}html{--mat-optgroup-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-optgroup-label-text-line-height: 1.25rem;--mat-optgroup-label-text-size: .875rem;--mat-optgroup-label-text-tracking: .006rem;--mat-optgroup-label-text-weight: 500}html{--mat-card-elevated-container-shape: 12px;--mat-card-filled-container-shape: 12px;--mat-card-outlined-container-shape: 12px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: #f8f2f6;--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-filled-container-color: #e6e1e6;--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);--mat-card-outlined-container-color: #fef8fc;--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: #cbc4cf;--mat-card-subtitle-text-color: #1d1b1e}html{--mat-card-subtitle-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-card-subtitle-text-line-height: 1.5rem;--mat-card-subtitle-text-size: 1rem;--mat-card-subtitle-text-tracking: .009rem;--mat-card-subtitle-text-weight: 500;--mat-card-title-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-card-title-text-line-height: 1.75rem;--mat-card-title-text-size: 1.375rem;--mat-card-title-text-tracking: 0;--mat-card-title-text-weight: 400}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}html{--mat-progress-bar-active-indicator-color: #7d00fa;--mat-progress-bar-track-color: #e8e0eb}html{--mat-tooltip-container-shape: 4px}html{--mat-tooltip-container-color: #323033;--mat-tooltip-supporting-text-color: #f5eff4}html{--mat-tooltip-supporting-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-tooltip-supporting-text-line-height: 1rem;--mat-tooltip-supporting-text-size: .75rem;--mat-tooltip-supporting-text-tracking: .025rem;--mat-tooltip-supporting-text-weight: 400}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-disabled-input-text-placeholder-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-enabled-select-arrow-color: #49454e;--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-filled-active-indicator-color: #49454e;--mat-form-field-filled-caret-color: #7d00fa;--mat-form-field-filled-container-color: #e8e0eb;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1d1b1e 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-caret-color: #ba1a1a;--mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-focus-label-text-color: #ba1a1a;--mat-form-field-filled-error-hover-active-indicator-color: #93000a;--mat-form-field-filled-error-hover-label-text-color: #93000a;--mat-form-field-filled-error-label-text-color: #ba1a1a;--mat-form-field-filled-focus-active-indicator-color: #7d00fa;--mat-form-field-filled-focus-label-text-color: #7d00fa;--mat-form-field-filled-hover-active-indicator-color: #1d1b1e;--mat-form-field-filled-hover-label-text-color: #49454e;--mat-form-field-filled-input-text-color: #1d1b1e;--mat-form-field-filled-input-text-placeholder-color: #49454e;--mat-form-field-filled-label-text-color: #49454e;--mat-form-field-focus-select-arrow-color: #7d00fa;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #49454e;--mat-form-field-outlined-caret-color: #7d00fa;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-form-field-outlined-error-caret-color: #ba1a1a;--mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-error-focus-outline-color: #ba1a1a;--mat-form-field-outlined-error-hover-label-text-color: #93000a;--mat-form-field-outlined-error-hover-outline-color: #93000a;--mat-form-field-outlined-error-label-text-color: #ba1a1a;--mat-form-field-outlined-error-outline-color: #ba1a1a;--mat-form-field-outlined-focus-label-text-color: #7d00fa;--mat-form-field-outlined-focus-outline-color: #7d00fa;--mat-form-field-outlined-hover-label-text-color: #1d1b1e;--mat-form-field-outlined-hover-outline-color: #1d1b1e;--mat-form-field-outlined-input-text-color: #1d1b1e;--mat-form-field-outlined-input-text-placeholder-color: #49454e;--mat-form-field-outlined-label-text-color: #49454e;--mat-form-field-outlined-outline-color: #7b757f;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-select-option-text-color: #1d1b1e;--mat-form-field-state-layer-color: #1d1b1e;--mat-form-field-trailing-icon-color: #49454e}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: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-form-field-container-text-line-height: 1.5rem;--mat-form-field-container-text-size: 1rem;--mat-form-field-container-text-tracking: .031rem;--mat-form-field-container-text-weight: 400;--mat-form-field-subscript-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-form-field-subscript-text-line-height: 1rem;--mat-form-field-subscript-text-size: .75rem;--mat-form-field-subscript-text-tracking: .025rem;--mat-form-field-subscript-text-weight: 400;--mat-form-field-outlined-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-form-field-outlined-label-text-size: 1rem;--mat-form-field-outlined-label-text-tracking: .031rem;--mat-form-field-outlined-label-text-weight: 400;--mat-form-field-filled-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-form-field-filled-label-text-size: 1rem;--mat-form-field-filled-label-text-tracking: .031rem;--mat-form-field-filled-label-text-weight: 400}html{--mat-select-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)}html{--mat-select-panel-background-color: #f2ecf1;--mat-select-enabled-trigger-text-color: #1d1b1e;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-select-placeholder-text-color: #49454e;--mat-select-enabled-arrow-color: #49454e;--mat-select-disabled-arrow-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-select-focused-arrow-color: #7d00fa;--mat-select-invalid-arrow-color: #ba1a1a}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-select-trigger-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-select-trigger-text-line-height: 1.5rem;--mat-select-trigger-text-size: 1rem;--mat-select-trigger-text-tracking: .031rem;--mat-select-trigger-text-weight: 400}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-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)}html{--mat-autocomplete-background-color: #f2ecf1}html{--mat-dialog-actions-alignment: flex-end;--mat-dialog-actions-padding: 16px 24px;--mat-dialog-container-elevation-shadow: none;--mat-dialog-container-max-width: 560px;--mat-dialog-container-min-width: 280px;--mat-dialog-container-shape: 28px;--mat-dialog-container-small-max-width: calc(100vw - 32px) ;--mat-dialog-content-padding: 20px 24px;--mat-dialog-headline-padding: 6px 24px 13px;--mat-dialog-with-actions-content-padding: 20px 24px 0}html{--mat-dialog-container-color: #fef8fc;--mat-dialog-subhead-color: #1d1b1e;--mat-dialog-supporting-text-color: #49454e}html{--mat-dialog-subhead-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-dialog-subhead-line-height: 2rem;--mat-dialog-subhead-size: 1.5rem;--mat-dialog-subhead-tracking: 0;--mat-dialog-subhead-weight: 400;--mat-dialog-supporting-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-dialog-supporting-text-line-height: 1.25rem;--mat-dialog-supporting-text-size: .875rem;--mat-dialog-supporting-text-tracking: .016rem;--mat-dialog-supporting-text-weight: 400}html{--mat-chip-container-shape-radius: 8px;--mat-chip-disabled-container-opacity: 1;--mat-chip-elevated-container-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-outline-width: 1px;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-opacity: 1;--mat-chip-with-avatar-avatar-shape-radius: 24px;--mat-chip-with-avatar-avatar-size: 24px;--mat-chip-with-avatar-disabled-avatar-opacity: .38;--mat-chip-with-icon-disabled-icon-opacity: .38;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: .38}html{--mat-chip-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-chip-elevated-selected-container-color: #eadef7;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-chip-focus-outline-color: #49454e;--mat-chip-focus-state-layer-color: #49454e;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #49454e;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #49454e;--mat-chip-outline-color: #7b757f;--mat-chip-selected-disabled-trailing-icon-color: #1d1b1e;--mat-chip-selected-focus-state-layer-color: #4b4357;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #4b4357;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #4b4357;--mat-chip-selected-trailing-action-state-layer-color: #4b4357;--mat-chip-selected-trailing-icon-color: #4b4357;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #49454e;--mat-chip-with-icon-disabled-icon-color: #1d1b1e;--mat-chip-with-icon-icon-color: #49454e;--mat-chip-with-icon-selected-icon-color: #4b4357;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1d1b1e;--mat-chip-with-trailing-icon-trailing-icon-color: #49454e}html{--mat-chip-container-height: 32px}html{--mat-chip-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-chip-label-text-line-height: 1.25rem;--mat-chip-label-text-size: .875rem;--mat-chip-label-text-tracking: .006rem;--mat-chip-label-text-weight: 500}html{--mat-slide-toggle-disabled-selected-handle-opacity: 1;--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-width: 2px;--mat-slide-toggle-handle-shape: 9999px;--mat-slide-toggle-hidden-track-opacity: 0;--mat-slide-toggle-hidden-track-transition: opacity 75ms;--mat-slide-toggle-pressed-handle-size: 28px;--mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;--mat-slide-toggle-selected-handle-size: 24px;--mat-slide-toggle-selected-icon-size: 16px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 2px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-track-height: 32px;--mat-slide-toggle-track-outline-width: 2px;--mat-slide-toggle-track-shape: 9999px;--mat-slide-toggle-track-width: 52px;--mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;--mat-slide-toggle-unselected-handle-size: 16px;--mat-slide-toggle-unselected-icon-size: 16px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: opacity 75ms;--mat-slide-toggle-with-icon-handle-size: 24px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-disabled-label-text-color: #1d1b1e;--mat-slide-toggle-disabled-selected-handle-color: #fef8fc;--mat-slide-toggle-disabled-selected-icon-color: #1d1b1e;--mat-slide-toggle-disabled-selected-track-color: #1d1b1e;--mat-slide-toggle-disabled-unselected-handle-color: #1d1b1e;--mat-slide-toggle-disabled-unselected-icon-color: #e8e0eb;--mat-slide-toggle-disabled-unselected-track-color: #e8e0eb;--mat-slide-toggle-disabled-unselected-track-outline-color: #1d1b1e;--mat-slide-toggle-label-text-color: #1d1b1e;--mat-slide-toggle-selected-focus-handle-color: #ecdcff;--mat-slide-toggle-selected-focus-state-layer-color: #7d00fa;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #7d00fa;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #ecdcff;--mat-slide-toggle-selected-hover-state-layer-color: #7d00fa;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #7d00fa;--mat-slide-toggle-selected-icon-color: #5f00c0;--mat-slide-toggle-selected-pressed-handle-color: #ecdcff;--mat-slide-toggle-selected-pressed-state-layer-color: #7d00fa;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #7d00fa;--mat-slide-toggle-selected-track-color: #7d00fa;--mat-slide-toggle-track-outline-color: #7b757f;--mat-slide-toggle-unselected-focus-handle-color: #49454e;--mat-slide-toggle-unselected-focus-state-layer-color: #1d1b1e;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #e8e0eb;--mat-slide-toggle-unselected-handle-color: #7b757f;--mat-slide-toggle-unselected-hover-handle-color: #49454e;--mat-slide-toggle-unselected-hover-state-layer-color: #1d1b1e;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #e8e0eb;--mat-slide-toggle-unselected-icon-color: #e8e0eb;--mat-slide-toggle-unselected-pressed-handle-color: #49454e;--mat-slide-toggle-unselected-pressed-state-layer-color: #1d1b1e;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #e8e0eb;--mat-slide-toggle-unselected-track-color: #e8e0eb}html{--mat-slide-toggle-touch-target-display: block}html{--mat-slide-toggle-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-slide-toggle-label-text-line-height: 1.25rem;--mat-slide-toggle-label-text-size: .875rem;--mat-slide-toggle-label-text-tracking: .016rem;--mat-slide-toggle-label-text-weight: 400}html{--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-touch-target-size: 48px}html{--mat-radio-checked-ripple-color: #7d00fa;--mat-radio-disabled-label-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-radio-disabled-selected-icon-color: #1d1b1e;--mat-radio-disabled-unselected-icon-color: #1d1b1e;--mat-radio-label-text-color: #1d1b1e;--mat-radio-ripple-color: #1d1b1e;--mat-radio-selected-focus-icon-color: #7d00fa;--mat-radio-selected-hover-icon-color: #7d00fa;--mat-radio-selected-icon-color: #7d00fa;--mat-radio-selected-pressed-icon-color: #7d00fa;--mat-radio-unselected-focus-icon-color: #1d1b1e;--mat-radio-unselected-hover-icon-color: #1d1b1e;--mat-radio-unselected-icon-color: #49454e;--mat-radio-unselected-pressed-icon-color: #1d1b1e}html{--mat-radio-touch-target-display: block;--mat-radio-state-layer-size: 40px}html{--mat-radio-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-radio-label-text-line-height: 1.25rem;--mat-radio-label-text-size: .875rem;--mat-radio-label-text-tracking: .016rem;--mat-radio-label-text-weight: 400}html{--mat-slider-value-indicator-opacity: 1;--mat-slider-value-indicator-padding: 0;--mat-slider-value-indicator-width: 28px;--mat-slider-value-indicator-height: 28px;--mat-slider-value-indicator-caret-display: none;--mat-slider-value-indicator-border-radius: 50% 50% 50% 0;--mat-slider-value-indicator-text-transform: rotate(45deg);--mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);--mat-slider-active-track-height: 4px;--mat-slider-handle-height: 20px;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .38;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .38;--mat-slider-value-indicator-transform-origin: 0 28px}html{--mat-slider-active-track-color: #7d00fa;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #1d1b1e;--mat-slider-disabled-handle-color: #1d1b1e;--mat-slider-disabled-inactive-track-color: #1d1b1e;--mat-slider-focus-handle-color: #7d00fa;--mat-slider-focus-state-layer-color: color-mix(in srgb, #7d00fa 20%, transparent);--mat-slider-handle-color: #7d00fa;--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-shape: 9999px;--mat-slider-hover-handle-color: #7d00fa;--mat-slider-hover-state-layer-color: color-mix(in srgb, #7d00fa 5%, transparent);--mat-slider-inactive-track-color: #e8e0eb;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #7d00fa;--mat-slider-label-label-text-color: #ffffff;--mat-slider-ripple-color: #7d00fa;--mat-slider-with-overlap-handle-outline-color: #ffffff;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #1d1b1e;--mat-slider-with-tick-marks-inactive-container-color: #49454e}html{--mat-slider-label-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-slider-label-label-text-line-height: 1rem;--mat-slider-label-label-text-size: .75rem;--mat-slider-label-label-text-tracking: .031rem;--mat-slider-label-label-text-weight: 500}html{--mat-menu-divider-bottom-spacing: 8px;--mat-menu-divider-top-spacing: 8px;--mat-menu-item-icon-size: 24px;--mat-menu-item-spacing: 12px;--mat-menu-item-leading-spacing: 12px;--mat-menu-item-trailing-spacing: 12px;--mat-menu-item-with-icon-leading-spacing: 12px;--mat-menu-item-with-icon-trailing-spacing: 12px}html{--mat-menu-container-shape: 4px;--mat-menu-divider-color: #e8e0eb;--mat-menu-item-label-text-color: #1d1b1e;--mat-menu-item-icon-color: #49454e;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-menu-container-color: #f2ecf1;--mat-menu-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)}html{--mat-menu-item-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-menu-item-label-text-line-height: 1.25rem;--mat-menu-item-label-text-size: .875rem;--mat-menu-item-label-text-tracking: .006rem;--mat-menu-item-label-text-weight: 500}html{--mat-list-active-indicator-color: #eadef7;--mat-list-active-indicator-shape: 9999px;--mat-list-list-item-container-color: transparent;--mat-list-list-item-container-shape: 0;--mat-list-list-item-disabled-label-text-color: #1d1b1e;--mat-list-list-item-disabled-label-text-opacity: .3;--mat-list-list-item-disabled-leading-icon-color: #1d1b1e;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-state-layer-color: #1d1b1e;--mat-list-list-item-disabled-state-layer-opacity: .12;--mat-list-list-item-disabled-trailing-icon-color: #1d1b1e;--mat-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-list-item-focus-label-text-color: #1d1b1e;--mat-list-list-item-focus-state-layer-color: #1d1b1e;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-list-list-item-hover-label-text-color: #1d1b1e;--mat-list-list-item-hover-state-layer-color: #1d1b1e;--mat-list-list-item-hover-state-layer-opacity: .08;--mat-list-list-item-label-text-color: #1d1b1e;--mat-list-list-item-leading-avatar-color: #ecdcff;--mat-list-list-item-leading-avatar-shape: 9999px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-leading-icon-color: #49454e;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-selected-trailing-icon-color: #7d00fa;--mat-list-list-item-supporting-text-color: #49454e;--mat-list-list-item-trailing-icon-color: #49454e;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-trailing-supporting-text-color: #49454e}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 16px;--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}html{--mat-list-list-item-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-list-list-item-label-text-line-height: 1.5rem;--mat-list-list-item-label-text-size: 1rem;--mat-list-list-item-label-text-tracking: .031rem;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-list-list-item-supporting-text-line-height: 1.25rem;--mat-list-list-item-supporting-text-size: .875rem;--mat-list-list-item-supporting-text-tracking: .016rem;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 1rem;--mat-list-list-item-trailing-supporting-text-size: .688rem;--mat-list-list-item-trailing-supporting-text-tracking: .031rem;--mat-list-list-item-trailing-supporting-text-weight: 500}html{--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px}html{--mat-paginator-container-text-color: #1d1b1e;--mat-paginator-container-background-color: #fef8fc;--mat-paginator-disabled-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-paginator-enabled-icon-color: #49454e}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: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-paginator-container-text-line-height: 1rem;--mat-paginator-container-text-size: .75rem;--mat-paginator-container-text-tracking: .025rem;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: .75rem}html{--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0;--mat-tab-divider-height: 1px}html{--mat-tab-active-focus-indicator-color: #7d00fa;--mat-tab-active-focus-label-text-color: #1d1b1e;--mat-tab-active-hover-indicator-color: #7d00fa;--mat-tab-active-hover-label-text-color: #1d1b1e;--mat-tab-active-indicator-color: #7d00fa;--mat-tab-active-label-text-color: #1d1b1e;--mat-tab-active-ripple-color: #1d1b1e;--mat-tab-divider-color: #e8e0eb;--mat-tab-inactive-focus-label-text-color: #1d1b1e;--mat-tab-inactive-hover-label-text-color: #1d1b1e;--mat-tab-inactive-label-text-color: #1d1b1e;--mat-tab-inactive-ripple-color: #1d1b1e;--mat-tab-pagination-icon-color: #1d1b1e;--mat-tab-disabled-ripple-color: #49454e}html{--mat-tab-container-height: 48px}html{--mat-tab-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-tab-label-text-line-height: 1.25rem;--mat-tab-label-text-size: .875rem;--mat-tab-label-text-tracking: .006rem;--mat-tab-label-text-weight: 500}html{--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .08;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .08;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #fef8fc;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-checkbox-label-text-color: #1d1b1e;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #7d00fa;--mat-checkbox-selected-focus-state-layer-color: #7d00fa;--mat-checkbox-selected-hover-icon-color: #7d00fa;--mat-checkbox-selected-hover-state-layer-color: #7d00fa;--mat-checkbox-selected-icon-color: #7d00fa;--mat-checkbox-selected-pressed-icon-color: #7d00fa;--mat-checkbox-selected-pressed-state-layer-color: #1d1b1e;--mat-checkbox-unselected-focus-icon-color: #1d1b1e;--mat-checkbox-unselected-focus-state-layer-color: #1d1b1e;--mat-checkbox-unselected-hover-icon-color: #1d1b1e;--mat-checkbox-unselected-hover-state-layer-color: #1d1b1e;--mat-checkbox-unselected-icon-color: #49454e;--mat-checkbox-unselected-pressed-state-layer-color: #7d00fa}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-checkbox-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-checkbox-label-text-line-height: 1.25rem;--mat-checkbox-label-text-size: .875rem;--mat-checkbox-label-text-tracking: .016rem;--mat-checkbox-label-text-weight: 400}html{--mat-button-filled-container-shape: 9999px;--mat-button-filled-horizontal-padding: 24px;--mat-button-filled-icon-offset: -8px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 9999px;--mat-button-outlined-horizontal-padding: 24px;--mat-button-outlined-icon-offset: -8px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-shape: 9999px;--mat-button-protected-horizontal-padding: 24px;--mat-button-protected-icon-offset: -8px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 9999px;--mat-button-text-horizontal-padding: 12px;--mat-button-text-icon-offset: -4px;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 16px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 9999px;--mat-button-tonal-horizontal-padding: 24px;--mat-button-tonal-icon-offset: -8px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: #7d00fa;--mat-button-filled-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-filled-disabled-state-layer-color: #49454e;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-progress-active-indicator-color: #ffffff;--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #49454e;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #7d00fa;--mat-button-outlined-outline-color: #7b757f;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);--mat-button-outlined-state-layer-color: #7d00fa;--mat-button-protected-container-color: #fef8fc;--mat-button-protected-container-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-button-protected-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--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-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-protected-disabled-state-layer-color: #49454e;--mat-button-protected-focus-container-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-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 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-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #7d00fa;--mat-button-protected-pressed-container-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-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);--mat-button-protected-state-layer-color: #7d00fa;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-text-disabled-state-layer-color: #49454e;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #7d00fa;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);--mat-button-text-state-layer-color: #7d00fa;--mat-button-tonal-container-color: #eadef7;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #49454e;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #4b4357;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #4b4357 12%, transparent);--mat-button-tonal-state-layer-color: #4b4357}html{--mat-button-filled-touch-target-display: block;--mat-button-filled-container-height: 40px;--mat-button-outlined-container-height: 40px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-touch-target-display: block;--mat-button-protected-container-height: 40px;--mat-button-text-touch-target-display: block;--mat-button-text-container-height: 40px;--mat-button-tonal-container-height: 40px;--mat-button-tonal-touch-target-display: block}html{--mat-button-filled-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-button-filled-label-text-size: .875rem;--mat-button-filled-label-text-tracking: .006rem;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-button-outlined-label-text-size: .875rem;--mat-button-outlined-label-text-tracking: .006rem;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-button-protected-label-text-size: .875rem;--mat-button-protected-label-text-tracking: .006rem;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-button-text-label-text-size: .875rem;--mat-button-text-label-text-tracking: .006rem;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-button-tonal-label-text-size: .875rem;--mat-button-tonal-label-text-tracking: .006rem;--mat-button-tonal-label-text-weight: 500}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 9999px;--mat-icon-button-touch-target-size: 48px}html{--mat-icon-button-disabled-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-icon-button-disabled-state-layer-color: #49454e;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #49454e;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #49454e 12%, transparent);--mat-icon-button-state-layer-color: #49454e}html{--mat-icon-button-touch-target-display: block;--mat-icon-button-state-layer-size: 40px}html{--mat-fab-container-shape: 16px;--mat-fab-extended-container-height: 56px;--mat-fab-extended-container-shape: 16px;--mat-fab-small-container-shape: 12px;--mat-fab-touch-target-size: 48px;--mat-fab-small-touch-target-size: 48px}html{--mat-fab-container-color: #ecdcff;--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-disabled-state-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1d1b1e 38%, transparent);--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-focus-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-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: 6;--mat-fab-focus-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-focus-state-layer-opacity: .12;--mat-fab-foreground-color: #5f00c0;--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-hover-state-layer-opacity: .08;--mat-fab-pressed-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-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, #5f00c0 12%, transparent);--mat-fab-small-container-color: #ecdcff;--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-disabled-state-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-fab-small-focus-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-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: #5f00c0;--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-hover-state-layer-opacity: .08;--mat-fab-small-pressed-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-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, #5f00c0 12%, transparent);--mat-fab-small-state-layer-color: #5f00c0;--mat-fab-state-layer-color: #5f00c0}html{--mat-fab-touch-target-display: block}html{--mat-fab-extended-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-fab-extended-label-text-size: .875rem;--mat-fab-extended-label-text-tracking: .006rem;--mat-fab-extended-label-text-weight: 500}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-button-color: #d5baff;--mat-snack-bar-container-color: #323033;--mat-snack-bar-supporting-text-color: #f5eff4}html{--mat-snack-bar-supporting-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-snack-bar-supporting-text-line-height: 1.25rem;--mat-snack-bar-supporting-text-size: .875rem;--mat-snack-bar-supporting-text-weight: 400}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: #fef8fc;--mat-table-header-headline-color: #1d1b1e;--mat-table-row-item-label-text-color: #1d1b1e;--mat-table-row-item-outline-color: #7b757f}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: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-table-header-headline-line-height: 1.25rem;--mat-table-header-headline-size: .875rem;--mat-table-header-headline-tracking: .006rem;--mat-table-header-headline-weight: 500;--mat-table-row-item-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-table-row-item-label-text-line-height: 1.25rem;--mat-table-row-item-label-text-size: .875rem;--mat-table-row-item-label-text-tracking: .016rem;--mat-table-row-item-label-text-weight: 400;--mat-table-footer-supporting-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-table-footer-supporting-text-line-height: 1.25rem;--mat-table-footer-supporting-text-size: .875rem;--mat-table-footer-supporting-text-tracking: .016rem;--mat-table-footer-supporting-text-weight: 400}html{--mat-progress-spinner-size: 48px;--mat-progress-spinner-active-indicator-width: 4px}html{--mat-progress-spinner-active-indicator-color: #7d00fa}html{--mat-badge-container-offset: -12px 0;--mat-badge-container-overlap-offset: -12px;--mat-badge-container-padding: 0 4px;--mat-badge-container-shape: 9999px;--mat-badge-container-size: 16px;--mat-badge-large-size-container-offset: -12px 0;--mat-badge-large-size-container-overlap-offset: -12px;--mat-badge-large-size-container-padding: 0 4px;--mat-badge-large-size-container-size: 16px;--mat-badge-legacy-container-size: unset;--mat-badge-legacy-large-size-container-size: unset;--mat-badge-legacy-small-size-container-size: unset;--mat-badge-small-size-container-offset: -6px 0;--mat-badge-small-size-container-overlap-offset: -6px;--mat-badge-small-size-container-padding: 0;--mat-badge-small-size-container-size: 6px}html{--mat-badge-background-color: #ba1a1a;--mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff}html{--mat-badge-large-size-line-height: 16px;--mat-badge-large-size-text-size: .688rem;--mat-badge-line-height: 16px;--mat-badge-small-size-line-height: 6px;--mat-badge-small-size-text-size: 0;--mat-badge-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-badge-text-size: .688rem;--mat-badge-text-weight: 500}html{--mat-bottom-sheet-container-shape: 28px}html{--mat-bottom-sheet-container-text-color: #1d1b1e;--mat-bottom-sheet-container-background-color: #f8f2f6}html{--mat-bottom-sheet-container-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-bottom-sheet-container-text-line-height: 1.5rem;--mat-bottom-sheet-container-text-size: 1rem;--mat-bottom-sheet-container-text-tracking: .031rem;--mat-bottom-sheet-container-text-weight: 400}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .08;--mat-button-toggle-shape: 28px}html{--mat-button-toggle-background-color: transparent;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-toggle-disabled-state-background-color: transparent;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-button-toggle-divider-color: #7b757f;--mat-button-toggle-selected-state-background-color: #eadef7;--mat-button-toggle-selected-state-text-color: #4b4357;--mat-button-toggle-state-layer-color: #1d1b1e;--mat-button-toggle-text-color: #1d1b1e}html{--mat-button-toggle-height: 40px}html{--mat-button-toggle-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-button-toggle-label-text-line-height: 1.25rem;--mat-button-toggle-label-text-size: .875rem;--mat-button-toggle-label-text-tracking: .006rem;--mat-button-toggle-label-text-weight: 500}html{--mat-datepicker-calendar-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-datepicker-calendar-container-shape: 16px;--mat-datepicker-calendar-container-touch-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-datepicker-calendar-container-touch-shape: 28px}html{--mat-datepicker-calendar-body-label-text-color: #1d1b1e;--mat-datepicker-calendar-container-background-color: #ede6eb;--mat-datepicker-calendar-container-text-color: #1d1b1e;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1d1b1e 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffdcc7;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #645b70;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #eadef7;--mat-datepicker-calendar-date-in-range-state-background-color: #ecdcff;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #7d00fa;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #7d00fa;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #1d1b1e;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #7d00fa;--mat-datepicker-calendar-date-today-selected-state-outline-color: #7d00fa;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #49454e;--mat-datepicker-calendar-navigation-button-icon-color: #49454e;--mat-datepicker-calendar-period-button-icon-color: #49454e;--mat-datepicker-calendar-period-button-text-color: #49454e;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-datepicker-range-input-separator-color: #1d1b1e;--mat-datepicker-toggle-active-state-icon-color: #7d00fa;--mat-datepicker-toggle-icon-color: #49454e}html{--mat-datepicker-calendar-body-label-text-size: .875rem;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-header-text-size: .875rem;--mat-datepicker-calendar-header-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: .875rem;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-datepicker-calendar-text-size: .875rem}html{--mat-divider-width: 1px}html{--mat-divider-color: #cbc4cf}html{--mat-expansion-container-shape: 12px;--mat-expansion-header-indicator-display: inline-block;--mat-expansion-legacy-header-indicator-display: none;--mat-expansion-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)}html{--mat-expansion-actions-divider-color: #7b757f;--mat-expansion-container-background-color: #fef8fc;--mat-expansion-container-text-color: #1d1b1e;--mat-expansion-header-description-color: #49454e;--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);--mat-expansion-header-indicator-color: #49454e;--mat-expansion-header-text-color: #1d1b1e}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-expansion-container-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-expansion-container-text-line-height: 1.5rem;--mat-expansion-container-text-size: 1rem;--mat-expansion-container-text-tracking: .031rem;--mat-expansion-container-text-weight: 400;--mat-expansion-header-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-expansion-header-text-line-height: 1.5rem;--mat-expansion-header-text-size: 1rem;--mat-expansion-header-text-tracking: .009rem;--mat-expansion-header-text-weight: 500}html{--mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Poppins, -apple-system, BlinkMacSystemFont, sans-serif}html{--mat-icon-color: inherit}html{--mat-sidenav-container-shape: 16px;--mat-sidenav-container-elevation-shadow: none;--mat-sidenav-container-width: 360px;--mat-sidenav-container-divider-color: transparent}html{--mat-sidenav-container-background-color: #fef8fc;--mat-sidenav-container-text-color: #49454e;--mat-sidenav-content-background-color: #fef8fc;--mat-sidenav-content-text-color: #1d1b1e;--mat-sidenav-scrim-color: color-mix(in srgb, #332f37 40%, transparent)}html{--mat-stepper-header-error-state-icon-background-color: transparent;--mat-stepper-header-focus-state-layer-shape: 12px;--mat-stepper-header-hover-state-layer-shape: 12px}html{--mat-stepper-container-color: #fef8fc;--mat-stepper-header-done-state-icon-background-color: #7d00fa;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #7d00fa;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);--mat-stepper-header-icon-background-color: #49454e;--mat-stepper-header-icon-foreground-color: #fef8fc;--mat-stepper-header-label-text-color: #49454e;--mat-stepper-header-optional-label-text-color: #49454e;--mat-stepper-header-selected-state-icon-background-color: #7d00fa;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #49454e;--mat-stepper-line-color: #7b757f}html{--mat-stepper-container-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-stepper-header-label-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-stepper-header-label-text-size: .875rem;--mat-stepper-header-label-text-weight: 500;--mat-stepper-header-error-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-weight: 500}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: #1d1b1e}html{--mat-toolbar-container-background-color: #fef8fc;--mat-toolbar-container-text-color: #1d1b1e}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-toolbar-title-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-toolbar-title-text-line-height: 1.75rem;--mat-toolbar-title-text-size: 1.375rem;--mat-toolbar-title-text-tracking: 0;--mat-toolbar-title-text-weight: 400}html{--mat-tree-container-background-color: #fef8fc;--mat-tree-node-text-color: #1d1b1e}html{--mat-tree-node-min-height: 48px}html{--mat-tree-node-text-font: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;--mat-tree-node-text-size: 1rem;--mat-tree-node-text-weight: 400}html{--mat-timepicker-container-shape: 4px}html{--mat-timepicker-container-background-color: #f2ecf1;--mat-timepicker-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)}:root{--mat-sys-primary: #047857;--mat-sys-on-primary: #ffffff;--mat-sys-primary-container: #d1fae5;--mat-sys-on-primary-container: #065f46;--mat-sys-secondary: #059669;--mat-sys-on-secondary: #ffffff;--mat-sys-tertiary: #d97706;--mat-sys-on-tertiary: #ffffff;--mat-sys-error: #dc2626;--mat-sys-on-error: #ffffff}.mat-mdc-form-field,.full-width{width:100%}.mat-mdc-card{box-shadow:0 6px 18px #004d4014!important;border-radius:12px!important}.mat-mdc-raised-button{border-radius:12px!important;font-weight:600!important;text-transform:none!important;min-height:var(--touch-target-min)!important;padding:.75rem 1.5rem!important;box-shadow:0 4px 12px #04785733!important}.mat-mdc-raised-button.mat-mdc-button-core,.mat-mdc-raised-button.mdc-button--raised{transition:none!important}.mat-mdc-raised-button:hover,.mat-mdc-raised-button.mdc-button--raised:hover,.mat-mdc-raised-button[color=primary]:hover{box-shadow:0 4px 12px #04785733!important;transform:none!important}.mdc-button__state-layer{inset:0!important;position:absolute!important}.mat-mdc-button:hover,.mat-mdc-raised-button:hover,.mat-mdc-outlined-button:hover,.mat-mdc-unelevated-button:hover{transition:all .15s ease-out!important;transform:none!important}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple{overflow:hidden!important}.mat-mdc-outlined-button{border-radius:12px!important;font-weight:600!important;text-transform:none!important;min-height:var(--touch-target-min)!important;padding:.75rem 1.5rem!important;border-width:2px!important}.mat-mdc-button{border-radius:12px!important;font-weight:600!important;text-transform:none!important;min-height:var(--touch-target-min)!important}.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline{color:var(--kindred-border)}.mat-mdc-form-field-appearance-outline.mat-focused .mat-mdc-form-field-outline-thick{color:var(--kindred-primary)}.mat-mdc-form-field.mat-form-field-invalid .mat-mdc-form-field-outline-thick{color:#dc2626}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
